/*************** Element level selectors **************/
body{
	background-color:#A0A090;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	color:#000000;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#eeeeee;
}

li{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#000000;
}

p{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:justify;
	color:#666666;
}

ul{
	list-style-type:square; 
	text-align:left;
}

a img {
	border:none; 
}

/*************** id styles **************/
#contactPrint{
	display:none;
	text-align:center;
}

#header{ 
	width:653px; 
	height:60px;
	background-color:#ffffff; 
	border-top:1px solid #000000;	
	border-right:1px solid #000000;	
	border-bottom:1px dashed #666666;
	border-left:1px solid #000000;
}

#header ul{
	list-style-type:none;
}

#header li{
	float:left;
	background-color:#B0D0D0;
	padding:2px;
	border-left:1px solid #666666;	
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
}

#header li.end{
	border-right:1px solid #666666;	
}

#wrapper{ 
	width:655px; 
	height:100%;
	background-image:url(images/simms_bg.jpg);
	background-repeat:repeat-y;
}

/* makes the page a minimum of 800px tall */
#gutter{
	width:1px; 
	height:800px; 
	float:left;
}

#LeftNav{ 
	width:150px; 
	height:100%; 
	float:left; 
	padding:10px;
}

#content{
	width:440px; 
	height:100%;
	float:left;
	padding:10px 9px 10px 10px;
}

#sitemap{
	clear:both; 
	position:absolute; 
	top:810px;
	left:200px;
	width:425px; 
	height:25px;
	padding:30px 0 0 0;
	color:#eeeeee;
	text-align:center;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer{
	clear:both; 
	width:655px; 
	height:1px;
	background-color:#000000;	
}

/*************** .class styles **************/
.black{
	color:#000000;
}

.white{
	color:#ffffff;
}

.fig{
	color:#000000;
	font-size:10px;
	font-weight:bold;
}

.centered{
	text-align:center;
}

.left{
	text-align:left;
}

.sectionHeader{
	background-color:#403030;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	height:19px;
	padding-left:5px;
}
/*************** link styles **************/
a.headLink:link, a.headLink:visited{
	color:#666666;
	background-color:#B0D0D0;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:bold;
	margin:0 5px 2px 5px;
	padding:1px;
}

a.headLink:hover{
	background-color:#666666;
	color:#cccccc;
}



a.blue:link, a.blue:visited{
	color:#708070;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

a.blue:hover{
	color:#B0D0D0;
}

a.siteMap:link, a.siteMap:visited, a.siteMap:hover{
	color:#ffffff;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}
/*************** box classes **************/
div.portlet {
    border:1px solid #cbcbcb;
    margin:0 0 15px 0;
}

div.portletTitle {
    font-family:arial, helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#333333;
    margin:0;
    padding:2px 7px;
/*    background-image:url(images/hdr_bk.jpg); */
    background-color:#eeeeee;    
	border-bottom:1px solid #cbcbcb;
}

div.portletContent {
    font-family:arial, helvetica, sans-serif;
    padding:2px;
    background-color:#fffaef;
	color:#000000;
}

/*************** feature classes **************/
.IB_Box {
	border:0;
	padding:0; width:300px;
}

.feature {
	border: 1px dashed #cccccc;
	padding:10px; 
}

.featureSm_L {
	margin:10px 0 10px 0;
	width:200px;
	float:left;
}

.featureSm_R {
	margin:10px 0 0 10px;
	width:200px;
	float:right;
}

.search{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	text-align:justify;
	color:#666666;
	margin:2px;
}

/*************** #contact form styles **************/
#contactForm{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#contactForm .required{
	color:#ff0000;
}

/*************** #table styles **********************/
.table400 {
	width:400px;
}

/* Cell w/ Black Bottom, Left, Right Borders */
.blackCell_BLR
{
	border-top:0px;
	border-bottom:1px;
	border-left:1px;
	border-right:1px;
	border-style:solid;
	border-color:#000000;
	background-color: #ffffff;
	padding:2px;
}

/* Cell w/ Black Left, Right Borders */
.blackCell_LR
{
	border-top:0px;
	border-bottom:0px;
	border-left:1px;
	border-right:1px;
	border-style:solid;
	border-color:#000000;
	background-color: #ffffff;
	padding:2px;
}

/* Cell w/ Black Left Borders */
.blackCell_L
{
	border-top:0px;
	border-bottom:0px;
	border-left:1px;
	border-right:0px;
	border-style:solid;
	border-color:#000000;
	background-color: #ffffff;
	padding:2px;
}

/* Cell w/ Black Right Borders */
.blackCell_R
{
	border-top:0px;
	border-bottom:0px;
	border-left:0px;
	border-right:1px;
	border-style:solid;
	border-color:#000000;
	background-color: #ffffff;
	padding:2px;
}

/* Cell w/ Black Left Borders */
.blackCell_B
{
	border-top:0px;
	border-bottom:1px;
	border-left:0px;
	border-right:0px;
	border-style:solid;
	border-color:#000000;
	background-color: #ffffff;
	padding:2px;
}

/* Cell w/ Black Bottom, Left, Borders */
.blackCell_BL
{
	border-top:0px;
	border-bottom:1px;
	border-left:1px;
	border-right:0px;
	border-style:solid;
	border-color:#000000;
	background-color: #ffffff;
	padding:2px;
}

/* Cell w/ Black Bottom, Right, Borders */
.blackCell_BR
{
	border-top:0px;
	border-bottom:1px;
	border-left:0px;
	border-right:1px;
	border-style:solid;
	border-color:#000000;
	background-color: #ffffff;
	padding:2px;
}

/* Cell w/ Black Bottom, Left, Right Borders */
.blackCell_TBLR
{
	border-top:1px;
	border-bottom:1px;
	border-left:1px;
	border-right:1px;
	border-style:solid;
	border-color:#000000;
	background-color: #ffffff;
	padding:2px;
}

/* Cell w/ Black Bottom, Left, Right Borders */
.blackCell_TBL
{
	border-top:1px;
	border-bottom:1px;
	border-left:1px;
	border-right:0px;
	border-style:solid;
	border-color:#000000;
	background-color: #ffffff;
	padding:2px;
}

/* Cell w/ Black Bottom, Left, Right Borders */
.blackCell_TBR
{
	border-top:1px;
	border-bottom:1px;
	border-left:0px;
	border-right:1px;
	border-style:solid;
	border-color:#000000;
	background-color: #ffffff;
	padding:2px;
}

/* Cell w/ Black Bottom, Left, Right Borders */
.blackCell_TB
{
	border-top:1px;
	border-bottom:1px;
	border-left:0px;
	border-right:0px;
	border-style:solid;
	border-color:#000000;
	background-color: #ffffff;
	padding:2px;
}