/* CSS Document */
/*  =reset.css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin : 0; padding :0; }

h2, h3, h4, h5, h6 { font-size : 100%; font-weight : normal; }
ol, ul { list-style-type : none; }
table { border-collapse : collapse; border-spacing : 0; }
caption, th { text-align : left; }
fieldset, img {
	border : 0;
}

#wmv{}
p.line{border-top:1px solid #333;padding:20px 0px 10px 0px;}
.imgo{border:1px solid #e0e0e0;margin:20px 0px 20px 0px;}

a {
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

a:hover {
	color: #FF3300;
}


body {
	width : 100%;
	margin : 0px;
	padding: 0px;
	background-color: #303030;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 88%;
	line-height: 1.4em;
}

.vid{float:left;padding:0px 20px 20px 0px;width:300px;HEIGHT:250px;}

#wrapper {
	width : 800px;
	margin : 0 auto;
	padding: 0px;
	position: relative;
	background-color: #000000;
	background-image: url(assets/bg_tile.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#content  {
	width : 640px;
	position: relative;
	margin-left: 80px;
}

#content h1 {
	color:#FF3300;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 10px;
	 }
	 
#content h2 {
	color:#FF3300;
	font-size: 90%;
	font-weight: bold;
	font-style: italic;
	 }
	 
#content p {
	padding-bottom: 10px;
}

#content ul {
	padding-left: 30px;
}
	 
#content li {
	list-style-position: outside;
	list-style-type: disc;
}

#branding {
	width : 100%;
	height: 131px;
	position: relative;
	background-image: url(assets/web-header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#branding h1 {
	z-index : 1;
	text-indent : -9999px;
}
#branding h2 {
	float: right;
	padding-right: 15px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 120%;
	line-height: normal;
	padding-top: 40px;
	text-align: center;
} 

#mainNav
{
	padding: 0;
	width: 640px;
	height: 30px;
	font-weight: bold;
	font-size: 99%;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 80px;
	background-color: #303030;
	font-style: italic;
}

#mainNav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 30px;
	display: inline;
}

#mainNav li
{
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 30px;
	text-decoration: none;
	float: left;
}

#mainNav a
{
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	display: block;
	margin: 0;
	text-align: center;
	padding: 0px 5px 0px 25px;
}

#mainNav a:hover, #mainNav a:active {
	color: #FF3300;
}

#mainNav a.active:link, #mainNav a.active:visited
{
position: relative;
z-index: 102;
color: #FF3300;
font-weight: bold;
}

#footer {
	width : 640px;
	height: 120px;
	position: relative;
	clear: both;
	margin-left: 80px;
}

#footer p {
	padding-top: 20px;
	text-align: center;
	font-size: 100%;
}

.footnote {
	font-size: 80%;
	text-align: right;
	position: absolute;
	top: 99px;
	right: -71px;
}

.img {
	border:2px solid #999999;
	padding: 0px;
	margin-top: 10px;
	}
	
.imgR {
	border:2px solid #999999;
	padding: 0px;
	margin-top: 10px;
	float: right;
	}
	
.imgL {
	border:2px solid #999999;
	padding: 0px;
	margin-top: 10px;
	float: left;
	}
	
.highlightRed {
	color: #FF3300;
	font-weight: bold;
}













.box {
	margin: 0px;
	padding: 0px;
	background-color: #CC00FF;
}
.boxInner {
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.boxLeft {
	margin: 0px;
	padding: 0px;
	width: 30%;
	float: left;
}
.boxLeftRight {
	margin: 0px;
	padding: 0px;
	width: 67%;
	float: right;
}
.boxRight {

	margin: 0px;
	padding: 0px;
	width: 30%;
	float: right;
}
.boxRightLeft {
	width: 67%;
	float: left;
	margin: 0px;
	padding: 0px;
}

p.bigger{font-size:24px; font-weight:bold;padding:20px 0px 0px 0px;line-height:1.2em;}
