
/*==========================
    Main CSS Containers
===========================*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,fieldset {
	margin:0;
	padding:0;

}

body {
	/*background:#BEC3C6 url(../images/template/bg.gif) repeat-x 0 -60px;*/
	background-color: #FFFFFF;
	color:#555;
	font-family:Verdana,"BitStream vera Sans",Tahoma,Helvetica,Sans-serif;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#wrap {
	/*background:url(../images/template/light2.gif) center -70px no-repeat;*/
	padding:20px;
	margin-top:10px;
}
#container {
	margin:0 auto;
	width:935px;
}
#header {
	/*background:url(../images/template/header2.png) 0 0 no-repeat;*/
	background-color: #505692;
	height:5px;
	overflow:hidden;
	width:937px;
}
#company_name{
	margin-top:90px;
	float:left;
	padding:10px;
	color: #FFFFFF;
	font: bold 19px Verdana; 
}	
#content {
	background:#FFFFFF; /* url(../images/template/sidesep.gif) right repeat-y;*/
	min-height:400px;
}
#main {
	background:#FFFFFF;/* url(../images/template/main_shadow.gif) top repeat-x;*/
	width:935px;
	padding:0px;
	float:left;
	overflow:hidden;
	border:1px solid #999999;
	padding-bottom:10px;
}
#footer {
	float:left;
	display:block;
	height:10px;
	margin-bottom:60px;
	font-size:11px;
	line-height:145%;
	width:100%;
}


#left_column {  
	float:left;
	min-height:500px;
	width: 620px;
	padding-bottom:10px;
}
#left_column_wide{
	float:left;
	min-height:500px;
	width: 942px;
}
#right_column { 
	float:left;
	width: 315px;
}

/*toplinks*/
#toplinksbar{
	height:80px;
	overflow:hidden;
}
#toplinks_left{
	height:80px;
	float:left;
}
#toplinks_right{
	text-align:right;
	margin-right: 0px;
	margin-bottom:8px;
	margin-top:55px;
	color: #000000;
	float:right;
}
#toplinks_right a{
	margin: 0 0px 5px 10px;
	color: #000000;
	font: normal 13px Arial;
	text-decoration: none;
}
#toplinks_right a:hover{
	text-decoration: underline;
}

/*=========================
	Bottom link Styles
===========================*/
#bottom_links{
	width: 902px;
	font: normal 13px Arial;
	background-color:#FFFFFF;
	color: #999999;
}
#bottom_links a{
	text-decoration: none;
	padding: 0 2px 0 2px;
	color: #666666;
}
#bottom_links a:hover{
	text-decoration: underline;
	cursor: pointer;
}
#bottom_links_right{
	width: 450px;
	float: right;
	padding: 10px 4px 3px 4px;
	text-align: right;
}
#bottom_links_right a{
	font: normal 13px Arial;
	text-decoration: none;
	padding: 0 2px 0 2px;
	color: #666666;
}
#bottom_links_right a:hover{
	text-decoration: underline;
	cursor: pointer;
}
#bottom_links_left{ /*newletter box*/
	width: 400px;
	float: left;
	padding: 10px 4px 3px 10px;
	text-align: left;
}
#newsletter_label{
	padding-top:5px;
	padding-right: 10px;
	height: 25px;
	float:left;
	font: bold 13px Arial;
}



/*=========================
	Top bar Styles
==========================*/
#top_left_page_content {
	float:left;
	width: 580px;
}
#fake_ad{
	float:left;
	margin-top:5px;
	border: 1px solid #999999;
	width: 300px;
	height: 250px;
	background-color: #F2F2F2;
}
#fake_ad a{
	outline:none;
	border:none;
}
#toprightadbox{
	float:right;
	/*background: url('../images/template/toolbar2.png') no-repeat -615px 0;*/
	padding: 4px 12px 4px 5px;
	width: 300px;
	height: 260px;
}
#top_links_wrapper{
	width: 620px;
	height:0px;
	/*background: url('../images/template/toolbar2.png') repeat-x 0 0;*/
}
#top_links_wrapper_wide{
	width: 942px;
	height:67px;
	/*background: url('../images/template/toolbar2.png') repeat-x 0 0;*/
	
}
#top_logo a{
	width: 320px;
	margin-left:10px;
	height: 80px;
	background: url('../images/template/logo.jpg') no-repeat;
	float:left;
	text-decoration:none;
	outline: none;
}
#top_logo a:hover{
	cursor: pointer;
}


#page_title{
	font: bold 18px Arial;
	float:left;
	width: 590px;
	padding-bottom:3px;
	margin:10px 0 0 15px;
	border-bottom: 1px solid #0000CC;
}
#page_title_wide{
	font: bold 18px Arial;
	float:left;
	width: 870px;
	padding-bottom:3px;
	margin:10px 0 0 15px;
	border-bottom: 1px solid #0000CC;
}
#page_subtitle{
	font: normal 14px Arial;
	float:left;
	width: 570px;
	margin: 10px 0 0 5px;
}

#nomessages{
	margin-top:40px;
	width: 540px;
	padding: 20px;
	float:left;
	text-align: center;
	font: bold 14px Arial;
	color: #0000CC;
}
.admin_link{
	padding:10px;
	margin-left:10px; 
	color:#333333;
	float:left;
	clear:both;
}
.admin_box{
	width:500px;
	float:left;
	padding:20px;
}


.ad_link {
	border:none;
}
