/* CSS Template for [Company/Organization] */

/* all sytles should be structured as follows:
******************************************
call (descriptive element names are required) { / comments for what the call is used for if the call doesnt explain enough (eg. .nav p { \* paragraph style for copy in the nav area *\) /
	position: value;
	flaot: value; / if aplicable /
	width: value; / plese use px if possible only use % if under 100%/
	height: value; / please use px if possible and if height is absolutely neccisary please comment behind with IMPORTANT, otherwise omit /
	background: color image repat position;
	color: value;
	font-family: value;
	font-size: value; / please use pt or em if possible or size types like "small", "larger", "x-small", etc. /
	font-whatever: value; / all other font styles /
	margin: top-value right-value bottom-value left-value;
	padding: top-value right-value bottom-value left-value;
	text-whatever: value;
	display: value;
	border: width style color;
	any other styles...
}	
******************************************
if possible please use #hhh; for colors */

html, body {
	background-color: #FFF;
 	margin: 0px;
	background : url(/images/structure/background.gif) repeat-x top;
	text-align:center;
	padding-left: 40px;
	scrollbar-face-color:#EEEEEE;
	scrollbar-arrow-color:#03185b;
	scrollbar-track-color:#03185b;
	scrollbar-shadow-color:#03185b;
	scrollbar-highlight-color:#03185b;
	scrollbar-3dlight-color:#03185b;
	scrollbar-darkshadow-Color:#03185b;
} 
 
#container {
	width: 100%;
	height: 300px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000;
	background : url(/images/structure/background_right.gif) repeat-x top;
} 

#wrapper { /* Background image for left side should go here if needed - will resize to content - OR can put it in the body style */
 	text-align: left; 
	width:720px;
	top: 285px;
	left: 40px;
	position: absolute;
} 
 
#header {
 	position: absolute; 
 	height: 135px; /* IMPORTANT */
	width: 720px;
	background-color: #FFF;
	top: 0px;
	left: 40px;
	z-index: 2;
} 

#center {
 	position: absolute; 
	width: 720px;
	height: 150px;
	background-color: #FFF;
	top:135px;
	left: 40px;
} 
 
#nav {
	width: 100%;
	background : #03185B;
}

#nav a {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

#nav a:link {
	color: #FFF;
}

#nav a:visited {
	color: #FFF;
}

#nav a:hover {
	color: #FFD700;
}

#myMenuID {
	z-index: 3;
}

#middlepics {
	z-index: 1;
	display:inline;
	visibility: visible;
}

#content {
	width: 100%;
	position: relative;
	padding : 5px 5px 0px 5px;
}

#footer{
	text-align: center;
	font-size: 10px;
	width: 100%;
	padding-top: 11px;
	color: #03185B;
}

.footertext {
	text-align: center;
	font-size: 11px;
	color: #03185B;
}

a:link {
	color: #03185B;
	text-decoration: underline;
}

a:visited {
	color: #03185B;
	text-decoration: underline;
}

a:hover {
	color: #03185B;
	text-decoration: none;
}

a.memberlinks:link {
	color: #03185B;
	text-decoration: underline;
	font-size: 11px;
}

a.memberlinks:visited {
	color: #03185B;
	text-decoration: underline;
	font-size: 11px;
}

a.memberlinks:hover {
	color: #03185B;
	text-decoration: none;
	font-size: 11px;
}


/*Simple styles for clients to use sizes and colors etc.*/

.sitetools {
	color: #9A9A9A;
	font-weight: bold;
}

.admintable {
	background: #FFF;
	border: 2px solid #03185B;
}

.adminlinks {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

H1{
	font-size: 16px;
	font-weight: bold;
	color: #03185B;
	margin: 0px;
	padding: 0px;
}

H2{
	font-size: 14px;
	font-weight: bold;
}

.heading{
	font-size: 14px;
	font-weight: bold;
	color: #03185B;
}

HR {
	background-color: #03185B;
	width: 100%;
	height: 5px;
}

.altrow {
	background-color: #EEEEEE;
}
.altrow TD {
	background-color: #EEEEEE;
}

.subheading{
	font-size: 12px;
	font-weight: bold;
	color: #03185B;
}

.content_wrapper{
	border-top: 1px solid #03185B;
	border-left: 1px solid #03185B;
	border-right: 1px solid #03185B;
	margin-top: 10px;
	padding: 5px;
}

.slogan {
	height: 73px;
	width: 241px;
	float: right;
	margin-right: 5px;
	padding-top: 30px;
}

.smaller {
	font-size: 8px;
}

.small {
	font-size: 10px;
}

.big {
	font-size: 16px;
}

.bigger {
	font-size: 18px;
}

.blue {
	color: #0000a0;
}

.red {
	color: #ff0000;
}

.green {
	color: #008000;
}

.yellow {
	color: #ffff00;
}
.about {
	visibility: hidden;
	display: none;
	font-weight: bold;
	font-size: 10px;
}

.about_footer {
	visibility: hidden;
	display: none;
}
.about_top {
	visibility: hidden;
	display: none;
}

.properties {
width: 680px;
border: 0px;
}

/* Other style names that may be used include:

1) horiz-nav - if nav needs to be a horizontile navigation
2) base-nav - if nav needs to be text links near the copyright
3) copyright - if the style needs to be different from other elements in the footer - usually used in a span within the footer div
4) something_something where there would be additional styles for sectioned layouts where the peacies fit togeather but are in seperate divs (eg. nav_top, nav_bottom or header_left, header_right etc.)
5) something_something where there would be user defined changes through either navigation or selection (eg. header_0, header_1, header_2)

*/ 

 
/* Float containers fix:
   http://www.csscreator.com/attributes/containedfloat.php */ 
.clearfix:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
 }
 
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  

@media print{  /* printer styles */ 
	#nav { 
	display:none;
	} 
	.sitetools {
	display:none;
	}
	#middlepics {
	display:none;
	visibility: hidden;
	}
	.about {
	visibility: visible;
	display: inline;
	font-weight: bold;
	font-size: 14px;
	color:#03185B; 
	text-align: center;
	font-family: Arial, Verdana;
	}
	.about_footer {
	visibility: visible;
	display: inline;
	font-weight: bold;
	text-align: right;
	font-size: 14px;
	font-family: Arial, Verdana;
	}
	.about_top {
	visibility: visible;
	display: inline;
	font-weight: bold;
	text-align: right;
	font-size: 11px;
	font-family: Arial, Verdana;
	}
	.content_wrapper{
	border-top: 0px solid #03185B;
	border-left: 0px solid #03185B;
	border-right: 0px solid #03185B;
	}
	.slogan {
	display:none;
	}
	#wrapper { /* Background image for left side should go here if needed - will resize to content - OR can put it in the body style */
	top: 175px;
	z-index: 4;
} 
 
#header { 
 	height: 145px; /* IMPORTANT */
} 

#center {
	top:145px;
}
}