	/* general css used in every page */
	body {
		margin:0px;
		padding:0px;
		font-family:Verdana;
		font-size:10px;
		color:#666666;
	}
	
	a {
		text-decoration:none;
	}
	div {
	
	}
	
	img {
		border:0px;
	}

	#pagecontainer {
		margin:0px;
		padding:0px;
		width:756px;
		border-left:1px solid #eee;
		border-right:1px solid #eee;
		text-align:left;
	}
	#header {
		width:756px;
		height: 36px; 
	}
	#menu {
		width:756px;
		height:22px;
	}
	#menu div {
		
		float:left;
		
	}
	.menulink {
		width:76px; height:18px; text-align:center; padding-top:4px;
		
		
	}
	.menug{
		color:#FFFFFF;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:11px;
		text-decoration:none;
	}
	.menug:hover{
		color:#064C9C;
		text-decoration:none;
	}
	.menuw{
		color:#959595;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:11px;
		text-decoration:none;
	}
	.menuw:hover{
		color:#064C9C;
		text-decoration:none;
	}
	#main_img{
		width:756px;
		height:477px;
		background-repeat:no-repeat;
	}
	#main_img_contest{
		width:756px;
		min-height:597px;
		background-repeat:no-repeat;
	}	
	
	#content{
		width:756px;
	}
	#content a {
		color: #517AD6;
		text-decoration:underline;
	}
	#content a:hover {
		text-decoration:none;
	}
	#top_content {
		width:550px;
		/*width:550px;*/
		float:left;
		padding:0px 27px 0px 29px;
		height:32px;
	}
	#main_content {
		background-image:url(images/bg_content_upper.gif);
		background-repeat:repeat-x;
		width:700px;
		padding:0px 27px 0px 29px;
		float:left;
	}
	
	#main_content td {
		vertical-align:top;
	}
	#main_content_left {
		width: 265px;
	}
	#main_content_right {
		width: 400px;
		padding:25px 0px 5px 22px;
	}
	#main_content_footer {
		width:756px;
		height:34px;
		background-image:url(images/bg_content_lower.gif);
		background-repeat:repeat-x;
	}
	.greenhder{
		font-family:Arial;
		font-size: 17px;
		color: #A0BB8B;
	}
	.bluehder{
		font-family:Arial;
		font-size: 24px;
		color: #567AFF;
		line-height:24px;
	}
	#footer {
		width: 731px;
		padding:14px 0px 14px 25px;
	}

	#footer a {
		color: #567AFF;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}
	.spacer {
	}
	html>body .spacer {
		clear:both;
	}
	
	#search_info {
		margin-left:300px;
		padding: 20px 0px 7px 104px;
		background-image:url(images/white.gif); 
		background-repeat:no-repeat; 
		width: 301px; 
		height: 73px;
		color: #B8B8B8;
		font-size:11px;
	}
	html>body #search_info {
		margin-left:302px;
	}
	#searchsection{
		width:756px;
		height:99px;
		background-color: #4490E6;
	}
	#searchsection a{
		color:#FFFFFF;
		text-decoration:none;
	}
	#searchsection a:hover{
		color:#FFFFFF;
		text-decoration:underline;
	}

	#search_hder {
		font-family:Arial;
		font-size: 43px;
		color: #B8B8B8;
	}
	#white_bottom {
		 /*width: 760px;*/
		 height: 135px;
		 background-image:url(images/white_bottom.gif); 
		 background-repeat:no-repeat;
		 padding:8px 0px 0px 20px;
		 margin:106px 0px 0px 0px;
	}
	#white_bottom_2 {
		float:left; 
		width:302px;
		min-height:117px;
	}
	* html #white_bottom_2 {  height:auto !important; height:117px;  }

	.search_botton {
		/*background-color:#4490E6;*/
		background-color:#A0BB8B;
		color:#fff;
		border:1px solid white;
		width: 30px; font-family:Arial, Helvetica, sans-serif; font-size:11px; vertical-align:middle; font-weight:bold;
	}
	.std_button {
		/*background-color:#4490E6;*/
		background-color:#A0BB8B;
		color:#fff;
		border:1px solid #6A8753;
		font-family:Arial, Helvetica, sans-serif; 
		font-size:11px; 
		vertical-align:middle;
		font-weight:bold;
		
	}	
	input {
		font-size:10px;
	}
	
	/* css used search page */
	#search { 
		float:left;
		padding:12px 0px 0px 30px;
		color:#FFFFFF;
	}
	#search a{
		color:#FFFFFF;
		text-decoration:none;
	}
	#search a:hover{
		color:#FFFFFF;
		text-decoration:underline;
	}
	#top_info{
		width:756px;
		height:174px;
		background-color: #4490E6;
	}
	#tip {
		position:absolute; 
		background-color:#E5C800;
		background-image:url(images/yellow_bg.gif);
		width:193px; height:92px;
		left: 135px; top: 171px;	
		padding: 10px 10px 10px 20px;
	}
	html>body #tip {
		left: 120px; top: 171px;	
		padding: 10px 10px 10px 20px;
	}
	#tip a {
		text-decoration: none;
		color:blue;
	}
	#tip a:hover {
		text-decoration: underline;
	}
	#pagination {}
	#pagination a {
		text-decoration:none;
	}
	
	html>body #tip {
		left: 135px; top: 171px;	
	}
	.thumb_row {
		width:100%;
		padding:20px 0px 10px 0px;
	}
	.thumb{
		font-family: Verdana;
		font-size:9px;
		color:#666666;
		float:left;
		width:150px;
		margin-left:7px;
		margin-right:7px;
	}
	.thumb_pano{
		font-family: Verdana;
		font-size:9px;
		color:#666666;
		float:left;
		width:350px;
		margin-left:7px;
		margin-right:7px;
	}
	html>body .thumb{
		margin-left:10px;
		margin-right:0px;
	}
	.thumb a {
		text-decoration:none;
	}
	#thumbimg {
		float:left; 
		text-align:left; 
	}
	#thumbimg a {
		text-decoration:none;
	}
	#thumbimg a:hover {
		text-decoration:underline;
	}
	
	/*html>body .thumb_spacer {
		width:0px;
		float: left; padding:16px;
	}*/
	

	#ico_menu {position:relative; top:0px; left:0px; background-color:#fff; z-index:100;}
	#ico_menu a:hover {text-decoration:none; background-color:#ffffff;}
	#ico_menu a span {display:none;}
	#ico_menu a:hover span {display:block; position:absolute; top:25px; left:0px; text-align:center;width:130px; height:15px;font-size:11px; padding:4px; font-weight:normal; color:#c00; background-color:white;border:1px solid black;}
	
	/*sub pages*/
	#submain_content_left {
		width: 373px;
		padding-top:20px;
	}
	html>body #submain_content_left {
		width: 371px;
	}
	#submain_content_left_ico  {
		padding-bottom:7px; color:#4490E6; font-family:Arial; font-size:15px;
	}
	
	#submain_content_left_ico  a{
		text-decoration:none;
	}
	#submain_content_left_ico  a:hover{
		text-decoration:underline;
	}
	#submain_content_right {
		padding:25px 0px 0px 0px;
		height:inherit;
	}
	#submain_content_topgreen{
		height:40px;
		/*width:289px;*/
		padding:2px 2px 2px 40px;
		/*margin-left:40px;*/
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		color:#FFFFFF;
		background-image:url(images/lbl_greenbg.gif);
		background-repeat:no-repeat;
	}
	#photog_addressbox {
		padding:0px 0px 0px 40px; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size: 12px;
	}
	
	.blueregular{
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		color: #0078FF;
		text-decoration:none;
	}
	.yellowfooterline{
		width:442px;
		height:34px; border-right:1px solid #E5C800;
	}
	html>body .yellowfooterline{
		width:440px;
	}
	
	.page_titles {
		font-family:Arial, Helvetica, sans-serif; font-size:26px; line-height:26px;
	}	
	.sm_button {
		background-color:#4490E6;
		color:#fff;
		border:1px solid white;
		
	}
	
	.red_link {
		color:#A51401; font-size:14px;text-decoration:none;
	}
	.red_link:hover {
		text-decoration:underline;
	}
	.lightblue {
	color: #517AD6;
	text-decoration:none;
	}
	a:hover {
	text-decoration:underline;
	}
	body>#WzTtDiV { background:url(images/bg_gray_90.png);  }
	* html #WzTtDiV { background:transparent;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_gray_90.png', sizingMethod='scale');  }
	.largeview_cont {  background:transparent url(images/ajax-loader.gif) no-repeat center; margin-bottom:5px;  min-height:80px; margin:0 auto; }
	* html .largeview_cont {  height:auto !important; height:80px;  }

	
	/*Styles for contest Introduction*/
	
	#contest_intro_col1{
		height:350px;
		width:305px;
		float:left;
		font-size:11px;
	}
	
	#contest_intro_col1 .intro_text{
	  position:absolute;
	  width:265px;
	  margin-top:15px;
	  margin-left:40px;
	  font-size:11px;
	  color:#67696B;
	
	}
	
	#contest_intro_col2{
		height:372;
		width:386px;
		float:left;
		margin-left:5px;
	}
	
	#contest_bottom{
		width:780px;
		float:left;
		margin-top: -30px;
	}
	
	#contest_bottom .box_images{ margin-top:30px;}
	#contest_bottom .box_images img { margin:0;}
	
	#contest_pic_captions{
		width:780px;
		float:left;
		margin-top:-40px;
		font-size:12px;
		padding-bottom:40px;
	}
	#contest_pic_captions div { float:left; padding-left:15px; }
	#contest_pic_captions h4 { color:#567AFF; margin:0}
	
	
	/* Survey form styles*/
	
	#survey_box{

	   font-size:11px;
		height:120px !important;		
		margin: 48px 0 0 0;
		width:430px;
		float:right;
		text-align:left;
		

		
	}
	* html #survey_box {  height:auto !important; height:120px;  }
	#survey_box .horse_link{text-align:right;width:220px }
	#survey_box .orleans_link{ text-align: right; width: 430px; margin-top:50px; }
	#survey_box .butterfly_link{ width: 190px;margin-left:90px;margin-top:0px }
	#survey_box .hummingbird_link { width: 250px;margin-left:90px;margin-top:13px  }
	#survey_box .correct_answer{ margin:2px 0 0 0;width:225px;text-align:center;}
	#survey_box .survey_form{ margin-top:-11px !important;*margin:0;*padding-top:10px; }
         