/*



Theme Name: GVGhome.com



Theme URI: http://gvghome.com/



Author: mRELEVANCE



Author URI: http://www.mrelevance.com/



Version: 1.0



Description: 



*/



/*CSS Reset*/



@import url(css/reset.css);



/*Get the grid, baby!*/



@import url(css/grid.css);







body { /* This is where you set many of the universal defaults */



	background: #137bbb url(images/body-bg.jpg) top center repeat-y; 



	color: #000;



	font-family: Verdana, Helvetica, sans-serif;



	font-size: 12px;



	text-align: center;



}







/*********************************************



		Universal Link Styles



*********************************************/



a {



	color: #002b67;



	text-decoration: none;



}



a:hover { 



	color: #97bbda; 



	text-decoration: underline; 



}







/*********************************************



		Universal Text Elements



*********************************************/



p, ul, ol, blockquote {



	color: #333;



}



ol, ul {



	margin: 5px 35px;



}



blockquote {



	margin: 5px 0px 5px 10px; padding: 0px 0px 0px 10px;



	font-style: italic;



}



img { border: 0px; background: none; }



p {



	padding: 10px 0px;



	margin: 0px;



}



/*********************************************



		Header Styles



*********************************************/



/* Use this for universal styles for all header elements



Be sure to uncomment the styles before using */



h1,h2,h3,h4,h5,h6 {



	/*



	font-family: ;



	font-size: ;



	color: px;



	margin: px; padding: px;



	*/



}







h1 { /* This style is generally used as title on single posts and pages */



	font-size: 18px;



	line-height: 20px;



	font-weight: bold;



	text-transform: none;



	letter-spacing: -1px;



	font-family: Verdana, Helvetica, Sans-Serif;



}



h2 { /* This style used as a sub-header in post/page content */



	font-size: 18px;



}



h3 { /* This style used as the post titles on homepage/archive */



	clear: both;



	font-size: 18px;



	line-height: 20px;



	font-weight: bold;



	text-transform: none;



	letter-spacing: -1px;



	font-family: Verdana, Helvetica, Sans-Serif;



}



h3 a {



}



h3 a:hover {



}



h4 { /* This style used as title for comments and as the identifying header on archive page  */



	font-size: 18px;



	padding: 0 0 0 15px;



}



h5 {



	font-size: 16px;



}



h6 {



	font-size: 14px;



}







/*********************************************



		The Obligatory WP Styles



*********************************************/



.aligncenter,



div.aligncenter {



   display: block;



   margin-left: auto;



   margin-right: auto;



}



.alignleft {



   float: left;



   margin: 0px 8px 8px 0px;



}



.alignright {



   float: right;



   margin: 0px 0px 8px 8px;



}



.wp-caption {



   border: 1px solid #ddd;



   text-align: center;



   background-color: #f3f3f3;



   padding-top: 4px;



   margin: 10px;



}



.wp-caption img {



   margin: 0;



   padding: 0;



   border: 0 none;



}



.wp-caption p.wp-caption-text {



   font-size: 11px;



   line-height: 17px;



   padding: 0 4px 5px;



   margin: 0;



}



.post img {border: 2px solid #cfcfcf;}







/*********************************************



		Container Div



*********************************************/



#container {



    width: 967px;



	background: #f7f2d8;



	margin-top: 20px;



	border: 5px solid #f7f2d8;



}







/*********************************************



		Header Styles



*********************************************/



#header {



	position: relative;		clear: both;



	background-image:url('images/homeheader.jpg');



    background-repeat: no-repeat;



    background-position: top center;



	height: 139px;



}



#header #title a {



	display: block;



	overflow: hidden;



}#gohome {    position: absolute;	top: 17px;	left: 10px;	width: 168px;	height: 161px;}



/*********************************************



		Horizontal Navigaion Styles 



				(with dropdowns)



*********************************************/



#above-header #pagemenu,



