/* @group Layout */

body,html{
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	margin:0; padding:0;
	margin-top: 6px;
	/*height: auto;*/
	font-family: Tahoma, Arial, Helvetica;	
	/*background: white url(/public/images/body_bg.jpg) top center repeat-x;*/
} 
#container {
	margin: 0 auto 0 auto; padding: 0;
	text-align: center;
	width: 952px;
	height: auto;
	background-color: white;
	/*height: 100%;*/
	/*border-left: 1px solid #B2AEAD;
	border-right: 1px solid #B2AEAD;*/
}
#top {
	width: 952px;
	height: 110px;
	background: url(/public/images/top.jpg) top center no-repeat;
}
#bottom {
	width: 952px;
	height: 80px;
	/*background-color: #EFEFEF;*/
	border-top: 1px solid #EFEFEF;
	clear:both;	
}
#center {
	width: 952px;
	/*height: auto;*/
	background: url(/public/images/center_bg.jpg) top center repeat-y;

}
#content {
	width: 730px;
	padding:15px;
	padding-left: 0px;
	text-align:left;
	background: white;
	min-height: 360px;	
	float: right;
}

#left_menu {
	width: 200px;
	height: 343px;
	float: left;
	text-align:left;
	padding-top: 13px;
	background: url(/public/images/left_menu_bg.jpg) top left no-repeat;
}

#top_menu {
	width: 952px;
	height: 46px;
	text-align:left;
	padding: 0;
	margin: 0;
	background: url(/public/images/top_menu_bg.jpg) top left no-repeat;
}

#search_form{
	float:left;
	padding-top:11px;
	padding-left:6px;
}

.search_query{
	width:140px;
	border:1px solid silver;
	padding:3px;
}
.search_button{
	border:1px solid silver;
	padding:3px;
	font-size:11px;
	background-color:#dDdDdD;
}
#newsletter{
	margin-top:30px;
	margin-left:24px;
}

#newsletter h2{
	margin:0;
	padding:0;
	margin-bottom:5px;
	font-size:12px;
	font-weight: bold;
	color: #898989;
}

#newsletter .btn_subscribe{
	margin-top:5px;
	
	border:1px solid silver;
	padding:3px;
	font-size:11px;
	background-color:#dDdDdD;
}

#newsletter .newsletter_email {
width:140px;
	border:1px solid silver;
	padding:3px;
}

a, 
a:link, 
a:visited{
	color: navy;
}

#bottom_links {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 9px;
	color: #898989;
}
#bottom_links a:link{
	font-size: 11px;
	color: #898989;
}
#bottom_links a:visited{
	font-size: 11px;
	color: #898989;
}

/* @end */

/* @group Content
 */

/* @group Form Errors */

div.errors{
	display:block;
	width:600px;
	background-color: #ffd6d5;
	border:1px solid red;
	padding:20px 20px 10px 20px;
	margin:20px 0px 30px 0px;
	
}
div.errors p{
	font-weight:bold;
}

#content h1, #content_admin h1{
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-size: 20px;
}


/* @end */

/* @group Admin Toolbar */
#content_admin {
	padding:15px;
	text-align:left;
	background: white;
	min-height: 330px;	
}

#admin_toolbar{
	width: 952px;
	height: 52px;
	background: white url(/public/images/admin_toolbox_bg.png);
	color: white;
	text-align: left;
	border-bottom: 1px solid #D5D5D5;
	position: relative;	
}
#admin_toolbar h1{
	width: 200px;
	font-size: 20px;
	position: absolute;
	top: 0px;
	left: 20px;
	margin-top:12px;
}
#admin_toolbar .tools{
	margin: 0;
	position: absolute;
	top: 18px;
	left: 200px;
	width:730px;
}
#admin_toolbar .tools .button{
	margin-right: 10px;
	float: left;
}
#admin_toolbar .tools .button_logout{
	float: right;
	
}
#admin_toolbar a, 
#admin_toolbar a:link, 
#admin_toolbar a:visited{
	color: white;
	font-weight: bold;
}

/* @end */

/* @group Admin Login Form */
form{
	margin: 0;
	padding: 0;
}

form fieldset {
	margin: 0;
	padding: 0;
	margin-left: 3px;
	border-width: 0px;
	margin-top:10px;
}
form fieldset legend {
	display: none;
}
form label{
	width: 120px;
	display:block;
	float:left;
}
form input{
	font-size: 12px;
}


form input.login_textbox{
	font-size: 14px;
}

form fieldset fieldset {
	margin:0;
	padding:0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-color: black;
}

#content p, #content_admin p{ margin-bottom:15px;}

/* @end */

/* @end */


/* @group Bottom */

#bottom p{
	color: #898989;
	font-size: 11px;
	padding-top: 1px;
}
#bottom p span.copyright{
	
}

#bottom a {
	color: black;	
}

/* @end */

/* @group Top */

#top h1 {display:none}
/* @end */

/* @group Main Menu */

#left_menu a{
	color: #808080;
	font-size:15px; 

	
}
#left_menu a:link{
	text-decoration: none;
}
#left_menu a:hover{

}
#left_menu a:visited{
	color: #808080;
	text-decoration: none;
}
#left_menu ul{
	padding: 0;
	padding-left: 25px;
	margin: 0;

}
#left_menu ul li{
	padding: 0;
	padding-top: 18px;
	margin: 0;
	list-style: none;
	font-size:15px;
	line-height: 19px;
	

}


/* @end */


/* @group Other */
p{ margin:0; padding:0; }
.clear{ clear:both;}


#top_menu a{
	color: #808080;
	font-size:15px; 	
}
#top_menu a:link{
	text-decoration: none;
}
#top_menu a:hover{

}
#top_menu a:visited{
	color: #808080;
	text-decoration: none;
}
#top_menu ul{
	padding: 0;
	padding-top: 13px;
	margin: 0;
	float: right;
	width: 690px;

}
#top_menu ul li{
	padding: 0;
	padding-left: 0px;
	padding-right: 50px;
	margin: 0;
	list-style: none;
	font-size:15px;
	display: inline;


	
}

/* @end */






