@charset "utf-8";
/* CSS Document */

body, div, span, p, h1,h2,h3,h4,h5,h6, a, img, ul,li,ol, input,textarea{ margin:0px; padding:0px; }
h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px; line-height:normal; font-weight:normal; }
ul,ol,li{ list-style:none;}
a{outline:none; text-decoration:none; color: #AB3C3C;}
img{float:left; border:0px;}

/* Layout styles */
body{
	background:#fff url(images/outer-bg.jpg) repeat-y;
	font-size:12px;
	font-weight:normal;
	line-height:normal;
}

#outer-wrap{
	width:655px;
	float:left;
	padding-left:75px;
	margin:0 0 0 256px;
}

#main-wrap{
	width:655px;
	float:left;
}

/* ---------------------------------- main navigation ---------------------------------- */
ul.nav{
	width:150px;
	float:left;
	padding:17px 0 15px 120px;
	position: fixed;
	top:68px;
	left:0px;
	background:#1a1a1a;
}
ul.nav li{
	width:100%;
	float:left;
	padding-bottom:12px;
}
ul.nav li a{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:left;
	padding-bottom:5px;
	text-transform:uppercase;
}
ul.nav li a:hover{
	border-bottom:1px dashed #999;
}


/* ------------------------------------------- stylin welcome content ----------------------------------- */

#welcomeTxt{
	width:645px;
	float:left;
	margin:60px 0 50px 0;
}

.leftColumn{
	width:280px;
	float:left;
	margin:0 20px 0 0;
}
.leftColumn h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:23.17px;
	color:#666666;
	text-align:right;
	padding-bottom:19px;
}
.leftColumn p{
	width:290px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	line-height:20px;
	text-indent:23px;
}

.rightColumn{
	width:329px;
	float:left;
}
.rightColumn img{
	float:left;
	margin-bottom:18px;
}
.rightColumn p{
	width:327px;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:49px;
	color:#cccccc;
	line-height:43px;
}
.rightColumn p span{
	font-size:23px;
	line-height:32px;
	color:#cccccc;
}

/* ------------------------------------------ Featured Content ------------------------------------------ */
#featured{
	width:655px;
	float:left;
}

.lcontent{
	width:278px;
	float:left;
	padding-bottom:59px;
	margin-right:23px;
	border-bottom:10px solid #1a1a1a;
}
.lcontent span{
	width:100%;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:23.17px;
	color:#666666;
}
.lcontent h3{
	width:100%;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:49px;
	line-height:48px;
	color:#666666;
	letter-spacing:-2px;
	padding-bottom:47px;
}

.lcontent p{
	width:120px;
	height:124px;
	display:block;
	float:left;
	font-family: "Times New Roman", Times, serif;
	font-size:55px;
	color:#fff;
	text-align:center;
	line-height:44px;
	padding:16px 0 0 0;
	background:url(images/date_bg.png) no-repeat;
}

.lcontent p span{
	display:block;
	float:left;
	font-family: "Times New Roman", Times, serif;
	font-size:24px;
	color:#fff;
	text-align:center;
}


.rContent{
	width:343px;
	float:left;
}
ul.lists{
	width:340px;
	display:block;
	float:left;
}
ul.lists li{
	width:145px;
	display:block;
	float:left;
	margin-right:50px;
	padding-bottom:32px;
}
ul.lists li.nomar{
	margin-right:0px;
}
ul.lists li h5{
	width:100%;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-style:italic;
	color:#666666;
	line-height:20px;
}
ul.lists li span{
	width:100%;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
	color:#000;
	line-height:16px;
	padding-bottom:19px;
}
ul.lists li p{
	width:128px;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	color:#000;
	line-height:16px;
}

/* ------------------------------------------------------------- Bottom -wrap ------------------------------------------------------- */

#botomContent{
	width: 655px;
	float:left;
	margin:40px 0 0 0;
}

.botomLeft{
	width:270px;
	float:left;
	margin-right:30px;
}

.boclean{
	width: 650px;
    clear:both;
    margin-bottom:2px;
}

.botomLeft h3{
	width:100%;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:49px;
	color:#666666;
	line-height:44px;
	letter-spacing:-2px;
	padding-bottom:13px;
}
.botomLeft p{
	width:auto;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	line-height:21px;
	padding-bottom:30px;
}

.botomLeft p.links{
	width:100%;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	text-transform:uppercase
}
.botomLeft p.links a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#AB3C3C;

}


.botomRight{
	width:354px;
	float:left;
}
.botomRight p{
	width:100%;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	line-height:21px;
	color:#000;
	padding-bottom:30px;
}

/* ----------------------------------------- Footer content -------------------------------------- */
#footer{
	width:655px;
	min-height:80px;
	float:left;
	border-top:10px solid #1a1a1a;
	margin:50px 0 0 0;
}

