﻿/* CSS global style by Mainline Studios 2009 */

body 
{
	margin:0;
	
}

h1
{
	color:#b86b28;
	font-size:20px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	margin-bottom:10px;
}

h2
{
	color:#b86b28;
	font-size:12px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	margin-bottom:5px;
}

.txthighlight1
{
	color: #B86B28;
	font-size: 12px;
	font-weight: bold;
}

div.wrap 
{
	width:100%;
	height:100%;
	float:left;
}

div.header-spring
{
	width:100%;
	height:200px;
	background: white url("../images/hdr_bkg_spring.jpg") no-repeat;
	float: left;
	clear:both;
}
	
div.header-summer
{
	width:100%;
	height:200px;
	background: white url("../images/hdr_bkg_summer.jpg") no-repeat;
	float: left;
	clear:both;
}

div.header-autumn 
{
	width:100%;
	height:200px;
	background: white url("../images/hdr_bkg_autumn.jpg") no-repeat;
	float: left;
	clear:both;
}

div.header-winter
{
	width:100%;
	height:200px;
	background: white url("../images/hdr_bkg_winter.jpg") no-repeat;
	float: left;
	clear:both;
}

div.logo-wrap
{
	width: 169px; 
	height: 113px; 
	float: left; 
	margin: 10px 0 0 10px; 
}

div.mainmenu-wrap
{
	width: 760px;
	height: 75px; 
	float: left; 
	margin: 50px 0 0 30px;
}

div.leftpanel
{
	width:205px;
	clear:both;
	float:left;
	font-family: Arial, Helvetica, Sans-Serif;
}

div.findheader
{
	width:154px;
	height:16px;
	float:left;
	margin:53px 0 0 18px;
	clear:both;
	padding:0;
}

/* LEFT FIND MENU */
div.findmenu
{
	width:175px;
	clear:both;
	float:right;
}

div.findmenu a:link, div.findmenu a:visited
{
	font-size:11px;
	color:#66005d;
	background: white url(../images/gr_findmenu_arrow1.gif) no-repeat left;
	text-decoration:none;
	display:block;
	padding: 0px 0 0px 10px;
	
}

div.findmenu a:hover
{
	color:#b86b28;
	background: white url(../images/gr_findmenu_arrow2.gif) no-repeat left;
	text-decoration:none;
}

.findmenuselect
{
	font-size:11px;
	color:#b86b28;
	background: white url(../images/gr_findmenu_arrow2.gif) no-repeat left;
	text-decoration:none;
	padding: 0px 0 0px 10px;
}

div.searchdiv 
{
	color:#666675;
	font-size:10px;
	width:185px;
	clear:both;
	float:right;
	margin-top: 20px;
}

.searchbox
{
	border:2px solid #d8d5cf;
	padding:2px;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #666675;
	width:113px;
}

div.bodywrap
{
	width: 685px;
	float:left;
	margin:0 0 0 50px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	font-size: 12px;
	color: #666675;
}

div.bodywrap p, div.bodywrap table
{
	font-size: 12px;
	color: #666675;
	margin-top:10px;
	font-weight:normal;
}

div.bodywrap a
{
	font-size: 12px;
	color: #66005d;
	text-decoration:underline;
}


div.bodywrap ul, div.bodywrap ul li
{
	font-size: 12px;
	color: #666675;
	font-weight:normal;
}
table.homemenuwrap td
{
	font-size: 10px;
	color: #666675;
	font-weight:normal;
	border:1px solid #b2b2ba;
	width:50%;
	height: 144px;
}

/*home page text inside 4 cell table nav*/
.txthighlight2
{
	color: #64005b;
	font-size: 12px;
	font-weight: bold;
}

div.linkwrap
{
	padding:15px;
}

div.footerwrap
{
	width:935px;
	height:27px;
	float:left; 
	clear:both; 
	margin:10px 0 0px 13px;
	padding-bottom:10px;
}

table.footer
{
	color: #666675;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	width:935px;
}

table.footer a:link
{
	text-decoration:none;
	padding-right:5px;
	padding-left:5px;
	color: #666675;
}

table.footer a:visited
{
	text-decoration:none;
	padding-right:5px;
	padding-left:5px;
	color: #666675;
}

table.footer a:hover
{
	text-decoration:underline;
}

/* Admin Bar */

div.adminbar
{
	background:#f4e8f3;
	height:40px;
	color:#700669;
	font-family:Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	font-size:12px;
}

/* MEDICAL PLAN TABLE STYLES */

table.medicaltables
{
	font-family:Arial, Helvetica, Sans-Serif;
}

table.medicaltables td
{
	padding:3px;
}

table.medicaltables td.th1
{
	background:#66005d;
	color:white;
}

table.medicaltables td.th2
{
	background:#66005d;
	color:#cccccc;
}



/* ROW 1 */
table.medicaltables tr.medicalplan1
{
	background: white;
	color:#43434d;
}

/* ROW 2 */
table.medicaltables tr.medicalplan2 
{
	background: #e9dece;
	color:#43434d;
}


