body { background-color:#464749;}

.Shell{ width:980px; margin:auto; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:18px; color:#bebdbd; position:relative;   }

.HeaderShell{}

.MenuShell{ height:57px;}

.LeftContentShell{}

.background {background-color:#363233;}

.ContentShell{position:relative;}

.content { margin:0 20px 0 15px; padding-top:15px;}

.LeftContentShell{ margin-top:200px; margin-left:8px;}

.leftsideblank { width:290px; visibility:hidden}

.ErrorShell{}

h1{ padding-top:20px;}

li { list-style:none; border-bottom:1px dashed #C00; margin:8px; width:300px; margin-left:-20px;}

.logo { position:absolute; top:5px; left:15px;}

#flashContent {float: right; margin-top: 10px; margin-bottom: 10px; margin-right: -7px; width:100%; height:100%}

.FooterShell{ text-align:center}

.FooterContent{}

.CopyRight{}

.CopyRight a{color:#bebdbd;}
.CopyRight a:hover{color:#bebdbd;}
img { border:0}

/*MENU STYLES*/

.topmenu { text-align:right; margin-right:28px;}
.topmenu a{ color:#bebdbd; text-decoration:none}
.topmenu a:hover{ color:#5B5C5E; text-decoration:none}
/* ######### Drop Down ULs CSS ######### */

.menu { color:#c5171e; text-transform:uppercase; font-size:20px; position:absolute; top:65px; right:40px;}
.menu a {color:#c5171e; text-decoration:none; padding-right:28px; padding-left:28px;}
.menu a:hover { color:#bebdbd; text-decoration:none; padding-right:28px; padding-left:28px;}

.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;
}

#contact-area input, #contact-area textarea {
	padding: 2px;
	width: 250px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
	
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #fe9460;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

/*end of default styles*/

.links a{
	color:#bebdbd; text-decoration:none
	}
.links a:hover{
	color:#5B5C5E; font-weight:bold; text-decoration:none	
	}