/* Main Style Sheet for Fenn & Fenn Insurance */

/* common styles */

* {
	padding:0px; 
	margin: 0px;
	border-style:none;
}

body {
	padding:0px;
	margin: 0px;
	border-style:none;
	text-align: center;
	overflow: -moz-scrollbars-vertical; 
	background-image: url(../images/fenn_stripe_gray.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #656565;
}

#bg_outer_wrapper {
	background-image: url(../images/fenn_bg_upper.gif);  /* teal horizontal stripes on both sides of banner + gray stripes above them */
}

#bg_inner_wrapper {
	width:850px;
	height: 175px;
	padding-top: 30px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border-style:none;
	background-image: url(../images/fenn_bg_main.gif); /* white and gray background for main body */
	
}

#banner_wrapper { /* enables the banner images to be absolutely positioned */
	height: 175px;
	width:850px;
	position: relative;
}

/* styling banner images and menu */

#banner_wrapper #banner_images {
	width: 850px;
	height: 175px;
	position: absolute;
	top: 0px;
	left: 0px; 
	background-color:#98c0c7; /* light teal */
}

#banner_wrapper #banner_images img{
	float: left;
}

#menu {
	font-family: arial, sans-serif; 
	width:158px; 
	height:175px; 
	position: absolute;
	top: 0px;
	left: 142px; 
	font-size:12px;
	font-weight: bold;
}

#menu ul li a, #menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#ffffff; /* white */
	width:117px; 
	height:35px; 
	background-color:#5496a1; /* teal */
	line-height:35px; 
	padding-right:40px;
	text-align: right;
	background-image: url(../images/white_arrow.gif);
}

#banner_wrapper #menu .no_sub { /* no arrow for main menu items with no submenu */
	background-image: none;
}

#menu ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}

#menu ul li {
	float:left; 
	position:relative;
}

#menu ul li ul {
	display: none;
}

/* specific to non IE browsers */

#menu ul li:hover a {
	color:#ff0048; /* red */
	background-color:#ffffff; 
	background-image: url(../images/red_arrow.gif);
}

#menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:0; 
	left:157px; 
	width:651px; 
	background:transparent  url(../images/semi_transparent.png); 
}

#menu #sub_our_company {
	width: 409px;
}

#menu #sub_services {
	width: 551px;
}

#menu #sub_client_tools {
	width: 551px;
}

#menu #sub_resources {
	width: 551px;
}

#menu #sub_contact {
	width: 267px;
}

#menu ul li:hover ul li {
	float:left;
}

#menu ul li:hover ul li a {
	display:block; 
	background:transparent;
	color:#5496a1; /* teal */
	width:auto; 
	padding-left:8px;
	padding-right: 8px;
	float:left;
	font-size: 11px;
}
	
#menu ul li:hover ul li a:hover {
	background:transparent;
	color:#ff0048; /* red */
}

/* styling page content */

#content_wrapper {
	width: 850px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-image: url(../images/fenn_bg_main.gif);
}

#drag_div { 
	clear: both;
}

/* styling sidebar */

#sidebar_content {
	width: 265px;
	float: left;
}


h1 {
	font-size: 140%;
	height: 94px;
	width: 245px;
	background-image: url(../images/company_name.gif);
	text-indent: -99999px;
	margin-top: 10px;
	margin-left: 40px;
}

#sidebar_content a {
	color: #656565;
}

.indent {
	margin-left: 52px;
	font-size: 100%;
	font-weight: bold;
	margin-top: 12px;
}

#phone_nums {
	margin-left: 50px;
	width: 200px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#phone_nums td {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: bold;
}

#firt_slogan {
	background-image: url(../images/new_slogan.gif);
	background-repeat: no-repeat;
	height: 159px;
	width: 262px;
	text-indent: -99999px;
	margin-top: 12px;
	margin-left: 12px;
}

