/*** =Layout and structure ***/

* {
	padding: 0;
	margin: 0;
}

body {
	background-image: url(../images/gradiantheader.gif);
	min-height: 199px;
	width: 100%;
	background-repeat: repeat-x;
}

html {
	background: #085871;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

p {
	padding: 0 0 10px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}

h1 {
	font-weight: normal;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
}

h5, h6 {
	font-size: 1em;
	font-weight: normal;	
}

#page_container {
	width: 750px;
	margin: 0 auto;
	background: #086783;
}

#header {
	height: 200px;
	width: 750px;
	background: url(../images/swoosh.gif);
}

#content {
	width: 405px;
	float: right;
	padding: 0 40px 260px 0;
	line-height: 1.5;
	margin: 0 0 30px 0;
	background-image: url(../images/montage.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#content a {
	color: #ccc;
}

#content a:hover {
	color: #aaa;
}

#navigation {
	width: 226px;
	float: left;
	margin: 0 0 0 40px;

	background: url(../images/navigation_background.gif);
	background-repeat: no-repeat;
}

#footer {
	clear: both;
	border-top: 5px #063443 solid;
	border-bottom: 5px #063443 solid;
	background-color: #03171d;
	font-size: 0.8em;
	padding: 8px 10px;
	height: 16px;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #936;
	text-decoration: underline;
}

/*** =Navigation ***/
#navigation ul {
	list-style: none;
	width: 215px;
	margin: 10px 0 0 25px;
}

#navigation li {
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
}

#navigation ul ul {
	margin: 10px 0 0 0;
	display: none;
}

#navigation ul li.thisSect ul, #navigation ul li.this ul {
	margin: 10px 0 0 0;
	display: block;
}

#navigation ul ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
}

#navigation ul ul ul {
	margin: 10px 0 0 0;
	display: none !important;
}

#navigation ul ul li.thisSect ul, #navigation ul ul li.this ul {
	margin: 10px 0 0 0;
	display: block !important;
}

#navigation ul ul ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
}

#navigation .this {
	background-image: url(../images/arrowThis.gif);
}

#navigation .thisSect {
	background-image: url(../images/downarrow.gif);
	background-position: 3px 10px;
}




#navigation .thisSect a, #navigation .this a {
	color: #936;
}
 
#navigation .thisSect ul a, #navigation .this ul a {
	color: #fff;
}

#navigation .this a, #navigation .thisSect ul .this a {
	color: #936;
}

#navigation a {
	color: #fff;
	padding: 0;
	text-decoration: none;
}


#navigation .this a:hover, #navigation .thisSect a:hover {
	color: #A47 !important;
}

#navigation a:hover, #navigation .thisSect ul li a:hover {
	color: #ccc !important;
}

#navigation .thisSect .this a:hover {
	color: #A47 !important;
}


/*** =Image Styles ***/
.imgRight {
	float:right;
	margin:0.5em 0 1em 1em;
	position:relative;
}

.imgLeft {
	float:left;
	margin:0.5em 1em 1em 0;
	position:relative;
}

.imgRight p, .imgLeft p {
	font-size:0.9em;
	color:#FFF;
	margin:0;
	background-color:#4D6D80;
	padding:0.5em;
}

.spareSpan {
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:17px;
	height:17px;
	background:url(../images/curvedCorner.gif);
	background-repeat: no-repeat;
}

/*** =FooterNavigation ***/
#bottomNav {
	width: 39%;
	float: left;
}

#bottomNav li {
	display: inline;
}

#copymessage {
	width: 60%;
	float: right;
	text-align: right;
}


/*** =Hide Print Branding ***/
#printBranding, #printAddress{
	display: none;
}


/*** =Utility classes ***/

.hide{
	display: none;
}


/* Safari Hack - needed for pixel perfectness */

/*\*/
html*#navigation li {
	background-position: 5px 5px;
}/**/

/* Safari Hack - needed for pixel perfectness */

/*\*/
html*#navigation ul ul li {
	background-position: 0 5px;
}/**/

/* Safari Hack - needed for pixel perfectness */

/*\*/
html*#navigation .thisSect {
	background-position: 3px 5px;
}/**/