@charset "utf-8";
/* CSS Document */
/* All section's in this document are prefixed by a "=" to make searching easier, therefore if you wanted to find the 'Global' section you could search for "=global" which would take you right to the top of the appropriate section. */

/** =Zero's & Standard Functions**/
/* In order to get FireFox and IE behaving in a similar fashion it is often useful to set up a standard in the CSS rather than let the browsers have any control, to this end I always set the height of the browser's viewport and I remove any default margins or padding by setting the values to zero.
*/

html, body, a, p, img, strong, em, ul, br, fieldset, form, object, span, embed {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style:inside;
}
html { /* Forces FireFox to display the scrollbar holder */
	overflow: -moz-scrollbars-vertical;
	overflow: -webkit-scrollbars-vertical;
	overflow-x:hidden;
}
a:link { /* Remove this funtion if you want links to be underlined by default */
	text-decoration:none;
}
img { /* Remove this funtion if you want linked images to have a border */
	border: 0px;
}
input, select {
	background-color:#FFFFFF;
	border:#000000 1px solid;
}
/* Begin Structural CSS */

html {
	background-image:url(../../elements/main_bg_tile_y.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color: #8c8d8d;
}

html, body {
	min-height:100%;
	height: 100%;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif; /* Change as needed */
}
/* Begin site specific CSS */
#outer_wrapper {
	position:relative;
	min-height: 97%;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #333;
	background-color:#FFF;
}
#header {
	width: 100%;
	height: 150px;
	background-image:url(../../elements/header_bg_tile_x.jpg);
	background-repeat:repeat-x;
}
#top_links {
	position:absolute;
	height: 25px;
	left: 0px;
	padding: 4px;
	line-height:16px;
	top: 0px;
	color: #FFFFFF;
	background-image:url(../../elements/red_bar_bg_tile_x.jpg);
	background-repeat:repeat-x;
}
#top_links a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: normal;
	font-size:11px;
	padding: 3px;
}
#subnav {
	height: 28px;
	width: 100%;
	position:absolute;
	top: 145px;
	left: 0px;
	background-image:url(../../elements/red_bar_bg_tile_x.jpg);
	background-repeat:repeat-x;
	color:#FFF;
	line-height: 26px;
}
#subnav a {
	color: #FFF;
	text-decoration:none;
	font-size:10px;
}
#subnav a:hover {
	color: #FFF;
	text-decoration:underline;
	font-size:10px;
}
#subnav_shadow {
	background-image:url(../../elements/shadow_bg_tile_x.jpg);
	background-repeat:repeat-x;
	height: 13px;
	width:100%;
	margin: 0px;
	padding: 0px;
	position:absolute;
	top: 170px;
	left: 0px;
}
#navbar {
	position: absolute;
	top: 120px;
}
#navbarlinks a:link, #navbarlinks a:visited, #navbarlinks a:active {
	text-decoration:none;
	color: #FFFFFF;
	font-size:13px;
	margin: 0px;
	margin-right: 3px;
	padding: 5px;
	display:inline-block;
	background-color: #4a5978;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
#navbarlinks a:hover {
	text-decoration: underline;
}
#wrapper {
	width: 1000px;
	margin: 0px;
	padding:0px;
}
#columnA {
	width: 750px;
	padding: 10px;
	padding-top: 45px;
}
#columnA h1 {
	font-size:24px;
	color:#4a5978;
	margin-top: 15px;
}

#main_content {
	margin-top: 10px;	
	margin-bottom: 5px;	

	}
	
.extra_content {
	margin-bottom: 5px;	

		}
		
#main_content p, .extra_content p {
	font:Verdana, Geneva, sans-serif;
	line-height: 14pt;
	text-align:justify;
	margin: 5px;
	padding-bottom: 10px;
	font-size:12px;
}

#main_content li, .extra_content li {
	text-align:justify;
	margin-right: 5px;
	padding-bottom: 10px;
	font-size:12px;
}
		
#contactbox {
	border: #666 1px solid;
	background-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#main_content h1, .extra_content h1 {
	font-size:16px;
	margin-top: 0px;
	width: 674px;
	padding: 3px;
	}
	
#main_content ul, .extra_content ul, #main_content ol, .extra_content ol {
	list-style-position:inside;
	margin-left: 5px;
}

#columnA h2 {
font-size:14px;
margin-top: 0px;
}

#columnA p a:link, #columnA p a:active, #columnA p a:visited{
color:#000066;
text-decoration:none;
font-weight:bold;
}

#columnA p a:hover {
text-decoration:underline;
}
#columnB {
	width: 208px;
	position: absolute;
	right: 5px;
	top: 190px;
	margin-top: 5px;
	margin-right:10px;
}
/* FOOTER CSS */
#footer {
	height: 20px;
	width:1000px;
	color:#CCCCCC;
	background-image: url(../../elements/red_bar_bg_tile_x.jpg);
	background-repeat:repeat-x;
	font-size:11px;
	line-height: 20px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #333;
}
#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color:#FFF;
}
#footer a:hover {
	text-decoration:underline;
}
#swarm_tag {
	display: inline;
	margin-right: 10px;
	float:right;
}
#bottom_links {
	display: inline;
	text-align:left;
	margin-left: 10px;
}
