/* http://green-beast.com/blog/?p=109 - http://tantek.com/log/2004/undohtml.css */

/* undo browser defaults variances */
html, body, h1, h2, h3, h4, h5, h6, ul, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset, pre
{ margin: 0px; padding: 0px; }

/* removes blue linked image borders */
a img, img { border: none; }
a { text-decoration: none; }

html {
background: url(/images/template/html_bg.png) repeat-x bottom left;
}

body {
background: url(/images/template/body_bg.png) repeat-x top left;
text-align: center; /* center things in <= IE6 */
font-family: tahoma, arial;
font-size: 1em;
padding: 0px;
margin: 0px;
color: #333333;
}

#container {
margin: 0 auto;
width: 730px;
text-align: left;
background-color: #f7f7f7; /* Give same background color as #nav if you want #nav to appear same height as content */
}

#header {
background: url(/images/template/header_bg.png) no-repeat top left;
height: 75px;
}

#logo {
float: left; 
margin-top: 15px;
}

#helper {
float: right;
color: #FFFFFF;
font-size: .85em;
margin: 5px 5px 0px 0px;
}

#helper ul {
display: inline;
list-style-type: none; 
list-style-position: inside; 
margin: 0px; 
padding: 0px 5px 0px 0px;
}

#helper li {
display: inline;
list-style-type: none; 
}


#helper a {
color: #FFFFFF;
}

#banner {
background: url(/images/template/banner_bg.jpg) no-repeat top left;
height: 317px;
}

#content {
padding: 10px 15px 30px 0px;
width: 540px;
float: right;
font-size: .80em;
line-height: 1.75em;
text-align: left;
background-color: #F7F7F7; 
}

#nav {
padding: 10px 0px 0px 10px;
width: 150px;
float: left;
background-color: #F7F7F7;
}

#footer {
clear: both;
height: 75px;
background-color: #E4E4E4;
text-align: center;
font-size: .75em;
color: #2E4B6D;
}

h1 { }

h1 span { display: none; }

#banner h2 { display: none; }

h2 {
font-size: 1.3em;
font-weight: bold;
color: #00234C;
}

h3 {
font-size: 1em;
color: #00234C;
margin: 12px 0px;
}

h4 {
font-size: 1em;
margin: 12px 0px;
}

#nav li {
list-style-type: none;
border-bottom: 1px dotted #888888;
padding: 0px 0px 0px 0px;
}

#nav a {
color: #00234C;
display: block;
font-size: .75em;
padding: 4px 0px 5px 5px;
text-decoration: none;
width: 145px;
}

#nav a:hover { background-color: #E6E9ED; }

#footer ul {
display: block;
list-style-type: none; 
list-style-position: inside; 
margin: 5px 0px 10px 0px; 
padding: 0px;
}

#footer li {
display: inline;
list-style-type: none; 
}

#footer a {
color: #00234C;
text-decoration: underline;
}

button {
border: 1px solid #444444;
background: #d9d9d9 url(/images/template/btn_bg.gif) repeat-x;
padding: 3px 5px 1px 5px;
font-family: Arial;
font-size: .9em;
font-weight: bold;
cursor: pointer;
margin: 0px;
}

button:hover { border: 1px solid #222222 !important; }
button:active { border: 1px solid #222222; }

#search button {
margin-left: 1px;
padding: 0px 1px !important;
}

/* Start General Styles */
.top { vertical-align: top; }
.bottom { vertical-align: bottom; }
.middle {vertical-align: middle; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }
.clear { clear: both; }
.b { font-weight: bold; }
.i { font-style: italic; }
.u { text-decoration: underline; }
.ucase { text-transform: capitalize; }
.lowercase { text-transform: lowercase; }
.uppercase { text-transform: uppercase; }
.block { display: block; }
.none { display: none; }
.inline { display: inline; }
.circle { list-style-type: circle; }
.disc { list-style-type: disc; }

#content a { text-decoration: none; padding-bottom: 1px; }

#content a:link {
color: #00234C;
border-bottom: 1px solid #cccccc;
}

#content a:visited {
color: #00234C;
border-bottom: 1px solid #cccccc;
}

#content a:hover {
color: #00234C;
border-bottom: 1px solid #5D738D;
}

#content a:active {
color: #00234C;
border-bottom: 1px solid #00234C;
}

#content ul {
padding: 8px;
}

#content li {
display: list-item;
list-style-position:inside;
list-style-type: disc;
}



/* http://www.famfamfam.com/ */
a[href^="http://"] 
{
padding-right: 16px;
padding-bottom: 0px;
background: url(/images/template/bullet_go.png) no-repeat center right;
}

/* http://www.famfamfam.com/ */
a[href^="mailto:"] {
padding-right: 20px;
padding-bottom: 0px;
background: url(/images/template/email.png) no-repeat center right;
}

/* http://www.famfamfam.com/ */
a[href $=".pdf"] {
padding-right: 20px;
background: url(/images/template/page_white_acrobat.png) no-repeat center right;
}