ul.footNav{
	min-width:300px;
	height:43px;
	float:left;
	margin:36px 0 0 0;
}
ul.footNav li{
	width:auto;
	float:left;
}
ul.footNav li a{
	padding:0 9px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	text-transform:uppercase;
}


.footContent{
	width:293px;
	display:block;
	float:right;
	margin:18px 55px 0px 0px;
}

p.copyright{
	width:293px;
	float:right;
	margin:0 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#666666;
	line-height:21px;
	font-style:italic;
}
p.sign{
	width:100%;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#666666;
	line-height:21px;
}
p.sign a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#AB3C3C;
}
p.sign a:hover{
	font-style:italic;
}

/* -------------------------------------------------Inner Pages------------------------------------------------	 */

/* ------------------------------------------- stylin welcome content ----------------------------------- */

#about{
	width:645px;
	float:left;
	padding:70px 0 50px 0;
	border-bottom:10px solid #1a1a1a;
}

#about .leftColumn{
	width:280px;
	float:left;
	margin:0 20px 0 0;
}
#about .leftColumn h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:36.17px;
	color:#666666;
	text-align:right;
	padding-bottom:19px;
}
#about .leftColumn p{
	width:278px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	text-indent: 0px;
	line-height:20px;
	padding-bottom:16px;
	text-align:justify
}

.rightColumn{
	width:329px;
	float:left;
}
.rightColumn img{
	float:left;
	margin-bottom:18px;
}
.rightColumn p{
	width:327px;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:49px;
	color:#cccccc;
	line-height:43px;
}
.rightColumn p span{
	font-size:23px;
	line-height:32px;
	color:#cccccc;
}


/* ------------------------------------------- servuices content ----------------------------------- */

#services{
	width:645px;
	float:left;
	padding:70px 0 50px 0;
}

#services .leftColumn{
	width:280px;
	float:left;
	margin:0 20px 0 0;
}
#services .leftColumn h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:36.17px;
	color:#666666;
	text-align:right;
	padding-bottom:19px;
}
#services .leftColumn p{
	width:278px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	text-indent: 0px;
	line-height:20px;
	padding-bottom:16px;
	text-align:justify
}

.rightColumn{
	width:329px;
	float:left;
}
.rightColumn img{
	float:left;
	margin-bottom:18px;
}
.rightColumn p{
	width:327px;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:49px;
	color:#cccccc;
	line-height:43px;
}
.rightColumn p span{
	font-size:23px;
	line-height:32px;
	color:#cccccc;
}


#featureServices{
	width:655px;
	float:left;
}
#featureServices .rContent span{
	width:100%;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:23.17px;
	color:#666666;
}

#featureServices .rContent h3{
	width:100%;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:49px;
	line-height:48px;
	color:#666666;
	letter-spacing:-2px;
	padding-bottom:47px;
}


#featureServices .rContent{
	width:650px;
	float:left;
}

#featureServices ul.lists{
	width:560px;
	display:block;
	float:left;
}

#featureServices ul.lists li{
	width:145px;
	display:block;
	float:left;
	margin-right:50px;
	padding-bottom:32px;
	margin-bottom:15px;
}

#featureServices ul.lists li.nomar{
	margin-right:0px;
}

#featureServices ul.lists li h5{
	width:100%;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-style:italic;
	color:#666666;
	line-height:20px;
}

#featureServices ul.lists li span{
	width:100%;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
	color:#000;
	line-height:16px;
	padding-bottom:19px;
}

#featureServices ul.lists li p{
	width:128px;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	color:#000;
	line-height:16px;
}


/* ------------------------------------------- Contact Page ----------------------------------- */

#contact{
	width:645px;
	float:left;
	padding:70px 0 50px 0;
}

#contact .leftColumn{
	width:280px;
	float:left;
	margin:0 20px 0 0;
}
#contact .leftColumn h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:36.17px;
	color:#666666;
	text-align:right;
	padding-bottom:19px;
}
#contact .leftColumn p{
	width:278px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	text-indent: 0px;
	line-height:20px;
	padding-bottom:16px;
	text-align:justify
}


/* Contact Form */
.contact-form{
	width:430px;
	float:left;
}
.contact-form p{
	width:100%;
	display:block;
	float:left;
	padding-bottom:10px;
}
.contact-form label{
	width:125px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	color:#4c4c4c;
	text-transform:uppercase
}
.contact-form input{
	width:300px;
	height:32px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#4d4d4d;
	line-height:normal;
}
.contact-form textarea{
	width:300px;
	height:150px;
	float:left;
}

.contact-form p.buttons{
	width:305px;
	display:block;
	float:right;
	padding-bottom:20px;
}
.contact-form p.buttons input{
	width:60px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:center;
	font-weight:normal;
	text-transform:uppercase;
	color:#cccccc;
	background-color: #969696;
	border:0px;
	cursor:pointer;
}
.contact-form p.buttons input.reset{
	width:60px;
	float:left;
	margin-right:10px;
}