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

/*=============================================================
	General Reset
=============================================================*/

*, html, div, span, body, p, h1, h2, h3, h4, h5, ol, ul, img { list-style: none; margin: 0; padding: 0; border: 0; }
b, strong, h1, h2, h3, h4, h5 { font-weight: 100;}
b, strong {
	color: #384675;
}
sup {
	color: #384675;
}
table { border-collapse: collapse; border-spacing: 0; }
.clear:after { height: 0; visibility: hidden; content: "."; display: block; clear: both; }
.clear { display: inline-block; clear: both; }
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear { display: block;}
/* End hide from IE-mac */

hr {border-top:1px dotted #ccc; padding:0 0 15px 0; }

/*=============================================================
	Global settings
=============================================================*/

body {
	font: normal 62.5%/17px "Verdana", Arial, Helvetica, sans-serif;
	color:#263052;
	background-color:#16110F;
	background-image: url(../images/body-css.jpg);
	background-repeat: repeat-x;
	
}
body.popup { background-color: #fff; background-image: none; }
p, h1, h2, h3, h4, h5 { margin-bottom: 15px; text-align: left; }
p 	{
	margin-top: 10px;
}

.home {
	margin:30px 30px 30px 35px;
	width:570px;
	float:left;
	display: block;
}
.home p {
	font-size:12px;
	line-height: 19px;
}

#cta {
	margin:15px 30px 0px 30px;
	width:200px;
	float:right;
	height:auto;
	display:inline;
}
#testimonial {
	margin:15px 30px 0px 30px;
	width:200px;
	float:right;
	height:auto;
	display:inline;
	padding:0;
	text-align: center;
}
#testimonial p {
	text-align:center;
	font-style:italic;
	line-height: 18px;
}
#testimonial em {text-align:center;}
#testimonial h3 {
	text-align:center;
	margin: 20px;
}

h1 {
	font-size: 1.8em;
	color: #FFFFFF;
	line-height: 1.1;
	margin:10px 10px 10px 14px;
	display:block;
	background-color:#263052;
	width:890px;
	padding: 12px 8px 10px 15px;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-size: 1.4em;
	color: #014E99;
	margin: 20px 0px 10px 0px;
}
h3 {
	font-size: 1.2em;
	color: #014E99;
	margin: 20px 0px 5px 0px;
}
h4 {
	font-size: 1.2em;
	color: #014E99;
}
h5 {
	font-size: 1.1em;
	color: #014E99;
}
li { font-size: 1.2em; color: #384675; }
a 	{text-decoration: none; color:#014E99;}
a:hover	{text-decoration: underline; color:#014E99;}
ul.list { color: #384675; margin:0 0 0 30px;}
ul.list li {padding:2px 0 0 7px; list-style-type: disc !important; }
ul .detail {
	margin:0px 0px 20px 0px;
}

em {font-weight:bolder;}

/*=============================================================
	end of global settings
=============================================================*/
.wrapperrepeat {
	width: 100%;
	display: block;
	clear: both;
	height: auto;
	background: url(../images/bg-repeat.jpg) repeat-y 50% 0;
}
.wrapperrepeat:after { height: 0; visibility: hidden; content: "."; display: block; clear: both; }

.wrapper {
	width: 100%;
	display: block;
	clear: both;
	height: auto;
	background: url(../images/bg1.jpg) no-repeat 50% 0;
}
.wrapper:after { height: 0; visibility: hidden; content: "."; display: block; clear: both; }
.footwrapper {
	width: 100%;
	display: block;
	clear: both;
	height: 180px;
	background: url(../images/footer-bg.jpg) no-repeat 50% 0;

}
.breadcrumbs{
	width:920px;
	margin:0 auto;
	display:block;
	padding:10px;
	color: #FFFFFF;
	font-size: 1.1em;
}
.breadcrumbs a {text-decoration:none; color:#FFFFFF;}
.breadcrumbs a:hover{ text-decoration:underline; color:#FFFFFF;}

.footrepeat {
	width: 100%;
	display: block;
	clear: both;
	height: 180px;
	background: url(../images/footer-css.jpg) repeat-x 50% 0;
}
#container {
	width: 940px;
	height: auto;
	margin: 0 auto;
	display: block;
	padding: 0px 0px 0px 0px;
	clear: both;
}
#header {
	width: 940px;
	margin: 0;
	height: 440px;
	display: block;
	background: url(../images/header-bg.jpg) no-repeat 50% 0;
}

/*=============================================================
	Navigation
=============================================================*/
body#home-page a#navhome { background-position: 0 -67px!important; }
body#profile-page a#navprofile { background-position: 0 -67px!important; }
body#services-page a#navservices { background-position: 0 -67px!important; }
body#contact-page a#navcontact { background-position: 0 -67px!important; }

ul#nav {
	width: 810px;
	margin: 0px 0px 0px 130px;
	height: 67px;
	display: block;
	padding-top:73px;
}
ul#nav li {
	list-style: none;
	display: inline;
	float: left;
	position: relative;	
}
ul#nav a { 
		float:left;
		list-style:none;
		display:inline;
		position:relative;
}
ul#nav a {
	float: left;
	display: inline;
	height: 67px;
	text-indent: -9999em;
	overflow: hidden;
}

