/* CSS Document */

body {
	margin: 0 auto;
	text-align: center;
	min-width: 955px;
	font-family: Arial, Helvetica, Sans-Serif;
}

#generic {
	font-family: Arial, Helvetica, Sans-Serif;
	
}

#generic h1 {
	font-size: 18px;
	font-weight: bold;
	color: #336699;
	margin-bottom: -10px;
	
}

#generic h2 {
	font-size: 16px;
	font-weight: bold;
	color: #336699;
	margin-bottom: -10px;
	
}

#generic p {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}

#main-wrapper {
	margin: 0 auto;
	width: 955px;
	text-align: left;
	border: 1px solid #336699;
}

#brading-container {
	float: left;
	margin: 0 auto;
	width: 955px;
}

#clear-both {
	clear: both;
	margin: 0 auto;
}

#clear-right {
	clear: right;
	margin: 0 auto;
	width: 100%;
}

/* User Login Styles */

#user-login {
	float: left;
	margin: 0 auto;
	height: 42px;
	width: 245px;
	border-bottom: 1px solid #336699;
	border-top: 1px solid #336699;
}

#user-login h1 {
	font-size: 14px;
	font-weight: normal;
	color: #CC0000;
	margin: 12px 0px 12px 55px;
}

#page-title {
	float: right;
	margin: 0 auto;
	height: 42px;
	width: 710px;
	border-bottom: 1px solid #336699;
	border-top: 1px solid #336699;
}

#page-title-forms {
	float: left;
	margin: 0 0 0 0;
	padding: 0px;
	height: 42px;
	width: 708px;
	border-bottom: 1px solid #336699;
	border-top: 1px solid #336699;
}

#page-title h1 {
	font-size: 18px;
	font-weight: bold;
	color: #336699;
	margin: 09px 0px 10px 0px;
	width: 676px;
}

#user-login a:link, #user-login a:hover, #user-login a:visited {
	text-decoration: none;
	color: #CC0000;
}

/* Navigation Styles */

#left-navigation-wrapper {
	float: left;
	margin: 0 auto;
	width: 180px;
}
#left-form-wrapper {
	float: left;
	margin: 0 auto;
	width: 180px;
	padding-left:8px;
	padding-top:24px;
	font-family: Arial, Helvetica, Sans-Serif;
}
#left-form-wrapper h2 {
	font-size: 18px;
	font-weight: bold;
	color: #336699;
	line-height: 22px;
}

#nav-tab-dark a {
	float: left;
	clear: left;
	margin: 0 auto;
	width: 180px;
	background: url(images/bkg_nav_dark.jpg);
	font-size: 14px;
	font-weight: normal;
	color: #CC0000;
	padding: 12px 0px 12px 55px;
	text-decoration: none;
}

#nav-tab-light a {
	float: left;
	clear: left;
	margin: 0 auto;
	width: 180px;
	background: url(images/bkg_nav_light.jpg);
	font-size: 14px;
	font-weight: normal;
	color: #CC0000;
	padding: 12px 0px 12px 55px;
	text-decoration: none;
}

#nav-tab-dark a:visited, #nav-tab-light a:visited {
	color: #CC0000;
}

#nav-tab-dark a:hover, #nav-tab-dark a:active {
	background: url(images/bkg_nav_dark_hover.jpg) top left;
}

#nav-tab-light a:hover, #nav-tab-light a:active {
	background: url(images/bkg_nav_light_hover.jpg) top left;
}

/* Main Content Styles */

#main-content-wrapper {
	float: right;
	margin: 0 auto;
	width: 710px;
}

#top-nav { /* Used on "insurance_services.htm" & "our_pople.htm" */
	float: right;
	padding: 10px 0px 10px 0px;
	width: 710px;
	border-bottom: 1px solid #336699;
	font-size: 11px;
	color: #CC0000;
	line-height: 24px;
}

#top-nav a, #top-nav a:visited { 
	font-size: 11px;
	color: #CC0000;
	padding-right: 10px;
	text-decoration: none;
}

#left-content { /* Used on "index.htm" */
	float: left;
	margin: 0 auto;
	width: 490px;
	min-height: 220px;
	margin-top: 20px;
	padding-right:10px;
	padding-left: 0px;
	
}

#left-content h1 {
	font-size: 22px;
	font-weight: bold;
	color: #336699;
	margin-bottom: -10px;
	
}
#left-content h2 {
	font-size: 18px;
	font-weight: normal;
	color: #336699;
	line-height: 22px;
}

#left-content p {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}

#left-content a {
	font-size: 12px;
	color: #cc0000;
	line-height: 18px;
	text-decoration: underline;
}

