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

/*************************BROWSER RESET*****************************/
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, strong, 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;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/***************************END RESET******************************/

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}

body {
margin: 0px;
background: #003e7e;
color: #000;
font-size: 13px;
line-height: 1.5em;
font-family: Arial, Helvetica, sans-serif;
}

a {
font-weight: bold;
color: #003e7e;
text-decoration: none;
}

a:hover {
text-decoration: underline;	
}

div#container {
width: 1040px;
margin-left: auto;
margin-right: auto;
background: url(images/page-bg.png) repeat-y;
}

div#header {
height: 348px;
background: url(images/header-bg.png) no-repeat;
width: 960px;
margin: 0px auto;
padding: 30px 0 0 40px;
}

div.logo {
width: 160px;
float: left;
}

div.headertext {
width: 600px;
float: right;
color: #666;
font-size: 20px;
font-family: "Times New Roman", Times, serif;
padding-top: 60px;
}

div#navbar {
clear: both;
height: 30px;
text-align: left;
padding-left: 8px;
color: #fff;
font-size: 15px;
margin-top: 218px;
}

ul#navigation li {
display: inline;	
}

ul#navigation a {
color: #fff;
text-transform: uppercase;
padding: 0px 10px;
font-weight: bold;
text-decoration: none;
}

div#main-wrapper {
padding: 20px 0 0 0;
width: 940px;
margin: 0 auto;
background-color: #fff;
}

div#main {
float: left;
width: 68%;
min-height: 550px;
background: url(images/lyle.png) no-repeat bottom right;
}

div#main-interior {
float: left;
width: 68%;
min-height: 550px;
padding-bottom: 20px;
}

div#sidebar {
float: right;	
width: 28%;
}

.clear {
clear: both;
height: 1px;
font-size: 1px;
line-height: 1px;
margin-bottom: -1px;
}

div#footer {
width: 936px;
margin: 0px auto;
border-top: 30px #003e7e solid;	
padding-top: 20px;
height: 40px;
text-align: right;
}

div#footer a {
color: #000;
font-weight: normal;
text-decoration: none;
}

div#footer a:hover {
text-decoration: underline;	
}

/** TEXTS **/

h1 {
color: #003e7e;
font-weight: normal;
font-size: 30px;
font-family: Arial, Helvetica, sans-serif;
border-bottom: 1px #ccc solid;
padding-bottom: 10px;
margin-top: 1em;
margin-bottom: 0.5em;
}

h2 {
color: #003e7e;
font-size: 24px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
padding-bottom: 10px;
margin-top: 1em;
margin-bottom: 0.5em;
}

h3 {
color: #000;
font-size: 16px;
margin-top: 1em;
margin-bottom: 0.5em;
}


/** LISTS **/

ul.bulleted {
list-style-image: url(images/bullet-check.png);
margin-left: 25px;
margin-bottom: 30px;
}

/** MISC **/

.alignright {
text-align: right;	
}

.alignleft {
text-align: left;	
}

.aligncenter {
text-align: center;	
}

.bigger {
font-size: 14px;	
}

.picleft {
margin: 0px 10px 0px 0px;	
padding: 5px;
border: 1px #ccc solid;
}

.textinput {
border: 1px #999 solid;
margin-bottom: 5px;
}

.contactform {
margin-top: 60px;	
background-color: #ccc;	
padding: 15px 10px 10px 15px;
border: 1px #999 solid;
}

.contacttop {
margin-top: 80px;	
}

label{
float: left;
width: 50px;
}

br {
clear: left;	
}

.small {
font-size: 11px;	
}