/* CSS Document */

body html{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Lucida Sans", "Lucida", Verdana, Arial, Helvetica, sans-serif;
}

body{
	background-color: #999;
}

body a:link, a:visited, a:hover{
	text-decoration: none;
	color: #fff;
}

.homeContainer{
	width: 796px;
	margin: 0 auto;
}
.topRow{
	height: 10px;
	background-image: url(images/topShadow.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.topBar{
	background-color: #000;
	background-image: url(images/topRightShadow.jpg);
	background-position: right;
	background-repeat: repeat-y;
}
.topBarLeft{
	background-image: url(images/topLeftShadow.jpg);
	background-repeat: repeat-y;
	width: 8px;
}
.main{
	background-color: #FFF;
}
.mainLeft{
	width: 8px;
	background-image: url(images/leftShadow.jpg);
	background-position: right;
	background-repeat: repeat-y;
	
}
.mainRight{
	width: 8px;
	background-image: url(images/rightShadow.jpg);
	background-position: left;
	background-repeat: repeat-y;
	
}
#mainArea{
	width: 780px;
}

.mainList{
		padding-left: 0px;
		padding-top: 0px;
		width: 320px;
    	border-left-style: solid;
		border-left-color: #AA0003; 
		border-left-width: 1px;
		/* border-top-style: solid; 
		border-top-color: #AA0003; */
		border-top-width: 1px;
		border-bottom-style: solid; 
		border-bottom-color: #AA0003; 
		border-bottom-width: 1px; 
		font-size:10px;
		font-weight: normal;
		color:#666;
		line-height: 12px;
		float: right;
		margin-left: 20px;
		
}
.mainList li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.mainList u {
	text-decoration: none;
	border-bottom: 1px dotted #AA0003;
	width: 280px;
}

.mainList p{
		background-color:#AA0003;
		color: #FFF;
		text-align: center;
		font-size:12px;
		font-weight: normal;
		line-height: 22px;
		top: 0px;
		padding: 0 0 0 0;
		margin: 0px 0px 0px 0px;
}



.paddedText {
		/* float: left; */
		margin-top: 0px;
		
		padding: 0px 0px 0px 0px;
	margin: 0px 00px 0px 0px;
	width: 330px;
	/* top: inherit; */
	top: auto;
}

.bottom{
	width: 796px;
	height: 51px;
	float: left;
	background-image: url(images/rightShadow.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFF;
}
.bottomLeft{
	width: 8px;
	height: 51px;
	background-image: url(images/leftShadow.jpg);
	background-repeat: repeat-y;
	float: left;
}
.tagline{
	padding: 15px 0 0 20px;
	background-color: #fff;
	border-top: 2px solid #999;
}
.tagLink{
	text-align: right;
	padding-right: 25px;
	border-top: 2px solid #999;
}
.tagLink a:link{
	font: 16px bold Verdana, Arial, Helvetica, sans-serif;
	color: #F00;
}

.topRow{
	width: 796px;
	
	background-image: url(images/toproundShadow.jpg);
	background-repeat: no-repeat;
	height: 14px;
}

.bottomRow{
	width: 796px;
	background-image: url(images/bottomShadow.jpg);
	background-repeat: no-repeat;
	height: 14px;
}
.bottomNav{
	_margin-top: -10px;
	text-align: center;
	font: 12px bold Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
.bottomNav li{
	padding-right: 25px;
	list-style: none;
	display: inline;
}
.bottomNav li a:hover{
	color: #900;
	text-decoration: underline;
}

.homeBottom{
	font-family: "Lucida Sans", "Lucida", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #fff;
	padding: 10px;
}

.homeBottom h1{
	font-size: 24px;
	margin: 0;
	color: #D60108;
	border-bottom: 1px solid #666;
	line-height: 150%;
}

.button a:link, .button a:visited, .button a:active{
	text-align: center;
	font-size: 12px;
	font-weight: bold; 
	font-style: oblique;
	background-color: #888;
	padding: 2px 3px;
	border-top: 2px solid #aaa;
	border-left: 2px solid #aaa;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
}
.button a:hover{
	background-color: #666;
	border-top: 2px solid #444;
	border-left: 2px solid #444;
	border-right: 2px solid #888;
	border-bottom: 2px solid #888;
}

.homeBottom p{
	margin: 10px 0;
	font-size: 12px;
	line-height: 140%;
	color: #333;
}
.contactBox{
	font-family: "Lucida Sans", "Lucida", Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/contactBox.jpg);
	color: #666;
	text-align: right;
}
.contactBox h2{
	font-size: 16px;
	font-weight: bold;
	margin: 10px 15px 10px 0;
}
.contactBox p{
	font-size: 12px;
	margin: 0 15px 0 0;
}
.contactBox a:link, .contactBox a:visited{
	color: #666;
}
.contactBox a:hover{
	color: #D60108;
}


/**  SUB PAGES **/

.subHeading{
	width: 780px;
	height: 223px;
}

.subHeadingMain{
	width: 780px;
	height: 323px;
}

.logo{
	float: left;
}
.logo img{
	border-style: none;
}
.greyBut a:link, .greyBut a:visited, .greyBut a:active{
	color: #FFF;
	background-color: #888;
	padding: 1px 3px;
}
.greyBut a:hover{
	background-color: #666;
}

.hovermenu ul{
	padding-left: 0;
	margin-left: 0;
	margin-top: 53px;
	height: 25px;
	float: right;
	font: 12px "Myriad", Verdana, Arial, Helvetica, sans-serif;
}

.hovermenu ul li{
	list-style: none;
	display: inline;
}

.hovermenu ul li a{
	padding: 8px 12px;
	_padding: 8px 16px 9px 16px;
	text-decoration: none;
	float: left;
}

.hovermenu ul li a:hover{
	background-color: #890000;
}

.textArea{
	padding: 0 0px 30px 20px;
	font: 12px bold Verdana, Arial, Helvetica, sans-serif;
	line-height: 160%;
	color: #666;
	background-color: #fff;
}

.textArea p, .textArea ul{
	padding-right: 20px;
}

.textArea h1{
	font-size: 24px;
	color: #AA0003;
	/* color: #E00; */
	padding-bottom: 10px;
	_margin-top: 20px;
	border-bottom: 2px solid #ccc;
}
.textArea h1 a:link, .textArea h1 a:visited, .textArea h1 a:active{
	background-image: url(images/pdfRound.jpg);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 12px;
	padding: 3px 13px 3px 7px;
	_margin-top: -15px;
	float: right;
	background-color: #999;
}
.textArea h1 a:hover{
	background-image: url(images/pdfRoundOver.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #777;
}
.links a:link{
	background-image: url(images/pdfRound.jpg);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 12px;
	padding: 3px 13px 3px 7px;
	_margin-top: -15px;
	float: right;
	background-color: #999;
}
.links a:hover{
	background-image: url(images/pdfRoundOver.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #777;
}


.textArea h3{
	font-size: 13px;
}

.textArea h4{
	float: left;
	margin: 0;
	padding: 2px 3px;
	font-size: 13px;
	color: #FFF;
	font-style: oblique;
	background-color: #AA0003;
}

.indented{
	color: #666;
	margin: 0;
	font-style: normal;
	padding-left: 25pt;
	padding-right: 25pt; 
	padding-top: -15px;
	font: 12px bold Verdana, Arial, Helvetica, sans-serif;
	line-height: 160%;
	}

.indented a {
	color: #666;
	cursor: pointer;
	}

.insetPic{
	float: right;
}

.redLink a:link, .redLink a:visited{
	display: block;
	background-color: #888; 
	font-weight: bold;
	width: 140px;
	padding: 1px 2px;
	margin-top: 5px;
	border-top: 2px solid #aaa;
	border-left: 2px solid #aaa;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	
}
.redLink a:hover{
	background-color: #666;
	border-top: 2px solid #444;
	border-left: 2px solid #444;
	border-right: 2px solid #888;
	border-bottom: 2px solid #888;
}


.bioBox{
	border-collapse: collapse;
}
.bioBox td{
	padding: 8px;
	border: 1px solid #666;
}


/**  DARK ROUNDED BOX **/

.roundcontDK {
	background-color: #efefef;
	color: #333;
	background: url(images/rounded_dk_slice.jpg) repeat-y;
}


img.specs {
	margin-top: 30px;
	margin-left: 40px;
	float: left;
}

.roundcontDK ul{
	list-style: none;
	float: right;
	padding-right: 50px;
}

.roundcontDK li{
	margin-top: 5px;
}


/** ROUNDED BOX - CAN EXPAND **/

.roundcont {
	width: 185px;
	background-color: #e8e8e8;
}
.inner{
	padding-top: 10px;
	font-size: 10px;
	line-height: 130%;
	background-image: url(images/round_slice_top.jpg);
	background-repeat: repeat-x;
}

.roundtop { 
	background: url(images/rounded_corner_tr.jpg) no-repeat top right; 
}

.roundbottom {
	background: url(images/rounded_corner_br.jpg) no-repeat bottom right; 
}
.roundbottomright{
	background: url(images/round_right_bottom.jpg) no-repeat bottom right;
	height: 21px;
	font-size: 9px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: right;
}

.inner h3{
	text-size: 14px;
	margin-bottom: 0;
	margin-top: 0;
}
.roundbottomright a:link, .roundbottomright a:visited, .roundbottomright a:active{
	background-color: #AA0004;
	padding: 0 10px;
}
.roundbottomright a:hover{
	background-color: #890000;
}
.textPadding {
	padding: 0 20px 30px;
	font: 12px bold Verdana, Arial, Helvetica, sans-serif;
	line-height: 160%;
	color: #666;
	background-color: #fff;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 20px;
	display: block;
}


/***  CONTACT PAGE  **/
.form {
	margin-top: 10px;
	_height: 210px;
	border: none;
}
.form p{
	margin-bottom: -10px;
	_margin-bottom: -20px;
	
}
	
.form label{
	float: left;
	display: block;
	text-align: right;
	width: 75px;
	padding-right: 10px;
}

.form input, textarea{
	border: 1px solid #999;
}
.locations{
	border-right: 1px solid #bbb;
}
.locations p{
	width: 150px;
	border-bottom: 1px dotted #ccc;
}