@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: Georgia;
	font-size: 12px;
	height: 100%;
	line-height: 16px;
}

/**************************
	Page
**************************/

a, a:visited
{
	color: #3399cc;
	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;
}

h1
{

}

h2
{
	color: #212034;
	font-size: 18px;
	line-height: 22px;
}

h3
{

}

h4
{
	font-size: 17px;
	font-weight: normal;
	line-height: 20px;
}

h5
{
	font-family: Georgia;
	font-size: 11px;
	font-weight: bold;
	color:#005996;
}

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%;
}

ul
{
	display: block;
	list-style-position: outside;
	margin: 0 0 0 0;
}

ul li
{
	margin-left: 10px;
	padding: 10px;
	list-style-type: circle;
}

ol
{
	display: block;
	list-style-position: outside;
	list-style-type: inherit;
	margin: 0 0 0 10px;
}

ol li
{
	margin-left: 10px;
	padding: 10px;
}

p
{
    margin:10px 0;
    line-height:20px;
}

/*****************************************
*
*	Global Fonts Elements
*
*****************************************/

/*****************************************
*
*	Global Template Elements
*
*****************************************/
body.background
{
	background: #c9d6dc url(images/background-body.jpg) repeat-x;
}

#cmsWrapper
{
	height: 100%;
	margin: 0 auto;
	padding: 0;
	width: 930px;
}

#header
{
	clear: both;
	float: left;
	width: 930px;
	margin:0;
	padding:0;
}

/*	Begin Header Element	*/

#headerBar
{
	float: left;
	height: 104px;
	width: 930px;
}

#logo
{
	float: left;
	height: 79px;
	width: 280px;
	margin-top:8px;
}

#headerNavigation
{
	color: White;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	height: 33px;
	line-height: 33px;
	padding: 34px 33px 0 0;
	text-align: right;
	width: 403px;
}

#headerNavigation ul
{
	margin: 0;
	padding: 0;
}

#headerNavigation li
{
	display: inline;
	margin-left: 19px;
	padding: 0;	
}

#headerNavigation li a
{
	color: White;
	text-decoration: none;
}

#headerNavigation li a:hover
{
	text-decoration: underline;
}

#headerLinks
{
	background: url(images/background-header-links.gif) no-repeat;
	float: left;
	height: 42px;
	margin-top: 27px;
	padding: 7px 0 0 11px;
	width: 203px;
}

#mainNavigation
{
	background: url(images/background-menu.gif) no-repeat;
	float: left;
	height: 61px;
	margin: 21px 0 0 0;
	padding:0;
	width: 930px;
}

#mainNavigation #menu
{
	float: left;
	height: 60px;
	width: 756px;
	margin:0;
	padding:0;
}

#mainNavigation #search
{
	float: left;
	height: 60px;
	width: 174px;
	margin:0;
	padding:0;
}

/*	End Header Element	*/

#contentWrapper
{
	background: #FFFFFF;
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 930px;
}

#contentContainer
{
	background: url(images/background-content-2col.gif) repeat-y;
	display: block;
	clear: both;
	float: left;
	margin: 10px 10px 0px;
	width:910px;
	padding:0;
}

#contentLeftSide
{
	background: url(images/background-leftContent.gif) repeat-y;
	float: left;
	min-height:10px;
	width: 610px;
	margin:0;
	padding:0;
}

#contentBanner
{
	/*	Set specifics in template related stylsheet	*/
}

#contentBanner .contentLeft
{
	/*	Set specifics in template related stylsheet	*/
}

#contentBanner .contentRight
{
	/*	Set specifics in template related stylsheet	*/
}

#contentBreadcrumbs
{
	/*	Set specifics in template related stylsheet	*/
}

#contentBody
{
	/*	Set specifics in template related stylsheet	*/
}

#contentBody .contentLeft
{
	/*	Set specifics in template related stylsheet	*/
	float: left;
}

#contentBody .contentRight
{
	/*	Set specifics in template related stylsheet	*/
	float: left;
}

#contentRightSide
{
	float: left;
	width: 300px;
	margin:0;
	padding:0;
}