#left-content a:hover {
	font-size: 12px;
	color: #336699;
	line-height: 18px;
	text-decoration: underline;
}

#left-content ul 
{
	text-indent: 10px
	
}

#left-content li {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	list-style: disc;
	list-style-position:-20px;
	text-indent: 0px;

}


#left-content-full { /* Used on "insurance_services.htm" */
	float: left;
	margin: 0 auto;
	width: 100%;
	min-height: 220px;
	margin-top: 20px;
	
}

#left-content-full h1 {
	font-size: 22px;
	font-weight: bold;
	color: #336699;
}

#left-content-full h2 {
	font-size: 18px;
	font-weight: normal;
	color: #336699;
	line-height: 22px;
}

#left-content-full p {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	padding-right: 24px;
}

#left-content-full a {
	font-size: 12px;
	color: #cc0000;
	line-height: 18px;
	text-decoration: underline;
}

#left-content-full a:hover {
	font-size: 12px;
	color: #336699;
	line-height: 18px;
	text-decoration: underline;
}

#left-content-full ul 
{
	text-indent: 10px
	
}

#left-content-full li {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	list-style: disc;
	list-style-position:-20px;
	text-indent: 0px;
}

#left-content-images { /* Used on "our_people.htm" */
	float: left;
	margin: 0 auto;
	width: 410px;
	min-height: 220px;
	margin-top: 20px;
}

#left-content-images h1 {
	font-size: 18px;
	font-weight: normal;
	color: #336699;
	margin-bottom: -10px;
	width: 390px;
}

#left-content-images p {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	width: 390px;
}

#left-content-reduced { /* Used on "case_studies.htm" */
	float: left;
	margin: 0 auto;
	width: 220px;
	min-height: 420px;
	margin-top: 20px;
	
}

#left-content-reduced h1 {
	font-size: 18px;
	font-weight: bold;
	color: #336699;
	margin-bottom: -10px;
	width: 400px;
}

#left-content-reduced h2 {
	font-size: 18px;
	font-weight: normal;
	color: #336699;
	margin-bottom: -10px;
	width: 400px;
}

#left-content-reduced p {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	width: 400px;
}
#left-content-reduced ul 
{
	text-indent: 10px
	
}

#left-content-reduced li {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	list-style: disc;
	list-style-position:-20px;
	text-indent: 0px;
}


#right-content { /* Used on "index.htm" */
	float: right;
	margin: 0 auto;
	width: 209px;
	margin-top: 20px;
	border-left: 1px solid #336699;
}

#right-content h1 {
	font-size: 18px;
	font-weight: bold;
	color: #336699;
	width: 190px;
	padding-left: 10px;
}

#right-content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	width: 190px;
	padding-left: 10px;
}

#right-content p {
	font-size: 12px;
	color: #666666;
	margin-top: -10px;
	width: 190px;
	padding-left: 10px;
}

#right-content-images { /* Used on "our_people.htm" */
	float: right;
	margin: 0 auto;
	width: 300px;
	margin-top: 20px;
	border: none;
}

#right-content-enlarged { /* Used on "case_studies.htm" */
	float: right;
	margin: 0 auto;
	width: 289px;
	margin-top: 20px;
	border: none;
	border-left: 1px solid #336699;
}

#right-content-enlarged h1 {
	font-size: 18px;
	font-weight: bold;
	color: #336699;
	width: 270px;
	padding-left: 10px;
	margin-left:0px;
}

#right-content-enlarged h2 {
	font-size: 16px;
	font-weight: normal;
	color: #336699;
	width: 270px;
	padding-left: 10px;
	margin-left:0px;
}

#right-content-enlarged p {
	font-size: 12px;
	color: #666666;
	margin-top: -10px;
	width: 270px;
	padding-left: 10px;
	margin-left:0px;
}

.next-button a, next-button a:visited {
	float: right;
	margin-right: 10px;
	padding-top: 20px;
	width: 100%;
	font-size: 14px;
	color: #CC0000;
	text-align: right;
	text-decoration: none;
}

.caption {
	font-size: 10px;
	color: #336699;
	line-height: 16px;
	font-style: italic;
	text-align: left;
}

/* Footer Styles */

#footer {
	float: left;
	clear: both;
	margin: 0 auto;
	width: 955px;
	height: 140px;
	background: url(images/bkg_footer.jpg);
}

#footer p {
	font-size: 10px;
	color: #444444;
	line-height: 16px;
	margin: 85px 0px 0px 30px;
}
#footer a {
	font-size: 10px;
	color: #444444;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
}

#footer a:hover{
	font-size: 10px;
	color: #ffffff;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
}

/* Generic Button Styles */

