/* ====================================
    CSS STYLES FOR RAMPANT MULTIMEDIA
   ==================================== */   

/* RESET */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, blockquote, th, td, object { margin: 0px; padding: 0px; }
a img { border: none; }
a { outline: none; } /* Gets rid of dotted border around clicked links in Firefox */
table { border-collapse: collapse; }
object { font-size: 0px; line-height: 0px; } /* Gets rid of gap below SWF in Firefox */

/* PAGE ELEMENTS */

body {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #666;
	background: #072f4D;
	text-align: center;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#shadow {
	background: url(../images/elements/bg_shadow.gif) repeat-y 0px 0px;
	text-align: center;
	margin: 0px auto;
	width: 910px;
}
#container {
	background: #FFF url(../images/elements/bg_grid_nav.gif) repeat-y 0px 2px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	position: relative;
}
#masthead {
	background: url(../images/elements/header_main_900.png) no-repeat 0px 0px;
	height: 86px;
	width: 900px;
}
#navMain {
	background: url(../images/elements/shadow_grid.gif) repeat-x 0px 0px;
	margin: 0px;
	padding: 22px 0px 0px;
	float: left;
	height: 470px;
	width: 120px;
}
#contentShadow {
	background: url(../images/elements/shadow_white.gif) repeat-x 0px 0px;
	float: right;
	width: 780px;
}
#content {
	text-align: left;
	display: inline;
	margin: 22px 0px 0px 24px;
	padding: 0px;
	float: left;
	width: 732px;
	overflow: hidden;
}
#bottom {
	background: url(../images/elements/bg_shadow_bottom.gif) no-repeat 0px 0px;
	margin: 0px auto 10px;
	padding: 0px;
	height: 10px;
	width: 910px;
}
#pictr {
	margin: 3px 0px 2px 10px;
	float: right;
}

/* HTML TAGS */

h3 {
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	color: #116193;
	margin: 0px 0px 6px;
}
h4 {
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	color: #116193;
	margin: 0px 0px 4px;
}
p {
	margin: 0px 0px 10px;
}

/* CLASSES */

.text-10 {
	font: 10px/13px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0px 0px 8px;
}
.pagehead {
	margin: 0px 0px 8px;
}
.ruleBlue {
	margin: 12px 0px;
	border-top: 1px solid #116193;
}
.marBot0 {
	margin-bottom: 0px;
}
.nobreak {
	white-space: nowrap;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0;
}

/* LISTS */

.list01 {
	text-indent: -0.7em;
	margin-bottom: 10px;
	margin-left: 1em;
	padding-left: .7em;
	list-style: none;
}

.list01 li {
	margin-bottom: 6px;
}

.list02 {
	text-indent: -0.7em;
	margin-bottom: 10px;
	margin-left: 1em;
	padding-left: .7em;
	list-style: none;
}

.list02 li {
	margin-bottom: 4px;
}

.list03 {
	text-indent: -0.7em;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0.7em;
	list-style: none;
}

.list03 li {
	margin-bottom: 0px;
}

/* TABLES */

.table01 {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0px 0px 10px;
}
.table01 td {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 6px 0px;
	border-bottom: 1px solid #666;
}
.tableHead01 {
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	color: #666;
	border-top: 1px solid #666;
}

/* FORMS */

.formFields {
	font: 11px/12px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 2px 0px 10px;
	height: 18px;
	width: 400px;
	border: 1px solid #666;
}
.formFields2 {
	font: 11px/12px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 2px 0px 10px;
	height: 18px;
	width: 250px;
	border: 1px solid #666;
}
.formArea {
	font: 11px/12px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 2px 0px 12px;
	height: 80px;
	width: 350px;
	border: 1px solid #666;
}

/* LINK STYLES */

a:link, a:active, a:visited { 
	font-weight: bold;
	color: #116193;
	text-decoration: none;
}
a:hover { 
	font-weight: bold;
	color: #88B0C9;
	text-decoration: none;
}
#copyright {
	font: bold 9px/11px Verdana, Geneva, sans-serif;
	color: #003366;
	background: #116193;
	text-align: center;
	margin: 10px 0px 0px;
	padding: 5px 0px 1px;
	float: left;
	width: 900px;
	border-top: 12px solid #0C4F80;
}
#copyright a:link, #copyright a:active, #copyright a:visited {
	color: #003366;
	text-decoration: none; 
}
#copyright a:hover {
	color: #FFFFFF;
	text-decoration: none; 
}