#above-header #catmenu {



	border-bottom: 1px solid #f7f2d8;



}



#below-header #pagemenu,



#below-header #catmenu {



	border-top: 1px solid #f7f2d8;



}



#pagemenu,



#catmenu {



	float: left;



	font-size: 14px;



	text-transform: uppercase;



	width: 100%; 



	height: 32px;



	margin: 100px 0px 0px 206px; 



	padding: 0px;



	



	



}



/* This is the style for the first UL (horizontal) */



#pagemenu ul,



#catmenu ul {



	float: left;



	background: transparent;



	height: 32px; line-height: 32px;



	margin: 0px; padding: 0px;



}







/* This is the style for the top level list items */



#pagemenu ul li,



#catmenu ul li {



	



	background: none;



	width: auto;



	display: block;



	float: left;



	list-style-type: none;



	height: 32px; line-height: 32px;



	margin: 0px; padding: 0px;



}



#pagemenu ul li.home,



#catmenu ul li.home {



	background: none;



}



/* The style for all links */



#pagemenu a,



#catmenu a {



	color: #002b67;



	text-decoration: none;



	font-weight: bold;



}



/* The universal hover state colors and background for all LI items and links */



#pagemenu li:hover a,



#pagemenu li.sfhover a,



#pagemenu li a:hover,



#catmenu li:hover a,



#catmenu li.sfhover a,



#catmenu li a:hover {



	color: #002b67;



	text-decoration: none;



}



/* This is the style for the top level links, if different than the universal */



#pagemenu ul li a,



#catmenu ul li a {



	display: block;



	height: 32px; line-height: 32px;



	margin: 0px; padding: 0px 8px;



	text-decoration: none;



}



/* if you want to set a "current page item" style, do it here */



#pagemenu ul li.current_page_item a,



#catmenu ul li.current_page_item a {



}



/****************************** 



The second-level stuff 



*******************************/



/* This hides the nested UL before you hover */



#pagemenu li ul,



#catmenu li ul {



	clear: both;



	position: absolute;



	width: 225px; /* the width of the dropdown */



	left: -999em;



}



/* This shows the nested UL when you hover */



#pagemenu li:hover ul, 



#pagemenu li.sfhover ul,



#catmenu li:hover ul, 



#catmenu li.sfhover ul {



	left: auto;



	display:  block;



	z-index: 5000;



}







/* This is the style for the nested UL */



#pagemenu li:hover ul,



#pagemenu li.sfhover ul,



#catmenu li:hover ul,



#catmenu li.sfhover ul {



	background: #ffffff;



	display: block;



	margin: 0px; padding: 0px;



	border-top: 1px solid #FFF;



}



/* This is the style for the LI items within the nested UL */



#pagemenu li:hover ul li,



#pagemenu li.sfhover ul li,



#catmenu li:hover ul li,



#catmenu li.sfhover ul li {



	background: #ffffff;



	width: 100%;



	display: block;



	padding: 0px; margin: 0px;



	height: 30px; line-height: 30px;



	overflow: hidden;



	text-align: left;



	border: 1px solid #FFF;



	border-top: none;



}



/* This is the style for the links within the LI items within the nested UL */



#pagemenu li:hover ul li a,



#pagemenu li:hover ul li.current_page_item a,



#pagemenu li.sfhover ul li a,



#pagemenu li.sfhover ul li.current_page_item a,



#catmenu li:hover ul li a,



#catmenu li:hover ul li.current_page_item a,



#catmenu li.sfhover ul li a,



#catmenu li.sfhover ul li.current_page_item a {



	background: #ffffff;



	color: #002b67;



	width: 225px;



	display: block;



	margin: 0px; padding: 0px 5px;



	height: 30px; line-height: 30px;



}



/* This is the style for the hover state on the links within the LI items within the nested UL */



#pagemenu li:hover ul li a:hover, 



#pagemenu li.sfhover ul li a:hover,



#catmenu li:hover ul li a:hover, 



