/* CSS Document */

html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin:0;
	padding:0;
	border:0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background-color: #333333;
	text-align: left;
}

#wrapper{
	width: 950px;
	margin: 10px auto;
	background-color: #000000;
	height: auto;
}

#banner{
	height:130px;
	background-repeat: no-repeat;
	background-color: #000000;
	float: left;
	width: 950px;
	background-image: url(../images/Bravo.smoke.jpg);
}
#blankbanner{
	height:130px;
	background-color: #000000;
	float: left;
	width: 950px;
}
.blankbannertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	float: left;
	height: auto;
	width: 300px;
	margin-top: 25px;
	color: #CCCCCC;
}
.bannerlogosleft{
	height:auto;
	width: 250px;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	margin-right: 65px;
}
.bannerlogosright{
	height:auto;
	width: 250px;
	float: right;
	margin-top: 15px;
	background-repeat: no-repeat;
}
.bannertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	float: left;
	height: auto;
	width: 300px;
	margin-top: 25px;
	margin-left: 500px;
	color: #CCCCCC;
}
.menu {
	height: 10px;
	width: 950px;
	float: left;
}
.menu a:link, .menu a:visited {
	color: #000000;
	font-size: 70%;
	text-decoration: none;
	line-height: 98%;
}
.menu a:hover {
	font-weight: bold;
}
#container {
	width: 950px;
	float: left;
	height: auto;
	color: #FFFFFF;
	font-size: 100%;
	margin: 10px 0 0 0;
	padding-bottom: 5px;
}
#container a:link, #container a:visited {
	color: #FFCC99;
	font-size: 100%;
	text-decoration: none;
	line-height: 130%;
}
#container a:hover {
	color: #FFFFFF;
}

#retainergrey {
	background-color:#333333;
	width: 950px;
	float: left;
	height: auto;
	color: #FFFFFF;
	font-size: 100%;
	margin: 10px 0 0 0;
}
#retainergrey a:link, #retainergrey a:visited {
	color: #FFCC99;
	font-size: 100%;
	text-decoration: none;
	line-height: 130%;
}
#retainergrey a:hover {
	color: #FFFFFF;
}
.mediabox{
	width:500px;
	height: auto;
	float: left;
	margin: 30px 0 15px 45px;
	border: solid #333333 .25pt;
}
.mediabox h1{
	color:#999999;
	font-size: 100%;
}
.mediaholder{
	width: 255px;
	height: auto;
	padding-bottom: 5px;
	float: left;
	margin: 10px 0 20px 0;
}

.medialinks{
	width:325px;
	height: 475px;
	float: left;
	margin: 30px 0 0 35px;
	border-left: solid #333333 1pt;
	padding: 0 0 0 35px;
}
.medialinks h1{
	color:#999999;
	font-size: 100%;
}
.mediathumb{
	width:300px;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}
.mediatext{
	width:250px;
	height: auto;
	float: left;
	line-height: 120%;
	font-size: 80%;
	color: #CCCCCC;
	margin-top: 10px;
}
.mediatext h1{
	color: #FFCC99;
	font-size: 100%;
}

#footer{
	clear:both;
	background-color: #000000;
	font-size: 70%;
	padding: 25px 0 5px 0;
	margin: 5px 0 0 0;
	color: #999999;
	text-align: center;
	width: 950px;
}
#footer a:link, #container a:hover, #container a:visited {
	color: #FFCC99;
	font-size: 100%;
	text-decoration: none;
}
