/* HTML TAG STYLES */

div, h1, h2, h3, h4, a, p, th, td, ol, li, form, * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	font-size: 12px;
} 

img {
	border: 0;
	vertical-align: top; /* important for html strict mode */
}

h1 {
	font-size: 12px;
	margin: 6px 0 0 5px;
	border-bottom: double black;
}

h2 {
	margin: 3px 0 0 5px;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	padding: 0;
	margin: 10px 0 0 0;
}

h4 {
	font-size: 12px;
}

a:link {	color: #3D4510; }
a:visited {	color: #508215; }
a:hover {color: #FF9C30; text-decoration: none; }
a:active { color: #FF9C30 }

p, li, td, div {
	font-size: 12px;
	line-height: 16px;
}

th, td {
	vertical-align: top;
}

th {
	text-align: left;
}

ul {
	margin: 0;
	padding: 10px 10px 10px 45px;
}

ul li {
	margin: 0 0 10px 0; 
	padding: 0;
	list-style-image: url(images/list_icon.gif);
	list-style-type: none;
}

ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0;
	padding: 5px 10px 10px 45px;
}

ol li {
	margin: 0 0 10px 0;
	padding: 0;
}


/* LAYOUT */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #efefef;
}

#container {
	margin: 0px auto;
	text-align:left;
	width: 760px;
	padding: 10px 0 5px 0;
	background-color: #fff;
	border-left: 15px solid white;
	border-right: 15px solid white;
}

#branding {
	padding: 0;
	margin: 0;
}

#branding td {
	line-height: 0;
}

#nav {
	padding: 0;
	margin: 0;
}

#content {
	padding-right: 10px;
	padding-bottom: 80px;
}

#bigTable {
	margin: 0;
	padding: 0;
}

#sidebar {
	width: 196px;
	float: left;
}

#sidebarHome {
	width: 290px;
	float: left;
}

#footer {
	text-align: center;
	clear: both;
	margin-top: 20px;
}



/* NAVIGATION */

#navHomeTable {
	border-top: 1px solid white;

}

#navHomeTable td, #navTable td {
	line-height: 0;
	background-color: #FF9E31;
}

#subnav {
	padding-left: 25px;
}

#subnav a:link, 
#subnav a:visited, 
#subnav a:hover, 
#subnav a:active {
	color: white;
	font-size: 11px;
	text-decoration: none;
}

#subnav a:hover {
	text-decoration: underline;
}

#subnav a.highlight:link, 
#subnav a.highlight:visited, 
#subnav a.highlight:hover, 
#subnav a.highlight:active {
	color: #03688A;
}

td.buttonEmailUpdates {
	background-color: #FF9C30;
	padding-top: 8px;
	padding-left: 24px;
	padding-bottom: 9px;
}

#nav ul {
	margin: 0;
	padding: 0 0 0 10px;
}

#nav li {
	color: #fff;
	list-style: none;
	margin: 0px;
	padding: 0px 0 0 0;
	background-image: none;
	list-style-image: none;
}

#subnav ul.subnav01 {
	margin: 5px 0 0 0;

}

#subnav ul.subnav01 li {
	padding: 0px 0 10px 0;
	margin: 0;
}

#subnav ul.subnav02 li {
	padding: 2px 0 2px 0;
	line-height: 100%;
	margin: 0;
}

/* SIDEBAR */

#sidebarHomePadding {
	margin-left: 43px;	
}

.inTheNews {
	background-color: #EAF2BD;
	padding: 10px 12px 10px 12px;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
}

.inTheNews a {
	font-size: 11px;
}

.inTheNewsItem {
	margin: 3px 0 10px 12px;
	font-size: 11px;
}

.inTheNewsDate {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

.sidebarGradientHome {
	margin-top: 7px;
}

.sidebarGradient {
	margin-top: 0px;
}



/* FOOTER */

#footerLinks p, #copyright p {
	margin: 10px 0 10px 70px;
	padding: 0;
}

#footerLinks a, #footerLinks a:link, #footerLinks a:visited, #footerLinks a:hover, #footerLinks a:active {
	color: black;
}

#copyright p, #copyright a, #copyright a:link, #copyright a:visited, #copyright a:hover, #copyright a:active {
	color: #999;
	font-size: 10px; 
}



/* COMMON ELEMENTS */

.dottedBarHorizontalSidebar {
	background-image: url(images/dotted_bar_horizontal.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 15px;	
}

.dottedBarHorizontal {
	background-image: url(images/dotted_bar_horizontal.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 5px;
	margin: 0 0 0 5px;
	padding: 0;
	line-height: 0;	
}

.dottedBarVertical {
	background-image: url(images/dotted_bar_vertical.gif);
	background-repeat: repeat-y;
	width: 1px;
	border-left: 10px solid white;
	border-right: 10px solid white;
	border-top: 2px solid white;
}

a.learnMoreLink:link { color: #006689; }
a.learnMoreLink:visited { color: #508215; }
a.learnMoreLink:hover { color: #FF9C30; text-decoration: none;}
a.learnMoreLinkactive {	color: #FF9C30; }

input.formBtnGo {
	background-color: #ddd;
	font-size: 10px;
	margin-left: 5px;
}

input.formTextbox,
select.formMenu {
	width: 120px;
	font-size: 12px;
}

textarea.formTextarea {
	width: 120px;
}

.listHeading {
	font-weight: bold;
}



/* STYLING */

.newsItem {
	margin-bottom: 25px;	
	margin-left: 5px;
}

.newsTitle {
	font-weight: bold;
}

.newsDate {
	font-style: italic;
}

.newsBody {

}

#content p {
	margin-left: 5px;
	margin-top: 10px;
}

#content p.first {
	margin-top: 0px;
}

.contentTitle {
	margin: 17px 0 0 3px;
}

#content .pressReleaseInfo {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 5px;
}

#content .pressReleaseInfoTitle {
	font-weight: bold;
	font-size: 10px;
}

#content .pressReleaseInfoDate {
	font-style: italic;	
	margin-bottom: 10px;
	font-size: 10px;
}

#content .pressReleaseInfoName {
	font-style: italic;	
	font-size: 10px;
}

.subtitledb { 
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size:13px; 
                font-weight: bold; 
                color: #009999
                }
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
