@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-color: #005F7F;
	background-image: url(../images/layout/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body a:link {
	/*color: #990007;*/
	color: #0D5C8C; 
}
body a:visited {
	color: #235776;
}
body a:hover {
	color: #007ECA;
}
#container {
	width: 794px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/layout/container_bg.jpg);
	background-repeat: repeat-y;
} 
#header {
	margin: 0px;
	padding: 0px;
	color: #000000;
} 
#header img {
	border: none;
}
#topnav {
	margin: 0px;
	padding: 0px;
	color: #000000;
	text-align: right;
	display: block;
	background-image: url(../images/layout/topnav_container_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
} 
#topnav ul {
	padding: 0;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}
#topnav ul li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#topnav ul li a {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: block;
	background-image:url(../images/layout/topnav_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 120px; /*137px*/
	float: right;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 3px;
/*	padding-top: 9px;
	padding-bottom: 5px;
*/	text-decoration: none;
	color: #333333;
} 
#topnav ul li a#current {
	color: #CD1337; /*#FFFFFF*/
	background-image:url(../images/layout/topnav_bg_current.png);
}
#topnav ul li a:hover {
	color: #CD1337;
}
/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
#sidebar1 {
	float: left;
	width: 172px;
	color: #FFFFFF;
	vertical-align: top;
	margin: 0px;
}
#sidebar1 ul {
	margin: 0px;
	padding: 0px;
}
#sidebar1 ul li {
	list-style-type: none;
	padding-bottom: 6px;
}
#sidebar1 ul li a {
	font-size: 11px;
	text-decoration: none;
	display: block;
	margin-bottom: 8px;
}
#sidebar1 ul li a:link, #sidebar1 ul li a:link, #sidebar1 ul li a:visited {
	color: #333333;
}
#sidebar1 ul li a#current, #sidebar1 ul li a:hover {
	color: #007ECA; /*#0D5C8C*/
	background-image: url(../images/layout/sidebar_link_bg_current.jpg);
	background-repeat: no-repeat;
	background-position: left -1px;
}
#sidebar1 ul li a:hover {
	color: #0D5C8C;
}
#sidebar1 ul li ul {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#sidebar1 ul li ul li {
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 3px;
	margin: 0px;
}
#sidebar1 ul li ul li a {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-left: 20px;
	display: block;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#mainContent {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 180px;
	background-color: #FFFFFF;
	background-image: url(../images/layout/title_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
	line-height: 17px;
} 
#footer {
	clear: both;
	background-color: #005F7C;
	color: #999999;
	padding: 0px;
	font-size: 10px;
	text-align: right;
	background-image: url(../images/layout/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#footer ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#footer ul li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#footer ul li a {
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#footer a:link, #footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #000000;
}
#footer ul li a.lastlink {
	border-right-width: 0px;
	border-right-style: none;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 10px;
}
/* Miscellaneous classes for reuse */
h1 {
	font-size: 17px;
	color: #507185;
	margin-top: 8px;
	margin-right: -5px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding: 0px;
	text-align: right;
}
h2 {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	text-align: right;
}
hr {
	color: #72733C;
	margin-bottom: 15px;
	margin-top: 10px;
}
a img {
	border: 1px;
}
ul li, ol li {
	padding-bottom: 8px;
}
.floatright {
	float: right;
	margin-left: 15px;
}
.floatleft {
	float: left;
	margin-right: 15px;
}
.divider {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #72733C;
	margin-bottom: 15px;
	margin-top: 10px;
}
.dividernoclear {
	height: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #72733C;
	margin-bottom: 15px;
	margin-top: 15px;
}
.heading {
	font-size: 14px;
	font-weight: bold;
	color: #820000;
	margin: 0px;
	padding: 0px;
}
.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;
}
.small {
	font-size: 11px;
}
.medium {
	font-size: 14px;
}
.big {
	font-size: 16px;
}
.xbig {
	font-size: 18px;
}
.centeredtext {
	text-align: center;
}
.black {
	color: #000000;
}
.gray {
	color: #CCCCCC;
}
.color1 {
	color: #D01039;
}
.menulist ul, .menulist li {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	list-style-position: outside;
	list-style-type: disc;
}
.tableheading {
	padding: 5px;
	background-color: #B1B46D;
}
.tablerow {
	background-color: #D3D5AC;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
}
.tablerowdivider {
	background-color: #8BAC5D;
}
.photobox {
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
/*	background-image: url(../images/layout/magnifier.png);
	background-repeat: no-repeat;
	background-position: 8px 5px;
*/	color: #CCCCCC;
	width: 545px;
}
.photobox img {
	margin-right: 8px;
	margin-bottom: 12px;
	margin-left: 8px;
}
.photobox a img, .photobox a:visited img {
	border: 5px solid #EFEFEF;
}
.photobox a:hover img, .photobox a.selected img {
	border-top-color: #9FD3F2;
	border-right-color: #9FD3F2;
	border-bottom-color: #9FD3F2;
	border-left-color: #9FD3F2;
}
.photoboxcurrent {
	font-size: 11px;
	color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
}
.photoboxcurrent img {
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	border: 4px solid #333333;
}
#sidebar1 #content {
	margin-left: 15px;
	text-align: right;
	margin-top: 40px;
	color: #999999;
}
#mainContent .paddedmaincontent {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 15px;
}
