/* -- [ imports ] -- */
@import url("clearfix.css");
/* -- [ /imports ] -- */


/* Link control */

a {
	outline: none;
	border: 0;
}

#mainBody a:link, #home-right a:link, #sec-right a:link, #home-left a:link {
	color: #013C74;
	font-weight: bold;
}

#mainBody a:visited, #home-right a:visited, #sec-right a:visited, #home-left a:visited {
	color: #9FF2C4;
	font-weight: bold;
}

p {
margin:0;
padding:0 0 16px 0;
}

.footnote {
font-size: 90%;
}

body {
background: #EAE7E7;
font-family: arial, helvetica, sans-serif;
font-size: small;
line-height: 1.5em;
color: #000;
margin: 0;
padding: 0;
text-align: center;
}

#wrapper {
margin: 0 auto;
padding: 0;
width: 870px;
border: 5px solid #fff;
border-top: none;
}

#home-top {
height: 169px;
margin: 0;
padding: 0;
border-top: 7px solid #0055A6;
background: #ACAAAA url(../img/bg-top.gif) repeat-x top left;
text-align: left;
}

#logo {
position: absolute;
z-index: 10;
margin: 20px 0 0 30px;
text-align: left;
}

#top-tag {
position: absolute;
margin: 40px 0 0 490px;
}

#top-tag h1 {
font-size: 140%;
font-weight: bold;
color: #013C74;
width: 350px;
line-height: 1.4em;
}

#home-nav {
z-index: 1;
position: absolute;
top: 126px;
margin: 0;
padding: 0;
width: 870px;

}

#nav {
float: left;
margin: 0;
padding: 0 0 0 180px;
list-style: none;
border-bottom: 7px solid #0055A6;
voice-family: "\"}\""; 
voice-family: inherit;
width: 690px;
}

#nav li {
float: left;
display: block;
list-style: none;
font-weight: bold;
margin: 0;
padding: 0;
}

#nav a {
float: left;
display: block;
margin: 0;
padding: 8px 15px;
color: #fff;
text-decoration: none;
border-left: 1px solid #5498D0;
border-bottom: 1px solid #5498D0;
background: #0560B1 url(../img/nav-bg-off.gif) repeat-x;
}

#nav a:hover, body#home #t-home a, body#about #t-about a, body#service #t-service a, body#gallery #t-gallery a, body#contact #t-contact a {
float: left;
display: block;
margin: 0;
padding: 8px 15px;
color: #fff;
text-decoration: none;
border-left: 1px solid #5498D0;
border-bottom: 1px solid #5498D0;
background: #0055A6;
}

#home-splash {
height: 214px;
width: 870px;
background: url(../img/home-splash.jpg) no-repeat;
border-bottom: 7px solid #0055A6;

}

#home-mid {
background: #1583D3 url(../img/bg-home-mid.gif) repeat-x top left;
color: #fff;
text-align: left;
border-bottom: 7px solid #0055A6;
}

#home-left {
float: left;
width: 220px;
padding: 50px 0 20px 20px;
voice-family: "\"}\""; 
voice-family: inherit;
width: 200px;

}

#home-left img {
border: 0;
display: block;
padding: 0 0 10px 0;
}

#home-right {
float: left;
width: 640px;
}


.home-entry {
float: left;
width: 305px;
margin: 0 10px 0 0;
}

.home-entry p {
margin: 0 10px 0 10px;
}

#sec-right {
float: left;
width: 610px;
padding: 50px 0 0 0;
}

#footer {
clear: left;
color: #fff;
font-size: 90%;
height: 40px;
background: #0055A6;
border-top: 2px solid #fff;
}

#footer a:link, #footer a:visited {
	color: #fff;
}

#sec-right h1 {
margin: 0 0 4px 0;
padding: 0;
font-size: 160%;
font-weight: bold;
}

#sec-right h2 {
margin: 0;
padding: 0;
font-size: 110%;
font-weight: bold;
}

.photo-right {
	float: right;
	margin: 5px 0 5px 15px;
	border: 4px solid #fff;
}

.photo-left {
	float: left;
	margin: 5px 15px 5px 0;
	border: 4px solid #fff;
}


/* -- [ contact ] -- */

#sec-right form {
	font-size: 90%;
	font-weight: 900;
}

form#contactform {
margin: 0;
padding: 0;
}

form#contactform dd {
display: block;
margin: 0 0 15px 0;
}

#contact-address {
display: block;
margin: 0 0 20px 0;
padding: 0;
}

#contact-address p {
margin: 0;
padding: 0;
}

#checkbox {
margin: 0 5px 0 0;
padding: 0;
display: inline;
}

.form-check {
margin: 20px 0 20px 0;
}

/* -- [ /contact ] -- */


/* -- [ Gallery ] -- */

body#gallery #sec-right a:link img, body#gallery #sec-right a:visited img {
	border: 3px solid #fff;
	margin: 5px 5px 5px 0;
} 

body#gallery #sec-right a:hover img {
	border: 3px solid #EF3A41;
}

/* -- [ /gallery ] -- */



