﻿body 
{
	background-color:#b9c4ca;
	margin: 0 auto;
}

input
{
	color:#5f727c;
}

div.Sep
{
	float:left;
	width:1px;
	height:15px;
}

div
{
	font-family:Tahoma;
	font-size:13px;
	color:#333333;
}

A:link {text-decoration: none; color:#235983;}
A:visited {text-decoration: none; color:#235983;}
A:active {text-decoration: none; color:#235983;}
A:hover {text-decoration: underline; color:#235983;}

/* MainMasterPage ______________________________________*/

#HomeMainContentHolder1
{
	min-width:1170px;
	width:100%;
	min-height:600px;
	height:100%;
}

#InnerMainContentHolder1
{
	float:left;
	min-width:1170px;
	width:100%;
	/*height:585px;	*/
}


div.MainTopMenu
{
	float:left;
	min-width:1170px;
	width:100%;
	height:35px;
	background-image:url('../images/main_menu_back.png');
	background-repeat:repeat-x;
}

div.BottomPane
{
	float:left;
	min-width:1170px;
	width:100%;
	height:130px;
}

div.MainBottomMenu
{
	float:left;
	min-width:1170px;
	width:100%;
	height:30px;
	font-size:13px;
	color:#22353f;
	font-family:Tahoma;
	text-align:center;	
}



/* Search Control */

div.BigSearchBoxMain
{
	float:left;
	width:305px;
	height:587px;	
}

div.BigSearchBox
{
	float:left;
	width:305px;
	height:569px;
	background-image:url('../images/content_menu.png');	
	background-repeat:no-repeat;
}

div.BigSearchBoxRep
{
	float:left;
	width:305px;
	height:1px;
	background-image:url('../images/content_menu_rep.png');	
	background-repeat:repeat-y;
}

div.BigSearchBoxBottom
{
	float:left;
	width:305px;
	height:15px;
	background-image:url('../images/content_menu_bottom.png');	
	background-repeat:no-repeat;
}
/* Search Control */


div.TextStyle1
{
	font-size:12px;
	font-family:Tahoma;
	text-align:left;
	color:#FFFFFF;
}

/* END MainMasterPage ______________________________________*/