/* CSS Document */
body {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#FFFFFF;
	background-image: url(../images/smcribbons.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:center top;
	}
#header {
	height: 77px;
	background-image:url(../images/smc_logo_bg.png);
	background-repeat:no-repeat;
	margin-top: 0px;
	}
#homenav {
	width: 260px;
	height: 210px;
	float: left;
	margin-right: 5px;
	text-align: left;
	background-image: url(../images/homenav_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
#homenav ul {
	margin-top: 0px;
	}	
#homenav li {
	height: 50px;
	width: 250px;
	line-height:45px;
	margin-left: -40px;
	}	
.homenavlink {
	display: block;
	height: 50px;
	width: 250px;
	background-image:url(../images/home_nav_off.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	color: #ffffff;
	font-size: 120%;	
	text-decoration:none;
	font-weight: bold;
	text-indent: 40px;
	}
.homenavlink:hover {
	color: #b7dc10;
	background-image:url(../images/home_nav_on.jpg);
	background-repeat:no-repeat;
	background-position:top left;	
	}
#subnav {
	width: 260px;
	height: 565px;
	float: left;
	margin-right: 5px;
	text-align: left;
	background-image: url(../images/subnav_bg.png);
	background-position: right bottom;
	}
#subnav ul {
	margin-top: 0px;
	}	
#subnav li {
	width: 250px;
	line-height:45px;
	margin-left: -40px;
	}	
#actionbox {
	height: 90px;
	width: 250px;
	position: absolute;
	bottom: 0px;
	top: 575px;
	}			
.subnavlink {
	display: block;
	height: 50px;
	width: 250px;
	background-image:url(../images/home_nav_off.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	color: #ffffff;
	text-decoration:none;
	font-size: 120%;
	font-weight: bold;
	text-indent: 40px;
	}
.subnavlink:hover {
	color: #b7dc10;
	background-image:url(../images/home_nav_on.jpg);
	background-repeat:no-repeat;
	background-position:top left;	
	}
.current {
	color: #b7dc10;
	background-image:url(../images/home_nav_on.jpg);
	background-repeat:no-repeat;
	background-position:top left;	
	}	
#subnav li ul {
	margin-top: 0px;
	}	
.hidden {
	display: none;
		}		
#subnav li ul li {
	width: 250px;
	line-height: 23px;
	text-indent: 20px;
	}
#subnav li ul li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;

	}
#subnav li ul li a:hover {
	color: #b7dc10;
	text-decoration: none;
	}	
.subcurrent {
	padding-left: 20px;
	font-weight:bold;
	background-image: url(../images/sub_nav_on.jpg);
	background-repeat: no-repeat;
	background-position: left;
	}		
#imgblock {
	width: 525px;
	height: 210px;
	float: left;
	margin: 0;
	background-image: url(../images/imageblock.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline;
	}
#imgblockcontent {
	height: 180px;
	width: 475px;
	overflow: hidden;
	padding-top: 15px;
	padding-left: 20px;
	display: inline;
	float: left;
}
#imgblockcontent p {
	text-align: justify;
	font-size: 100%;
	line-height: 18px;
	margin: 0px auto;
}
#imgblock h1 {
	width: 515px;
	text-align:left;
	display:block;
	font-size: 90%;
	color: #ffffff;
	background-color:#000000;
	text-indent: 10px;
	margin-top: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D3E13C;
	border-left-color: #D3E13C;
	float: left;
}
#welcometext h2{
	font-size: 165%;
	text-align: left;
	font-style:italic;
	padding-left:30px;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	
#rotating_items{
/*	position: absolute; */
	width: 475px;
	text-align: justify;
	margin-left: 10px;
}
#rotating_items div.rotating_item{
	position: absolute;
	width: 465px;
	display: none;
	font-weight: normal;
}
#rotating_items div.rotating_item p {
	text-align:left;
	font-style: italic;
	font-size: 115%;
	}	
#imgblockimage {
	height: 185px;
	width: 515px;
	overflow:hidden;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	float: left;
	}
/*  Opacity Effect
#imgblockimage img {
	opacity:0.7;
	filter:alpha(opacity=70);
	}	 
*/	
.clearfloats {
	clear:both;
	}