#catmenu li.sfhover ul li a:hover {



	text-decoration: none;



	margin: 0px; padding: 0px 5px;



	height: 30px; line-height: 30px;



	background: #f7f2d8;



	color: #002b67;



}







/****************************** 



The third-level stuff 



*******************************/







#pagemenu li:hover ul ul, 



#pagemenu li:hover ul ul ul, 



#pagemenu li.sfhover ul ul, 



#pagemenu li.sfhover ul ul ul {



	left: -999em;



	/*margin: -2em 0 0 16em;*/



	margin: -30px 0px 0px 225px;



}







#pagemenu li:hover ul, 



#pagemenu li li:hover ul, 



#pagemenu li li li:hover ul, 



#pagemenu li.sfhover ul, 



#pagemenu li li.sfhover ul, 



#pagemenu li li li.sfhover ul {



	/*text-decoration: none;



	margin: 0px 0px 0px 0px; 



	padding: 0px 0px 0px 0px;



	height: 30px; 



	line-height: 30px;



	background: #f7f2d8;



	color: #002b67;*/



	left: auto;



}



#pagemenu ul {



	padding: 0;



	margin: 0;



	list-style: none; 



	line-height: 1;



}











/*********************************************



		Feature-Top Div



		Feature-Bottom Div



*********************************************/



.w260,.w260-,.w390,.w390- {display: inline; float: left; margin: 0px 10px; text-align: left; overflow: hidden;}



.w260 {width: 240px;} .w260- {width: 260px; margin: 0px;}



.w390 {width: 370px;} .w390- {width: 390px; margin: 0px;}



#feature-top,



#feature-bottom {



	width: 100%;



	background: #f7f2d8;



	float: left;



	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;



	overflow: hidden;



	border-top: 1px solid #FFF;



}



#feature-top {margin-bottom: 10px;}



#feature-top a {



	color: #FFF;



	text-decoration: none;



}



#feature-top a:hover {



	color: #FFF;



	text-decoration: underline;



}



#feature-bottom {



}



#feature-bottom a {



	color: #FFF;



	text-decoration: none;



}



#feature-bottom a:hover {



	text-decoration: underline;



}



#feature-top .widget,



#feature-bottom .widget {



	padding: 0px 0px 10px 0px;



}



#feature-top h4,



#feature-bottom h4 {



	margin: 0px; padding: 10px 10px 0px 10px;



	color: #FFF;



	font-family: Verdana, Times, Serif;



	font-size: 11px;



	text-transform: uppercase;



	font-weight: bold;



	border: 0px solid #FFF;



	border-left: none; border-right: none;



}



#feature-top h4 a,



#feature-bottom h4 a {



	color: #FFF;



	text-decoration: none;



}



#feature-top h4 a:hover,



#feature-bottom h4 a:hover {



	color: #FFF;



	text-decoration: none;



}



#feature-top-left h4,



#feature-top-middle h4,



#feature-bottom-left h4,



#feature-bottom-middle h4 {



	border: none;



}







#feature-top p,



#feature-top ul,



#feature-top ol,



#feature-top img,



#feature-top form,



#feature-top .widget div  {



	color: #FFF;



	padding: 10px;



}



#feature-bottom p,



#feature-bottom ul,



#feature-bottom ol,



#feature-bottom img,



#feature-bottom form,



#feature-bottom .widget div  {



	color: #FFF;



	padding: 10px;



}



#feature-top ul,



#feature-top ol,



#feature-bottom ul,



#feature-bottom ol {



	padding: 10px 0px; margin: 0px 15px 5px 25px;



	list-style-type: square;



}



#feature-top li ul,



#feature-top li ol,



#feature-bottom li ul,



#feature-bottom li ol {



	padding: 0px;



}



#feature-top a.rsswidget img,



#feature-bottom a.rsswidget img {



	display: none;



}



	



/*********************************************



		Content Div



*********************************************/



