/* standard page formatting
------------------------------------------------------------------------------------- */

body {
	height:  100%;
	color: black;
	font: 11px lucida grande, verdana, arial, sans;
	text-align: center;
	min-width: 965px;
	margin: 0;
	padding: 0;
	background: white url(../../images/page_bg.gif) repeat-y center top;
}

img { border: 0; }

a {color: black;}
a:hover { color: orange; text-decoration: none;}
a:active { color: white; text-decoration: none; }


h1 {
	color: #801416;
	font: 18px helvetica;
	margin: 15px 0px 10px 0px; 
}

h2 {
	color: #801416;
	font: 13px helvetica;
	line-height: 20px;
	margin: 0px 0px 10px 0px; 
}

h2 a {
color: #801416 !important;
	text-decoration: none; 
}

h2 a:hover {
	text-decoration: none; 
	color: orange !important;
}

h3 {
	color: #3f0f39;
	width: 345px;
}

p { 
	font: 11px lucida grande, verdana, arial, sans; 
	line-height: 16px; 
	text-align: left; 
	margin-bottom:  14px; 
}

p.small { 
	font: 9px lucida grande, verdana, arial, sans; 
	line-height: 16px; 
}

p.large { 
	font-size: 14px; 
	line-height: 20px;
}

.sc {
	font-variant: small-caps;
	text-transform: lowercase;
}

.keypoint{
text-transform: uppercase;
color: #801416;
font-weight: bold;
}

.nobr { /* used as a span around non-breaking strings */
	white-space: nowrap; 
}

ul li {
margin: 5px;
text-align: left;
list-style-type: none;
}

table {
margin: 0;
padding: 0;
}

td{
margin: 0;
padding: 0;
}

/* site layout
------------------------------------------------------------------------------------- */

#core {
	width: 965px;
	height:  100%;
	margin: 0 auto 50px auto;
	height:  100%;
	text-align: left;
position: relative;
}

#primarycontent {
	width: 720px;
	padding-bottom: 40px;
position: absolute;
left: 40px;
top: 165px;
}

#primarycontent h1{
	width: 80%;
}

#primarycontent p{
	width: 80%;
}

.insetright{
	float: right;
	margin: 0 0 15px 15px;
}

div.hr {
  height: 1px;
  background-color:  #cccccc;
  margin: 20px 0 20px 0;
}

div.hr hr {
  display: none;
}

/* header
------------------------------------------------------------------------------------- */

#masthead {
	width: 905px;
	padding: 30px;
	height: 75px;
	position: relative;
}

.branding {
position: absolute;
right: 40px;
top: 30px;
}


/* navigation
------------------------------------------------------------------------------------- */

#primarynav {
	color: white;
	height: 20px;
	color: white;
	background-color: #801416;
	line-height: 20px;
	margin: 0 10px 0 10px;
}

.navoption {
color: white;
	text-transform: uppercase;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	float: left;
}
.navoption a{
		padding-left: 30px;
}

.navoption a:link{
	text-decoration: none;
	color: white;
	padding-left: 30px;
}

.navoption a:visited{
	text-decoration: none;
	color: white;
}

.navoption a:hover{
	text-decoration: none;
	color: orange !important;
}

.current{
	text-transform: uppercase;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	float: left;
	padding-left: 30px;
	background: url(../../images/currentarrow.gif) no-repeat 15px center;
}


/* sidebar
------------------------------------------------------------------------------------- */


.sidebar{
	clear:  both;
	float:  right;
	width:  185px;
	background-color: #D8D1CA;
	margin: 0 10px 0 0;
position: absolute;
right: 0px;
top: 165px;

}

.sidebar h1{
	color: #801416;
}

.sidebar h2{
	color: #801416;
}


/* callout box
------------------------------------------------------------------------------------- */


.callout{
	background-color: #D8D1CA;
	display: block;
	width: 440px;
	float:  left;
	height:  288px;
}

.calloutliner{
	padding: 25px;
}

.callout h1{
	width: 100% !important;
	margin:  0 0 10px 0;
}

.callout p{
	width: 100% !important;
	margin:  0 0 10px 0;
}

.callout ul{
	width:  150px;
	color: #801416;
	font-size: 11px;
	margin:  0px;
	float: left;
	list-style: none inside none;

}

.callout ul li{
	list-style: none inside none;
	margin-left: -15px;
}

