body
{
	font-size:60%;
	text-align:center;
	padding:0px;
	margin:0px;
	background-image:url('/images/site_bg_01.gif');
	background-repeat:repeat-x;
	background-color:#E0DEDF;
	font-family:Arial;
}

a
{
	color:#B32416;
}

hr
{
	background-color:#DFDFDF;
	border:medium none;
	color:#DFDFDF;
	height:1px;
}

.fl
{
	float:left;
}

.fr
{
	float:right;
}

.clear
{
	clear:both;
}

img
{
	border:none;
}

h1
{
	color:#B32416;
}

h2
{
	color:#B32416;
}

h3
{
	color:#B32416;
}

h4
{
	color:#B32416;	
}

div
{
	
}

.SiteContainer
{
	text-align:left;
	margin:auto;
	width:950px;
	background-color:#FFFFFF;
	font-size:1.2em;
}

.SiteContainerInner
{
	padding:0px 0px 0px 5px;
}

/*Header Section Start*/
.SiteHeader
{
	position:relative;
	height:133px;
	background-image:url('/images/header_bg_logo.gif');
	background-position:top right;
	background-repeat:no-repeat;
}

.Logo
{
	float:left;
}

.Logo-Right
{
	float:right;
}

.ForgottonPassword
{
	float:right;
	font-size:0.9em;
}

.EmergencyClaims
{
	position:absolute;
	bottom:0px;
	right:0px;
	clear:right;
	float:right;
	font-size:1.3em;
}

.EmergencyNumber
{
	color:#B32416;	
}
/*Header Section End*/


/*Main Menu Start*/
.SiteMenu
{
	background-image:url('/images/topnav_bg_main.gif');
	background-repeat:repeat-x;
	height:34px;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
}

.SiteMenu ul
{
	color:#FFFFFF;
	list-style:none;
	padding:0px;
	margin:0px 0px 0px 20px;
	height:34px;
	font-size:0.8em;
}

.SiteMenu ul li
{
	float:left;
	display:block;
	background-color:#696768;
	background-image:url('/images/nav_unselected_bg_left_02.gif');
	background-repeat:no-repeat;
}

.SiteMenu ul li.First
{
	background-image:url('/images/nav_unselected_bg_left_01.gif');
}

.SiteMenu ul li.SelectedFirst
{
	background-color:#A2A2A2;
	background-image:url('/images/nav_selected_bg_left_01.gif');
	background-repeat:no-repeat;
}

.SiteMenu ul li.SelectedFirst>a
{
	background-image:url('/images/nav_selected_bg_right_02.gif');
}

.SiteMenu ul li.SelectedLast
{
	background-color:#A2A2A2;
	background-image:url('/images/nav_selected_bg_left_02.gif');
	background-repeat:no-repeat;
}

.SiteMenu ul li.Last>a
{
	background-image:url('/images/nav_unselected_bg_right_01.gif');
}

.SiteMenu ul li.SelectedLast>a
{
	background-image:url('/images/nav_selected_bg_right_01.gif');
}



.SiteMenu ul li>a
{
	display:block;
	background-image:url('/images/nav_unselected_bg_right_02.gif');
	background-repeat:no-repeat;
	background-position:right;
	padding:0px 15px 0px 15px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:1.4em;
	font-weight:bold;
}

.SiteMenu ul li a p
{
	padding:10px 0px 0px 0px;
	margin:0px;
}

.SiteMenu ul li.Selected
{
	background-color:#A2A2A2;
	background-image:url('/images/nav_selected_bg_left_02.gif');
	background-repeat:no-repeat;
}

.SiteMenu ul li.Selected>a
{
	background-image:url('/images/nav_selected_bg_right_02.gif');
}

.SiteMenu ul li a
{
	height:34px;
}

/*Mian Menu End*/

/*Main Site Content Start*/

.SiteBody
{
}

.Breadcrumb
{
	position:relative;
	z-index:2;
	float:left;
	width:757px;
	height:42px;
}

.Breadcrumb .Spacer
{
	height:10px;
	line-height:1px;
}

.Breadcrumb p
{
	padding:0px;
	margin:0px;
}

.NewsTicker
{
	position:relative;
	z-index:2;
	float:left;
	width:757px;
	height:50px;
	background-image:url('/images/bg_news_button_01.gif');
	background-position:30px bottom;
	background-repeat:no-repeat;
	margin:2px 0px -4px 0px;
}

.NewsTickerEmtpy
{
	margin-top: 2px;
}

.NewsTicker .Spacer
{
	height:28px;
}

.NewsTickerButton
{
	float:left;
	color:#FFFFFF;
	cursor:pointer;
	font-size:1.2em;
	padding:0px 52px;
}

.NewsTickerText
{
	color:#B32416;
}

.SiteBanner
{	
	position:relative;
	z-index:1;
}


.Home .BannerText
{
	position:absolute;
	color:#FFFFFF;
	bottom:0px;
	height:80px;
	width:665px;
}