ul#nav a:hover {
	background-position: 0 -67px;
}

a#navhome {
	background: url(../images/navhome.jpg) no-repeat 0 0;
	width: 110px;
}
a#navprofile {
	background: url(../images/navprofile.jpg) no-repeat 0 0;
	width: 110px;
}
a#navservices {
	background: url(../images/navservices.jpg) no-repeat 0 0;
	width: 110px;
}
a#navcontact{
	background: url(../images/navcontact.jpg) no-repeat 0 0;
	width: 110px;
}
a#navlogo{
	background: url(../images/nav-logo.jpg) no-repeat 0 0;
	width: 134px;
	height:67px;
	margin:0px 101px 0px 0px;
}
#navspacer {
	width: 241px;
	display:inline;
	float:left;
	margin:0;
	padding:0;
}

/*=============================================================
	End Navigation
=============================================================*/

/*=============================================================
	Inner Page
=============================================================*/

.profileleft {
	width:200px;
	height:auto;
	float:left;
	display:block;
	margin: 0px 10px 10px 0px;
}
.profileright {
	width:200px;
	height:auto;
	float:right;
	display:block;
	margin: 0px 0px 10px 10px;
}

#separator {
	width:100%;
	margin:10px 0px 0px 0px;
	padding:0px;
	display:block;
	clear:both;
}

.servicesep {
	width:100%;
	margin:10px 0px 10px 0px;
	padding:1px 6px 5px 15px;
	display:block;
	clear:both;
	border: solid 1px #CCCCCC;
	float: left;
}
/*=============================================================
	Contact form style
=============================================================*/

form.cmxform input.submitbutton {background-color:#263052; padding:2px; color:#ffffff; width:80px; margin-right:20px; width:80px !important; }
form.cmxform input.resetbutton {background-color:#263052; padding:2px; color:#ffffff; width:80px; display: inline-block; float:left; }



.formright {
	width:300px;
	height:auto;
	float:right;
	display:block;
	margin: 0px 0px 10px 10px;
}



form.cmxform fieldset, form.cmxform ol, form.cmxform li, form.cmxform legend {  padding: 0; font: normal 14px/20px "Georgia", Verdana; color: #58457b; }
form.cmxform label { display: inline-block; vertical-align: top; width: 160px;  }
form.cmxform label.nolabel { font-size: 0; line-height: 0; width: 0; text-indent: -9999em; }
form.cmxform input, form.cmxform select, form.cmxform textarea {
	width: 190px;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #aab6cd;
	background: #C2C9D7;
	font: normal 14px/14px "Georgia";
	color: #fff;
}

form.cmxform input:focus, form.cmxform textarea:focus {background:#aab6cd;}

form.cmxform select { width: 228px; margin-left: -3px; }
form.cmxform textarea { display: inline-block; height: 100px; overflow: auto; }
form.cmxform input.checkbox, input.checkbox { width: 16px; height: 16px; border: 0; background: none; padding: 0; margin: 0 5px 0 0; vertical-align: middle; }



/*=============================================================
	Address
=============================================================*/

#address {
	font-size:1.1em;
	width:923px;
	margin:0 auto;
	height: 27px;
	padding:70px 20px 0px 8px;
	background: url(../images/address-bg.jpg) no-repeat 50% 61px;
}
.addresstext {
	color:#333333;
	text-align: center;
	margin: 0px;
}
.addresstext2 {
	color:#655a4c;
	margin: 0px 0px 0px 15px;
}
/*=============================================================
	End Address
=============================================================*/
.serviceright {
	width:200px;
	height:auto;
	float:right;
	display:block;
	margin: 10px 4px 5px 20px;
	border: solid 1px #CCCCCC;
}
