/* Start of CMSMS style sheet 'SUBA Stylesheet' */
body {
	background:#E1A92C url(graphics/bkg.gif) top left repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	margin:40px 0px 20px 0px;
}

#preload { display: none; }

/**********TEXT STYLING**********/
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size:0.7em;
	line-height:150%;
	margin:0px 0px 10px 0px;
}

#main p {
	line-height:180%;
}
	
#main h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1.7em;
	color:#62740C;
	border-bottom:solid 4px #D5D4D4;
	padding-bottom:10px;
}


#main h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.25em;
	color:#A6271C;
	padding:0;
	margin:22px 0px 0px 0px;
}

#main h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1em;
	color:#A6271C;
	padding:0;
	margin:22px 0px 6px 0px;
}

#main h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1em;
	color:#62740C;
	padding:0;
	margin:22px 0px 6px 0px;
}
#main h5 {
	font-family:Arial, Helvetica, sans-serif;
	color:#A6271C;
	font-size:0.82em;
	font-weight: bold;
	margin:22px 0px 4px 0px;
}

#main h6 {
	font-family:Verdana, Helvetica, sans-serif;
	color:#A6271C;
	font-size:0.6em;
	font-weight: bold;
	margin:22px 0px 6px 0px;
}

#main  ul {
	font-size:0.7em;
	line-height:140%;
}

#main li {
margin-bottom:8px;
}
a {
	color:#C52D1F;
	font-weight:bold;
}

a:hover {
	color:#C52D1F;
	text-decoration:none;
}
.green {
	color: #62740C;
}

.red {
	color: #C52D1F;
}

.orange {
	color:#cb4801;
}

.burnt {
	color:#A6271C;
}
/**********DIV IDS**********/
#language {
	right:5px;
	top:-32px;
	text-align:center;
	position:absolute;
	background:transparent;
}

#language ul{
	padding:0;
	margin:0;
}
.language {
	background:#F6D480 url(graphics/lang-btn-bkg.gif) repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#C86427;
	display:block;
	list-style:none;
	margin:0px;
	padding-top:6px;
padding:10px;
	text-decoration:none;
float:left;
margin-right:10px;
}
.language a{
	color:#C86427;
	display:block;
	text-decoration:none;
}

.language:hover{
	color:#C52D1F;
	background:#F8E0AC url(graphics/lang-btn-bkg-over.gif) repeat-x;
	display:block;
	text-decoration:none;
}

span.language, span.language:hover  {
background:#FFF;
color:#C86427;
}

#pagewrapper {
	margin:0 auto;
	position:relative;
width: 960px;
	background:#FFF;
	padding:20px 20px 56px 20px;
border-right:2px solid #E88E38;
border-bottom:2px solid #E88E38;
}

#nav {
	float:left;
	margin-bottom:18px;
}

#logo {
	width:278px;
	text-align:center;
	float:right;
	margin:15px 12px 18px 12px;
}
#main {
	width:637px;
	float:left;
	margin:0 0 40px 0;
	padding:0;
}

#sidebar {
	width:305px;
	float:right;
	margin:0;
	padding:0;
}

#toplinks {
	background:transparent url(graphics/top-links-bkg.gif) no-repeat;
	padding:6px 12px;
	margin-bottom:10px;
	color:#E3BC63;
}
#toplinks p {
	float:left;
	margin-top:2px;
}
#toplinks a {
	text-deocration:underline;
	text-shadow: #FFF 0em 0em 0.2em;
	color:#000;
}
#toplinks a:hover {
	text-decoration:none;
}
#search {
	float:right;
}

#secondarynav, #spotlight {
	background:#F5EBC4 url(graphics/sidebar-bottom.gif) no-repeat bottom left;
	min-height:100px;
	margin-bottom:18px;
	padding-bottom:8px;
	
}

#secondarynav h1{
	background:#C52D1F url(graphics/secondary-nav-h1.gif) no-repeat top left;
	padding:6px 12px;
	text-transform:uppercase;
	text-align:left;
	color:#FFF;
	text-shadow: #9B4537 0 0 0.5em;
	font-size:0.7em;
}

.subnavhead a, .subnavhead a:hover{
	color:#FFF;
	text-shadow: #9B4537 0 0 0.5em;
text-decoration:none;
}


#spotlight h1 {
	background:#F6D480 url(graphics/sidebar-h1.gif) no-repeat top left;
	
	padding:6px 12px;
	text-transform:uppercase;
	text-align:left;
	color:#cb4801;
	text-shadow: #F5EBC4 0 0 0.5em;
	font-size:0.7em;
}
.pad {
	padding:0px 12px;
	margin-top:16px;
}

.padding {
	padding:0px 18px;
}

#spotlight img {
	border:8px solid #FFF;
	margin:0 12px 8px 0px;
	float:left;
	padding:0;
}

#spotlight h2 {
	color:#A6271C;
	font-size:0.75em;
	font-weight: bold;
	margin-bottom: 5px;
}
#footer {
	height:36px;
	width:960px;
	text-align:left;
	position:absolute;
	bottom:18px;
	right:18px;
font-size:80%;
	background:transparent url(graphics/footer.gif) no-repeat bottom left;
}

#footer p {
	margin:10px 16px;
color:#BE7721;
}
#footer a {
color:#BE7721;
text-decoration:none;
font-weight:normal;
}
#footer a:hover {
color:#BE7721;
font-weight:normal;
text-decoration:underline;
}
.clear {
	clear:both;
}

/* End of 'SUBA Stylesheet' */

