/*	3-column layout from: http://www.pixy.cz/blogg/clanky/css-3col-layout	*/

a:link, a:visited, a:hover, a:active
{
	color: #336699;
}

h1
{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
}

h2
{
	font-size: 14px;
	font-weight: bold;
}

h3
{
	font-size: 13px;
	font-weight: bold;
}

.bold
{
 	font-weight: bold;
}

body
{
	background-color: #2f6BA9;
	color: #003F7C;
	font-family: Verdana, Arial;
	font-size: 11px;
	margin: 15px 0 0 0;
	padding: 0;
}

#entire
{
	background-color: #FFF;
	margin: 0 auto 20px auto;
	width: 775px;
}

#header
{
	font-size: 0.01em;
	height: 113px;
	text-indent: -20000px;
	width: 775px;
}

#main1
{
	background-color: #FFF;
}

#main2
{
	background-color: #FFF;
}

#left
{
	float: left;
	width: 160px;
}

#right
{
	float: right;
	width: 200px;
}

#middle-2col
{
	margin:0 0 0 160px;
}

#middle-3col
{
	margin:0 200px 0 160px;
}

#middle-3col, #middle-2col
{
	background: #FFF;
	line-height: 1.4em;
}

.column-in
{
	margin:0;
	padding: 10px;
	position: relative;
}

.cleaner
{
	clear:both;
	height: 1px;
	font-size: 1px;
	border: none;
	background: transparent;
}

#companies
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#companies li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.rightImage
{
	display: block;
}

blockquote
{
	margin: 0;
	padding: 0;
}

.signature
{
	margin: 0;
	padding: 0;
}

.jobTitle
{
	font-style: italic;
	margin: 3px 0 0 10px;
}

.largerText
{
	font-size: larger;
}

.clear
{
	clear: both;
}

.navLeft
{
	background: transparent url('../images/nav-left.jpg') 0 0 no-repeat;
	float: left;
	height: 31px;
	width: 12px;
}

.navRight
{
	background: transparent url('../images/nav-right.jpg') 0 0 no-repeat;
	position: absolute;
	right: 0;
	height: 31px;
	width: 12px;
}

#navigation
{
	min-height: 31px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 100%;
}

#navigation ul
{
	background: #013378 url('../images/nav-background.jpg') 0 0 repeat;
	float: left;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 775px;
}

#navigation ul li
{
	background-color: transparent;
	display: inline;
	float: left;
	height: 31px;
	margin: 0;
	padding: 0 18px;
	position: relative;
	overflow: hidden;
	min-width: 50px;
}

#navigation ul li.indent
{
	margin-left: 50px;
}

#navigation li a
{
	color: #FFF;
	background-color: transparent;
	display: block;
	font-size: 1.1em;
	line-height: 1em;
	font-weight: bold;
	padding: 8px 10px 0 10px;
	text-decoration: none;
}

#navigation li a:hover
{
	color: #FF9942;
}

#footer
{
	border-top: 1px solid #2f6BA9;
	font-size: smaller;
	margin: 0 auto;
	text-align: center;
}

.callUs
{
	color: #CC0000;
	font-size: larger;
	font-weight: bold;
	text-align: center;
}

#middle-2col h1, #middle-2col h2,
#middle-3col h1, #middle-3col h2
{
	margin-top: 0;
	padding-top: 0;
}

#middle-2col h2, #middle-2col h3,
#middle-3col h2, #middle-3col h3
{
	line-height: 1.4em;
}

.center
{
	margin: 0 auto;
	text-align: center;
}

.noBorder
{
	border: none;
}

.bigRedText, a.bigRedText:link, a.bigRedText:visited,
a.bigRedText:hover, a.bigRedText:active
{
	color: #D40E02;
	font-size: larger;
	font-weight: bold;
}

.redText, a.redText:link, a.redText:visited,
a.redText:hover, a.redText:active
{
	color: #D40E02;
}

#footer p
{
	margin: 0;
	padding: 0;
}

#footer a
{
	color: #C4020D;
}

a.apptLink
{
	background: transparent url('../images/appointment.jpg') 0 0 no-repeat;
	color: #FFF;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: 31px;
	padding-top: 8px;
	text-align: center;
	text-decoration: none;
	width: 138px;
}

a.apptLink:hover
{
	background-position: -138px 0;
}

div.gradient-bg
{
	background: #3190C0 url('../images/gradient-bg.gif') 0 0 repeat-x;
	color: #FFF;
	margin: 0;
	padding: 3px;
}

div.gradient-bg img
{
	margin: 0 auto;
	text-align: center;
}

div.gradient-bg p
{
	font-weight: bold;
	padding: 5px;
}

.title
{
	border-bottom: 2px solid #003F7C;
	font-size: larger;
	margin-top: 20px;
}

a.clickForBrochure
{
	background: transparent url('../images/buttons/btn_brochure.jpg') 0 0 no-repeat;
	display: block;
	height: 26px;
	font-size: 0.01em;
	margin: 0 auto;
	text-indent: -20000px;
	width: 160px;
}

a.clickForQuote
{
	background: transparent url('../images/buttons/btn_getQuote.jpg') 0 0 no-repeat;
	display: block;
	height: 26px;
	font-size: 0.01em;
	margin: 0 auto;
	text-indent: -20000px;
	width: 160px;
}

a.majorMedicalLink
{
	background: transparent url('../images/buttons/btn_major.jpg') 0 0 no-repeat;
	display: block;
	height: 41px;
	font-size: 0.01em;
	margin: 0 auto;
	text-indent: -20000px;
	width: 260px;
}

a.enrollButtonLink
{
	background: transparent url('../images/buttons/btn_enroll.jpg') 0 0 no-repeat;
	display: block;
	height: 26px;
	font-size: 0.01em;
	margin: 0 auto;
	text-indent: -20000px;
	width: 190px;
}

a.getStartedLink
{
	background: transparent url('../images/buttons/btn_getstarted.jpg') 0 0 no-repeat;
	display: block;
	height: 26px;
	font-size: 0.01em;
	margin: 0 auto;
	text-indent: -20000px;
	width: 160px;
}

a.enrollButtonLink:hover
{
	background-position: -190px 0;
}

a.clickForBrochure:hover, a.clickForQuote:hover, a.getStartedLink:hover
{
	background-position: -160px 0;
}

a.majorMedicalLink:hover
{
	background-position: -260px 0;
}

ul.forms
{
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

ul.forms li
{
	background-color: #C0C0C0;
	border: 1px solid #BCBCBC;
	color: #000000;
	display: block;
	height: 295px;
	float: left;
	margin: 5px;
	text-align: center;
	width: 135px;
}

ul.forms li p.form-title
{
	height: 35px;
}