/* CSS Document */

/** {
	margin: 0px;
	padding: 0px;
}*/

body {
	background-color: #b4b3b3;
	background-image: url(Images/bg-tile.gif);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0px;
	padding: 0px;
}

body, table, td, ul, li, div, h4 {
	font-family: arial,verdana,sans serif;
	font-size: 12px;
	font-weight: normal;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 20px !important;
	font-weight: bold;
	color: #a52931 ;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 15px;
	padding-bottom: 2px;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 16px !important;
	font-weight: bold;
	color: #a52931;
	margin-bottom: 15px;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px !important;
	font-weight: bold;
	color: black;
	margin-bottom: 15px;
}

a {
	color: #a52931;
	font-size: 12px;
	text-decoration: none;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

hr {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
	margin-bottom: 10px;
}

ol {
	padding-left: 15px;
}

a:hover {
	color: #a52931t;
	font-size: 12px;
	text-decoration: underline;
}

.caption {
	font-style:italic;
	color: #666666;
	font-weight: normal;
}


#container {
	position: relative;
	width: 980px;
	background-color: white;
}	

#header-banner {
	width: 791px;
	height: 141px;
}

.left_col, .right_col {
	width: 50%;
}

.left_col {
	background: url(Images/bg-left-shadow.gif) repeat-y top right;
}

.right_col {
	background: url(Images/bg-right-shadow.gif) repeat-y top left;
}

.btm-img {
	height: 240px; 
	width: 15px;
}

.header-break {
	height: 8px;
	line-height: 8px;
	font-size: 1px;
	background-color: #333333;
	width: 100%;
}

.content {
	margin-left: 20px;
	margin-top: 20px;
	width: 740px;
	margin-bottom: 30px;
	line-height: 150%;
}

.content ul {
	margin-left: 20px;
	list-style-type: none;
}

.content ol {
	margin-left: 20px;
}

.content ul li {
	background: url(Images/bullet-point.gif) no-repeat left 6px;
	padding-left: 10px;
}


.navigation {
	margin-top: 20px;
}

.footer {
	width: 100%;
	/*min-height: 30px;
	#height: 30px;
	_height: 30px;*/
	/*background-color: #CCCCCC;*/
}

.sponsors {
	background-color: white;
	margin-top: 15px;
	margin-bottom: 15px;
}		

/*-------------------- NAVIGATION STYLES ---------------------*/

.navigation-container {
	position: relative;
}

.navigation-container ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.navigation-container li.off, .navigation-container li.on {
	width: 200px;
	line-height: 27px;
	min-height: 27px;
	_height: 27px;
	#height: 27px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	display: block;
}
.navigation-container li.off {
	background: url(Images/bg-navigation-off.gif) no-repeat;
	color: white;
	
}

.navigation-container li.on {
	background: url(Images/bg-navigation-on.gif) no-repeat;
	color: white;
	padding: 0px;
	margin: 0px;
	display: block;
}

.navigation-container li.child, .navigation-container li.child-first {
	color: white;
	border-top: 1px solid #CCCCCC;
	line-height: 20px;
	min-height: 20px;
	_height: 20px;
	#height: 20px;
	width: 95%;
	display: block;
}

.navigation-container li.child-first {
	border-top: 0px;
}

.navigation-container li.sibling {
	position: relative;
	color: white;
}

.navigation-container a {
	color: #a52931 !important;
	font-size: 12px !important;
	text-decoration: none !important;
}

.navigation-container a:hover {
	color: #a52931 !important;
	font-size: 12px !important;
	text-decoration: underline !important;
}

.li-padding {
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 0px !important;
}

.li-bottom-padding {
	/*margin-bottom: 5px !important;
	margin-top: 5px !important;*/
}

#navigation-under {
	margin-left: 1px;
	min-height: 72px;
	_height: 72px;
	#height: 72px;
	width: 184px;
	background: url(Images/bg-navigation-under.gif) no-repeat top left;
}

#navigation-hidden {
	width: 250px;
	overflow: auto; /* Needed for IE6 to get the correct height */
}

/*-------------------- PICTURE FRAME STYLES ---------------------*/

.frame-container {
	position: relative;
}

.frame-left-corner {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 5px;
	width: 5px;
	line-height: 5px;
	font-size: 1px;
	z-index: 1;
}
.frame-right-corner {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 5px;
	width: 5px;
	z-index: 1;
	line-height: 5px;
	font-size: 1px;
}

.frame-btm-gradient {
	background: url(Images/bg-frame-under.gif) repeat-x top left;
	min-height: 43px;
	_height: 43px;
	#height: 43px;
}

.frame-caption-text, .frame-caption-text td, .frame-caption-text li, .frame-caption-text .bodytext, .frame-caption-text p {
	font-size: 10px;
	color: #999999;
	padding-top: 13px;
}

.frame-caption-text-padding {
	padding-left: 10px;
}

.caption {
	font-family:verdana, arial, sans serif;
	font-weight: normal;
	color: #6d6e71;
	font-size: 11px;
}

.caption a, .caption a:hover {
	font-family:verdana, arial, sans serif;
	font-weight: normal;
	color: #6d6e71;
	font-size: 11px;
	text-decoration: none;
}

.caption a:hover {
	text-decoration: underline;
}
/*-------------- Security styles ----------*/

#mm-security-login-box input {
	border: 1px solid black;
	margin-bottom: 3px;
}