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

/* Resets **************************************************************************************** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; }
	
:focus {
	outline: 0; }
	
ol, ul {
	list-style: none;
	font-size:80%;}

table {
	border-collapse:collapse;
	border-spacing: 0;
	line-height:140%;
	font-size:75%;
	margin-top:6px; }
	
caption, th, td {
	text-align: left;
	font-weight: normal; }
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: ""; }
	
blockquote, q {
	quotes: "" ""; }
	
img { display:block; }
	
hr {
	border:none;
	height:1px;
	background-color:#E8E8E8;
	color:#E8E8E8;
	margin:0px;
	margin-bottom:10px;
	margin-top:0px;
	clear:both;
}
.mar-bot {
	margin-bottom:10px;
}	
.clear { clear: both; height: 0; }

address { font-style:normal; }

abbr { border-bottom:dotted #666 1px; }

a:link { 
	color:#2D89BA; 
	text-decoration: none; }

a:hover { 
	border-bottom:dotted 1px #2D89BA;
	text-decoration: none; }

a:visited, 
a:active { 
	color:#2D89BA; 
	text-decoration: none; }
	
a:visited:hover, 
a:active:hover { 
	border-bottom:dotted 1px #2D89BA;
	text-decoration: none; }

.hidden {
	position:absolute;
	left:0px;
	top:-2000px;
	width:1px;
	height:1px;
	overflow:hidden; }
	
p {
	line-height:140%;
	padding-bottom:6px;
	font-size:75%;
}
	
h1 {
	font-family:Arial, Verdana;
	font-size:180%;
	font-weight:normal;
	margin:0px;
	line-height:115%;
	padding:30px 0px;
	padding-bottom:10px;
}
h2 {
	font-size:120%;
	font-weight:bold;
	padding-bottom:0px;
	border-bottom:#E8E8E8 solid 4px;
	margin-bottom:13px;
}
h3 {
	font-family:Arial, Verdana;
	font-size:85%;
	font-weight:bold;
	padding-bottom:0px;
}
.date {
	font-size:85%;
	font-weight:bold;
}
label {
	font-size:75%;
	font-weight:bold;
}
input {
	margin-top:0px; }

select {
	margin-top:0px; }

textarea {
	margin-top:0px; }
	
fieldset {
	border:solid #616d75 1px;
	padding:10px;
}
legend {
	color:#073655;
	font-size:90%;
	font-weight:bold;
	word-spacing:-1px;
	padding-left:2px;
	padding-right:2px;
}
caption {
	color:#073655;
	font-size:100%;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:3px;
	word-spacing:-1px;
	border-bottom:solid #b0c5d3 1px;
}
table th {
	padding-top:6px;
	padding-bottom:3px;
	padding-left:10px;
	background-color:#f3f3f3;
	padding-right:10px;
	font-weight:bold;
	color:#666;
	font-size:95%; }

table td {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:20px;
	border-top:solid #eaeaea 1px; }
.td1 {
width:60%;
}
.td2 {
width:20%;
}
em {
	font-style:italic;
}
.underline {
	border-bottom:solid #EAEAEA 1px;
	margin-bottom:3px;
	font-size:90%;
	padding-bottom:0px;
}
.story_rule {
	border-bottom:dotted #C3C3C3 1px;
	width:346px;
	padding-bottom:6px;
	margin-bottom:8px;
	display:block;
}
.list_items {
	list-style-type:disc;
	padding-left:22px;
	text-indent:-12px;
	list-style-position:inside;
	font-size:80%;
	line-height:150%;
	padding-bottom:10px;
	color:#202020;
}

	
/* ********************************************************************************************* */

body {
	font-family:Arial, Tahoma, sans-serif;
	height:100%;
	text-align:left;
	margin:0px;
	color: #4E5254;
	background-color: #fff;
	background-image: url(images/background.jpg);
	background-position:50% 0%;
	background-repeat:no-repeat;
}

/* ********************************************************************************************* */

