@charset "UTF-8";
/* CSS Document */

*{
margin:0;
padding:0;
}

html, body{ 
background:#D2D7E2 url(../images/body_bg.gif) repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}

h1{
	color:#333333;
	border-bottom:2px solid #313367;
	font-size:19px;
	padding:5px 0;
	margin:5px 0 10px ;
	width:540px;
	float:left;
}

h2{
	color:#333333;
	border-bottom:2px solid #313367;
	font-size:16px;
	padding:5px 0;
	margin:5px 0 10px ;
	width:540px;
	float:left;
}

h2 a, h2 a:link, h2 a:active, h2 a:visited, h2 a:hover{
	color:#333333;
	font-size:16px;
}

h3{
	padding:5px 0;
	margin:5px 0 10px ;	
	width:540px;
	border-bottom:2px solid #313367;
	float:left;
}

h3 a, h3 a:link, h3 a:active, h3 a:visited, h3 a:hover{
	color:#333333;
	font-size:16px;
}

p{
	font-size:14px;
	line-height:18px;
	margin:0 0 15px 0;
}

a, a:active, a:visited, a:link{
	color:#D0006B;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	border-bottom:1px dashed #CF0065;
}

ul, ol{
	padding:5px 0 15px 25px;
}

ul li, ol li{
	padding:0 0 10px 0;
}

div.entry{
	padding:0 0 10px 0;
	float:left;
	width:540px;
}

div.entry img{
	border:2px solid #CF0065;
}

div.paging{
	padding:0 0 5px 0;
}


div.divider{
	border-top:1px dotted #dedede;
	overflow:hidden;
	height:10px;
	float:left;
	width:540px;
}

#container{
	width:800px;
	margin:0 auto;
	background:#ffffff;
	margin-left: auto;
	margin-right: auto;
}

#header{
	width:800px;
	background:#ffffff;
	float:left;
	height:155px;
}

#header a:hover{
	border:none;
}

#header a img{
	border:none;
}

#header #main_logo{
	float:left;
	padding:10px;
}

#header #sub_logo{
	float:right;
	padding:10px;
}



#menu{
	width:780px;
	background:#313367;
	float:left;
	padding:4px 10px 4px 10px;
	height:28px;
	overflow:hidden;
}

#menu a, 
#menu a:active, 
#menu a:visited,
#menu a:link{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
	padding:5px 15px;
	background:#375186;
	float:left;
	margin:0 5px 0 0;
	font-size:13px;
}

#menu a:hover{
	border-bottom:none;
	background:#3F6497;
}

#menu #search_box{
	display:inline;
	float:right;
	width:200px;
	padding:3px 0;
}

#menu #search_box input.input_box{
	float:left;
	font-size:14px;
	border:none;
	width:150px;
	margin:0 5px 0 0;
	padding:2px;
}


#content{
	width:800px;
	background:#ffffff;
	float:left;
}

#content #right_column{
	float:right;
	width:220px;
}

#right_column p{
	font-size:12px;
}

#right_column div{
	padding:0 10px;
}

#right_column .right_menu{
	width:200px;
	background:#E61A68;
	float:left;
	padding:5px 5px 0 5px;
	margin:10px 0 5px 0;
	overflow:hidden;
}

#right_column .right_menu a, 
#right_column .right_menu a:active, 
#right_column .right_menu a:visited, 
#right_column .right_menu a:link{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:188px;
	padding:6px;
	background:#B91958;
	float:left;
	margin:0 0 5px 0;
	font-size:10px;
}

#right_column .right_menu a:hover{
	border-bottom:none;
	background:#E6487B;
}

#right_column a, 
#right_column a:active, 
#right_column a:visited, 
#right_column a:link{
	color:#313367;
}

#right_column a:hover{
	border-bottom:1px dashed #313367;
}




#content #left_column{
	float:left;
	width:540px;
	padding:10px 20px;
	overflow:hidden;
}

#footer{
	width:800px;
	background:#313367;
	float:left;
	padding:10px 0 15px 0;
	margin:0;
}

#footer #footer_links{
	float:left;
	padding:10px 15px;
}

#footer #footer_links a, 
#footer #footer_links a:active,
#footer #footer_links a:link, 
#footer #footer_links a:visited{
	color:#FFFFFF;
	font-size:12px;
}

#footer #footer_links a:hover{
	border-bottom:1px dashed #EFEFEF;
}


p.quoteStart{ padding:15px 0 0 0; margin:0; background:url(../images/quoteStart.gif) left no-repeat; height:17px; }
p.quote{ padding:0 18px 17px 18px; float:left; background:url(../images/quoteEnd.gif) bottom right no-repeat; }
p.quoteUser{ clear:both; }


#content form{
	background:#D2D7E2;
	padding:10px;
}

#content form table tr td{
	vertical-align:top;
}

#content form input, form.haveyoursay textarea{
	border:none;
	margin:0 0 5px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

input.contactsubmit{
	padding:2px 5px;
	border:1px solid #aaaaaa;
	font-size:16px;
	font-weight:bold;
	background:#efefef;
}

.KT_required{
	color:#D0006B;
}
