@import url("../style/menus.css");

body, html{
	margin:0;
	padding:0;
	
	height:100%;
	
	font-family:Verdana;
	font-size:11px;
}

*{
	margin:0;
	padding:0;
}

h2{
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

h3{
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#333333;
}

a{
	text-decoration:none;
	color:#07256D;
}

.n{
	clear:left;
}
/*------------Container------------*/
#container{
	margin:0 auto;
	width: 1000px;
	margin-top:10px;
}

#header{
	
}

#separator{
	clear:left;
	background:#F6AE01;
	height:10px;
	width:100%;
}

#header #logo{
	float:right;
}

#flash{
	 height:160px;
	 background:#CECCC8;
}

#content{
	margin-top:2px;
}
#content #left{
	float:left;
	width:800px;
}

#content #right{
	float:right;
	width:195px;
}

#footer{
	clear:both;
	font-size:10px;
	color:#0D317C;
	height:19px;
	padding-top:80px;
	padding-left:10px;
	text-align:center;
}


#search{
	width:119px;
	height:17px;
	border:none;
	padding-left:20px;
	background:url(../img/bg_search.jpg);
	padding-top:2px;
	color:#666666;
}



.box .inter{
	padding-bottom:10px;
}


.box1 h2{
	height:25px;
	background:url(../img/h2_box1.gif);
	color:#FFFFFF;
	line-height:24px;
	padding-left:10px;
	text-transform:none;
}


.list{
	list-style-type:none;
}

.list1 li{
	padding-left:25px !important;
}

.list li{
	padding:0 6px;
	height:27px;
	border-bottom:1px solid #E6E6E6;
	background:url(../img/a_bg_list.gif) no-repeat right center;
}

.list a, span{
	font-size:11px;
	color:#2970A6;
	font-weight:bold;
	line-height:27px;
}

.list a{
	
}

.list span{
	margin-right:5px;
}

.list a:hover{
	text-decoration:underline;
}




.phone_list{
	list-style-type:none;
}

.phone_list li{
	float:left;
	margin:8px;
	width: 95px;
	text-align: center;
}

.phone_list p{
	padding-top:4px;
	text-align:center;
	width: 30px;
}

.phone_list img{
	width:32px;
	height: 65px;
	border: none;
}

.phone_list a{
	display:block;
	padding:10px 31px;
	border:1px solid #E0DFDF;
	height: 110px;
}

.phone_list a:hover{
	border:1px solid #AFB0B1;
}




#top_left_box{
	height:150px;
	
	padding:5px;
}

#top_left_box img{
	border:1px solid #F6AE01;
}

#top_left_box p{
	
}




.eq-margin{
	margin-top:5px;
}




#ileft{
	width:200px;
	float:left;
	margin-right:5px;
}

#ileft ul{
	list-style-type:none;
	border:1px solid #F6AE01;
}

#ileft li{
	
}


#ileft li a{
	display:block;
	padding:7px 8px;
	border-bottom:1px dotted #D3CDC0;
	color:#0D317C;
	font-weight:bold;
	height:13px;
}

#ileft a.r{
	padding-left:18px;
}

#ileft li a:hover{
	background:#F6AE01;
}


#iright{
	width:595px;
	float:left;
}

#iright .lab{
	width:290px;
	float:left;
	background:url(../img/bg_lab.gif) repeat-x;
}

.lab .text{
	padding:6px;
}

#tradeshow{
	margin-top:15px;
	text-align:center;
}



.box{
	margin-bottom:15px;
}

.box h2{
	height:25px;
	background:url(../img/h2_box.gif);
	color:#FFF;
	line-height:24px;
	padding-left:10px;
	text-transform:none;
}

.box div{
	color:#0D317C;
	padding:5px;
	border-left:1px solid #F6AE01;
	border-right:1px solid #F6AE01;
	border-bottom:1px solid #F6AE01;
}

#DivLogin
{
	width: 300px;
	position: relative;
	top:250px;
	left: 800px;
	font-family: verdana;
	font-size:13px;
	text-align:left;
}
#DivLogin input
{
	padding:2px;
	padding-left: 10px;
	margin-top: 2px;
	margin-bottom: 4px;
}
#DivLogin fieldset
{
	border:1px solid gray;
	padding-top: 10px;
	padding-left: 10px;
}

#ErrorPlacer
{
	/*margin-left:10px;*/
	color: #FF0000;
	border: none;
}
.ErrorPlacer
{
	/*margin-left:10px;*/
	color: #FF0000;
	border: none;
}

#ileft h3
{
	font-size:11px;
	border-bottom:1px solid #E6E6E6;
	color:#2970A6;
	height: 27px;
	padding-left: 10px;
}
#ileft h3:hover
{
	background:#F6AE01;
}

.diva
{
	padding-left: 7px;
	height:27px;	
	border-bottom:1px solid #E6E6E6;
}
.diva:hover
{
	background:#F6AE01;
}

.adminLink
{
	color:red;
	text-decoration: underline;
	cursor: pointer;
}
#overlay
{ 
	width:100%;
	background:#000000;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}