/* ############################################################################
   ##
   ##  Global Website Stylesheet
   ##
   ######################################################################### */

/* ####################################
   HTML Element Styles
   ################################## */


a
{
}

a:link
{
	color: #003366;
	text-decoration: underline;
}

a:visited
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	color: #FF0000;
	text-decoration: none;
}

a:active
{
	color: #FF0000;
	text-decoration: none;
}

body
{
	margin: 0px;
	padding: 0px;
	width: 100%;

	background-color: #ffffff;

	font-family: verdana, arial, sans-serif;
	font-size: 82.5%;
	line-height: 160%;
	color: #333333;
}

p
{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 150%;
	clear: both;
}

h1
{
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-size: 130%;
	line-height: 120%;
	font-weight: normal;
	color: #000000;
}

h2
{	
	margin: 0px;
	padding: 15px 0px 0px 0px;
	font-size: 115%;
	font-weight: bold;
	color: #333333;
}

h3
{
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-size: 100%;
	font-weight: bold;
	color: #162C42;
	text-transform: uppercase;
}

h4
{
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
}

h5
{
	font-size: 91.7%;
}

h6
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 91.7%;
	font-weight: normal;
	color: #CC6633;
	margin-top: 0px;
	margin-bottom: 0.5em;
}

ul
{
}

ul li
{
}

ol
{
}
ol li
{
}

big
{
	font-size: 110%;
}

small
{
	font-size: 80%;
}

hr
{
	width: 100%;
	height: 1px;
	color: #000000;
	margin-bottom: 0px;
	padding-bottom: 30px;
}

img
{
	border-color: #333333;
}

caption
{
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0.25em;
	text-align: left;
}

address
{
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 1.35em;
}

/* ####################################
   Form Styles
   ################################## */

form
{
	margin: 0px;
	padding: 0px;
}
input
{
    /*
    margin: 2px;
    padding: 4px 6px 0px 6px;
    width: 350px;
    height: 21px;
    background: transparent url(/images/templates/bg-input-350.gif) top left no-repeat;
    border: none;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    */
}
input.text
{
    margin: 2px;
    padding: 4px 6px 0px 6px;
    width: 350px;
    height: 21px;
    background: transparent url(/images/templates/bg-input-350.gif) top left no-repeat;
    border: none;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}
input.blank
{
    margin: 2px;
    width: auto;
    height: auto;
    background: none;
}
input.small {
    
    margin: 2px;
    padding: 4px 6px 0px 6px;
    width: 100px;
    height: 21px;
    background: transparent url(/images/templates/bg-input-100.gif) top left no-repeat;
    border: none;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    
}
input.submit
{
}
input.submit-small
{
    margin: 2px;
    padding: 0px;
    width: 100px;
    height: 21px;    background: transparent url(/images/templates/bg-submit-100.gif) top left no-repeat;
    border: none;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
select
{
    margin: 2px;
    padding: 2px 0px 0px 0px;
    width: 350px;
    /*height: 21px;*/
    background: #E1E9F2;
    border: none;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    
    vertical-align: middle;
}

select option {

    margin: 0px;
    padding: 4px 6px 0px 6px;
    background: #E1E9F2;
    border: none;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

textarea
{
    margin: 2px;
    padding: 6px;
    width: 350px;
    height: 119px;
    background: transparent url(/images/templates/bg-textarea-350.gif) top left no-repeat;
    border: none;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}
label
{
}
label.label2
{
}

/* ####################################
   Main Menu - Standards Version
   ################################## */

#nav
{
	float: left;

	margin: 45px 0px 0px 10px;
	padding: 0px;
	width: 250px;
	
	font-size: 80%;
	color: #ffffff;
	
	background: url(/images/templates/bg-nav-top.gif) top left no-repeat;
}

#nav ul
{
	margin: 0px 0px 0px 0px;
	padding: 4px 10px 4px 15px;
	width: 250px;
	

	list-style-type: none;
	list-style-image: none;
	
	background: url(/images/templates/bg-nav-bottom.gif) bottom left no-repeat;
}

#nav ul li
{
	font-weight: bold;
	/*line-height: 140%;*/
	margin: 0px;
	padding: 0px;
	
	width: 185px;
	
	border-top: 1px dashed #8CADCE;
}

#nav ul li.first
{
    border: none;
}
#nav ul li a
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#nav ul li a:hover
{
	color: #CC3300;
	text-decoration: none;
}

#nav ul.sub
{
	margin-left: 5px;
	padding-left: 5px;
	
	width: 180px;
	
	list-style-type: none;
	list-style-image: none;
	background: none;
	border: none;
}

#nav ul.sub li
{
	list-style-type: none;
	list-style-image: none;
	margin: 0px 0px 8px 0px;
	width: 185px;
	
	border: none;
	
	line-height: 120%;
}

#nav ul.sub li a
{
	font-weight: normal;

	color: #ffffff;
	text-decoration: none;
}

#nav ul.sub li a:hover
{
	color: #CC3300;
	text-decoration: none;
}

#nav input.text
{
	display: inline;
	margin: 2px 2px 0px 0px;
	padding: 2px;
	width: 85px;
	font: 100%/100% Verdana, Arial, Sans serif;
	color: #695D54;
}



/* ####################################
   Page Objects
   ################################## */

#page-wrapper-outer
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: url(/images/templates/bg-page-wrapper-outer.gif) 0px 0px no-repeat;
}

#page-wrapper-inner
{
	width: 100%;
	margin: 0px;
	padding: 45px 0px 0px 0px;
	background: url(/images/templates/bg-page-wrapper-inner.gif) right 0px no-repeat;
}

#company-logo
{
	position: absolute;
	left: 50px;
	top: 20px;
}

#company-logo a img
{
	border: none;
}


#page-content-wrapper
{
	position: absolute;
	left: 205px;
	top: 45px;
		
	margin: 0px;
	padding: 0px;
	
}

#page-search
{
	position: absolute;
	left: 205px;
	top: 45px;
    z-index: 10;

	width: 350px;
	
	background: url(/images/templates/bg-page-search.gif) top right no-repeat;
}

.search-keywords
{
    float: left;
    
    margin: 5px 0px 0px 35px; 
    padding: 4px 0px 0px 25px; 
    
    width: 150px;
    height: 21px;
    
    font-size: 85%; 
    color: #333333;
    
    border: none; 
    background: url(/images/templates/bg-search.gif) top left no-repeat;
}

.search-submit
{
    float: left;
    
    margin: 5px 0px 0px 0px;
    width: 50px; 
    height: 22px; 
    
    border: none; 
    font-size: 91.7%; 
    font-weight: bold; 
    
    background: url(/images/templates/bg-search-submit.gif) right 0px no-repeat;
}

#page-content-outer
{
	display: block;
	margin: 0px;
	padding: 46px 0px 0px 0px;
	

	background: transparent url(/images/templates/bg-page-content-top-left.gif) top left no-repeat;

	border: 1px solid red;
    border: none;

}

#page-content-inner
{
	margin: 0px;
	padding: 0px 25px 1px 25px;

	background: #BFD4E9 url(/images/templates/bg-page-content-inner.gif) 0px 0px repeat-y;
	
	/*border-bottom: 1px solid #BFD4E9;*/
	border: none;
}

#trailnavigation
{
	margin: 0px;
	padding: 0px;
	
	font-family: verdana, arial, sans serif;
	font-size: 85%;
	font-weight: normal;
	color: #695D54;
}

#trailnavigation a
{
	margin: 0px;
	padding: 0px;
}

#page-content-base
{
	margin: 0px;
	padding: 0px;
	height: 16px;
	background: url(/images/templates/bg-page-content-base.gif) top left no-repeat;

}

#page-content-base div
{
	margin: 0px;
	padding: 0px;
	height: 16px;
	background: url(/images/templates/bg-page-content-base-div.gif) top right no-repeat;

}

#page-links-outer
{
	display: block;
	margin: 0px 60px 0px 15px;
	padding: 0px;
	background: url(/images/templates/bg-page-links-outer.gif) left bottom no-repeat;
}

#page-links-inner
{
	display: block;
	margin: 0px;
	padding: 15px;
	background: transparent url(/images/templates/bg-page-links-inner.gif) right bottom no-repeat;
}

#containers {
    margin: 0px;
    padding: 0px;
}

