@charset "utf-8";
* { margin:0; padding:0;}
html, body {
	height: 100.1%;
}
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url(assets/background.gif) top left repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#666666;
}

h1 {font-size:15px; font-weight:bold; color:#000066; padding: 10px 0 10px 0;}
h2 {font-size:14px; font-weight:bold; color:#333333; padding: 10px 0 5px 0;}
h3 {font-size:13px; font-weight:bold; color:#333333; padding: 10px 0 5px 0;}
input, select { vertical-align:middle; font-weight:normal;}
img {border:0; vertical-align:top; text-align:left;}

#sidebar1 a:hover {color:#333333; text-decoration:underline !important;}
#sidebar1 a:link {color:#333333; text-decoration:none;}
#sidebar1 a:active {color:#333333; text-decoration:none;}
#sidebar1 a:visited {color:#333333; text-decoration:none;}

#mainContent a:hover {color:#000066; text-decoration:underline !important;}
#mainContent a:link {color:#000066; text-decoration:underline !important;}
#mainContent a:active {color:#000066; text-decoration:underline !important;}
#mainContent a:visited {color:#000066; text-decoration:underline !important;}

#sitemap a:hover {color:#000066; text-decoration:underline !important;}
#sitemap a:link {color:#000066; text-decoration:underline !important;}
#sitemap a:active {color:#000066; text-decoration:underline !important;}
#sitemap a:visited {color:#000066; text-decoration:underline !important;}

#footer a:hover {color:#000066; text-decoration:underline !important;}
#footer a:link {color:#000066; text-decoration:underline !important;}
#footer a:active {color:#000066; text-decoration:underline !important;}
#footer a:visited {color:#000066; text-decoration:underline !important;}

.twoCol #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoCol #header {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
.twoCol #headeradmin {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
.twoCol #menu {
	background: #ffffff url(assets/menuback.jpg);
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
.twoCol #lowerheader { 
	height:10px;
	background:url(assets/backfadeonly.gif) repeat-x;
} 
.twoCol #slideshow { 
	height:180px;
	padding-bottom:5px:
} 
.twoCol #lowerslideshow { 
	height:2px;
	background:#FFFFFF;
} 
.twoCol #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 110px;
	background-color:#FFFFFF;
	padding: 10px 10px 10px 0;
}

.twoCol #sidebar1 .menuon1 {
	padding: 6px 0 6px 0;
	border-top:1px; border-top-style:dashed; border-top-color:#CCCCCC;
	background-color:#FFFFFF;
	font-weight:normal;
	color:#FF6600;
}

.twoCol #sidebar1 .menuoff1 {
	padding: 6px 0 6px 0;
	border-top:1px; border-top-style:dashed; border-top-color:#CCCCCC;
}

.twoCol #sidebar1 .menuon2 {
	padding: 6px 0 6px 10px;
	background-color:#FFFFFF;
	font-weight:normal;
	color:#FF6600;
}

.twoCol #sidebar1 .menuoff2 {
	padding: 6px 0 6px 10px;
}

.twoCol #sidebar1 .menuon3 {
	padding: 6px 0 6px 20px;
	background-color:#FFFFFF;
	font-weight:normal;
	color:#FF6600;
}

.twoCol #sidebar1 .menuoff3 {
	padding: 6px 0 6px 20px;
}

.twoCol #sidebar1 .menubottom {
	border-top:1px; border-top-style:dashed; border-top-color:#CCCCCC;
}

.twoCol #mainContent { 
	margin: 0 0 0 150px;
	padding: 0px 0px 0px 0px;
	line-height:18px;
	min-height:300px
}

.twoCol #mainContent .left{ 
	width:490px;
	float:left;
	padding: 0 20px 10px 20px;
	border-left:1px; 
	border-left-style:dashed; 
	border-left-color:#D6EFB5;
	border-right:1px; 
	border-right-color:#D6EFB5;
	border-right-style:dashed; 
	min-height:300px
}

.twoCol #mainContent .right{ 
	width:198px;
	float:left;
	padding:38px 0px 10px 20px;
	min-height:250px;
}

.twoCol #sitemap {
	width:900px;
	padding: 5px 0 5px 2px;
	background:#FFFFFF;
	border-top:1px; border-top-style:dashed; border-top-color:#CCCCCC;
	text-align:center;
} 
.twoCol #footer {
	width:900px;
	padding: 5px 0 5px 2px;
	background:#FFFFFF;
	border-top:1px; border-top-style:dashed; border-top-color:#CCCCCC;
	border-bottom:1px; border-bottom-style:dashed; border-bottom-color:#CCCCCC;
	text-align:right;
} 
.twoCol #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.normalbold {
	font-weight: bold;
}
.formitems {
	border: #CCCCCC solid; 
	border-width: 1px 1px 1px 1px;
	border-style: dashed; 
	background: #EEEEEE;
	color:#666699;
	padding: 2px 2px 2px 2px;
}
.language {
	float:right;
}
.contactlocation {
	color:#999999;
}
