@charset "utf-8";
/* CSS Document */

/* basic framework */

html {
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../i/bg.gif) repeat-y top center #c9e4f3;
	color: #565555;
	height: 100%;
}

a {
	color: #909090;
	text-decoration: none;
}

a:hover {
	color: #e31922;
	text-decoration: underline;
}

a.selected {
	color: #e31922;
}

input, form {
	margin: 0px;
}

#nfHold {
	min-height: 100%;
}

#hold {
	width: 720px;
	padding-bottom: 53px;
	min-height: 400px;
	margin: 0px auto;
	background: #ffffff;
	position: relative;
}

#footer {
	clear: both;
	position: relative;
	margin: -53px auto 0px auto;
	height: 45px;
	padding-top: 8px;
	background: #75a0b7;
	color: white;
	text-align: center;
}

#logo {
	padding-top: 6px;
	font-weight: bold;
	color: #c41230;
	text-align: center;
	width: 178px;
}

#logoTag {
	margin-top: 9px;
	padding-top: 3px;
	border-top: 1px solid #c9e4f3;	
}

#nav {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}

#nav a {
	position: relative;
	display: block;
	float: left;
	padding-top: 75px;
	padding-right: 8px;
	padding-left: 16px;
	padding-bottom: 2px;
	height: 15px;
	border-right: 1px solid #dae5eb;
}

#nav img {
}

#nav a.last {
	border-right: none;
}

#nav a.selected {
	background: url(../i/nCrown.gif) no-repeat center 50px;
}

#hero {
	margin-top: 12px;
	padding-bottom: 8px;
	border-bottom: 3px solid #75a0b7;
	margin-bottom: 8px;	
}

.yellow {
	color: #ffd204;
}

.blue {
	color: #75a0b7;
}

.red {
	color: #c41230;
}

#homeContent {
	position: relative;
	min-height: 600px;
}

#leftContent {
	background: url(../i/leftBG.png) repeat-x;
	width: 164px;
	padding: 14px;
	margin-right: 4px;
	float: left;
}

#rightContent p {
	padding-left: 210px;
}

#loginHeader img {
	vertical-align: top;
	margin-right: 6px;
}

#loginHeader {
	padding-bottom: 6px;
	margin-bottom: 0px;
	/*border-bottom: 1px solid #5a6368;*/
}

#loginLinks {
	padding-left: 21px;
	color: #565555;
	line-height: 18px;
	padding-bottom: 6px;
	margin-bottom: 10px;
	border-bottom: 1px solid #5a6368;
}

#leftContent #loginLinks p {
	color: #565555;
}

#leftContent #loginLinks p a {
	color: #565555;
	text-decoration: none;
}

#leftContent #loginLinks p a:hover {
	color: black;
	text-decoration: underline;
}

#interiorQuoteButton, #quoteButton, #leftButtons {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #5a6368;
}

#leftButtons {
	border-bottom: none;
}

#interiorQuoteButton, #quoteButton {
	border-bottom: 1px solid #5a6368;
}

#interiorQuoteButton {
	margin-top: -5px;
	border-bottom: none;
	float: right;
}

#login {
	margin-top: 20px;
	padding-top: 8px;
	border-top: 1px solid #5a6368;
}

#leftButtons a {
	display: block;
	background: url(../i/sideItemBG.gif) no-repeat;
	color: white;
	height: 19px;
	margin-bottom: 3px;
	padding-left: 20px;
	padding-top: 4px;
}

#leftButtons a.last {
	margin-bottom: 0px;
}

#interiorQuoteButton a, #quoteButton a {
	display: block;
	background: url(../i/redSideItemBG.gif) no-repeat;
	color: white;
	height: 19px;
	padding-left: 20px;
	padding-top: 4px;
}

#interiorQuoteButton a {
	padding-right: 8px;
}

#leftButtons a:hover {
	background: url(../i/sideItemBG_over.gif) no-repeat;
}

#interiorQuoteButton a:hover, #quoteButton a:hover {
	background: url(../i/redSideItemBG_over.gif) no-repeat;
}

#leftContent p {
	margin: 0px;
	margin-bottom: 6px;
	line-height: normal;
}

#leftContent p strong {
	color: #396780 ;
}

#leftContent p a {
	color: #e31922;
	text-decoration: underline;
}

#leftContent p a:hover {
	color: black;
	text-decoration: underline;
}

#panels {
	height: 400px;
	margin-bottom: 20px;
}

.panel {
	background: url(../i/panelBG.gif) no-repeat;
	width: 226px;
	height: 180px;
	padding: 18px;
	padding-top: 20px;
	padding-bottom: 0px;
	float: left;
}

.panel:hover {
	background: url(../i/panelBG_over.gif) no-repeat;
	cursor: pointer;
}

.panel p {
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
}

.panel ul, .panel li {
	margin: 0px;
	padding: 0px;
}

.panel ul {
	margin-top: 12px;
}

.panel li {
	margin-left: 16px;
	margin-bottom: 2px;
}

.lh18 {
	line-height: 18px;
}

#affiliations {
	clear: both;
	border-top: 3px solid #75a0b7;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 10px;
}

#affiliations p {
	text-align: left;
	font-weight: bold;
	color: #75a0b7;
	margin: 0px;
	float: left;
}

#affiliations a {
	margin-right: 15px;
	margin-left: 15px;
}

#interiorContent {
	position: relative;
	width: 640px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 40px;
}

#interiorContent p {
	line-height: 18px;
}

.interiorHeader {
	background: url(../i/underShadow.jpg) no-repeat bottom;
	padding-bottom: 10px;
}

h1 {
	background: url(../i/underShadow.jpg) no-repeat bottom;
	padding-bottom: 10px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #00456a;
	margin: 0px;
	margin-bottom: 10px;
}

h2 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #c41230;
}

.callout {
	margin-top: 20px;
	margin-bottom: 20px;
	background: url(../i/callout_mid.png) repeat-y;
	width: 624px;
}

.calloutHeader {
	background: url(../i/callout_top.png) no-repeat;
	padding: 30px;
	padding-bottom: 15px;
}

.callout p {
	background: url(../i/callout_bottom.png) no-repeat bottom;
	padding: 30px;
	padding-top: 0px;
	margin: 0px;
	line-height: 18px;
}

.callout h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

#footerNav {
	height: 20px;
	margin-bottom: 3px;
}

#footerNav a {
	padding-left: 9px;
	padding-right: 11px;
	border-right: 1px solid #98b8c9;
	color: white;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#footerNav a.last {
	border-right: none;
}

#footerNav a:hover {
	text-decoration: underline;
}

ul.horizontal li {
	float: left;
	margin-right: 12px;
	margin-left: 12px;
	color: #75a0b7;
}

.blue_horizontal {
	text-align: center;
	font-weight: bold;
	color: #75a0b7;
}

.blue_horizontal .yellow {
	padding-left: 6px;
	padding-right: 6px;
}

#homeBodyContent {
	border-top: 1px solid white;
	margin-left: 206px;
	padding-top: 412px;
	line-height: 16px;
}

ul.qButtons li, ul.qButtons {
	padding-left: 0px;
	margin-left: 0px;
}

ul.qButtons {
	list-style: none;
}

ul.qButtons li {
	margin-bottom: 4px;
}

ul.qButtons li a {
	display: block;
	background: url(../i/redSideItemBG.gif) no-repeat #a3112a;
	color: white;
	height: 19px;
	width: 246px;
	padding-left: 20px;
	padding-top: 4px;
}

ul.qButtons li a:hover {
	background: url(../i/redSideItemBG_over.gif) no-repeat #da1738;
}