#content {



	background: #f7f2d8;



	margin-top: 5px;



}







.post {



	padding: 0px 10px 10px 10px;



}



.post .title {



	width: 580px;



}



.post .date {



	display: none;



}



.post .post-title {



	float: left;



	width: 500px;



	line-height: 28px;



	padding: 5px 0px 0px 0px;



}



.post .post-title a {



	text-decoration: none;



}



.post .meta-author {



	font-style: italic;



}



/*********************************************



		Post Meta Styles, if needed



*********************************************/



.meta-top {



	clear: both; /* we need this so floats in the post are cleared */



}



.meta-bottom {



	clear: both; /* we need this so floats in the post are cleared */



	border-top: 1px solid #d7d7d7;



	margin: 10px 0px 0px 0px; padding: 10px 0px 0px 0px;



}



.meta-bottom .alignleft {



	width: 70%;



}



.meta-bottom .categories {



	background: url(images/folder.png) 0px 0px no-repeat;



	padding: 0px 0px 0px 18px;



}



.meta-bottom .comments {



	background: url(images/comments.png) 0px 2px no-repeat;



	padding: 0px 0px 0px 18px;



}



.photometa {



	margin: 0px 5px 0px 5px; padding: 0px 0px;



	width: 100%;



}



.EXIF {



	margin: -22px 0px 0px 10px; padding: 0px 0px;



	float: left;



	width: 33%;



}



.photometa h4 {



	border-bottom: 1px solid #666;



	text-align: center;



	margin: 0px; padding: 0px;



}



.photometa ul {



	list-style-type: none;



}







/*********************************************



		Previous/Next Page Navigation



*********************************************/



.paging {



	clear: both; /* To clear any floats */



	margin: 0px; padding: 10px;



}







/*********************************************



		Sidebar



*********************************************/



#sidebar { /* Wide Sidebar */



	background: #f7f2d8;



margin-top: 6px;



}



.sidebar {



	background: #f7f2d8;



}



#sidebar .sidebar {



	background: none;



}



.sidebar a {



	text-decoration: none;



}



.sidebar a:hover {



	text-decoration: underline;



}



.sidebar h4 {



	clear: both;



	background: #f7f2d8;



	font-size: 15px;



	color: #000;



	font-family: Verdana, Arial, Sans-Serif;



	margin: 0px 0px 10px 0px;



	padding: 8px;



	font-weight: bold;



	text-transform: uppercase;



}



.sidebar h4 img {



	padding: 0px;



}



.sidebar h4 a {



	color: #FFF;



	text-decoration: none;



	margin: 0px; padding: 0px;



}



.sidebar .widget {



	clear: both;



	padding: 5px 10px;



}



.sidebar .widget p,



.sidebar .widget ul,



.sidebar .widget ol,



.sidebar .widget img,



.sidebar .widget form,



.sidebar .widget div  {



	padding: 5px 0px;



}



.sidebar p, 



.sidebar .textwidget {



	padding: 5px 0px;



}



.sidebar img {



	text-align: center;



}



.sidebar form {



	margin: 0px; padding: 0px;



}



.sidebar ul {



	list-style-type: none;



	margin: 0px; padding: 0px;



}



.sidebar ul li {



	margin: 0px; padding: 0px 0px 0px 8px;



	line-height: 18px;



	background: url(images/arrow.gif) 0px 4px no-repeat;



}



.sidebar ul li a {



	text-decoration: none;



}



.sidebar ul li a:hover {



	



}



.sidebar ul li ul {



	margin: 0px; padding: 0px;



}



.sidebar ul li ul li {



	margin: 0px; padding: 0px 0px 0px 8px;



}



.sidebar a.rsswidget img {



	display: none;



}







/*********************************************



		Comment Styles



*********************************************/



#comments {



	padding: 10px;



}



#comments h4 {



	padding: 0;



}



