/* Cornerstone website: Main CSS layout  */
/* Last updated 15 June 2005 - www.studio24.net */ 

/* =STRUCTURE
----------------------------------------------- */

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: url("../images/layout/back-2.jpg") top left repeat-x;
}

body, p, td, th, ul, ol, li, dt, dd {
	font: 1em/125% Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	color: #004A91;
}

h1, h2, h3, h4, h5, h6 {
	margin: 8px 0 0 0;
	padding: 0 0 8px 0;
	font: bold 1.4em Futura, Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}

div {
	margin: 0;
	border: 0;
	padding: 0;
}

img {
	margin: 0;
	border: 0;
	padding: 0;
}

p {
	margin: 10px 0 0 0;
}

/* Some general styles */
.left {  
	float:left; 
}
.right {  
	float:right; 
}
.clear { 
	clear:both; 
}
.hidden {  
	display:none; 
}

/* Empty style so user can select this to apply rollover effects to images */
.rollover {
}

#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	height: auto;
}

html>body #container {
	height: auto;
}

/* =NAV
----------------------------------------------- */

#header {
	height: 127px;
}

#header #top {
	height: 16px;
	background: #BE8687 url("../images/layout/topback.jpg") repeat-y;
}

#header #logo{
	margin-top: 12px;
	margin-left: 8px;
	float: left;
}

#header #nav {
	margin-top: 42px;
	margin-left: 290px;
}

/* =FOOTER
----------------------------------------------- */
#footer {
	height: 22px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: #BE8687 url("../images/layout/footerback.jpg") repeat-y;
	font-size: 0.75em;
}
#footer p {
	padding: 0;
	margin: 5px 0 0px 14px;
	font-size: 0.8em;
}


/* =LINKS
----------------------------------------------- */

a:link { 
	color: #0000CC; 
}
a:visited { 
	color: #003366; 
}
a:hover {
	color: #0066CC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #004A91;
}
a:active { 
	color: #0066CC; 
}

#footer a:link { 
	color: #000; 
}
#footer a:active { 
	color: #000; 
}
#footer a:visited { 
	color: #000; 
}
#footer a:hover { 
	color: #000; 
	border-bottom-color: #000; 
}

/* Disable default A hover effects on the nav bar */
#header a:hover {
	text-decoration: none;
	border: 0 none;
}

/* back to top link */
.toplink {
	float: right;
	padding: 10px 0 20px 0;
}

/* =LISTS
----------------------------------------------- */

ul {
	margin-left: 15px;
	padding-left: 15px;
	font-weight: bold;
}

#sitemap ul {
	list-style-type: none;
	text-align: left;
	padding-left: 24px;
}

#sitemap ul li a {
 	background: transparent url(../images/lists/dot_orange.gif) left center no-repeat;
	padding-left: 18px;
	text-align: left;
	text-decoration: none;
	color: #999;
}

#sitemap li a:hover {
 	background: transparent url(../images/lists/arrow_orange.gif) left center no-repeat;
	border: none 0;
	color: #000;
}

#sitemap .toplevel {
	font-weight: bold;
}

/* restyle nav list as a nav bar */
#header #nav ul {
	margin: 10px;
	padding: 0;
	display: inline;
}

#header #nav ul li {
	margin-left: 0;
	margin-right: 10px;
	padding: 0;
	list-style: none;
	display: inline;
}


/* Home page highlight box */
.highlightContainer {
	background: url(../images/corner_boxes/new_corner_tl.gif) no-repeat left top;
	display: block;
	background-color: #3399CC;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* We need to use a span to apply the second background graphic for the corners - in CSS 3 this will not be necessary */
.highlightContainer span {
	background: url(../images/corner_boxes/new_corner_tr.gif) no-repeat right top;
	display: block;
}

.highlightContainer h2 {
	padding: 3px 0 0px 9px;
	margin: 0;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

.highlightInside {
	padding: 0 9px 9px 9px;
	border: 5px solid #3399CC;
	background-color: #fff;
}

.highlightInside p {
	margin: 8px 0 0 0;
	padding: 0;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
main {

	margin: 8px 0 0 0;
	padding: 0 0 8px 0;
	font: normal 14px Futura, Verdana, Arial, Helvetica, sans-serif;
}
