@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 | License: none (public domain)*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0; padding:0; border:0; font-size: 100%; font: inherit; vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
/* End Reset */
.clear {clear:both;}

body {background:#ba9b65; color:#333; font-family:Arial, Helvetica, sans-serif; letter-spacing:normal}
h1, h2, h3 {font-weight:bold; margin:10px 0;letter-spacing:normal}
h1 {font-size:30px; color:#0d2557; font-family:Arial, Helvetica, sans-serif; margin-bottom:20px}
h2 {font-size:21px; color:#0d2557; font-family:Arial, Helvetica, sans-serif;}
h3 {font-size:16px; color:#0d2557;}
a {color:#0d2557; text-decoration:none;}
a:hover {text-decoration:underline;}
p {padding:10px 0; font-size:14px; line-height:21px;}
strong {font-weight:bold;}
em {font-style:italic;}
blockquote {
	margin:10px 20px; 
	text-indent:40px; 
	font:normal 12px/24px Arial, Helvetica, sans-serif; 
	background:url(../../images/quotes.gif) no-repeat;
	background-position:0 3px;
	color:#666;
}
code {font-family:"Courier New", Courier, monospace; color:#33F;}
small {font-size:10px;}

#container {width:960px; margin:0 auto;}
#header {padding:5px 0 10px 0; font-family:Arial, Helvetica, sans-serif; position:relative;}
#header h1 a {

	height:100px;
	float:left;
	margin:0;
	font-family:Arial, Helvetica, sans-serif; 
	font-style:italic; font-size:48px; line-height:56px; 
	font-weight:normal;
	text-decoration:none;
	color:#0d2557;
	letter-spacing:normal
}
#header h1 a:hover {color:#0d2557;}
#header h1, #header h2 {text-shadow:0 -1px 0 #363636; color:#0d2557; margin-bottom:10px;}
#header h2 {position:absolute; font-weight:normal; font-family:Arial, Helvetica, sans-serif; top:75px; font-size:14px;}
#header div {float:right;font-size: 18px; font-weight: bold;}

ul#nav {height:45px; margin-top:15px; border-bottom:none; background:#0d2557; box-shadow: 0px 0px 10px rgba(0,0,0,.1)}
ul#nav li, ul#nav li a {float:left;}
ul#nav li a { 
	font-size:16px;  
	padding:0 15px; 
	height:45px; 
	line-height:45px; 
	text-decoration:none;  
	color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	text-align:center;
	text-shadow:0 -1px 0 #000000;
	
}
ul#nav li a:hover {color:#0d2557; background:#e8d9bc; text-shadow:none;}

.btn {
    background: url("/images/btn-bg.jpg") repeat-x scroll 0 0 transparent;
    border: 1px solid #666666;
    box-shadow: 0 1px 2px #333333;
    color: #FFFFFF;
    display: inline-block;
    font: bold 14px/30px Arial, Helvetica, sans-serif;
    height: 30px;
    padding: 0 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 #000000;
}
.btn.blue { background: url("/images/btn-bg-blue.jpg") repeat-x scroll 0 0 transparent;}
.button {float:right; clear:both; margin-top:-75px; width:150px;}
.button.demo {margin-top:-30px;}
#mainPhoto {background: none repeat scroll 0 0 #18417c}

#page {padding:20px 40px 50px 40px; background:#e8d9bc;box-shadow: 0px 0px 10px rgba(0,0,0,.1)}
#page ul, #page ol {padding:5px 10px 5px 35px; font-size:14px; font-style:italic;}
#page ul li, #page ol li {margin-bottom:10px; line-height:18px;}
#page ul {list-style:circle;}
#page ol {list-style:decimal;}

.fourColumn, .sidebar {
	width:285px;  
	float:left; 
	border:4px solid #18417c; 
	margin:0 10px;
	font-size:12px;
	line-height:18px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	background:#e8d9bc;
}
.sidebar {float:right; margin-right:0;}
.fourColumn h3, .sidebar h2 {
	width: 265px;
	height:40px; 
	line-height:40px; 
	background:#0d2557; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	font-size:18px;
	margin:0 0 5px 0;
	color:#eee;
	text-shadow:0 -1px 0 #000000;
}
.fourColumn p, .fourColumn ul, .fourColumn ol, .fourColumn h3, .sidebar p, .sidebar ul, .sidebar ol, .sidebar h3 {padding:10px;}

#footer {padding:30px 0;}
#footer h3 {
	font-family: Arial, Helvetica, sans-serif; 
	margin-bottom:10px;
	color:#333;
}
#footer .column {
	float:left; 
	width:218px; 
	height:150px; 
	padding:0 10px 0px 25px; 
	margin-bottom:20px; 
	border-right:1px solid #ccc; 
	border-left:1px solid #e9e9e9;
}

textarea, input {
	border: none;
	outline:none;
	background:#ffffff; 
	resize: none;
	padding: 5px;
	font-family:"Calibri", sans-serif;
}

.submit {
	width:auto;
}

.submit:hover {
	background: white;
	padding: 4px;
	border: 1px solid #aaa;
}

#footer ul {margin-top: 10px; margin-left:3px}
#footer ul li a {font-size:12px; line-height:21px; font-style:italic; color:#0d2557;} 

.alpha {margin-left:0;}
.omega {margin-right:0;}

form {}
form label, form input, form textarea {}
.alert {color:red;}
.anchor {color:#09f;}

#formquote h1, #formquote h3 {
	color: white;
}