@charset "utf-8";
/* CSS Document */

@import url("reset.css");

body{ 
	background:url(../images/bg.jpg) repeat-x center top;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:18px;
	}
p{
	color:#596368;
	text-align:justify;
	}
	
h1{
	margin:0 0 20px 0;
	color:#2AACC2;
	font-family:"Complete in Him","lucida grande",arial,sans-serif;
	font-size:30px;
	}
	
h5{
	color:#A52C23;
	font-family:"lucida grande",arial,sans-serif;
	font-size:17px;
	font-weight:bold;
	line-height:normal;
	margin:0 0 5px 0;
	}
	
#container{
	width:960px;
	margin:0 auto;
	}
#content_inner{
	float:left;
	margin:15px 0 0 0 ;
	background:#FFF;
	width:960px;
	}
	
#content_inner .inner_right{
/*	float:right;
	width:650px;*/
	margin:15px 30px 30px 0;
}

#content_inner .inner_right li{
	float:left;
	margin:0 30px 0 0;
}

#content_inner .inner_left{
	float:left;
	margin:15px 0 30px 30px;
}
/************CONTACT RIGHT************/
.lable{
	float:left;
	width:200px;
	padding:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#596368;
}
.button{
	float:left;
}
.button img{
	margin:0 10px 0 0;
}
.textbox{
	padding:8px;
	width:300px;
	margin:0 0 10px 0;
	font:11px Verdana, Geneva, sans-serif;
	background:#fdf9ed;
	border:1px solid #f3df9a;
	color:#3b586d;
}
.textbox:hover, .textbox:focus{
	border:1px solid #596368;
	color:#3b586d;
	text-align:justify;
}
.comments{
	background:#fdf9ed;
	border:1px solid #f3df9a;
	padding:8px;
	width:300px;
	height:150px;
	font:11px Verdana, Geneva, sans-serif;
	line-height:18px;
	color:#3b586d;
	overflow:hidden;
	margin:0 0 10px 0;
}
.comments:hover, .comments:focus{
	border:1px solid #596368;
	color:#3b586d;
	text-align:justify;
}
.sucessfully{
	background:url(../images/success.png) left no-repeat ;
	padding:0 0 0 30px;
	font:15px Verdana, Geneva, sans-serif;
	color:#9adf8f;
	margin:0 0 8px 215px;
	font-weight:bold;
}
/************//*///CONTACT RIGHT/////************/

/*****************************************************************
						INNER PAGES LEFT
*****************************************************************/
.menu{
	float:left;
	margin:0 30px 0 0;
	background:url(../images/inner-left-bg.jpg) repeat-y right top #f9f6ef;
	padding-top:25px;
	padding-bottom:15px;
	width:235px;
	height:600px;
}
.menu h3{
	color:#4F585C;
	font-family:"lucida grande",arial,sans-serif;
	font-size:13px;
	text-transform:uppercase;
	font-size-adjust:none;
	font-weight:bold;
	margin:10px 0 10px 20px;
}
.menu ul{
	margin:0 0 20px 15px;
	}

.menu li a:hover, .menu li.active a{
	color:#b68c0c;
	text-decoration:underline;
	background:url(../images/inner-left-hover.jpg) ;
	margin:0 0 10px 0;
}

.menu li a{
	color:#4f585c;
	font:bold 13px "lucida grande", arial, sans-serif;
	display:block;
	width:200px;
	margin:0 0 10px 0;
	padding:10px;
}

.menu li a:hover, li a:active{
	color:#B68C0C;
	text-decoration:underline;
	background:url(../images/inner-left-hover.jpg) left top #faf7f2;
	margin:0 0 10px 0;
}

.menu p{
	font-size:10px;
	text-align:left;
	margin:13px;
}

#content_inner .inner_right .default{
	float:left;
}
#content_inner .inner_right .default table{
	background:#999;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#596368;
	width:650px;
}

#content_inner .inner_right .default table td{
	border:1px solid white;
	padding:10px;
	background:#f9f6ef;
}

#content_inner .inner_right .default table td:hover{
	background:#78ccda;
	color:white;
}

.form{
	float:left;
	width:280px;
	margin:10px 0 0 0;
}

.form .img{
	float:left;
}

.form p{
	margin:15px 0 0 80px;
	font-family:"lucida grande",arial,sans-serif;
	font-size:17px;
	font-weight:bold;
	line-height:20px;
}
.form p a{
	color:#A52C23;
}

.form p a:hover{
	border-bottom:1px dashed #A52C23;
}


.question table{
	background:#999;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#596368;
	width:650px;
}

.question table td{
	padding:10px;
	border:1px solid white;
}

.question table tr{
	border:1px solid white;
	padding:10px;
	background:#f9f6ef;
}

.question table tr:hover{
	background:#78ccda;
	color:white;
}