ul.nav_toggle {
display:inline;
float:left;
list-style-type:disc;
margin:0px;
overflow:hidden;
padding:0px;
padding-top:0px;
}
ul.nav_toggle li {
display:block;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px;
padding:0pt;
float:left;
margin-right:7px;
}
ul.nav_toggle a {
float:left;
height:0px !important;
margin:0pt 0pt 0px;
overflow:hidden;
}
ul.nav_toggle li a:hover {
	border-bottom:none;
}
li#nav-home a {
background:transparent url(images/nav-home.png) no-repeat scroll left top;
width:68px;
padding:24px 0pt 0pt;
}
li#nav-home a:hover {
background:transparent url(images/nav-home_hover.png) no-repeat scroll left top;
border-bottom:none;
}
li#cur-nav-home a {
background:transparent url(images/nav-home_hover.png) no-repeat scroll left top;
width:68px;
padding:24px 0pt 0pt;
}
li#nav-services a {
background:transparent url(images/nav-services.png) no-repeat scroll left top;
width:86px;
padding:24px 0pt 0pt;
}
li#nav-services a:hover {
background:transparent url(images/nav-services_hover.png) no-repeat scroll left top;
border-bottom:none;
}
li#cur-nav-services a {
background:transparent url(images/nav-services_hover.png) no-repeat scroll left top;
width:86px;
padding:24px 0pt 0pt;
}
li#nav-portfolio a {
background:transparent url(images/nav-portfolio.png) no-repeat scroll left top;
width:147px;
padding:24px 0pt 0pt;
}
li#nav-portfolio a:hover {
background:transparent url(images/nav-portfolio_hover.png) no-repeat scroll left top;
border-bottom:none;
}
li#cur-nav-portfolio a {
background:transparent url(images/nav-portfolio_hover.png) no-repeat scroll left top;
width:147px;
padding:24px 0pt 0pt;
}
li#nav-about a {
background:transparent url(images/nav-about.png) no-repeat scroll left top;
width:98px;
padding:24px 0pt 0pt;
}
li#nav-about a:hover {
background:transparent url(images/nav-about_hover.png) no-repeat scroll left top;
border-bottom:none;
}
li#cur-nav-about a {
background:transparent url(images/nav-about_hover.png) no-repeat scroll left top;
width:98px;
padding:24px 0pt 0pt;
}
li#nav-contact a {
background:transparent url(images/nav-contact.png) no-repeat scroll left top;
width:109px;
padding:24px 0pt 0pt;
}
li#nav-contact a:hover {
background:transparent url(images/nav-contact_hover.png) no-repeat scroll left top;
border-bottom:none;
}
li#cur-nav-contact a {
background:transparent url(images/nav-contact_hover.png) no-repeat scroll left top;
width:109px;
padding:24px 0pt 0pt;
}
li#nav-links a {
background:transparent url(images/nav-links.png) no-repeat scroll left top;
width:63px;
padding:24px 0pt 0pt;
}
li#nav-links a:hover {
background:transparent url(images/nav-links_hover.png) no-repeat scroll left top;
border-bottom:none;
}
li#cur-nav-links a {
background:transparent url(images/nav-links_hover.png) no-repeat scroll left top;
width:63px;
padding:24px 0pt 0pt;
}
#container {
	width:920px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/container-bg.jpg);
	background-repeat:repeat-y;
	background-color:#fff;
	margin-bottom:40px;
}
p.intro {
	font-size:90%;
	padding-bottom:10px;
}
#navigation {
	width:920px;
	margin:0px auto;
	height:54px;
	background-image:url(images/navigation-bg.jpg);
	background-repeat:no-repeat;
}
div.nav-hold {
	float:left;
	padding-left:50px;
	padding-top:20px;
}
div.h1-hold {
	width:820px;
	margin:0px 10px;
	padding:0px 40px;
	background-image:url(images/h1-bg.jpg);
	background-repeat:repeat-x;
	clear:both;
	float:left;
	border-bottom:#e8e8e8 solid 1px;
}
div.h1-hold-content {
	width:820px;
	margin:0px 10px;
	padding:0px 40px;
	background-image:url(images/h1-bg.jpg);
	background-repeat:repeat-x;
	clear:both;
	float:left;
	margin-bottom:10px;
	border-bottom:#e8e8e8 solid 1px;
}
div.h1-text {
	float:left;
	width:470px;
	padding-bottom:30px;
}
div.standard-container {
	width:820px;
	padding:0px 50px;
	clear:both;
}
div.row-standard-container {
	width:820px;
	padding:0px 50px;
	clear:both;
	margin-top:10px;
	float:left;
}
div.single {
	width:260px;
	float:left;
	margin-right:20px;
}
div.single-right {
	width:260px;
	float:left;
}
div.double {
	width:540px;
	float:left;
}
div#footer {
	float:left;
	height:42px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	width:920px;
	margin-top:40px;
}
img.lp {
	margin-bottom:13px;
	clear:both;
}
p.lp-head {
	padding-bottom:6px;
	line-height:130%;
}
p.p-services {
	padding-bottom:15px;
}
span.project-strap {
	font-size:90%;
}
.portfolio-padding {
	margin-bottom:20px;
	padding-bottom:0px;
}
.service-margin {
	margin-bottom:10px;
	padding-bottom:0px;
}
h2.h2-service {
	font-size:95%;
	margin-bottom:5px;
	margin-top:5px;
	border-bottom:#E8E8E8 solid 1px;
}
h2.h2-site-map {
	font-size:95%;
	margin-bottom:20px;
	border-bottom:#E8E8E8 solid 1px;
}
h2.h2-site-map-in {
	font-size:95%;
	margin-bottom:10px;
	border-bottom:#E8E8E8 solid 1px;
}
h2.h2-feature {
	font-size:95%;
	margin-bottom:5px;
	margin-top:5px;
	border-bottom:#E8E8E8 solid 1px;
}
ol#bcrumb {
	display:inline;
	font-size:70%;
	float:left;
	padding:0px 0px;
	padding-top:5px; }

ol#bcrumb li {
	display: inline;
	float:left; }
div#breadcrumb {
	margin:0px 50px;
	margin-bottom:20px;
	border-bottom:1px dotted #E8E8E8;
	padding-bottom:5px;
	width:820px;
	color:#236185;
}
span.arrow {
	font-weight:bold;
	color:#4E5254;
}
.sm_list_items {
	list-style-type:disc;
	padding-left:22px;
	text-indent:-12px;
	list-style-position:inside;
	font-size:80%;
	line-height:150%;
	padding-bottom:20px;
	color:#202020;
}