/* ########## Layout ########## */
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#ffffff;
	font-family:arial,sans-serif;
	font-size: 11px;
}

div#container {
	margin:0 auto; /* center, not in IE5 */
	width:718px;	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background-image: url("images/site/background.gif");
	
}

div#border {
	border: none;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-image: url("images/site/background.gif");
}

div#header {
	padding-left: 13px;
	padding-right: 13px;
	background-color: white;
	height: 131px;
}
div#header img#logo {
	position: relative;
	top: 64px;
	left: -5px;
}

div#header div#top_buttons {
	float: right;
	text-align: right;
	margin-top: 12px;
	margin-right: 9px;
	color: #333333;
}


.absolute {
	position: absolute;
}

div#heading {
	margin-left: 13px;
	margin-right: 13px;
	padding-right: 13px;
	padding-left: 13px;
	background-color: #c0bbab;
	height: 56px;
	text-align: right;
}
div#heading img.title { margin-top: 34px; }

div#content {
	background-color: white;
	margin-left: 26px;
	margin-right: 26px;
	padding-top: 45px;
	padding-bottom: 60px;
	padding-left: 10px;
	padding-right: 10px;
	color: #666666;
}

div#footer {
	margin-left: 13px;
	margin-right: 13px;
	padding-top: 10px;
	padding-right: 14px;
	background-color: #c0bbab;
	text-align: right;
	font-size: 11px;
}
div#footer a {
	text-decoration: none;
	color: black;
	margin-right: 6px;
	margin-left: 5px;
}
div#footer a:hover { text-decoration: underline; }

/* ########## nav ########## */
div#nav {
	position: relative;
	left: 182px;
	top: 71px;
	width: 511px;
	height: 70px;
	text-align: right;
	background-color: #c0bbab;
}

/* ########## content ########## */	

h1 { 
	font-size: 15px;
	margin:00;
	color: #333333;
}
h1 span.tan { color: #c0bbab; }

h2 { 
	font-size: 13px;
	margin:00;
	color: #333333;
}

h3 {
	font-size: 11px;
	margin:0;
	color: #333333;
}
h4 {
	font-size: 11px;
	margin:0;
	color: #666666;
}

p { 
	line-height:1.25; 
	margin:0 0 1.25em;
}

div#content #top_buttons {
	position: relative; text-align: right; top: -35px; margin-bottom: -15px;
	
}
div#content #top_buttons a {
	font-size: 11px;
	margin:0;
	color: #333333;
	text-decoration: none;
}
div#content #top_buttons a:hover {
	color: #9e0732;
	text-decoration: underline;
}

div#content a {
	font-weight: bold;
	color: #9e0732;
	text-decoration: none;
}
div#content a:hover { text-decoration: underline; }

div#content p.large-type {
	font-size: 15px;
	line-height: 28px;
}
div#content p.large-type a { font-weight: normal; }

div#content p.line-spacing-type  {
	line-height: 22px;
}

div#content .red-type  {
	color: #9e0732;
}
div#content .red-type a {
	text-decoration: underline;
}
div#content .red-type a:hover {
	color: #333333; 
}

/* ########## breadcrumbs ########## */
div#breadcrumbs {
	font-size: 11px;
}
div#breadcrumbs a {
	text-decoration: none;
	color: black;
	margin-right: 6px;
	margin-left: 5px;
}
div#breadcrumbs a:hover { text-decoration: underline; }