#comments .comment {



	margin: 5px 0px 5px 0px; padding: 10px;



	background: #FFFFFF;



	overflow: hidden;



	border: 1px solid #999;



}



#comments .alt {



	margin: 5px 0px 5px 0px; padding: 10px;



	background: #FFFFFF;



	overflow: hidden;



	border: 1px solid #999;



}



#comments .gravatar {



	float: left;



	padding: 0 5px 0 0;



}



#comments .commentmeta {



	



}



#comments .commentmeta a {



	text-decoration: none;



}



#comments .commentmeta a:hover {



	text-decoration: underline;



}



#comments .commenttext {



	



}







#respond {



	padding: 10px;



}



#respond h4 {



	padding: 0;



}



#respond form#commentform {



}



#respond #author {



	



}



#respond #email {



	



}



#respond #url {



	



}



#respond #comment {



	width: 100%;



}



#respond #submit {



	



}







/*********************************************



		Footer Styles



*********************************************/



#footer {



	text-align: left;



	color: #002b67;



	background-image:url('images/homefooter.jpg');



    background-repeat: no-repeat;



    background-position: top center;



	margin-top:20px;



	



}







#footer .aligncenter {



    padding: 20px 0px 25px 0px;



	text-align: center;



}	







#footer .alignleft,



#footer .alignright {



	padding: 10px;



}



#footer .alignright {



	text-align: right;



}



#footer a {



	color: #002b67;



	text-decoration: none;



}



#footer a:hover {



	text-decoration: underline;



}







/*********************************************



		Contact Form Styles



*********************************************/



.ithemes-contact-page {



	margin: 0 auto;



	font-size: 12px;



	font-family: Verdana, Helvetica, sans-serif;



}



.ithemes-contact-page td {



	padding: 5px;



	text-align: left;



}



.ithemes-contact-page td.label {



	text-align: right;



	vertical-align: top;



	font-weight: bold;



}







.ithemes-contact-page input,



.ithemes-contact-page textarea,



.ithemes-contact-page select {



	font-family: Verdana, Helvetica, Sans-Serif;



	padding: 3px;



}



.ithemes-contact-page input:hover,



.ithemes-contact-page textarea:hover,



.ithemes-contact-page  select:hover	{



}







.ithemes-contact-page  input:focus,



.ithemes-contact-page  textarea:focus,



.ithemes-contact-page  select:focus	{



}







.ithemes-contact-page textarea,



.ithemes-contact-page input {



}







/*********************************************



		Home Page



*********************************************/







#homeside {
	background-image:url('images/homeside.jpg');
	  background-repeat: no-repeat;

    position: relative;
	background-color:#f7f2d8;
	left: 0px;
	width:197px;
	min-height:654px;
	float:left;
}#homemap {    position: absolute;	top: 108px;	left: 6px;	width: 179px;	height: 284px;}







#mainimg {
  position: relative;
  background-image:url('images/homemain.jpg');
  background-repeat: no-repeat;
  margin-left:197px;
  width: 770px;
  height: 260px;
}







#home-content {



  position: relative;



  background-image:url('images/homecontent.jpg');



  background-repeat: no-repeat;



  width: 384px;



  height: 344px;



  float: left;



}







#home-content p{



  text-align: top;



  font-size: 12px;



  font-family:Verdana, "Times New Roman", Times, serif;



  padding: 10px 10px 0px 10px;



}







#home-content h1{



 font-size:18px;



 font-family:Verdana, "Times New Roman", Times, serif;



 color: #000000;



}







#home-content h2{



 font-size:16px;



 font-family:Verdana, "Times New Roman", Times, serif;



 color: #000000; 



}







#home-content h3{



 font-size:14px;



 font-family:Verdana, "Times New Roman", Times, serif;



 color: #000000; 



 padding: 0px 10px 10px 10px;



}







#home-content h4{



 font-family:Verdana, "Times New Roman", Times, serif;



 color: #000000;



 font-size: 12px; 



}







