/* ====================================
    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;
}
#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/home/bg_grid_home.gif) repeat-y 684px 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;
}
#content {
	text-align: left;
	display: inline;
	margin: 22px 0px 0px 24px;
	padding: 0px;
	float: left;
	width: 636px;
}
#sidebar {
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	margin: 18px 0px 0px 40px;
	padding: 0px;
	float: left;
	width: 186px;
	overflow: hidden;
}
#navMain {
	background: url(../images/pics/pic_home_main_1.jpg) no-repeat 210px 0px;
	height: 336px;
	width: 636px;
}
#navTop {
	height: 0px;
	width: 210px;
}
.nav {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 210px;
}
#bottom {
	background: url(../images/elements/bg_shadow_bottom.gif) no-repeat 0px 0px;
	margin: 0px auto 10px;
	padding: 0px;
	height: 10px;
	width: 910px;
}
.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;
}

/* HTML TAGS */

h3 {
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color: #116193;
	margin: 0px 0px 2px;
}
.h3child {
	margin-top: 12px;
}

p {
	margin: 0px 0px 8px;
}

/* 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; 
}
#linksmall {
	font: 10px/11px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 10px 0px 2px;
	width: 636px;
}
#linksmall a:link, #linksmall a:active, #linksmall a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#linksmall a:hover {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