#button a {
	float: left;
	margin: 0 auto;
	width: 102px;
	height: 34px;
	background-image: url(images/bkg_button.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	font-size: 12px;
	color: #CC0000;
	text-align: center;
	padding-top: 8px;
	text-decoration: none;
}

#button a:hover {
	background-image: url(images/bkg_button_hover.jpg);
	background-repeat: no-repeat;
}

/* menu IDs converted to class by naveed*/

/* Navigation Styles */

.nav-tab-dark a {
	float: left;
	clear: left;
	margin: 0 auto;
	width: 180px;
	background: url(images/bkg_nav_dark.jpg);
	font-size: 14px;
	font-weight: normal;
	color: #CC0000;
	padding: 12px 0px 12px 55px;
	text-decoration: none;
}


.nav-tab-dark a:visited, .nav-tab-light a:visited {
	color: #CC0000;
}

.nav-tab-dark a:hover, .nav-tab-dark a:active {
	background: url(images/bkg_nav_dark_hover.jpg) top left;
}

.nav-tab-light a {
	float: left;
	clear: left;
	margin: 0 auto;
	width: 180px;
	background: url(images/bkg_nav_light.jpg);
	font-size: 14px;
	font-weight: normal;
	color: #CC0000;
	padding: 12px 0px 12px 55px;
	text-decoration: none;
}

.nav-tab-light a:hover, .nav-tab-light a:active {
	background: url(images/bkg_nav_light_hover.jpg) top left;
}
.pagetitleheading {font-size: 18px;
	font-weight: bold;
	color: #336699;
	margin: 09px 0px 10px 0px;
}
div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
 width:100px;
  text-align: right;
  }

div.row span.formw {
  float: left;
  text-align: left;
	width: 450px;
		padding-right: 10px;
 	padding-top: 4px;
 	font-size: 12px;
 	font-family: Arial, Helvetica, Sans-Serif;
	color: #666666;
} 
.row a .formw a {
font-size: 12px;
	color: #cc0000;
	line-height: 18px;
	text-decoration: underline;
}

.row a:hover .formw a:hover {
	font-size: 12px;
	color: #336699;
	line-height: 18px;
	text-decoration: underline;
}
  
 #paging 
 {
 	float: right;
 	font-family: Arial, Helvetica, Sans-Serif;
 	margin-right:10px;
 
 }
  #paging a
 {
 	font-size: 14px;
	font-weight: normal;
	color: #cc0000;
	text-decoration: none;
 
 }
  #paging a:hover
 {
 	font-size: 14px;
	font-weight: normal;
	color: #336699;
	text-decoration: none;
 
 }
 .pagingtext
 {
 	font-size: 14px;
	font-weight: normal;
	color: #cc0000;
	text-decoration: none;
 
 }
 #flash
 {float:right;
  width:461px;
 }
 
 .label
 {	
 	width:120px;
 	height: 30px;
 	padding-right: 10px;
 	padding-top: 4px;
 	font-size: 12px;
 	font-family: Arial, Helvetica, Sans-Serif;
	color: #666666;
 }
 
 #downloads
 {
 	float: left;
 	width: 700px;
 	font-family: Arial, Helvetica, Sans-Serif;
 	margin-right:10px;
 	margin-top: 24px;
 
 }
 
 #downloads h1 {
	font-size: 22px;
	font-weight: bold;
	color: #336699;
}

#downloads h2 {
	font-size: 18px;
	font-weight: normal;
	color: #336699;
	line-height: 22px;
}

#downloads p {
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	padding-right: 24px;
}

#downloads a {
	font-size: 12px;
	color: #cc0000;
	line-height: 24px;
	text-decoration: underline;
}

#downloads a:hover {
	font-size: 12px;
	color: #336699;
	line-height: 24px;
	text-decoration: underline;
}

.downloadstext {
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	padding-right: 24px;
	border-bottom: solid, 1px, #999999;
	width: 700px;
	
}

#sub-page-menu 
{
	float: left;
 	width: 700px;
 	font-family: Arial, Helvetica, Sans-Serif;
 	color: #cc0000;
 	border-bottom: solid 1px #336699;
 	margin-top: -6px;
 	padding-bottom: 14px;
 	padding-right: 10px;
}

#sub-page-menu a {
	font-size: 12px;
	color: #cc0000;
	line-height: 24px;
	text-decoration: underline;
}

#sub-page-menu a:hover {
	font-size: 12px;
	color: #336699;
	line-height: 24px;
	text-decoration: underline;

}

#menu_background
{
	background-image:url(images/menu_repeat.jpg);
	background-position:left top;
	background-repeat:repeat-y;
}