div.container h2
{
    margin: 0px;
    padding: 0px;
    
    font-size: 95%;
    font-weight: normal;
}

div.container p
{
    margin: 0px 0px 10px 0px;
    
    font-size: 85%;
    color: Black;
}

div.container a:link
{
    color: #003366;
}

#articles {
    margin: 0px;
    padding: 0px;
}

div.article h3
{
    font-size: 95%;
    font-weight: normal;
}

div.article p
{
    font-size: 85%;
    color: Black;
}

div.article a:link
{
    color: #003366;
}

#copyright
{
	margin: 15px 60px 0px 15px;
	padding: 0px;
	
	text-align: center;

}

#copyright p
{
	margin: 0px;

	padding: 0px;
	

	font-family: verdana, arial, sans serif;
	font-size: 85%;
	font-weight: normal;
	
	color: #91867E;
}

#copyright a
{
	margin: 0px 0px 0px 15px;
	padding: 0px;
	color: #91867E;
	text-decoration: underline;
}

#content_options
{
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 31px;
	overflow: hidden;

	background: transparent url(/images/templates/bg_content_options_left.gif) left 10px no-repeat;

	text-align: center;
}

#content_options p
{
	margin: 0px 0px 0px 0px;
	padding: 14px 0px 0px 0px;
	height: 31px;

	font-size: 75%;

	background: transparent url(/images/templates/bg_content_options_right.gif) right 10px no-repeat;
}

#content_options p a img
{
	display: inline;
	margin: 0px 3px 0px 20px;
	padding: 0px;
	
	border: none;
}

#content_options p a
{
    text-decoration: none;
}

#footer
{
	position: absolute;
	clear: both;
	margin: 0px;
	padding: 0px;
	
	font-size: 85%;	

	color: #ffffff;
	background: #000000 url(/images/templates/bg-footer.gif) top left no-repeat;
	
	visibility: hidden;
}


#ddsn
{
	padding: 30px 10px 10px 10px;
	text-align: right; 

	background: transparent url(/images/templates/bg-ddsn.gif) top right no-repeat;
}

#footer #ddsn #cm3
{
	margin: 0px 60px 0px 10px;
}

#footer a
{
}

#footer a:link
{
	color: #ffffff;
	text-decoration: none;
}

#footer a:visited
{
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

#footer a:active
{
	color: #ffffff;
	text-decoration: underline;
}

#footer-menu
{
	background-color: #584A47;
	padding: 6px;
	text-align: center;
	font-size: 91.7%;
	font-family: times new roman, times, serif;
	text-transform: lowercase;
}

.footer-menu-link
{
	padding-left: 25px;
	padding-right: 25px;
}

#footer-copyright
{
	padding: 30px 0px 6px 20px;
	font-size: 91.7%;
	color: #DCE0E3;
	text-align: left;
	background: transparent url(/images/templates/backgrounds/footer-copyright.gif) top left no-repeat;
}

#footer-ddsn
{
	margin-top: 2px;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	color: #DCE0E3;
}

#footer-ddsn a:link
{
	color: #DCE0E3;
}

#footer-ddsn a:visited
{
	color: #DCE0E3;
}