
/* ##### TEMPLATE / LAYOUT ########## */
body {
	font-family: Tahoma, "Trebuchet MS";
	font-size: 11px;
	line-height:15px;
}
#hold {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
#header {

}
.icons {
	float:left;
}
#middle {
	position: relative;
	height: 429px;
	background-color: #F2F6FF;
	overflow:hidden;
}
#left {
	float: left;
	width: 239px;
	height: 429px;
	overflow:hidden;

}
#main {
	float:left;
}
#main_text {
	position:relative;
	width: 470px;
	overflow:auto;
	height: 360px;
	padding: 0 0px 0 20px;
	margin: 0 20px 0 0;
}
#main_bottom{
	position:absolute;
	top: 417px;
	right: 17px;
	background-image: url(images/sitedesign/main_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height:12px;
	width:494px;
}

#footer {
	text-align:right;
	padding: 9px 0 0 0;
	font-size: 10px;
	color: #999999;
}
.header_text{
	padding-bottom: 15px;
	display:block;
}
#back {
	background-image: url(images/sitedesign/back.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 10px 0 20px;
	float:right;
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
}
ul{
	list-style-image: url(images/sitedesign/bullet1.gif);
}
a{
	text-decoration: none;
	color:#3581B3;
}
a:hover{
	color:#286288;
	text-decoration: underline;
}
/* ##### PAGE-SPECIFIC ########## */

.name {
	font-size: 14px;
	font-weight: bold;
	color: #0099CC;	
}
.subtitle, .label {
	color: #666666;	
}
.read_more a{
	position:absolute;
	right:0;
	bottom:0px;
	float: right;
	color: #666666;
	text-decoration: none;
}
.read_more a:hover{ text-decoration: underline; }

.sub_menu {
	float:right;
	margin-right:12px;
	padding-bottom:10px;
	background-image:url(images/sitedesign/line_horz.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	color: #9F7800;
	font-weight: bold;	
}
.sub_menu a{
	color: #CC9900;
	font-weight: bold;
	text-decoration: none;
}
.sub_menu a:hover{ color: #0073E6; }

.header2 {
	color: #FF9900;
	font-weight: bold;
}


