@charset "UTF-8";
/* CSS Document */

/* --- Page Standards --- */

* {
	margin: 0px;
	padding: 0px;
}
html, body {
	background-color: #DBE2FF;
	height: 100%;
}
#wrapper {
	width: 990px;
	height: 100%;
	background-color: #FFFFFF;
	margin: 0px auto;
	float: none;
}
#page_wrapper {
	width: 990px;
	height: auto;
	float: left;
}
#page {
	width: 940px;
	padding: 0px 25px;
	height: auto;
	background-color: #FFFFFF;
	float: left;
}

/* --- Header --- */

#header {
	width: 940px;
	height: 100px;
	background-color: #003399;
	margin-bottom: 8px;
}

	
	
#header p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align:	right;
	padding-right: 20px;
	padding-top: 30px;
	line-height: 24px;
	font-weight: normal;
}

#header p a {
font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align:	right;
	padding-right: 20px;
	padding-top: 30px;
	line-height: 24px;
	font-weight: normal;
	text-decoration: none;
	
}

#left_content {
	float: left;
	height: auto;
	margin-right: 8px;
	width: 170px;
}

/* --- Main Navigation Items --- */

#main_nav {
	width: 170px;
	height: auto;
	background-color: #EDF0FF;
	float: left;
}
#main_nav ul {
	list-style-type: none;
}
#main_nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:	left;
	padding-left: 14px;
	line-height: 21px;
	font-weight: bold;
	display: block;
}
#main_nav ul li a:link {
	color: #808183;
	text-decoration: none;
	background-color: #EDF0FF;
}
#main_nav ul li a:hover {
	color: #808183;
	text-decoration: none;
	background-color: #D1DAFF;
}
#main_nav ul li a:visited {
	color: #808183;
	text-decoration: none;
}
#main_nav ul li a.active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:	left;
	padding-left: 14px;
	line-height: 21px;
	font-weight: bold;
	background-image: url(../images/page_items/main_nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A4B6FF;
	display: block;
}

/* --- Main Navigation Nested List --- */


#main_nav ul ul li {
	list-style-type: none;
}
#main_nav ul ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:	left;
	padding-left: 20px;
	line-height: 21px;
	font-weight: bold;
	display: block;
	background-color: #D1DAFF;
}
#main_nav ul ul li a:link {
	color: #808183;
	text-decoration: none;
}
#main_nav ul ul li a.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:	left;
	padding-left: 20px;
	line-height: 21px;
	font-weight: bold;
	display: block;
	background-color: #D1DAFF;
	color: #808183;
	text-decoration: none;
}
#main_nav ul ul li a:hover {
	text-decoration: none;
	background-color: #C8D0FE;
}
#main_nav  ul ul li a:visited {
	color: #808183;
	text-decoration: none;
}
#main_nav ul ul li a.active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:	left;
	padding-left: 20px;
	line-height: 21px;
	font-weight: bold;
	display: block;
	background-image: url(../images/page_items/main_nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A4B6FF;
}


/* --- Sub Nav Items --- */

#sub_nav {
	float: left;
	width: 170px;
	margin-top: 8px;
}
#sub_nav a {
	background-color: #003399;
	display: block;
	height: 51px;
	text-decoration: none;
	margin-bottom: 2px;
}
#sub_nav p strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
	font-weight: bold;
}
#sub_nav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A4B6FF;
	text-align:	left;
	line-height: 12px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 8px;
}

/* --- Main Image / Flash Area --- */

#image_space {
	float: left;
	width: 762px;
	height: 265px;
}
#image_space_team {
	float: left;
	width: 760px;
	height: 265px;
}

/* --- Team Shots (Team Page) --- */

#team_photos {
	width: 95px;
	height: 132px;
	float: left;
}
#team_photos_wide {
	width: 190px;
	height: 132px;
	float: left;
}

/*create profile page Tool tip css*/
#team_photos A:hover {
 TEXT-DECORATION: none;
}
#team_photos A:hover SPAN {
 font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size:11px; DISPLAY: block! important; BACKGROUND:#A4B6FF; BORDER: #A4B6FF 1px; COLOR:#FFFFFF;  POSITION: relative; width:65px; padding: 0px 20px 0px 10px;
}

#team_photos_wide A:hover {
 TEXT-DECORATION: none;
}
#team_photos_wide A:hover SPAN {
 font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size:11px; DISPLAY: block! important; BACKGROUND:#A4B6FF; BORDER: #A4B6FF 1px; COLOR:#FFFFFF;  POSITION: relative; width:160px; padding: 0px 20px 0px 10px;
}


#right_image_space {
	float: right;
	width: 246px;
	height: 240px;
}
#team_box {
	float: left;
	width: 474px;
	background-color: #A4B6FF;
	height: 50px;
	margin-top: 20px;
}
#team_box a {
	display: block;
	height: 50px;
	text-decoration: none;
	background-image: url(../images/page_items/email_team.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
}
#team_box a p strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
	font-weight: bold;
}
#team_box a p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
	text-align:	left;
	line-height: 12px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 8px;
}

/* --- Main Content Area --- */

#main_content {
	width: 762px;
	float: right;
	background-color: #EDF0FF;
	margin-top: 8px;
	background-image: url(../images/page_items/main_content_border.gif);
	background-repeat: repeat-y;
	background-position: 514px 0px;
	height: auto;
}

