body {
	margin:0;
	color:#242111;
	font:12px Arial, Helvetica, sans-serif;
	background:#f3f3ef url(../images/bg-body.jpg)  top center;
	min-width:1000px;
}
img {
	border-style:none;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
input ,
textarea ,
select {
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form ,
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
.wrapper {
	margin:0 auto;
	width:100%;
	height:1000px;
}
.headerholder {
	width:100%;
	background:url(../images/bg-headerholder.png) repeat-y 50% 0;
}
#header {
	position:relative;
	height:147px;
	width:942px;
	margin:0 auto;
}
#header strong a {
	position:absolute;
	top:10px;
	right:101px;
	background:url(../images/logo.gif) no-repeat;
	width:111px;
	height:132px;
	text-indent:-9999px;
	overflow:hidden;
}
ul#nav {
	position:absolute;
	top:72px;
	left:7px;
	margin:0;
	padding:0;
	list-style:none;
}
ul#nav:after {
	display:block;
	clear:both;
	content:'';
}
ul#nav li {
	float:left;
	background:url(../images/mainnav-separator.gif) no-repeat 0 40%;
	padding:0 9px 0 18px;
}
ul#nav li:first-child {
	padding-left:0;
	background:none;
}
ul#nav a {
	color:#0a2541;
	font-size:21px;
	float:left;
	line-height:26px;
	padding-bottom:3px;	
}
* html ul#nav a {
	padding-bottom:1px;
}
ul#nav a:hover ,
ul#nav li:hover a ,
ul#nav li.hover a {
	text-decoration:none;
	background:url(../images/mainnav-hover.gif) repeat-x 0 100%;
}
ul#nav li:hover ,
ul#nav li.hover {
	position:relative;
}
ul#nav li:hover ul,
ul#nav li.hover ul {
	top:24px;
}
* html ul#nav li.hover ul {
	top:27px;
}
ul#nav ul {
	position:absolute;
	top:-9999px;
	left:18px;
	width:266px;
	padding:1px 2px;
	margin:0;
	list-style:none;
	background:#fff;
}
ul#nav ul li {
	float:none;
	background:none;
	padding:2px 0;
	margin:0;
}
ul#nav ul a ,
ul#nav li:hover ul a ,
ul#nav li.hover ul a {
	float:none;
	display:block;
	background:#25559c;
	padding:3px 8px;
	color:#e6e8ea;
	height:1%;
	font-size:18px;
	line-height:12px;
}
ul#nav ul a:hover ,
ul#nav li:hover ul a:hover ,
ul#nav li.hover ul a:hover {
	color:#db632e;
	background:#25559c;
}
.main {
	width:942px;
	margin:0 auto;
	padding-bottom:24px;
}
.promo {
	padding:5px 0 3px;
}
.columnsholder {
	width:100%;
	overflow:hidden;
	padding-top: 2px;
}
#content {
	float:left;
	width:620px;
	padding:9px 0 0 3px;
}
#content h1 {
	margin:0 0 7px;
	font-size:30px;
	color:#0a2541;
    font-family: 'Cabin', arial, serif;	
}
#content p {
	margin:0 0 16px;
	line-height:17px;
}
.topics {
	padding-top:42px;
}
.topicbox {
	padding:0 0 13px;
	margin-left:-3px;
}
.topicbox .titleline {
	width:100%;
	overflow:hidden;
	background:url(../images/bg-topic-title.jpg) no-repeat 2px 100%;
	padding-bottom:6px;
}
.topicbox .titleline span {
	float:right;
	padding:6px 20px 0 0;
	font-size:12px;
}
.topicbox .titleline a {
	float:left;
	margin-right:5px;
}
#content h2 {
	margin:4px 0 0;
	font-size:18px;
	color:#6b747f;
}
#content h2 a {
	color:#6b747f;
}
#content h2 a:hover {
	text-decoration:none;
}
.topicbox .cont {
	background:#f9f9f7 url(../images/arrow-1.gif) no-repeat 100% 100%;
	padding:8px 0 30px;
	overflow:hidden;
	width:618px;
	margin-left:1px;
}
.topicbox .cont .text {
	padding-left:30px;
}
.topicbox .cont img {
	float:left;
	margin-right:11px;
}
#sidebar {
	float:right;
	width:284px;
	padding-right:16px;
}
#sidebar img {
	display:block;
}
#sidebar .imageholder {
	padding-bottom:115px;
}
#sidebar .box {
	border-top:5px solid #003d7c;
	background:#f7f7f4;
	padding:8px 30px 10px 7px;
	height:1%;
	overflow:hidden;
	text-align:right;
	margin-bottom:15px;
}
#sidebar .box img {
	float:left;
}
#sidebar .box a {
	color:#242111;
	background:url(../images/arrow-1.gif) no-repeat;
	padding-left:15px;
	letter-spacing:-1px;
	line-height:18px;
}
#sidebar .box span {
	display:block;
	line-height:18px;
}
.footerholder {
	width:100%;
	background: #0A2541 url(../images/bg-footer.jpg) repeat-x top center;
	overflow:hidden;
}
#footer {
	width:942px;
	margin:0 auto;
	padding-bottom:20px;
}
#footer .navarea {
	padding:27px 0;
}
#footer .navarea ul {
	margin:0;
	padding:0 0 0 6px;
	list-style:none;
	overflow:hidden;
	height:1%;
}
#footer .navarea ul li {
	float:left;
	background:url(../images/bullet.gif) no-repeat 0 50%;
	padding:0 5px 0 12px;
}
#footer .navarea ul li:first-child {
	background:none;
	padding-left:0;
}
#footer .navarea ul a {
	color:#0a2541;
    font-family: 'Cabin', arial, serif;	
    font-size: 14px;			
}
#footer .navarea ul a:hover {
	text-decoration:none;
}