#home-content1 {



  position: relative;



  background-image:url('images/homecontent1.jpg');



  background-repeat: no-repeat;



  width: 192px;



  height: 344px;



  overflow: auto;



  float: left;



}







#home-content1 p{



  text-align: left;



  font-size: 10px;



  padding: 0px 5px 0px 5px;



}







#home-content1 a{



  color: #002f65;



  text-decoration: underline;



}







#home-content1 h4{



 text-align: left;



 font-size:12px;



 font-family:Verdana, "Times New Roman", Times, serif;



 color: #000000; 



 padding: 0px 5px 0px 5px;



}











#home-content2 {



  position: relative;



  background-image:url('images/homecontent2.jpg');



  background-repeat: no-repeat; 



  width: 194px;



  height: 344px;



  overflow: auto;



  padding: 0px 0px 0px 0px;



  /*float: right;



  clear: right;*/



}







#home-content2 p{



  text-align: left;



  font-size: 10px;



  padding: 0px 8px 0px 16px;



}







#home-content2 a{



  color: #002f65;



  text-decoration: underline;



}







#home-content2 h4{



 text-align: left;



 font-size:12px;



 font-family:Verdana, "Times New Roman", Times, serif;



 color: #000000; 



 padding: 0px 8px 0px 16px;



}
#homeform { position: relative; float: left; left: 10px; width: 175px; height: 285px; margin-top:100px;}
#insideform { position: relative; float: left; left: 10px; width: 175px; min-height: 250px; margin-top:100px;}
#insideform2 { position: relative; float: left; left: 10px; width: 175px; min-height: 10px; margin-top:100px;}







