@charset "UTF-8";
/* CSS Document */

body{
	background: #000000 url(../images/background.jpg) no-repeat top;
	height: 100%;
	}
#container{
	width: 862px;
	height:auto;
	margin-left:auto;
	margin-right: auto;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	}
#menu{
	background-color: #43545E;
	border: 1px solid #ffffff;
	width: 860px;
	height: 56px;
	}
.logo{
	float: left;
	margin: 23px 0 0 20px;
	}
.nav{
	text-align: right;
	margin: 18px 0 0 0;
	}
#main{
	width: 860px;
	height: 490px;
	color: #fff;
	margin: 8px 0 0 0;
	border: 1px solid #ffffff;
	background: url(../images/transparent_black.png) center no-repeat;
	}
#main p{
	margin: 15px 0 0 0;
	font-size: 10pt;
	text-align: justify;
	}
#main h3{
	color: #fcd40b;
	font-weight:100;
	}
#main h4{
	color: #ffe358;
	font-weight: 100;
	font-size: 11pt;
	}
#main ul{
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	}
#main ul li{
	background: url(../images/dash.gif) left no-repeat;
	text-decoration: none;
	padding: 0 0 0 10px;
	margin: 0;
	}
#main ul li a{
  	display: block;
  	vertical-align: bottom; /* This fixes the IE5 Win gap! */
	}
#imgLeft{
	float: left;
	width: 330px;
	}
.image{
	border: 1px solid #ffffff;
	margin: 10px 0 0 10px;
	}
#bio{
	height: 432px;
	width: 430px;
	margin-left: 330px;
	padding: 50px 50px 0 50px;
	}
#footer{
	width: 862px;
	height: 20px;
	padding: 5px 0 0 0;
	}
#footer p{
	font-size: 10pt;
	color: #fff;
	}
.clear{
  clear: both;        /* extend height of .main to longest column */
  height: 1px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
	}

.contact{
	font-size: 9pt;
	text-align: right;
	margin: 20px 0 0 0;
	color: #fff;
	}
.contact input{
	border: 1px solid #CCCCCC;
	}
a{
	color: #ffffff;
	text-decoration: underline;
	}
a:hover{
	color: #CCCCCC;
	}
ul,ol{
	/*list-style: none;*/
	font-size: 10pt;
	}
h1,h2,h5,h6{
	display: none;
	font-size: 12pt;
	}
ul,ol,li,p,h1,h2,h3,h4,h5,h6,pre,form,html,body,blockquote,fieldset,input{
	margin: 0;
	padding: 0;
	}

fieldset, img{
	border: 0px;
	}
.close{
	float: right;
	margin: 20px 10px 0 0;
	padding: 5px;
	}
.logo_pop{
	float: left;
	padding: 22px 0 0 190px;
	}	
#videoLinks{
	background: url(../images/black_background.png) 0 0 no-repeat;
	margin: 15px 0 0 0;
	padding: 13px;
	height: 155px;
	}
	


/*--IE 6 PNG Fix--*/

img{ behavior: url(iepngfix.htc) }