#homebox, #homebox2 {
	width: 260px;
	height: 360px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	text-align: left;
	background-image: url(../images/homebox.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
#newsbox {
	width: 260px;
	height: 270px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	text-align: left;
	background-image: url(../images/newsbox.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
#homeboximage, #homebox2image, #newsboximage {
	background-color:#b7dc10;
	height: 100px;
	width: 247px;
	overflow:hidden;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	}
/* Hover and opacity effect

#homeboximage img, #homebox2image img, #newsboximage img {
	opacity:0.7;
	filter:alpha(opacity=70);
	}	
#homeboximage img:hover, #homebox2image img:hover, #newsboximage img:hover {
	opacity:1;
	filter:alpha(opacity=100);
	}					
*/	
#homebox h1, #homebox2 h1, #newsbox h1 {
	display:block;
	width:248px;
	font-size: 90%;
	color: #ffffff;
	background-color:#000000;
	text-indent: 10px;
	margin-top: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D3E13C;
	border-left-color: #D3E13C;
	}
#homeboxcontent, #homebox2content {
	width: 240px;
	margin-left: 10px;
	font-size: 90%;
	height: 17.5em;
	overflow:hidden;
	}
#newsboxcontent {
	width: 240px;
	margin-left: 10px;
	font-size: 90%;
	height: 115px;
	overflow:hidden;
	}	
#homeboxcontent ul, #homebox2content ul, #newsboxcontent ul {
	font-size: 95%;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 15px;
	}
.homeboxcontenturllist li, .homebox2contenturllist li {
	line-height: 18px;
	}	
#accoladesbox {
	width: 260px;
	height: 95px;
	float: left;
	margin-top: -95px;
	margin-right: 5px;
	text-align: left;
	background-image: url(../images/accolades.png);
	background-repeat: no-repeat;
	background-position: left top;
	}	
#contentbox {
	float: left;
	width: 525px;
	background-image: url(../images/onepane_mid.png);
	background-repeat: repeat-y;
	padding-bottom: 15px;
	}
#contentboxcontent {
	font-size: 87%;
	word-spacing: .15em;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	width: 489px;
	line-height: normal;
	}	
#contentboxtop {
	background-image:url(../images/onepane_top.png);
	height: 10px;
	width: 525px;
	float:left;
	}
#contentboxbtm {
	background-image:url(../images/onepane_btm.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 525px;
	float:right;
	padding-right: 10px;
	}
#contentbox p {
	text-align: justify;
}
#contentbox h1 {
	font-size: 110%;
	text-align: left;
	padding-top: 10px;
	}
#contentbox h2 {
	font-size: 110%;
	text-align: left;
	padding-top: 10px;
	}
#contentbox h3 {
	font-size: 110%;
	text-align: left;
	padding-top: 10px;
	}	
#contentbox img {
	margin: 10px;
	}	
#contentbox ul {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: -20px;	
	margin-left: 25px;	
	clear:both;
}
#contentbox li {
	list-style-type: square;
}
#contentbox ol {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 25px;
	clear:both;
	list-style-position: inside;
}
#contentbox dl {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 25px;	
	clear:both;
}
#footer {
	color: #757575;
	font-size: 85%;
	text-align:left;
	font-weight: 500;
	float:left;
	}
#footerlegal {
	color: #757575;
	font-size: 85%;
	text-align:right;
	font-weight: 500;
	padding-right: 20px;
	float:right;
	}	
#footer a {
	color: #757575;
	text-decoration: none;
	font-weight: normal;
	}
#footerlegal a {
	color: #757575;
	text-decoration: none;
	font-weight: normal;	
	}
#footer a:hover {
	color: #ccc;
	text-decoration: none;
	}
#footerlegal a:hover {
	color: #ccc;
	text-decoration: none;
	}	
#socialnets {
	text-align: right;
	height: 50px;
	width: 800px;
	padding-top: 5px;
	float: right;
	}
#socialnets a {
	padding-right: 20px;
	font-weight: normal;	
}
#twitter_div {
	background-image:url(../images/tweets.png);
	background-repeat: no-repeat;
	font-size: 85%;
	font-weight: 500;
	color: #757575;
	width: 450px;
	height: 60px;
	background-position: right;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	}
#twitter_div ul li {
	width: 405px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
	}
#twitter_div a {
	color: #757575;
	font-weight: normal;	
	}
#twitter_div a:hover {
	color: #ccc;
	}