#designQuote{color: #232a3e; padding: 30px; text-align: left;}

#contact_confirm .heading {
	float: left; 
	width: 150px;
}

#contact_confirm .content {
	float: left;
	margin-top: 10px;
}

#contact_confirm .row {
	clear: both;
}

/* Begin: Main Navigation */
ul {list-style: none; }
#main_nav { position: absolute; top: -10px; left: -40px; width: auto;}
#main_nav li.nav_text { float: left; width: 123px; height: 139px; margin-right: 0px;}
#main_nav li.nav_text a.spacing { display: block; background: url(../images/nav-bg.gif) repeat-x bottom center; width: 123px; height: 139px; padding-top: 10px; text-decoration: none;  }
#main_nav li.nav_text a.spacing:hover,
#main_nav li.nav_text a.currently_selected { background: url(../images/nav-bg.gif) repeat-x top center; }
#main_nav li a span.nav_image { display: block; width: 97px; height: 98px; margin: 0 auto; margin-bottom: 5px; }
#main_nav li a span.nav_text {
    font-family: 'Cabin', arial, serif;	
    font-size: 13px;		
	color: #FFF; 
	padding-left: 10px;
	}

#main_nav li ul.sub_nav { display: none; height: auto; position: relative; top: -9px; left: 0px; background: url(../images/nav-drop-bg2.png); width: 160px; padding: 5px;
}
#main_nav li ul.sub_nav li a {
	background: none; height: auto; display: block;
	color: #fff; 
	text-decoration: none; 
	border-bottom: #333 1px solid; 
	padding: 5px; 
	width: 150px; 
	clear: both;
    font-family: 'Cabin', arial, serif;	
    font-size: 13px;		
	}	
#main_nav li ul.sub_nav li a:hover { background: #1f354b; }

/* End: Main Navigation */

#blog { margin-bottom: 30px; width: auto; background-image: url("menutexture.png"); }
#blog .blogcontent { padding: 5px; }
#blog .blogtitle { border-bottom: 2px solid #333333; color: #49739D; font-size: 16px; font-weight: 600; height: 20px; width: 100%; }
#blog .blogfooter { border-top: 2px solid #333333; font-size: 11px; }
#blog .blogpic { width: 250px; padding: 5px; margin: 0 10px 1px 0; float: left; clear: left; border: 1px solid #000000 }

/
div.teleform {
	width: 940px;
	border: 0px solid #000;
	margin: 10px auto;
}

div.form {
	width: 100%;
	display: table;
}

div.teleform div.row {
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: 5px;
}

div.teleform div.row p {
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0 10px;
}

div.teleform div.row div.label {
	float: left;
	clear: left;
	font-size: 14px;
	font-weight: 200;
	width: 250px;
	text-align: left;
	padding: 12px;
	margin-right: 10px;
	vertical-align: middle;
	line-height: 20px;
	color: #333;
}

div.teleform div.row div.item {
	float: left;
	clear: right;
	/*font-style: italic;*/
	font-size: 12px;
	text-align: left;
	/*width: 800px;*/
}

div.teleform div.row div.item label/*, div.teleform div.row div.item span*/ {
	float: left;
	padding-top: 4px;
}

.text, .select, .textarea, .file, .password {
	background: #FFF none repeat scroll 0 0;
	border: 1px solid #3B5998;
	border: 1px solid #7E9DB9;
	font-weight: 600;
}

.submit, .button {
	background: #FFF none repeat scroll 0 0;
	border: 1px solid #3B5998;
	border: 1px solid #7E9DB9;
	font-weight: 500;
	padding: 2px;
	cursor: pointer;
}

.text:hover, .select:hover, .textarea:hover, .file:hover, .password:hover, .button:hover, .submit:hover {
	border: 1px solid #3B5998;
}

.text {
	float: left;
	width: 250px;
	margin-right: 5px;
}

.textarea {
	width: 500px;
	height: 100px;
}

.radio, .checkbox {
	float: left;
	margin: 5px 5px 0 0;
}

.group label {
	float: left;
	margin-right: 20px;
}

.groupRow {
	float: left;
	clear: left;
	border: .5px solid #888; 
	padding: 4px;
	width: 620px;
}

.submit, .button {
	min-width: 250px;
	 cursor: pointer; 
	 background-image: url("./clients/style/default/layout/subtlegrad.gif");
}

.item .file {
	width: 100%;
}

div.teleform hr.line {
	border: 1px solid #3b5998;
	width: 100%;
}

input{ 
	background-color: #fff;
}

.text{	
	background: #FFF;
	width: 245px; 
	height: 20px;
	margin-top: 5px;
	padding-left: 3px;
}

select .select{
	width: 250px;
}

