
/* ---------------------------------------------------------------------------------------------------------

TeamMags
http://www.teammags.com/

Design, Code, Database Structure, Interactivity, and Management: Thomas Bright and Tony Scialdone
http://www.dotcomonomics.com/

--------------------------------------------------------------------------------------------------------- */

/* Universal Declarations */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
body * { position: relative; }
html { background : url(null) fixed no-repeat; } 			/* this fixes an IE problem. Scrolling some pages causes corruption in the rendering. */
:focus { outline: 0; }									/* remember to define focus styles! */
table { border-collapse: collapse; border-spacing: 0; } 	/* tables still need cellspacing="0" in the markup */


/* Block Level Elements */

html {
	height: 100%;
	background: #fff; }

body {
	margin: 0;
	padding: 0 0 0 0;
	height: 100%;
	background: #fff;
	font-size: 100.01%; }

#wrap {
	margin: 0 auto 49px auto;
	padding-bottom: 140px;
	width: 960px;
	font: 0.8em/1.5em verdana, arial, sans-serif;
	color: #333; }

#header {
	margin: 0 0 0 0;
	width: 100%; }

#primary {
	float: left;
	margin-bottom: 49px; }

#secondary {
	clear: both;
	float: left;
	padding-bottom: 49px;
	width: 630px; }

#tertiary {
	float: right;
	padding-bottom: 49px;
	width: 328px; }

#footer {
	clear: both;
	margin: 0;
	padding: 0;
	height: 58px;
	background: url(../images/bg_footer.jpg) no-repeat center top; }


/* Nav Styles */


a:link,
a:visited,
a:active {
	text-decoration: none;
	font-size: 100%;
	color: #00f;
	border-bottom: 1px dotted #00f; }
a:hover {
	text-decoration: none;
	color: #f00;
	border-bottom: 1px dotted #f00; }

a#home {
	display: block;
	float: left;
	top: 21px;
	padding: 14px 0;
	width: 350px;
	height: 105px;
	text-decoration: none;
	border: 0; }

#nav {
	float: right;
	width: 545px; }

ul#navOne {
	margin: 7px auto 0 auto;
	width: 100%;
	height: 50px;
	text-align: center; }

ul#navOne li {
	display: block;
	display: inline;
	margin-right: 7px;
	width: 48px; }
ul#navOne a:link,
ul#navOne a:visited { border: 0; }
ul#navOne a:hover { top: -7px; border: 0; }
ul#navOne a:active { top: 1px; border: 0; }

ul#navTwo {
	margin: 21px auto 0 auto;
	width: 100%;
	height: 104px;
	text-align: center; }

ul#navTwo li {
	display: block;
	display: inline;
	width: 84px; }
ul#navTwo a:link,
ul#navTwo a:visited { border: 0; }
ul#navTwo a:hover { top: -7px; border: 0; }
ul#navTwo a:active { top: 1px; border: 0; }


li#facebook,
li#twitter,
li#email { list-style-type: none; }

li#facebook a:link,
li#facebook a:visited,
li#facebook a:active {
	display: block;
	float: left;
	margin: 0 7px 14px 0;
	padding: 0;
	width: 74px;
	height: 74px;
	background: url(../images/facebook.jpg) no-repeat left top;
	text-decoration: none;
	border: 0; }
li#facebook a:hover { background: url(../images/facebook.jpg) no-repeat left bottom; }

li#twitter a:link,
li#twitter a:visited,
li#twitter a:active {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	padding: 0;
	width: 74px;
	height: 74px;
	background: url(../images/twitter.jpg) no-repeat left top;
	text-decoration: none;
	border: 0; }
li#twitter a:hover { background: url(../images/twitter.jpg) no-repeat left bottom; }

li#email a:link,
li#email a:visited,
li#email a:active {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 91px;
	height: 74px;
	background: url(../images/email.jpg) no-repeat left top;
	text-decoration: none;
	border: 0; }
li#email a:hover { background: url(../images/email.jpg) no-repeat left bottom; }

#content_edit a { border: 0; text-decoration: none; }

a#admin {
	text-decoration: none;
	font-size: 90%;
	color: #fff;
	border: 0; }