#contentTop
{
	float: left;
	width: 300px;
	margin:0;
	padding:0;
}

#contentBottom
{
	/*	Set specifics in template related stylsheet	*/
	float: left;
}

#contentFooter
{
	background: #FFFFFF url(images/background-content-corners.gif) left bottom no-repeat;
	clear: both;
	float: left;
	height: 14px;
	width: 930px;
}

#footer
{
	clear: both;
	float: left;
	height: 80px;
	width: 930px;	
	text-align:center;
}

#footer li
{
    display:inline;
}

#footerInner
{    
    margin:15px 0;
}

#footerInner ul
{
    margin:0;
}


/************************************
*
*	Global Styles
*
************************************/

.dashedFooter
{
	background: url(images/background-dashed-border.gif) left bottom repeat-x;
	float: left;
	padding-bottom: 10px !important;
	width: 100%;
}

.pageName
{
	background: url(images/background-pageName-arrow.gif) 8px 0 no-repeat;
	color: #3e7db8;
	font-family: Verdana;
	font-size: 16px;
	line-height: 16px;
	margin: 40px 0 0;
	padding: 0 0 0 36px;
}

.blue-corner
{
	background: #6097d7 url(images/background-blue-corner.gif) no-repeat;
	min-height: 150px;
	height: 150px;
	width: 300px;
	margin:0;
	padding:0;
}

.blue-corner h3
{
	color: #FFF;
	font-family: Georgia;
	font-size: 17px;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
}

.blue-corner h3 img
{
	padding-right: 5px;
	vertical-align: middle;
}

.gradient-corner
{
	color: #266fa8;
	background: url(images/background-gradient-corner.gif) no-repeat;
	font-family: Verdana;
	font-size: 12px;
	height: 150px;
	width: 300px;
	margin:0;
	padding:0;
}

.gradient-corner h3
{
	color: #005e82;
	font-family: Georgia;
	font-size: 17px;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
}

.gradient-corner h3 img
{
	padding-right: 5px;
	vertical-align: middle;
}

.gradient-corner .content
{
	padding: 0 16px 0 34px;
}

.gradient-corner .link
{
	color: #005e82;
	display: block;
	font-weight: bold;
	padding-top: 10px;
}

.darkBlueButton
{
	background: url(images/button-darkBlue.gif) top left no-repeat;
	clear: both;
	display: block;
	margin: 0 auto 10px;
	padding: 0 0 0 34px;
}

.darkBlueButton strong.right
{
	background: url(images/button-darkBlue-right.gif) top right no-repeat;
	color: #ffde6a;
	display: block;
	font-family: Verdana;
	font-size: 12px;
	line-height: 32px;
	padding-left: 10px;
}

.whiteBorderButton
{
	background: url(images/button-whiteBorder.gif) top left no-repeat;
	clear: both;
	display: block;
	float: left;
	margin: 0 0 10px;
	padding: 0 0 0 14px;
	width: auto;
}

.whiteBorderButton strong.right
{
	background: url(images/button-whiteBorder-right.gif) top right no-repeat;
	color: #f9a05b;
	display: block;
	/*float: left;*/
	font-family: Verdana;
	font-size: 11px;
	line-height: 32px;
	padding-right: 40px;
	width: auto;
}

.underlinedList
{
	list-style: none;
	margin: 0;
}

.underlinedList li
{
	background: url(images/background-dashed-border.gif) left bottom repeat-x;
	margin: 0;
	padding-left: 0;
}

.underlinedList li.last
{
	background: none;
}

.underlinedList a
{
	text-decoration: none;
}

/*	Slideshow elements	*/
.slideshow
{
	margin: 0;
	padding: 0;
}

.slideshow li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.newsList_viewMore
{
	color: #005e82;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	margin-left: 20px;
}

/*   Misc  */

.whatIsCalling
{
    text-align:center;
    margin-top:25px;
}

/*  Search Results Page */



.searchResults dt
{
    margin-top:25px;
}

/* Contact Form Style */

.dynamicFormRow
{
    padding:10px 0;
    width:300px;
	clear: both;
}