body,
html
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			12px;
	margin:				0px;
	padding:			0px;
	background: 		#f3f3f3 url(/_core/images/content_bg2.jpg) center 327px no-repeat;
}
#header
{
	height:				327px;
	background: 		url(/_core/images/top_bg2.jpg) top center no-repeat;
}


#logo_container
{
	position:			absolute;
	width:				100%;
	top:				46px;		
	z-index:			2;
}
#logo_content
{
	width:				1050px;
	padding:			0px;
	margin:				0px auto 0px auto;
	
}

#slogan_container
{
	position:			absolute;
	width:				100%;
	top:				100px;		
	z-index:			2;
}
#slogan_content
{
	width:				500px;
	margin:				0px auto 0px auto;
	font-family:		"Times New Roman", Times, serif;
	font-size:			18px;
}



#border_container
{
	position:			absolute;
	width:				100%;
	background-color:	#ffad01;
	top:				255px;
}
#border_content
{
	width:				1050px;
	padding:			0px;
	margin:				5px auto 5px auto;
	text-align:			center;
}

#content_container {
	position:			absolute;
	width:				100%;
	top:				300px;
}
#content_content {
	margin:				0px auto 20px auto;
	width:				1050px;
}

#middle_column {
	margin:				0px 200px 0px 200px;
	min-height:			300px;
	height:				auto !important;
	height:				300px;
	line-height:		16px;
	background-color:	#fff;
	padding:			20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			12px;
}
#middle_column img {
	border:				1px solid #666;
}

#left_column {
	position:			relative;
	float:				left;	
	width:				190px;
}
#right_column {
	position:			relative;
	float:				right;
	width:				190px;
	background-color:	#efcb7b;
	border:				1px solid #fff;
	opacity:0.8;
	filter:alpha(opacity=80);
}
#right_column a,
#right_column a:visited
{
	color: 				#e53702;
	text-decoration: 	none;
	font-weight:		normal;
	background-color:	transparent;
}
#right_column a:hover,
#right_column a:active
{
	text-decoration: 	underline;
}



#menu {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			12px;
	width: 				190px;
	padding: 			0px;
	margin: 			0px;
}
#menu ul {
	list-style: 		none;
	margin: 			0px;
	padding: 			0px;
	border: 			none;
}
#menu ul li {
	margin: 			0px;
	padding: 			0px;
}
#menu ul li a {
	display: 			block;
	margin-bottom:		1px;
	padding: 			5px 5px 5px 25px;
	text-decoration: 	none;
	text-align:			left;
	color:				#493c2c;
	font-family: 		Arial, Helvetica, sans-serif;
	background: 		#e9eded url(/_core/images/square.gif) 10px 10px no-repeat;
}
#menu ul li a:hover, #menu ul li a:focus {
	color: 				#ff7901;
	font-weight:		bold;
}

/* Font settings */
h1 {
	font-family: 		Arial, Verdana, sans-serif; 
	font-size: 			24px;
	color: 				#333; 
	font-weight: 		bold;
	background-color: 	inherit;
	line-height: 		24px;
	padding: 			0px 0px 10px 0px;
	margin: 			0px;
}
h2 {
	font-family: 		Arial, Verdana, sans-serif; 
	font-size: 			18px;
	color: 				#333; 
	font-weight: 		bold;
	background-color: 	inherit;
	line-height: 		25px;
	padding: 			0px 0px 0px 0px;
	margin: 			0px;
}


/* Default form settings */
form {
	padding: 			0px;
	border: 			0px;
	margin: 			0px;
} 
input,
select,
textarea {
	font-family: 		Verdana, Arial, Helvetica, sans-serif; 
	font-size: 			11px;
	font-weight: 		normal;
}
hr {
	height:				1px;
	color:				#b79b62;
	border:				0px;
	background-color:	#b79b62;
	margin:				5px 0px 10px 0px;
	padding:			0px;	
}
a,
a:visited {
	color: 				#333;
	text-decoration: 	none;
	font-weight:		bold;
	background-color:	transparent;
}
a:hover,
a:active {
	text-decoration: 	underline;
}

.error {
	padding: 			13px 7px 7px 7px;
	border: 			1px dashed #ff0000;
	margin: 			0px auto 0 auto;
	color: 				#000000;
	background-color: 	#ffe5e5;
	position:			relative;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius: 		5px;
}
.error_title {
	font-family: 		Verdana, Arial, Helvetica, sans-serif; 
	font-size: 			11px;
	font-weight: 		bold;
	color: 				#333;
	background-color: 	#fff;
	position:			absolute;
	top:				-7px;
	padding:			0px 5px 2px 5px;
	border-left:		1px dashed #ff0000;
	border-right:		1px dashed #ff0000;
	border-bottom:		1px dashed #ff0000;
}
.success {
	padding: 			13px 7px 7px 7px;
	border: 			1px dashed #00ff00;
	margin: 			0px auto 0 auto;
	color: 				#000000;
	background-color: 	#cbffc5;
	position:			relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius: 		5px;
}
.success_title {
	font-family: 		Verdana, Arial, Helvetica, sans-serif; 
	font-size: 			11px;
	font-weight: 		bold;
	color: 				#333;
	background-color: 	#fff;
	position:			absolute;
	top:				-7px;
	padding:			0px 5px 2px 5px;
	border-left:		1px dashed #00ff00;
	border-right:		1px dashed #00ff00;
	border-bottom:		1px dashed #00ff00;
}