#firt_brokers {
	background-image: url(../images/brokers_slogan.gif);
	background-repeat: no-repeat;
	height: 159px;
	width: 262px;
	margin-top: 12px;
	margin-left: 12px;
}


/* styling primary content */

#primary_content {
	width: 470px;
	min-height: 450px;
	margin-left: 340px;
}

h2 {
	font-size: 150%;
	color: #5496A1;
	padding-top: 30px;
	margin-bottom: 20px;
}

#primary_content p {
	line-height: 120%;
	/*margin-top: 25px;*/
	margin-bottom: 20px;
}

#primary_content ul {
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 20px;
}

#primary_content li {
	margin-top: 10px;
	list-style-image: url(../images/fenn_bullet.gif);
	list-style-type: disc;
	list-style-position: outside;
}

/* styling footer */

#footer {
	padding-top: 35px;
	padding-left: 340px;
	padding-bottom: 20px;
	width: 510px;
	clear: both;
}

/* styling images for animated sequence */

#animation_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: none;
}

#animation {
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	height: 700px;
	position: relative;
	
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px; 
	margin-left: 299px;
	margin-top: 205px;
}
 
#slogan {
	position: absolute;
	left: 0px;
	top: 0px; 
	margin-left: 432px;
	margin-top: 272px;
} 

#bot_note {
	margin-top: 20px;
	font-style: italic;
}

/* Styling Individual Pages */

/* Styling Home Page */

h3 {
	font-weight: bold;
	font-size: 110%;
	margin-top: 20px;
	margin-bottom: 5px;
}

.underline_it {
	text-decoration:underline;
}

.bold_it {
	font-weight: bold;
	color: #5496a1;
}

.first_cap {
	font-weight: bold;
	font-size: 150%;
	font-family: "Franklin Gothic Heavy", "Arial Black", Arial, sans-serif;
}

/* Styling the General Insurance Page */

#industry_types {
	border: 1px solid #d4d4d4;
	margin-bottom: 20px;
	background-color: #ffffff;
}

#industry_types td {
	border: 1px solid #d4d4d4;
	padding: 5px;
	width: 50%;
}

/* Styling for Login Page */

#bodyholder {
	height: 150px;
	width: 415px;
	background-image: url(../images/fenn_stripe_gray.gif);
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 0;
	color: #5496A1;
	margin-top: 30px;
	border: 1px solid #d4d4d4;
}

#bodyholder p{
	margin-bottom: 20px;
}

#bodyholder .textbox{
	border: 1px solid #d4d4d4;
}

#bodyholder #form #submit {
	padding: 2px;
	color: #5496A1;
	margin-top: 25px;
}

/* Styling for Claims Information */

#insurer_numbers {
	width: 90%;
}

#insurer_numbers td {
	padding: 2px;
}

#row_1 th {
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	padding-bottom: 20px;
}

#row_2 th {
	font-weight: bold;
	padding-bottom: 10px;
}


/* Styling Articles and Links Pages*/

#primary_content .no_list li {
	padding-bottom: 10px;
	
}

#primary_content .no_list li a {
	color: #656565;
	text-decoration: none;
}

/* Styling the Contact Form */

 #contact_form {
	width: 415px;
	padding: 20px;
	padding-bottom: 0;
	background-image: url(../images/fenn_stripe_gray.gif);
	background-repeat: repeat;
	margin-bottom: 20px;
	border: 1px solid #d4d4d4;
}

#contact_form h3 {
	margin-bottom: 30px;
}

#contact_form label{
	width: 115px;
	display: block;
	float: left;
}

.outline {
	border: 1px solid #d4d4d4;
}

#contact_form #submit {
	padding: 2px;
	color: #5496A1;
	margin-top: 15px;
}

#user_message {
	color:#ff0000;
}

/* Styling Map */

#mapsUsSaddr {
	margin-right: 10px;
}

#mapit .submit {
	padding: 2px;
	color: #5496A1;
}
