/*
	Menu configuration
*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu{
	text-align:center;
	width:100%;
}

.suckertreemenu a{
	margin:25px;
	text-decoration:none;
	color:#666;
	font-weight:bold;
}

.suckertreemenu ul{
	margin: 0;
	list-style-type: none;
	z-index:99;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
z-index:99;
padding-left:30px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	height:10px;
	padding: 0px 8px;
	text-decoration:none;
	color:#666;
	font-weight:bold;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

.suckertreemenu ul li ul a:hover {
	background-color: white;
	color: #003366;
}


/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;

}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 120px; /*width of sub menu levels*/
color: #333;
padding: 4px 5px 0 10px;
text-decoration:none;
font-family: Arial;
font-size: 11px;
height:20px;
border: 1px solid #FFF;
background:#CCC;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #CCC url(../images/arrow.gif) no-repeat center left;
}

/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */


/*
	Basic text classes*/
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.highlight {
	color:red;
}
.upper {
	text-transform: uppercase;
}
.blue_highlight {
	font: bold 16px arial;
	color:blue;
}
.red_highlight {
	font: bold 16px arial;
	color:red;
}


/*
	template classes*/
#page_body {
	background-image:url(../images/bg.gif);
	background-attachment: fixed;
}
#collage {
	width:900px;
	height:66px;
	background:white;
	padding:2px 2px 0px 2px;
}
#pre_stripe {
	padding:2px 2px 2px 2px;
	width:948px;
	height:118px;
	background:white;
}
#stripe {
	width:948px;
	height:118px;
	background:#333366;
}

#main_menu {
	text-align: left;
	width:100%;
	background:#CCC;
	padding:4px 0 4px 0;
}

#all_content {
	text-align: center;
	height:auto;
	width:906px;
	background:white;
	padding:0 2px 0 2px;
}

/*input[type="submit"] {	
	border: 0;
	background: url(../images/btn_continue.gif) top left;
	background-repeat: no-repeat;
	padding: 5px 60px 5px 75px;
	z-index: 1;
}*/

#submit_btn {
	border: 0;
	background: url(../images/btn_continue.gif) top left;
	background-repeat: no-repeat;
	padding: 5px 60px 5px 75px;
	z-index: 1;
}
#content {
	position:relative;
	width:800px;
	padding:30px 30px 30px 50px;
}
h1 {
	font-family: arial;
	font-size: 16px;
	color:#660000;
	text-align: left;
}
h2 {
	font-family: arial;
	font-size: 14px;
	color:#660000;
	text-align: left;
}
.regular_text {
	text-align: justify;
	font-family: Arial;
	font-size: 12px;
}
.small_text {
	text-align: left;
	font-family: Arial;
	font-size: 11px;
}
div.box {
	border: 1px solid darkred;
}
hr.table_hr {
	border: 1px dotted darkred;
}
div#table {
	background:#ccc;
	padding:10px 10px 10px 10px;
	width:600px;
}
.data_table {
	width:100%;
}
.data_table th{
	padding:10px;
	font-family: Arial;
	font-size: 14px;
	background-color: #660000;
	text-align: center;
	color: white;
	text-transform: uppercase;
}
.data_table td{
	font-family: Arial;
	font-size: 12px;	
	vertical-align: top;
}
hr {
	border: 1px dotted #999;
}
.items {
	list-style: disc inside;
}
#btm_menu {
	text-align: center;
	padding:10px 0 10px 0;
	font-family: Arial;
	font-size: 10px;
	color:#003366;	
}
#btm_menu a{
	text-decoration: none;
	color:#003366;	
}
#btm_menu a:link {
	text-decoration: none;
	color:#003366;	
}
#btm_menu a:hover {
	text-decoration: none;
	color:#003366;	
}
#btm_menu a:active {
	text-decoration: none;
	color:#003366;	
}
#documents {
	position:relative;
	width:auto;
	float:left;
}
.sublist li {
	list-style-type: circle;
}
.question {
	font-family: Arial;
	font-size: 12px;
}
.answer {
	font-family: Arial;
	font-size: 12px;
	background:beige;
	color:darkred;
}
#pic {
	position: relative;
	width:100%;
	text-align: left;
}