body{
	padding:0; 
	margin:0; 
	background-image:url(../img/background.png);
	background-repeat:repeat-x;
	background-position:top center; 
	background-attachment:fixed;
}

img{
	border:0px;
}

.Shell{
}

.ContentShell{}

.HeaderShell{
	background-color:#991414; 
	height:110px;
	
	
}

.insideHeaderShell{
	width:980px;
	margin:auto;
	position:relative;
}


.logo{
	position:absolute; 
	top:0px; 
	left:0px; 
	width:272px; 
	height:225px; 
	background-image:url(../img/logo.png); 
	z-index:100;
	
}

.MenuShell{
	text-align:left;  
	padding:0px 15px 8px 15px;
	position:absolute;
	top:100px;
	left:275px;
	z-index:500;
	border-bottom:thin #193751 solid; padding-top:25px;
}

.content{
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px; 
	color:#193751; 
	line-height:21px; 
	font-weight:300; 
	width:980px;
	margin:auto;
	background-color:#FFF
}

.home p{font-size:18px; padding-left:15px;}

.LeftContentShell{}

.rightContentShell{
	width:415px;
	line-height:20px; 
	padding:0px 15px 15px 5px;
}

.ContentShell{
	padding:25px 15px 10px 12px;
	
		
}
h1 {font-size:20px;}
h2 {font-size:14px; padding-bottom:0px; margin-bottom:0px;}
h3 {font-size:14px; color:#193751;}
p {padding-top:0px; margin-top:0px;}
.contact table {font-size:12px;}


.ErrorShell{}

.FooterShell{
	width:auto;
	background-color:#193751;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	font-size:12px;
	margin:auto;
}

.insideFooterShell{
	width:980px;
	margin:auto;
	position:relative;
}

.FooterShell h1{
	font-size:30px;
	font-weight:100;
	padding-bottom:0px;	
	padding-left:15px;
	padding-top:0px;
	margin-bottom:0px;
	
}	

.bottomNav{
	position:absolute;
	top:5px;
	right:10px;
	font-size:18px;
	line-height:35px;
}

.bottomNav a{
	color:#FFF;
	text-decoration:none;
}

.bottomNav a:hover{
	color:#991414;
	}

.FooterShell td {
	padding-left:15px;
	font-size:16px;
}	

.footer{}

.CopyRight{
	align:center;
	padding-bottom:20px;
	color:#ffffff;
	line-height:20px;
	font-size:12px;
}

.CopyRight a{
	text-decoration:none;
	color:#ffffff;	
}

.CopyRight a:hover{
	color:#991414;
}

.menu{font-family:Arial, Helvetica, sans-serif;
	color:#193751;
	font-size:20px;
	font-weight:bolder;
	position:relative;
	padding-top:4px;
	padding-left:3px;
	
}

.menu a{
	color:#193751;
	text-decoration:none;
	padding:0 40px 0 10px;
	
}

.menu a:hover{
	color:#991414;
	text-decoration:none;
	
}


/*MENU STYLES*/
/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #e3e3e3;
border: 1px solid black;
/*border-bottom-width: 0;*/
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 180px; /*width of menu (not including side paddings)*/
color: #000;
background-color: #e3e3e3;
text-decoration: none;
padding: 4px 5px;
border-bottom: 0px solid black;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #263248;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/*end of default styles*/
