/* CSS Document */

/* ------ Basic Stuff ------*/
html {
	font: 62.5% Arial, Helvetica, sans-serif;
}

body {
	background-image: url(/images/blue_stripes.gif);
	background-position: 0px -126px;
	background-repeat: repeat-x;
	background-color: #FCFCEC;
	margin: 0;
	padding: 0;
	text-align: center;
	color:#5A5248;
}

body.home{
	background-position: 0 0;
}

body * {
	margin: 0;
	padding: 0;
}


h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: normal;
	color: #5A5248;
	line-height: 1.3em;
	margin-bottom: .4em;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight:bold;
	color: #88A3BA;
	line-height: 1.2em;
	text-transform:uppercase;
	margin: 1.2em 0 .5em 0;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight:bold;
	color: #A89D8E;
	line-height: 1.2em;
	margin: .7em 0 0em 0;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:bold;
	color: #8B8B8B;
	line-height: 1.2em;
	text-transform:uppercase;
	margin: 1em 0 0em 0;
}

p {

	font-size: 1.2em;
	line-height: 1.8em;
	color: #5A5248;
	margin-bottom: 1em;
}



ol{
	margin: 1em 0 0 1em;
}

ul{
	margin: 1em 0 0 1em;
	list-style-type: disc;
	list-style-image: url(/images/bullet.gif);
	list-style-position: outside;
}

li{
	margin: 0 3em .8em 2em;
	font-size: 1.2em;
	color: #5A5248;
}

ul li{
	list-style-type:disc;
}

#sidebar ul li{
	margin: 0 0em .3em .8em;
	font-size: 1.1em;
	color: #5A5248;
}




/* ------ Layout Containers ------*/
#mainwrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	padding-top:0;
  	width: 902px;
	text-align: left;
	border: 1px solid #949494;
	background: #FFF;

}

#contentwrap{
	padding: 32px 0 0 0;
}

#contentwrap.home{
	padding: 21px 0 0 0;
}

#masthead {
	height: 128px;
	margin: 0;
	background-position: 259px 0;
	background-repeat:no-repeat;
	/*clear:left;*/
}

#logo {
	padding: 34px 0 0 44px;
	width: 166px;
	height: 71px;
}

#logo.home {
	padding: 30px 0 0 66px;
	margin: 0;
	width: 187px;
	height: 82px;
}

#logo img {
	border: none;
}

#copy {
	float:left;
	width: 425px;
	margin: 0 32px 0 254px;
	display:inline; /* Caslon Hack for IE */
}

#sidebar {
	float:left;
	width: 150px;
	margin: .5em 0 0 0;
	
}

#footer {
	font-size: 1em;
	color: #7C7C7C;
	width: 900px;
	margin: 8em 0 2em 0;
	text-align:center;
	text-transform:uppercase;
}

.clear { /* this is to deal with nested floats causing
		containing div float height to collapse */
	clear:both;
}

#nav {
	float:left;
	margin: -1.7em 0 0 -668px;
	margin: -.9em 0 0 -668px;
}

/* ------ standard links ------ */

a:link{
	color: #0082C8;
	text-decoration:underline;
}
a:visited{
	color: #0082C8;
}
a:hover{
	color: #62C6FC;
}
a:active{
	color: #FE8441;
}


/* ------ Navigation States ------ */


#nav ul{
	margin-left: 0px;
	padding-left: 0px;
	width:173px;
	list-style:none;
	list-style-image:none;
}

#nav ul li{
	font-size: 1.4em;
	line-height: 1.6em;
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-type:none;
	border-bottom: 1px solid #9DCF5C;
	width:173px;
	overflow:hidden; /* fix for Firefox, rollover background overflows */
}


#nav ul li a {
	color: #666;
	text-decoration:none;
	width:100%;
	padding-left:4px;
	display:block;
	background-image: url(/images/2px_stripe.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}


#nav ul li a:link{
	color: #666;
}

#nav ul li a:visited{
	color: #666;
}

#nav ul li a:hover{
	color: #505050;
	background-color: #FFDA81;
}


#nav ul li a:active{
	color: #0082C8;
	background-color: #D3E5F5;
}


/* ------ Sidebar Stuff ------ */

#sidebar h4 {
	font-size: 1.1em;
	color: #6E6E6E;
	line-height: 1.15em;
	margin: 0 0 .3em 0;
}

#sidebar h4.highlight {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FE8441;
	line-height: 1.15em;
	text-transform:none;
	margin: 3em 0 .3em 0;
}

#sidebar p {
	font-size:1.1em;
	line-height:1.5em;
}

#sidebar .divider{
	clear:both;
	border-bottom: 1px solid #F1BF3C;
	margin: 1.2em 0 1.2em 0;
}

/* ------ Foooter Stuff ------ */
#footer a:link{
	text-decoration:none;
}


#footer a:visited{
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}


#footer a:active{
	text-decoration:underline;
}

/* --- special styles -----*/

.announcement,
.announcement *{
	font-weight:  bold;
	font-size:  1.2em;
	line-height:  1.3em !important;
	color: #F33F2A !important;	
}