/* CSS Document */
html,body{
	margin:0;
	padding:0; 
	padding-left: 25px;
	padding-right: 25px;
	background-image: url(../images/body_bg.gif);
	background-color: #323232;
	color: #ffffff;

}

#main{
	background-color: #4c0d13;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-x;		
	font-family: Trebuchet MS, Lucida Sans Unicode, Tahoma, Verdana, Arial, sans-serif;
	padding: 0px 0px 10px 10px;
	border: 3px solid #000000;
	border-top: none;
	min-width: 750px;
}

#disclaimer{
	text-align: center;
	color: #ffffff;
	font-size: 9pt;
	padding: 10px 0px 10px 0px;
}

#logo{
	position: absolute;
	top: 198px;
	left: 33px;
	z-index: 10;
}


#menu{
	
	position: absolute;
	top: 288px;
	left: 630px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Tahoma, Verdana, Arial, sans-serif;
	z-index: 50;
	white-space:nowrap;
}

.aMenu{
	position: static;
	text-decoration: none;
	color: #ffffff;
	background-image: none;
	padding: 10px 20px 18px 20px;
	height: 104px;
}

.aMenu:hover{
	position: static;
	text-decoration: none;
	color: #cccccc;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	padding: 10px 20px 18px 20px;
	height: 104px;
	cursor: hand;
}
.active{
	position: static;
	text-decoration: none;
	color: #cccccc;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	padding: 10px 20px 18px 20px;
	height: 104px;
	cursor: hand;
}

a{
	font-weight: bold;
	text-decoration: none;
	color: #cccccc;
}

a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

.symptoms{
	color: #fe4445;
	padding: 10px 0px 0px 30px;
}
.issues{
	color: #fe4445;
	padding: 10px 0px 10px 30px;
	border-bottom: 1px dashed #67111b;
	max-width: 300px;

}
#subInfo{
	padding: 10px 10px 10px 10px;
	border: 1px solid #67111b;
	background-image: url(../images/subInfo_bg.gif);
	background-repeat: repeat-x;
}
#subMenu{
	padding: 40px 20px 0px 20px;
	font-size: 10px; 
	text-align: center;
}