/*
	corporate blue - a premium web template
	this file contains all the CSS for the template
*/



/* page */
html, * {
	border-top-color: #264059;
	border-right-color: #264059;
	border-bottom-color: #264059;
	border-left-color: #264059;
	width: auto;
	float: none;
	margin-top: 5;
	margin-right: 5;
	margin-bottom: 0;
	margin-left: 50;
	padding-top: 5;
	padding-right: 5;
	padding-bottom: 0;
	padding-left: 5;
}
body {
	background-color:#383838;
	margin:0 auto 30px;
	font-size:1.0em;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}




/* header defaults */
h1 {
	font-size:2.5em;
	padding-bottom:10px;
}
h2 {
	color:#304E72;
	padding:0 0 10px;
	font-size:2.0em;
	margin:0;
	letter-spacing:-1px;
}
h3 {
	font-size:1.6em;
	font-weight:normal;
	color:#3F6597;
	padding-bottom:10px;
}
h4 {
	padding:0 0 10px;
	font-size:1.3em;
}
h5 {
	font-size:1.0em;
	text-transform:uppercase;
}



/* generic paragraphs */
p {
	margin:0;
	padding:2px 0 15px 0;
	line-height:1.9em;
	color:#666666;
}
p.phone {
	font-weight:bold;
	font-size:2.2em;
}
p.cost {
	margin-bottom:0;
	font-size:1.5em;
	color:#333;
	font-weight:bold;
	float:left;
	width:45%;
	line-height:1.0em;
}
p.more {
	float:right;
	width:45%;
	margin:0;
	text-align:right;
}
p.more a {
	font-size:1.1em;
	color:#fff;
	margin-right:10px;
	background-color:#253D57;
	padding:6px 5px 4px 7px;
	text-decoration:none;
	border-bottom:2px solid #152332;
	border-right:2px solid #152332;
	font-weight:bold;
}



/* links */
a {
	color:#253D57;
	text-decoration:underline;
	border-bottom-width: 3px;
	border-bottom-style: none;
	border-bottom-color: #253d57;
}
a:hover {
	color:#33567A;
	font-weight: normal;
	line-height: normal;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	text-decoration: underline;
}
a.invert {
	color:#ffffff;
	text-decoration:none;
	background-color:#253D57;
}
a.invert:hover {
	background-color:#33567A;
}



/* default lists */
ul, ol {
	margin:0;
	padding:0 0 15px 30px;
}
ul, ol { 
	font-size:1.0em; 
}
li>ol, li>ul {
	margin-bottom:0;
}
ul li, ol li {
	line-height:1.9em;
}



/* code */
code {
	display:block;
	border:1px solid #cccccc;
	background-color:#e0e0e0;
	padding:15px;
	margin:5px 5px 15px;
	font-size:1.2em;
}



/* blockquotes */
blockquote {
	background:transparent url('images/quote.png') no-repeat scroll 0 5px;
	padding:10px 10px 10px 50px;
}
blockquote p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-style:italic;
}
	
	
	
/* forms */
fieldset {
	border:none;
	border-top:1px solid #dddddd;
	margin:20px 0;
	padding:0px;
	font-size:0.9em;
}
fieldset form {
	padding:25px 20px;
}
fieldset legend {
	background-color:#ffffff;
	padding:0 5px;
	margin-left:10px;
	font-weight:bold;
}
fieldset p {
	margin-bottom:28px;
}
fieldset p label {
	float:left;
	display:block;
	width:100px;
	font-weight:bold;
}
fieldset p label span.required { 
	font-weight:bold;
	color:#ff0000;
}
fieldset p input, fieldset p textarea, fieldset p select {
	padding:3px;
	border:1px solid #dddddd;
	border-top:1px solid #B3B3B3;
	border-left:1px solid #B3B3B3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#666666;
}
fieldset p input.formbutton {
	background-color:#2B4463;
	border:1px solid #1D2F43;
	font-weight:normal;
	color:#cfcfcf;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 10px;
	margin-left:100px;
	font-size: 12px;
}	



/* tables */
table {
	width:100%;
}
table tr th {
	background-color:#1F334B;
	text-align:left;
	color:#ffffff;
	padding:5px;
}
table tr td {
	border-bottom:1px solid #dddddd;
	padding:5px;
}


	
/* container, header and nav */
div#container {
	width:962px;
	padding:4;
	background-color: F2F2F2;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: thick outset #21364B;
}
div#top {
	background-color:#243954;
}
div#header {
	height:60px;
	width:960px;
	background-attachment: scroll;
	background-color: #243955;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
div#header h1 {
	font-size:3.4em;
	text-align:center;
	padding-top:20px;
	color:#efefef;
	letter-spacing:3px;
	padding-bottom:0;
	font-weight:normal;
}
div#header p {
	text-align:center;
	padding:0;
	margin:0;
	font-size:0.8em;
	color:#ffffff;
}
div#nav {
	width:960px;
	margin:0 auto;
	background:#1D2F43 url('images/navbg.jpg') repeat-x scroll left bottom;
	height:60px;
}
div#nav ul {
	float:left;
	margin:0;
	padding:0;
}
div#nav ul li {
	display:block;
	float:left;
	line-height:1.3em;
	padding:0;
}
div#nav ul li a {
	float:left;
	border:none;
	padding:20px 20px 0;
	height:40px;
	font-weight:bold;
	font-size:0.85em;
	color:#cfcfcf;
	text-decoration:none;
	display:block;
}
div#nav ul li a:hover {
	color:#ffffff;
	background-color:#1D2F43;
}
div#nav form {
	float:right;
	margin:13px 20px 0 0;
}
div#nav form input {
	background:transparent url('images/searchbg.gif') no-repeat scroll center center;
	width:133px;
	height:20px;
	color:#ffffff;
	padding:8px 5px 5px;
	border:none;
}
div#nav form input.button {
	padding:3px;
}



