@import 'reset.css';

/* S T Y L E */

body {
    font: 13px Arial, sans-serif;
}
a {
	color: #004987;
}
p {
    line-height: 18px;
    margin-bottom: 18px;
}
h2 {
    color: #1876AE;
    border-top: 1px solid #139345;
    padding-top: 6px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
h3 {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 18px;
}
h4 {
	margin-bottom: 18px;
}
hr {
	border: none 0;
	border-top: 1px solid #ddd;
	height: 1px;
	margin: 10px 0;
	text-align: center;
	clear: both;
}
.section {
	clear: both;
	width: 600px;
	overflow: hidden;
}
.section img {
	float: right;
	width: 195px;
	padding: 5px;
	margin-left: 12px;
	border: 1px solid #999;
}
.section.dimensions img {
	float: none;
	margin-left: 0;
	margin-bottom: 18px;
	width: 375px;
}
.CSA_callout {
	clear: both;
	padding: 18px 18px 0 18px;
	margin: 0 0 18px 0;
	border: 2px solid #F66;
}
.CSA_callout h3 {
	color: #F11;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 18px;
}
.CSA_callout p {
	font-weight: bold;
	color: #800;
}
p strong {
    text-transform: uppercase;
}
p.commentary {
    color: #787A7F;
    font-size: 18px;
    line-height: 36px;
    padding: 36px;
    font-style: italic;
}
p.commentary strong {
    text-transform: none;
}
#main ul, #main ol {
	margin-bottom: 18px;
}
#main ul {
	list-style: square outside;
}
#main ol {
	list-style: decimal outside;
}
#main ol li li {
	list-style: lower-alpha;
}
#main ul li, #main ol li {
	margin: 0 36px;
}
table {
	margin: 18px 1px;
}
table th {
	text-align: center;
}
table .spec {
	font-weight: bold;
}
table td, table th {
	border: 1px solid #999;
	line-height: 18px;
	padding: 3px;
}
p.login {
	margin: 20px 0 20px 20px;
	padding: 8px;
	font-size: 1.2em;
	color: #fff;
	background: #1876AE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: right;
	clear: both;
}
p.login a,
p.login a:visited {
	color: #fff;
	text-decoration: none;
}
p.login a:hover,
p.login a:focus {
	color: #eee;
	background: rgba(255,255,255,.10);	
}
/* L A Y O U T */

body {
    background: #FFF;
    text-align: center;
}
#header {
    position: relative;
    height: 120px;
    background: #FFF url('../images/headerbg.png') no-repeat top right;
    margin-bottom: 10px;   
}
#header h1 a {
    position: absolute;
    display: block;
    text-indent: -9999px;
    width: 207px;
    height: 108px;
    background: #FFF url('../images/logo.jpg') no-repeat;
}
#primary_nav {
    position: absolute;
    top: 60px;
    left: 295px;
}
#primary_nav li {
	position: relative;
    display: block;
    float: left;
    padding: 3px 19px 3px 0;
    font-size: 12px;
}
#primary_nav li a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
#primary_nav li .sub_nav {
	display: none;
}
#primary_nav li:hover .sub_nav a {
	color: #FFF;
	font-weight: normal;
	margin-left: 12px;
}
#primary_nav li .sub_nav li {
	float: none;
}
#primary_nav li .sub_nav a:hover {
	text-decoration: underline;
}
#primary_nav li:hover a {
	color: #397CAF;
	display: block;
}
#primary_nav li:hover .sub_nav {
	display: block;
	position: absolute;
	top: 18px;
	left: 0;
	background: #397CAF;
	border-top: 5px solid #499C5A;
	padding: 9px 0;
}
#primary_nav li:hover .sub_nav a {
	width: 190px;
	line-height: 12px;
	padding: 3px;
	display: block;
}
.sub_sub_nav {
	display: none;
}
#primary_nav li:hover > .sub_sub_nav {
	position: absolute;
	left: 227px;
	top: -14px;
	background: #397CAF;
	border-top: 5px solid #499C5A;
	display: block;
	padding-bottom: 8px;
}
#secondary_nav {
    position: absolute;
    left: 300px;
    top: 12px;
    width: 300px;
}
#secondary_nav li {
    display: block;
    float: left;
    padding-left: 12px;
    text-transform: uppercase;
    font-size: 11px;
    color: #FFF;
}
#secondary_nav li a {
    text-decoration: none;
    color: #FFF;
}
#secondary_nav li a:hover {
    text-decoration: underline;
}
p.client-portal {
	position: absolute;
	left: 600px;
	top: 10px;
	background: #fff;
	padding: 5px 10px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
p.client-portal a,
p.client-portal a:visited {
	text-decoration: none;
}
p.client-portal a:hover,
p.client-portal a:focus {
	color: #139345;
}
#wrapper {
    margin: 0 auto;
    text-align: left;
    width: 950px;
}
#content {
    width: 100%;
    overflow: hidden;
}
#main {
    width: 650px;
    float: right;
}
.section {
}
#secondary {
    float: left;
    width: 300px;
}
form li label {
    display: block;
    font-weight: bold;
}
form li {
    margin-bottom: 18px;
    width: 300px;
}
form #submit {
    text-align: right;
}
.gallery h3 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 18px;
}
.noshow {
	position: absolute;
	left: -9999px;
	width: 900px;
}
#footer {
    bottom: 0;
    width: 100%;
    height: 40px;
    background: #FFF url('../images/footerbg.png') no-repeat top right;
}
img.past_project {
	width: 300px;
}
#contact_form ol {
	list-style: none;
}
#contact_form ol li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 12px;
}

