/* CSS Document */

* {
	margin: 0 ;
	padding: 0;
	}

html {
	width: 100%;
	height: 100%;
	}

body {
	background: #000 url(../img/bg-home.gif) no-repeat 0 85px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ccc;
	text-align:center;
	}

* html body {
	font-size: x-small; /* IE 5+ Browsers */
	f\ont-size: small; /* All IE Browsers */
	}

.break {
	clear: both;
	}
	
/*text styles*/

#content a:link,
#content a:visited {
	color: #d96335;
	text-decoration: underline;	
	}

#content a:active,
#content a:hover {
	color: #FFF;
	text-decoration: underline;
	}
		
p {
	margin-bottom: 1em;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
h1, h2, h3, h4, h5, h6 {
	font: Arial, Helvetica, sans-serif;
	margin-top: 1em;
	}

h1 {
	color:#d96335;
	font-size: 150%;
	}

h2 {
	font-size: 130%;
	}

h3 {
	font-size: 110%;
	}
				
img {
	border: none;
	}			
	
				
/*LAYOUT STYLES*/

#page {
	margin: 0 auto;	
	width: 780px;
	}
	
#container {
	float: left;
	b/ackground: #8097B7;
	text-align: left;
	width: 780px;
	}

* html #container {
	vertical-align: text-top;
	}	
	
/*banner*/

#border {
	clear:both;
	width: 100%;
	background: url(../img/bg-orange.jpg) repeat-x 0 0;
	height: 85px;
	}
	
#banner {
	width: 780px;
	height: 68px;
	}

#logo {
	float: left;
	background: url(../img/logo.gif) no-repeat 0 0;
	width:220px;
	height: 62px;
	margin: 7px 0 0 3px;
	}

#logo span {
	display: none;
	}

#bannerImg { /*optional style to include banner image*/
	float: right;
	background: url(../img/banner.jpg) no-repeat;
	width: 628px;
	height: 153px;
	margin: 31px 0 0 0;
	}

#bannerImg span {
	display: none;
	}		
	

/*MENU STYLES*/

#menu {
	float: right;
	width: 180px;
	list-style: none;
	margin-top: 20px;
	margin-bottom: 70px;
	}

* html #menu {
	height: 1%;
	h\eight: 1%;
	}	

#menu li { /*all lists*/
	width: 180px;
	float: left;
	}
	
* html #menu li {
	font-weight:bold;
	width: 170px;
	w\idth: 180px;
	}	

	
/*first level menu*/
#menu li a:link,
#menu li a:visited { 
	display: block;
	background: #000 url(../img/nav_bg.gif) repeat-x 0 0;
	padding: 0.5em;
	color: #999;
	text-decoration: none;
	}
	
#menu li.first a:link,
#menu li.first a:visited {
	background: #000 url(../img/nav_bg_first.gif) repeat-x 0 0;
	height:17px;
	}

#menu li a:active,
#menu li a:hover {
	background: #202020 url(../img/nav_rollover.gif) repeat-x 0 0;
	color: #fff;
	}

#menu li.first a:active,
#menu li.first a:hover {
	background: #202020 url(../img/nav_rollover_first.gif) repeat-x 0 0;
	color: #fff;
	}


/*second level menu*/
#menu li li a:link, 
#menu li li a:visited {
	background: none;
	border: none;	
	font-size:11px;
	padding: 0.2em 0.1em 0.3em 0.7em;
	color:#d96335;
	}

#menu li li a:active, 
#menu li li a:hover {
	background: none;
	border: none;	
	color:#FFF;
	padding: 0.2em 0.1em 0.3em 0.7em;
	}						

.trigger { /* for show text javascript */
	cursor: pointer; cursor: hand;
	}

.branch { /* for show text javascript */
	display: none;
	}
#menu li.email a:link,
#menu li.email a:visited {
	margin-top:20px;
	background: #000 url(../img/nav_email.gif) repeat-x 0 0;
	height:17px;
	}
#menu li.email a:active,
#menu li.email a:hover {
	margin-top:20px;
	background: #000 url(../img/nav_email_rollover.gif) repeat-x 0 0;
	height:17px;
	}

/*FOOTER STYLES*/

#footer {
	float: left;
	font-size: 80%;
	width: 760px;
	padding: 10px;
	}

* html #footer {
	width: 780px;
	w\idth: 760px;
	}	

#footer li {
	float: left;
	margin-right: 0.5em;
	padding-right: 0.5em;
	border-right: 1px solid #999;
	}

#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: #666;
	}			

#footer a:active,
#footer a:hover {
	text-decoration: underline;
	color: #FFF;
	}	


/*CONTENT STYLES*/

#content,
#customContent,
#absContent { /* use customContent to remove img styling*/
	float: right;
	width: 570px;
	padding: 10px 10px 10px 0px;
	}
	
#absContent {
	background-color:#FFF;
	}

* html #content {
	width: 590px;
	w\idth: 570px;
	}	
	
#content img { /*default img styling*/
	float: left;
	margin: 10px 10px 10px 0px;
	}
#content img.secondary { /*default img styling*/
	float: right;
	margin: 10px 0px 10px 10px;
	}

#content ul {/* default list styling*/
	list-style-type:square;
	margin-left: 3px;
	padding-left: 3px;
	margin-bottom: 1em;
	}

	
	
/***************************************************************************************/
/********************************ADDITIONAL STYLES**************************************/
/***************************************************************************************/


/*contact details*/
	
dl#contact { /*styles used within the integrated search forms*/
	width: 100%;
	margin-bottom: 1em;
	}

dl#contact dt {
	float: left;
	width: 100px;
	padding: 2px 0;
	}

dl#contact dd {
	margin-left: 110px;
	padding: 2px 0;
	}	

/*PDF buttons*/
	
.downloadPdf a:link, 
.downloadPdf a:visited {
	background: url(../img/ico_pdf.gif) no-repeat;
	display: block;
	height: 32px;
	padding-left: 40px;
	width: 120px; s
}

.getAcrobat a:link, 
.getAcrobat a:visited {
	background: url(../img/ico_acrobat.gif) no-repeat 0 10px;
	border-top: 1px solid #999;
	color: #333333; 
	display: block;
	font-size: 9px; 
	height: 51px;
	line-height: 12px; 
	padding: 12px 0px 0px 98px; 
	text-decoration: none;
	width: 220px; 
}

.downloadPdf a:hover { 
	color:#999999;
}	
			

							