/* --- Text Area --- */

#copy_space {
	width: 474px;
	float: left;
	height: auto;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 210px;
	padding-bottom: 10px;
}
#copy_space h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #A4B6FF;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 16px;
}
#copy_space p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808183;
	text-align:	left;
	font-weight: normal;
	line-height: 18px;
	padding-top: 14px;
}
#copy_space p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808183;
	text-align:	left;
	font-weight: normal;
	text-decoration: underline;
}
.copySpaceSubHeading  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #6685C2;
	line-height: 32px;
	font-weight: bold;
}
.teamNameQual   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6685C2;
	font-weight: bold;
	line-height: 18px;
	padding-left: 6px;
}

/* --- Main Content Area Wide --- */

#main_content_wide {
	width: 762px;
	float: right;
	background-color: #EDF0FF;
	margin-top: 8px;
	height: auto;
}

/* --- Text Area Wide --- */

#copy_space_wide {
	width: 722px;
	float: left;
	height: auto;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 210px;
	padding-bottom: 10px;
}
#copy_space_wide h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #A4B6FF;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 16px;
}
#copy_space_wide p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808183;
	text-align:	left;
	font-weight: normal;
	line-height: 18px;
	padding-top: 14px;
}
#copy_space_wide p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808183;
	text-align:	left;
	font-weight: normal;
	text-decoration: underline;
}

/* --- Quote Area --- */

#quote_space {
	float: left;
	width: 248px;
	height: 240px;
	background-image: url(../images/page_items/quote_area_bg.gif);
}
#quote_space p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2B327A;
	line-height: 24px;
	font-weight: bold;
	padding: 70px 10px 0px 10px;
	text-align: center;
}

/* --- Right List Area --- */

#right_list_space {
	float: right;
	width: 206px;
	background-color: #EDF0FF;
	height: auto;
	padding: 10px 20px 20px 20px;
}
#right_list_space h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #808183;
	line-height: 24px;
	font-weight: bold;
	text-align: left;
}
#right_list_space h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808183;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
}
#right_list_space p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808183;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
}
#right_list_space ul {
	color: #003399;
	margin: 10px 0px 14px 10px;
}
#right_list_space  ul li {
	color: #808183;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#right_list_space  ul li a {
	color: #A4B6FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
}
#right_list_space a {
	color: #808183;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

/* --- Link Boxes (Personal Injury) --- */

#injury_box {
	float: left;
	width: 235px;
	background-color: #A4B6FF;
	background-image: url(../images/page_items/injury_link_box.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 50px;
	margin-right: 2px;
	margin-bottom: 2px;
}
#injury_box a {
	display: block;
	height: 50px;
	text-decoration: none;
}
#injury_box p strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
	line-height: 18px;
	font-weight: bold;
}
#injury_box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align:	left;
	line-height: 12px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 8px;
}

/* --- Link Boxes (FAQ box) --- */

#faq_box {
	float: left;
	width: 237px;
	background-color: #A4B6FF;
	background-image: url(../images/page_items/injury_link_box.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 50px;
	margin-bottom: 2px;
}
#faq_box a {
	display: block;
	height: 50px;
	text-decoration: none;
}
#faq_box p strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
	line-height: 18px;
	font-weight: bold;
}
#faq_box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align:	left;
	line-height: 12px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 8px;
}

/* --- Link Boxes (Assessment Box) --- */

#assessment_box {
	float: left;
	width: 474px;
	background-color: #003399;
	height: 50px;
}
#assessment_box a {
	display: block;
	height: 50px;
	text-decoration: none;
}
#assessment_box p strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A4B6FF;
	line-height: 18px;
	font-weight: bold;
}
#assessment_box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align:	left;
	line-height: 12px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 8px;
}

/* --- Link Boxes (PDF Box) --- */

#pdf_box {
	float: left;
	width: 474px;
	background-color: #A4B6FF;
	height: 50px;
	margin-top: 2px;
}
#pdf_box a {
	display: block;
	height: 50px;
	text-decoration: none;
	background-image: url(../images/page_items/pdf_logo.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#pdf_box p strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
	font-weight: bold;
}
#pdf_box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
	text-align:	left;
	line-height: 12px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 8px;
}

/* --- Footer --- */

#footer {
	float: right;
	width: 756px;
	padding-top: 10px;
	padding-left: 6px;
	background-color: #FFFFFF;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	text-align:	left;
	font-weight: normal;
	line-height: 18px;
	padding-bottom: 10px;
}
#footer p strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*color: #A4B6FF;*/
	color: #6E7C94;
	text-align:	left;
	font-weight: normal;
	line-height: 18px;
	padding-bottom: 10px;
}
#footer p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	text-align:	left;
	font-weight: normal;
	line-height: 18px;
	padding-bottom: 10px;
	text-decoration: none;
}
#form {
	margin: 20px 0px 20px 0px;
}
#form fieldset {
	border: 1px solid #A4B6FF;
	padding: 6px 10px 6px 10px;
}
#form legend {
	color: #6685C2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.formText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-left: 4px;
	padding-top: 6px;
}
.formTextTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	padding-left: 4px;
	padding-top: 6px;
}
.formFields {
	border:1px solid #666666;
	width: 250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808183;
}
#link_boxes {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
}