/*********************************************



		Interior Page(s)

intside

*********************************************/
#intside {
		background-image:url('images/homeside.jpg');
			  background-repeat: no-repeat;

    position: relative;
	background-color:#f7f2d8;
	left: 0px;
	width:197px;
	min-height:608px;
	float:left;		}
	#intmap1 {    position: absolute;	top: 34px;	left: 18px;	width: 152px;	height: 134px;}
	#intmap2 {    position: absolute;	top: 176px;	left: 18px;	width: 152px;	height: 223px;}
	#intmap3 {    position: absolute;	top: 438px;	left: 18px;	width: 152px;	height: 148px;}	/* ----------------------------------------------------------------------------------------------------------------*//* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*//* ----------------------------------------------------------------------------------------------------------------*//* ----------------------------------------------------------------------------------------------------------------*//* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*//* ----------------------------------------------------------------------------------------------------------------*/#TB_window {	font: 12px Arial, Helvetica, sans-serif;	color: #333333;}#TB_secondLine {	font: 10px Arial, Helvetica, sans-serif;	color:#666666;}#TB_window a:link {color: #666666;}#TB_window a:visited {color: #666666;}#TB_window a:hover {color: #000;}#TB_window a:active {color: #666666;}#TB_window a:focus{color: #666666;}/* ----------------------------------------------------------------------------------------------------------------*//* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*//* ----------------------------------------------------------------------------------------------------------------*/#TB_overlay {	position: fixed;	z-index:100;	top: 0px;	left: 0px;	height:100%;	width:100%;}.TB_overlayMacFFBGHack {background: url(macFFBgHack.html) repeat;}.TB_overlayBG {	background-color:#000;	filter:alpha(opacity=75);	-moz-opacity: 0.75;	opacity: 0.75;}* html #TB_overlay { /* ie6 hack */     position: absolute;     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}#TB_window {	position: fixed;	background: #ffffff;	z-index: 102;	color:#000000;	display:none;	border: 4px solid #525252;	text-align:left;	top:50%;	left:50%;}* html #TB_window { /* ie6 hack */position: absolute;margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}#TB_window img#TB_Image {	display:block;	margin: 15px 0 0 15px;	border-right: 1px solid #ccc;	border-bottom: 1px solid #ccc;	border-top: 1px solid #666;	border-left: 1px solid #666;}#TB_caption{	height:25px;	padding:7px 30px 10px 25px;	float:left;}#TB_closeWindow{	height:25px;	padding:11px 25px 10px 0;	float:right;}#TB_closeAjaxWindow{	padding:7px 10px 5px 0;	margin-bottom:1px;	text-align:right;	float:right;}#TB_ajaxWindowTitle{	float:left;	padding:7px 0 5px 10px;	margin-bottom:1px;}#TB_title{	background-color:#e8e8e8;	height:27px;}#TB_ajaxContent{	clear:both;	padding:2px 15px 15px 15px;	overflow:auto;	text-align:left;	line-height:1.4em;}#TB_ajaxContent.TB_modal{	padding:15px;}#TB_ajaxContent p{	padding:5px 0px 5px 0px;}#TB_load{	position: fixed;	display:none;	height:13px;	width:208px;	z-index:103;	top: 50%;	left: 50%;	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */}* html #TB_load { /* ie6 hack */position: absolute;margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}#TB_HideSelect{	z-index:99;	position:fixed;	top: 0;	left: 0;	background-color:#fff;	border:none;	filter:alpha(opacity=0);	-moz-opacity: 0;	opacity: 0;	height:100%;	width:100%;}* html #TB_HideSelect { /* ie6 hack */     position: absolute;     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}#TB_iframeContent{	clear:both;	border:none;	margin-bottom:-1px;	margin-top:1px;	_margin-bottom:1px;}#BD_titlerow, #BD_datarow{	font-family:Arial, Helvetica, sans-serif;	font-size:12px;	width:790px;	text-align:left;}#BD_titlerow{	font-weight:bold;	background-color:#275286;	padding:5px;	margin:0px;	color:#ffffff;	height:15px;}#BD_datarow{	color:#333333;	height:81px;	background-color:#f7f2d8;	border-bottom:1px solid #CDBE93;	padding-top:7px;	padding-left:6px;	padding-right:4px;}#BD_datarow a{	color:#000000;}#BD_title_row_generic_wrapper {	padding:0px 0px 0px 3px;}#BD_title1_content, #BD_title2_content, #BD_title2b_content, #BD_title3_content, #BD_title4_content, #BD_title5_content, #BD_title6_content, #BD_title7_content, #BD_title8_content {	padding:0px 0px 0px 0px;}#BD_title1_content {	padding:0px 0px 0px 5px;}#BD_title2_content {}#BD_title2b_content {}#BD_title3_content {	padding:0px 0px 0px 10px;}#BD_title4_content {}#BD_title5_content {}#BD_title6_content {}#BD_title7_content {}#BD_title8_content {}#BD_data_row_generic_wrapper {	padding:0px 0px 0px 0px;}#BD_col1_content, #BD_col2_content, #BD_col2b_content, #BD_col3_content, #BD_col4_content, #BD_col5_content, #BD_col6_content, #BD_col7_content, #BD_col8_content {	padding:30px 0px 0px 0px;}#BD_col1{	float:left;	width:115px;}#BD_col1_content{}#BD_col2{	float:left;	width:80px;}#BD_col2_content{}#BD_col2b{	float:left;	width:50px;}#BD_col2b_content{}#BD_col3{	float:left;	width:175px;}#BD_col3_content{	padding:30px 0px 0px 0px;}#BD_col3_content a{	}#BD_col4{	float:left;	width:40px;}#BD_col4_content{}#BD_col5{	float:left;	width:40px;}#BD_col5_content{}#BD_col6{	float:left;	width:60px;}#BD_col6_content{}#BD_col7{	float:left;	width:0px;}#BD_col7_content{}#BD_col8{	float:left;	width:0px;}#BD_col8_content{}#BD_page_navigation{	font-family:Arial, Helvetica, sans-serif;	font-size:12px;		clear:both;	padding-top:5px;	padding-bottom:7px;}