.BannerText
{
	position:absolute;
	color:#FFFFFF;
	bottom:0px;
	height:50px;
	width:757px;
}

.BannerText p
{
	font-size:1.6em;
	padding:0px 0px 0px 40px;
	margin:15px 0px 0px 0px;
}

.SiteContent
{
	
	float:left;
	/*width:757px;*/
	line-height:20px;
}

.SiteContent ul
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}

.SiteContent ul li
{
	background-image:url('/images/bullet_red_01.gif');
	background-repeat:no-repeat;
	background-position:0 7px;
	padding:0px 0px 0px 10px;
}

fieldset 
{
	border:1px solid #B32416;
	margin:5px;
	padding:5px;
}

legend
{
	border:1px solid #B32416;
	color:#000000;
	font-size:90%;
	padding:0.2em 0.5em;
	text-align:right;
}

.fieldLabel 
{
	clear:both;
	display:inline-block;
	float:left;
	width:150px;
}

.fieldControl 
{
	display:block;
	float:left;
	width:250px;
}

.leftColumnFull .fieldControl 
{
	display:block;
	float:left;
	width:300px;
}

input.fieldControl
{
	border:1px solid #B32416;
	margin:1px 0px;
}

textarea.fieldControl
{
	border:1px solid #B32416;
	margin:1px 0px;
}

.fieldValidation
{
	color:#B32416 !important;
	padding:0px 5px;
	float: left;
	display: block;
}

.border
{
	border:1px solid #B32416;
}

/*Side Menu Start*/
.SideMenu
{
	margin:2px 0px 0px 0px;
	float:left;
	width:188px;
}

.SideMenu .Menu
{
	background-image:url('/images/nav_left_bg_01.gif');
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#DFDFDF;
	padding:0px 0px 15px 0px;
}

.SideMenu .Section
{
	height:40px;
	background-color:#FFFFFF;
}
.SideMenuHome .Section
{
    height: 46px;
}

.SideMenu .Section .text
{
	padding:20px;
	color:#B32416;
	font-size:1.6em;
}

.SideMenu ul.SideNav
{
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:0px;
}

.SideMenu ul.SideNav li
{
}

.SideMenu ul.SideNav li img
{
	margin-bottom:-7px;
}

.SideMenu ul.SideNav li a
{
	text-decoration:none;
	color:#000000;
	display: block;
	padding: 5px 5px 0px 30px;
	min-height: 23px;
	
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 5px center;
}


.SideMenu ul.SubNav
{
	list-style:none;
	padding:0px 0px 0px 20px;
	margin:0px;
}

.SideMenu ul.SideNav li.Selected>a
{
	color:#B32416;
}

.SideMenu ul.SubNav li.Selected>a
{
	color:#B32416;
}

.SideMenu ul.SideNav ul.SideNav
{
    margin-left: 15px;
}

/*Side Menu End*/

.leftColumn .LeftColumn
{
	float:left;
	width:614px;
}

.leftColumnFull .LeftColumn
{
	width:757px;
}

.MainContent
{
	padding:20px;
}

.MainContent .TitleLeft
{
	margin:0 0 3px 0;
}

.MainContent .TitleRight
{
	color:#000000;
	font-weight:normal;
	margin: 0 0 10px 0;
}

.RightColumn
{
	padding:30px 0px 0px 0px;
	text-align:right;
	float:left;
	width:143px;
}

.RightColumn .Advert
{
	padding:10px;
}

/*Main Site Content End*/

/*Site Footer Start*/
.SiteFooter
{
	clear:both;
	padding:5px;
	text-align:center;
	font-size:0.9em;
}

.SiteFooter .Advert
{
	padding:10px;
}


.SiteFooterEnd
{
	text-align:left;
	margin:auto;
	width:950px;
	margin: 0px auto 20px auto;
}

.SiteFooterEnd div.LeftCorner
{
	background-image:url('/images/corner_site_bl.gif');
	background-position:bottom left;
	background-repeat:no-repeat;
}

.SiteFooterEnd div.RightCorner
{
	background-image:url('/images/corner_site_br.gif');
	background-position:bottom right;
	background-repeat:no-repeat;
}

.SiteFooterEnd div.Spacer
{
	margin:0px 10px;
	background-color:#FFFFFF;
	height:10px;
}
/*Site Footer End*/

.Widget
{
	/*border-top:dashed 1px #FF0000;
	border-bottom:dashed 1px #FF0000;*/
}

#header, #footer
{
	padding: 10px;
	background: #003366;
	color: White;
}

#content
{
	padding: 0 10px 10px 10px;
}

#side_nav
{
	padding: 10px;
	border-left: 1px solid #003366;
}

.navigation li.selected>a
{
	font-weight: bold;
}

/* Salvage Section */
.salvageDetails span
{
	display: block;
	font-weight: bold;
}

.salvageContact
{
	background-color: #E0DEDF;
	padding: 6px;
	width: 100%;
}

.salvageResponse
{
	padding: 5px;
	border:1px solid #B32416;
}