/* content */
div#content {
	padding:10px 20px 0;
	background-color:#ffffff;
	background-image:url('images/mainbg.png');
	background-repeat:repeat-y;
	background-position:left top;
	font-size:0.8em;
	color:#666;
	border-top-width: thick;
	border-top-style: outset;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
div#page {
	width:625px;
	float:left;
}
div#content div.left {
	float:left;
}
div#content div.right {
	float:right;
}



/* sidebar */
div#sidebar {
	width:260px;
	float:right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #999999;
	border-right-color: #D3DEEB;
	border-bottom-color: #999999;
	border-left-color: #D3DEEB;
	background-color: #DBDBDB;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 5px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
div#sidebar ul {
	list-style:none;
	padding:7px 0 15px;
}
div#sidebar ul li {
	padding:6px 0;
}
div#sidebar h4 {
	border-bottom:1px solid #cccccc;
}
div#sidebar h4.blocklistheader {
	color:#304E72;
	border-bottom:none;
	margin:0;
	padding:0 0 0 2px;
}
div#sidebar ul.blocklist {
	border-top:1px solid #BFCFE3;
	margin-top:5px;
	padding-top:0;
}
div#sidebar ul.blocklist li{
	padding:0;
	margin:0;
}
div#sidebar ul.blocklist li a {
	display:inline-block;
	padding:9px 12px 9px 6px;
	text-decoration:none;
	color:#23374F;
	border-bottom:1px solid #BFCFE3;
}	
div#sidebar ul.blocklist li a {
	display:block;
}
div#sidebar ul.blocklist li a:hover { 
	background-color:#E3EBF2;
}
div#sidebar ul.blocklist li.selected-item a, div#sidebar ul.blocklist li.selected-item a:hover {
	background-color:#D0DCEB;
}
div#sidebar div.box {
	color:#304E72;
	border-top:5px solid #304E72;
	padding:10px;
	background-color:#c2c2c2;
	margin-bottom:15px;
}
div#sidebar div.box img {
	border:5px solid #BFCFE3;
}
div#sidebar div.box p {
	color:#304E72;
	margin:0;
	padding:0;
}
div#sidebar p.testimonial {
	background-color:#e0e0e0;
	border:1px solid #ddd;
	padding:10px;
	font-size:1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
} 
div#sidebar p.testimonial strong, div#sidebar p.testimonial em {
	display:block;
	text-align:right;
}



/* footer */
div#footer {
	background-color:#325479;
	color:#ffffff;
	margin:0 auto;
	background-image:url('images/footer-bg-2.png');
	background-repeat:repeat-y;
	background-position:left top;
}
div#innerfooter {
	color:#ffffff;
	margin:0 auto;
	padding:35px 0;	
	width:960px;
	display:inline-block;
	background-image:url('images/footer-bg.png');
	background-repeat:no-repeat;
	background-position:left bottom;
}
div#footer p {
	font-size:0.6em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0;
	padding:5px;
	color:#cfcfcf;
}
div#footer a {
	color:#CCCCCC;
	text-decoration:none;
	border:none;
	background-color:#304F6E;
	padding:4px;
}
div#footer a:hover {
	border:none;
}



/* front page slider */
#slider {
    width: 918px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	border:1px solid #ddd;
}
.sliderSpacer {
	height:25px;
}
#sliderContent {
    width: 918px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	padding:0;
}
#sliderContent li {
	line-height:1.3em;
	padding:0;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
	color: CFCFCF;
}
.sliderImage img {
	border:none;
}
.sliderImage span {
	position: absolute;
	font-size:0.9em;
	width: 896px; /* this width should take into account the padding above */
	background-color: #264059;
	color:#ffffff;
	display: none;
	height: 10px;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 25px;
	padding-left: 13px;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}



/* portfolio 3 column layout */ 
div#portfolio {
}
div#portfolio div.portfolio-column {
	width:290px;
	float:left;
}
div#portfolio div.column-left {
	margin-right:25px;
}
div#portfolio div.portfolio-row {
	clear:both;
	padding-bottom:30px;
}
div#portfolio div.portfolio-column img {
	border:5px solid #ddd;
	margin:0 auto;
	display:block;
	text-align:center;
}
div#portfolio div.portfolio-column h2 a {
	font-weight:bold;
	font-size:0.8em;
}
div#portfolio div.portfolio-column h2 {
	padding-top:5px;
}



/* product/protfolio 'other works' list */
ul.otherworks {
	margin:0;
	padding:0;
	list-style:none;
}
ul.otherworks li {
	display:block;
	float:left;
	padding-bottom:5px;
	margin-right:12px;
}
ul.otherworks li.last {
	margin-right:0;
}
ul.otherworks li img {
	width:75px;
	border:3px solid #ddd;
}



/* services/portfolio row layout */
div#services div.service-row.first {
	padding-top:0;
}
div#services div.service-row {
	padding-bottom:15px;
	padding-top:15px;
	border-bottom:1px solid #ddd;
}
div#services div.service-row img.service-image {
	float:left;
	border:5px solid #ddd;
}
div#services div.service-row div.service-text {
	width:580px;
	float:right;
}



/* generic classes */
.bold {
	font-weight:bold;
}
.clear {
	clear:both;
}
.center { 
	display:block;
	margin:0 auto;
	text-align:center;
}
.pulltwo {
	background-color: #C2C2C2;
	padding: 4px;
	float: right;
	height: auto;
	width: 198px;
	margin-right: 4px;
	margin-left: 4px;
	border-top-width: thick;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #375579;
	border-right-color: #375579;
	border-bottom-color: #375579;
	border-left-color: #375579;
}

