/* 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 {
	margin: 0px;
	padding: 0px;
	background: #70ba90;
} 

#body {
	width: 865px;
	text-align: left;
	background: #FFF;
}

.shadowleft {
	background: url(/images/structure/shadow_left.jpg) repeat-y; 
	width: 18px;
}

.shadowright {
	background: url(/images/structure/shadow_right.jpg) repeat-y; 
	width: 18px;
}
 
#container {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000;
	background-color: #255932;
	margin: 0px;
	padding: 0px;
	/*border: 1px solid #255932;*/
} 

 
#header {
 	height: 50px; /* IMPORTANT */
	width: 865px;
	position: absolute; 
	top: 0px; 
	left: auto;
	z-index: 10;
} 

#date-location {
	position: absolute;
	top: 53px;
	right: 10px;
	color: white;
	font-size: 10px;
	font-weight: bold;
}
 
#bar {
	height: 19px; 
	padding-top: 50px; 
	background-color: #255932;
	width: 100%;
	/* border-top: 2px solid #283f3b;
	border-bottom: 2px solid #283f3b;
	border-right: 2px solid #283f3b;	*/
	z-index: 1;
}

#left_nav  a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	font-weight: bold;
	text-decoration: none;
}

#left_nav  a:link {
	color: #ffffff;
	text-decoration: none;
}

#left_nav  a:visited {
	color: #ffffff;
	text-decoration: none;
}

#left_nav  a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#right_nav  a {
	color: #004600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#right_nav  a:link {
	color: #004600;
	text-decoration: none;
}

#right_nav  a:visited {
	color: #004600;
	text-decoration: none;
}

#right_nav  a:hover {
	color: #004600;
	text-decoration: underline;
}

#right_menu_header {
	background: #004600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 5px;
	width: 150px;
	height: 20px;
}

#search {
	margin-top: 35px;
	text-align: left;
	color: #C7DBCA;
	width: 150px;
	
}

#background-sidebar {
	background: url(/images/structure/background-sidebar.jpg) no-repeat; 
	vertical-align: top; 
	width: 187px;
}

#corner {
	background: url(/images/structure/corner.jpg); 
}

#contentbordertop {
	background: url(/images/structure/contentbordertop.jpg);
	vertical-align: top; 
}

#contentborderleft {
	background: url(/images/structure/contentborderleft.jpg); 
	vertical-align: top; 
}

#searchbox {
	border: 1px solid black;
}

/* SCROLLER STYLES */
#scroll {
	width: 150px;
	border: 1px solid white;
	margin-top: 75px;
	background: #255932;
	pading: 5px;
}

.scrollertitle {
	font-size: 12px;
	color: #ffffff;
	font-family: Arial;
}

a.scrollerlink:link {
	font-size: 12px;
	color: #ffffff;
	font-family: Arial;
}

a.scrollerlink:visited {
	font-size: 12px;
	color: #ffffff;
	font-family: Arial;
}

a.scrollerlink:active {
	font-size: 12px;
	color: #ffffff;
	font-family: Arial;
}

a.scrollerlink:hover {
	font-size: 12px;
	color: #ffffff;
	font-family: Arial;
}

#mnc {
	background: #255932;
	padding: 5px;
}

#mn {
	background: #255932;
}

.scroller-body {
	background: #255932;
	padding: 5px;
}

.scroller-body a {
	color: #ffffff;
	font-family: Arial;
}

/*END SCROLLER STYLES*/

#content {
	width: 100%;
	position: relative;
	background-color: #FFFFFF;
	text-align: left;
}


.border {
	background: url(/images/structure/picborder_bg.jpg) repeat-x top;
}

.date {
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
}

#contact_us {
	color: white;
	text-align: left;
	width: 150px;
	margin-top: 20px;
	font-size: 11pt;
	font-family: Times New Roman;
}

#contact_us a {
	color: #ffffff;
}


/*text styles*/

.sold {
	font-size: 24px;
	color: #800000;
	font-weight: bold;
}

.smallsold {
	font-size: 10pt;
	color: #800000;
	font-weight: bold;
}

.grn {
	font-weight: bold;
	font-style: italic;
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.grn a {
	font-weight: bold;
	font-style: italic;
	color: #003300;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

.grn a: link {
	font-weight: bold;
	font-style: italic;
	color: #003300;
	text-decoration: underline;
}

.grn a: hover {
	font-weight: bold;
	font-style: italic;
	color: #003300;
	text-decoration: underline;
}

.grn a: visited {
	font-weight: bold;
	font-style: italic;
	color: #003300;
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	margin: 0px;
	font-family: Times New Roman;
	color: #003300;
	font-weight: bold;
}

h1.mainheading {
	text-align: center; 
	background: #003300;
	color: #ffffff;
	font-size: 28px;
	font-variant: small-caps;
}

h1 a {
	background-color: #003300;
	color: #FFF;
	font-weight: bold;
	font-size: 28px;
	display: block;
	font-family: Times New Roman;
	margin-top: 15px;
	margin-bottom: 15px;
	text-decoration: none;
}

h2 {
	font-size: 17px;
	margin: 0px;
	font-family: A2ial;
	color: #003300;
	font-weight: bold;
}


/*end text styles*/




/*image styles*/

/*hr {
	width: 100%;
	height: 5px;
	background-color: #F0F0F0;
	border: 1px solid #A2B7B5;
}*/

hr {
	width: 100%;
	height: 2px;
	color: #004600;
}
	
.main_image {
	background-image: url(/media/headerimages/indexphototop.jpg);
	height: 172px;
}
	



/*end image styles*/

#footer{
	text-align: center;
	font-size: 8pt;
	width: 100%;
	color:#999999;
	font-size: 9px;
	font-family: verdana, arial, sans serif;
	padding: 5px 0px 5px 0px;
}

#footer a {
	text-decoration: none;
}

#footer a:link {
	text-decoration: none;
	color: #FFF;
}

#footer a:hover {
	text-decoration: none;
	color: Lime;
}

#footer a:visited {
	text-decoration: none;
	color: #FFF;
}



/*Simple styles for clients to use sizes and colors etc.*/

.smaller {
	font-size: 8px;
}

.small {
	font-size: 10px;
}

.big {
	font-size: 16px;
}

.bigger {
	font-size: 18px;
}

.blue {
	color: #0000a0;
}

.red {
	color: #ff0000;
}

.grey {
	color: Silver;
	font-size: 14pt;
}

.green {
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}

.green a {
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}

.green a: link {
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}

.green a: hover {
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}

.green a: visited {
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}

.yellow {
	color: #ffff00;
}


/* 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)

*/  