/* Headlines */

h1, #tertiary h2 {
	margin: 14px 21px 0 21px;
	font: normal 218%/1.5em arial, sans-serif;
	color: #006;
	letter-spacing: -1px; }

h2 {
	margin: 14px 21px 0 21px;
	font: normal 164%/1.5em arial, sans-serif;
	color: #006; }

h3 {
	margin: 14px 21px 0 21px;
	font: bold 145%/1.5em arial, sans-serif;
	color: #006;
	letter-spacing: -1px;	}

h4 {
	margin: 14px 21px 0 21px;
	font: bold 136%/1.5em arial, sans-serif;
	color: #006;
	letter-spacing: -1px;	}

h5 {
	margin: 14px 21px 0 21px;
	font: bold 136%/1.5em arial, sans-serif;
	color: #006;
	letter-spacing: -1px; }


/* Paragraphs */

p {
	margin: 14px 21px 0 21px;
	line-height: 1.5em;
	text-align: justify; }

#footer p {
	margin: 0;
	padding: 0;
	width: 900px;
	height: 58px;
	line-height: 55px;
	color: #fff;
	text-align: center; }



/* Definition Lists */

dl {
	list-style-position: inside;
	margin: 14px 28px 0 42px; }

dt {
	font-weight: bold;
	font-size: 118%; }

dd {
	margin-left: 14px; }

/* Ordered Lists */

ol {
	list-style-position: outside;
	margin: 14px 28px 0 42px; }

ol li { text-align: justify; }


/* Unordered Lists */

ul {
	clear: both;
	margin: 14px 28px 0 42px;
	list-style-position: inside; }

ul li { text-align: justify; }

ul.sitemap { margin: 0px 0 0 140px; }

.sitemap #secondary, .sitemap #tertiary {
	top: 77px; 
	margin-bottom: 140px; }


ul#socialnav { margin: 21px 28px 21px 28px; }


/* Images */

.pic {
	display: block;
	margin: 14px auto;
	padding: 4px;
	background: #fff;
	border: 1px solid #000; }


/* Blockquotes */

blockquote {
	margin: 21px 21px 0 21px;
	border-top: 1px solid #666; border-bottom: 1px solid #666; }

blockquote p {
	margin: 0;
	padding: 14px;
	background: url(../images/quotes.gif) no-repeat 5px 10px;
	font-weight: bold;
	color: #006; }

/* Forms */

form {
	margin: 21px; }

label {
	clear: both;
	display: block;
	margin: 0;
	font-weight: bold;
	color: #4071a9;
	text-transform: uppercase; }

input {
	display: block;
	margin: 0 0 14px 0;
	padding: 4px;
	width: 200px;
	background: #fff;
	font: bold 100%/1.3em tahoma, verdana, arial, sans-serif;
	color: #00448d;
	border: 1px solid #c2c2c2; }

input[type $='hidden'] { display: none; }

textarea {
	clear: both;
	display: block;
	overflow: auto;
	margin: 0 0 7px 0;
	padding: 4px 4px 0 4px;
	width: 400px;
	height: 100px;
	background: #fff;
	font: normal 100%/1.3em tahoma, verdana, arial, sans-serif;
	color: #00448d;
	border: 1px solid #c2c2c2; }

select {
	margin: 7px 0 7px 0;
	background: #fff;
	border: 1px solid #c2c2c2; }

input.button {
	clear: both;
	display: block;
	margin: 14px 0 0 0;
	padding: 2px 7px;
	width: auto;
	background: #00448d;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-transform: uppercase; }

input[type $='submit'] {
	clear: both;
	display: block;
	margin: 14px 0 0 0;
	padding: 2px 7px;
	width: auto;
	background: #00448d;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-transform: uppercase; }




/* Tables */

table {
	table-layout: fixed;
	width: 100%;
	overflow: hidden; }


/* Classes and Stuff */

.bold { font-weight: bold; }
strong { font-weight: bold; }
em { font-style: italic; }
.right { text-align: right; }
.left { text-align: left; }
.center { display: block; margin: 0 auto; text-align: center; }
.red { color: #f00; }



/* Rotator styles are in the template */





