@charset "utf-8";

/********************************************************
Reset Styles
Used to reset the default browser styles when a 
style rule is not present.
*********************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
b, u, i, center,
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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body
{
	font-family: Arial;
	font-size: 13px;
	height: 100%;
	line-height: 1;	
	background-color:#ced4d9;
}

/**************************
	Page
**************************/

a, a:visited
{
	color: #3880B5;
	text-decoration: none;
}

a:active
{
	outline: none; /* Removing dotted line around clicked links in Firefox */
}

a:focus
{
	-moz-outline-style: none;
}

a.learnMore
{
	font-weight: bold;
}

a:hover
{
    color:#00408C;
}

h1
{
    
}

h2
{

}

h3
{
    font-size:16px;
    color:#004071;
    margin:0 0 5px 0;
}

img
{
	border: none;
}

a img
{
    border: 0;
}

img.left
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

img.right
{
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.clearfix
{
	clear: both;
}

form
{
	height: 100%;
}

.gray
{
    font-weight:bold;
    color:#676a6d;
}

ul, ol 
{
	margin: 10px 0 10px 20px;
}

li
{
	padding: 5px 0;
}
/**********************
        Wrapper
**********************/

#cmsWrapper
{   
}

/**********************
        Header
**********************/

#headContain
{
    height:179px;
    background: url(images/background.gif) repeat-x;
}

#headWrap
{
    width:960px;
    margin: 0 auto;
    padding:0;
}

#header
{
    width:960px;
    height:129px;
    background: url(images/header-bg.jpg) no-repeat;
}

#loginSearch
{
    height:39px;  
    float:right;
    width:391px; 
}

#login
{
    clear:both;
    float:left;
    width:145px;
    height:15px;
    padding:12px 15px;
}

#login a
{
    padding:0;
    text-transform:uppercase;
    font-size:12px;
}

#search
{
    float:left;
    width:216px;
    height:39px;
}


#mainNav
{
    background: url(images/nav-bg.jpg) no-repeat;
    height:47px;
    min-height:47px;
    width:960px;
    margin:0 auto;
    padding:0;
}

/**********************
        Content
**********************/

#contentWrap
{    
    width:980px;    
    margin:0 auto;

}

#container
{
    float:left;
    width:960px;
    margin:0 auto;   
    background: url(images/content-bg.gif) repeat-y; 
    padding: 0 10px;
}

/**********************
    Left Content:
    Set through inner pages
**********************/

#rightContent
{
    position:relative;
    float:left;
    width:240px;
    padding:15px 20px;
    border-top:3px solid #61B8EF;
}

#rightContent #contact
{
}

#rightContent p
{
    line-height:20px;
}

#rightContent p.top
{
    padding-left:20px;
}

#rightContent img
{
    margin:10px 0;
}

.hr
{
    height:1px;
    color:#61b8ef;
}

/**********************
        Footer
**********************/

#footer
{   
    position:relative;
    clear:both;
    background: url(images/foot-bg.gif) no-repeat;
    width:980px;
    margin:0 auto;
}

#footWrap
{
    width:960px;
    margin:0 auto;
}

#footTop
{        
    height:60px;
    line-height:55px;
    text-align:center;
    width:960px;
}

#footerBottom
{
    margin-top:15px;
    width:960px;
}

#footerBottomLeft
{
    float:left;
    width:480px;
    height:25px;
    line-height:25px;
}

#footerBottomRight
{
    float:left;
    width:480px;
    text-align:right;
    height:25px;
    line-height:25px;
}

#footerBottomLeft, #footerBottomRight a
{
    color:#666666;
    text-decoration:none;
}

#footTop li
{
    display:inline;
    font-size:12px;
}

#footTop li a
{
    color:#3880b5;
    text-decoration:none;
}

#footTop li a:hover
{
    color:#00408C;
}


/*  Search  */
.searchResults
{
    margin:10px 0;
}

.searchResults .searchTitle
{
    margin-top:20px;
}

.searchResults .searchBody
{
    line-height:20px;
}

.searchResults .searchFoot
{
    padding:0 0 20px 0;
    border-bottom:1px solid #ececec;
}