@charset "utf-8";
/* CSS Document */
#sm_logo_div {
	margin-right: 40px;
	margin-top: 20px;
	float:right;
	height: 60px;
	display: inline;
	margin-bottom: 5px;
}

#left_column_div {
	border-left: 1px solid #9933CC;	
	/* background image is specified as a style exception at top of portal template */
}
#right_content_div {
	padding: 45px;
/*	font-weight: bold;  */
}

#portal_menu_div {
	text-align:center;
	margin: 16px 0px 0px;
	width: 98%;
	left: 10px;
}

#portal_menu_div  ul{
	list-style-type:none;
	font-weight: normal;
}

#portal_menu_div  li{
	display:inline;
	border-right:1px solid #D0A048;
	padding:0px 8px 0px 10px;
	font-weight: normal;
}


a:link, a:visited {
	font-weight: bold;
	color: #973e92;
	text-decoration: none;	
}

a:hover, a:active {
	font-weight: bold;
	color:#D0A048;
	text-decoration: none;	
}
 
#portal_menu_div  li.last {
	border:none;
	font-weight: normal;
}

#portal_menu_div  a{
	text-decoration:none;
	color:#D0A048;
	font-size: 18px;
	font-weight: normal;
}

#portal_menu_div a:hover{
	color:#6f3d97;
	font-weight: normal;
}

#content_div{
	padding: 30px 40px 40px;	  
} 

h1{
    font-size: 30px;
	color: #D0A048;
	font-weight: normal;
    margin-top:20px;
	margin-bottom:20px;
}

h2{ font-size: 20px;
    color: #D0A048;
	margin-top:15px;
	margin-bottom:15px;
	}

h3{
	font-size: 20px;
	color: #6F3D97;
	font-weight: normal;
	margin-top:20px;
	margin-bottom:20px;	
} 

h4{
	font-size: 15px;
	color: #6F3D97;
	font-weight: bold;
	margin-top:20px;
	margin-bottom:20px;
} 

 

.clear_all {
	clear: both;
}


.imgborder{
    border: 1px solid #330033;
}

.imgleft {
	float: left;
	border: 1px solid #330033;
	margin: 0px 20px 20px 0px;
}

.imgright {
    float:right;
	border: 1px solid #330033;
	margin: 0px 0px 20px 20px;
}
.center_text{
	text-align: center;
}.purplebold {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #663399;
}
.higherTitle {
	line-height: 200%;
	font-weight: bold;
	color: #993399;
}
.costline {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #6F3D97;
	width: 500px;
}
.floatleft {
	float: left;
}
.item {
	float: left;
	margin-right: 200px;
}
.price {
	float: left;
	position: absolute;
	right: 16px;
}
.quotebox {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9933CC;
	background: url(../images/quotes.gif) no-repeat;
	margin: 20px;
	height: 200px;
	width: 260px;
	vertical-align: middle;
	text-align: center;
}
.floatright {
	float: right;
}
.email  a{
     font-weight: bold;
	color: #9933CC;
}
.imgnoborderleft{
	float:left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}	
.imgnoborderright {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.square {
	list-style: square;

}

