@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	z-index: 0;
}

li {
list-style-type: none;
}

.bold {
font-weight: bold;
}

.normal{
font-size: 14px;
}

h1{
padding-top: 20px;
padding-left: 0px;
font-family: Verdana, Arial, helvetica;
font-size: 1.7em;
}

h2{
padding: 10px 0 10px 0;
font-family: Verdana, Arial, helvetica;
font-size: 1.2em;
color: #971217;
}

h3{
padding: 0px 0px 15px 0px;
font-family: Verdana, Arial, helvetica;
font-size: 1.2em;
color: #730d11;
}

a:link { color: white; font-size: .90em; text-decoration: none}
a:visited { color: white; font-size: .90em; text-decoration: none}
a:hover { color: red; 	font-size: .90em; text-decoration: none}
a:active { color: white; font-size: .90em; text-decoration: none}

p {
	padding: 0;
	font-family: Verdana, Arial, helvetica;
	color: #000;
	font-size: .90em;
	line-height: 1.4;
}



* { border: 0px solid #f00; }


body {
	font-family:   Arial, sans-serif;
	font-size: 1em;
	line-height: 1.4;
	border: 0px solid yellow;

}

#main {
background-image:url('../images/bg.jpg');
background-repeat:repeat-x;
background-color:#fff;
color: #000;
margin: 0 auto;
width: 100%;
border: 0px solid green;
}

.video_holder {
background-image:url('../images/video_holder.jpg');
background-repeat:no-repeat;
width: 494px;
height: 301px;
}

.video_tb {
padding: 30px 0 0 30px;
width: 432px;
height: 240px;
}

#header {
width: 957px;
margin: 0 auto;
height: 86px;
border: 0px solid blue;
}

.logo{
float: left;
margin: 15px 0px 0px 20px;
width: 250px;
border: 0px solid orange;
}

.nav{
float: right;
margin: 0px 0px 0px 0px;
width: 250px;
border: 0px solid orange;
}

#rotator_bg {
background-image:url('../images/place_holder.jpg');
background-repeat:no-repeat;
width: 1012px;
margin: 0 auto;
border: 0px solid blue;
}

#image_rotator {
width: 957px;
height: 368px;
margin: 0 auto;
border: 0px solid blue;
z-index: 0;

}

#content{
background-image:url('../images/content_bg.jpg');
background-repeat:no-repeat;
width: 973px;
min-height: 500px;
height: 100%;
margin: 0 auto;
border: 0px solid blue;
}

#content ul {
margin: 20px 0px 20px 30px;
font-size: 14px;
} 
#content li{
list-style-type: circle;
}

#content a:link { color: blue; font-size: .90em; text-decoration: none}
#content a:visited { color: blue; font-size: .90em; text-decoration: none}
#content a:hover { color: blue; 	font-size: .90em; text-decoration: none}
#content a:active { color: blue; font-size: .90em; text-decoration: none}

.text {
float: left;
padding: 20px 0px 0px 40px;
width: 500px;
border: 0px solid blue;
}

.left_container{
float: left;
padding: 20px 0px 0px 40px;
width: 500px;
border: 0px solid blue;
}

.right_container{
float: left;
margin: 100px 0 0 20px;
padding: 20px 0px 0px 40px;
width: 350px;
border: 0px solid blue;
}

.right_container li{
list-style-type: circle;
padding-right: 20px;
}

.video{
float: left;
margin: 150px 5px 10px 50px;
background-image:url('../images/videoplayer_holder.jpg');
background-repeat:no-repeat;
width: 334px;
height: 219px;
border: 0px solid blue;
}

#video_player {
margin: 13px 0 0 14px;
}

#footer {
float: left;
margin-top: 50px;
width: 100%;
background-image:url('../images/footer.jpg');
background-repeat:repeat-x;
border: 0px solid blue;
color: white;
}

#footercontainer{
width: 600px;
height: 50px;
margin: 0 auto;
margin-top: 30px;
border: 0px solid blue;
font-size: .80em;
color: white;
}

#footer a:link { color: white; font-size: .90em; text-decoration: none}
#footer a:visited { color: white; font-size: .90em; text-decoration: none}
#footer a:hover { color: white; 	font-size: .90em; text-decoration: none}
#footer a:active { color: white; font-size: .90em; text-decoration: none}

#navcontainer{
width: 400px;
height: 50px;
margin: 0 auto;
margin-top: 30px;
border: 0px solid blue;
font-size: .90em;
}

#navlist li{
display: inline;
list-style-type: none;
padding-right: 20px;
color: white;
}

body.demo { background: black !important; }
body.demo * { display: none !important; }
