/* BEGIN Template Structure */
body {
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #4D4D4D;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#logo {
	width: 210px;
	height: 35px;
	margin: 23px 0 0 20px;
	float: left;
}

#home-boilerplate {
	background: url('images/splash_home3.gif') right top no-repeat;
	padding: 0 30px 0 0;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: top;
}

a.nav {
	display: block;
	color: #969696;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 4px solid #FFFFFF;
	margin: 0 30px 0 0;
	padding: 10px 0 18px 0;
	white-space: nowrap;
}
a.nav:hover {
	color: #000000;
	border-bottom: 4px solid #C3ED2A;
}
a.loginbutton {
	display: block;
	height: 22px;
	padding: 0 0 0 10px;
	margin: 0 30px 18px 0;
	background: url('images/button_bg_left.gif') left top no-repeat;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
	white-space: nowrap;
	}
#sidebar {
	background-color: #F2F2F2;
}

a.loginbutton span {
	display: block;
	height: 22px;
	padding: 0 10px 0 0;
	margin: 0 0 0 0;
	background: url('images/button_bg_right.gif') right top no-repeat;
	line-height: 22px;
}
a.loginbutton:hover {
	background-position:left -22px;
	color: #000000;
}
a.loginbutton:hover span {
	background-position:right -22px;
	color: #000000;
}

a.bullet-link {
	padding: 2px 0 2px 16px;
	background: url('images/arrow.gif') left center no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	line-height: 24px
}
a.bullet-link:hover {
	text-decoration: underline;
	color: #000000;
}
.cta {
	padding: 5px 40px 5px 20px;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #A1A1A1;
	background-position: 400px 400px;
	background-repeat: no-repeat;
}
#copyright {
	width: 240px;
	padding: 20px;
	text-align: center;
	color: #B4B4B4;
	font-size: 10px;
	background-color: #1B1B1B;
	vertical-align: top;
}
#footer {
	width: 460px;
	font-size: 10px;
	color: #000000;
	padding: 20px;
	background-color: #FFFFFF;
	vertical-align: top;
	}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#phone {
	background-color: #FFFFFF;
	width: 140px;
	text-align: right;
	padding: 8px 20px 20px 20px;
}
#phone a {
	font-weight: bold;
	color: #0071BB;
	font-size: 10px;
}
#phone a:hover {
	color: #21A2F6;
}

/* END Template Structure */


/* BEGIN Basic Formatting */

form {
	padding: 0;
	margin: 0;
}
#content a:link, #content a:visited {
	color             : #0071BB;
	text-decoration   : underline;
}
#content a:hover {
	color             : #21A2F6;
	text-decoration   : none;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	color             : #000000;
	text-decoration   : underline;
}
#breadcrumbs a:hover {
	color             : #6a6f77;
	text-decoration   : none;
}
h1 {
	color             : #0071BB;
	font-weight       : bold;
	font-size: 14px;
}
h2 {
	color             : #0071BB;
	font-weight       : bold;
	font-size: 12px;
}
#overview a:link, #overview a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#overview a:hover {
	color             : #000000;
	text-decoration   : underline;
}
#overview .td_right {
	padding: 5px 0px 5px 0px;
}
#overview .td_left {
	padding: 7px 0px 0px 0px;
}
/* END Basic Formatting */

/* BEGIN Comparison Table */
.table_border {
	border: 1px solid #6a6f77;
}
.table_header {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0071BB;
}
.td_even {
	background-color: #F2F2F2;
}
/* END Comparison Table */
.required {
	color: #CC0000;
}