/* CSS Document */

html
	{
	height:100%;
	margin: 0px;
	padding: 0px;
	}
body
	{
	width:100%;
	height:100%;
	font-size:75%;
	background:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
img
	{
	border:0px;
	}
* 
	{
	padding: 0;
	margin: 0;
	}
.spacer
	{
	margin-top:5px;
	}
blockquote {
	width:auto;
	height:auto;
	padding:0px 10px 10px 0px;
	float:left;
	}
.input {
	border:1px solid #999;
	padding:2px 0px 2px 2px;
	height:auto;
	background-color:#E1E1E1;
	color:#666;
	}
.input:focus {
	border:1px solid #999;
	padding:2px 0px 2px 2px;
	height:auto;
	background-color:#FFF;
	color:#666;
	}
textarea {
	border:1px solid #999;
	padding:2px 0px 0px 3px;
	background-color:#E1E1E1;
	color:#666;
	}
textarea:focus {
	border:1px solid #999;
	padding:2px 0px 0px 3px;
	background-color:#FFF;
	color:#666;
	}
hr {
	background-color:#666;
	color:#666;
	height:0.1px;
	width:auto;
	}
br {
	line-height:5px;
	}
h1 {
	color:#06475D;
	font:normal 600 1.4em Verdana, Arial, Helvetica, sans-serif;
	background:#EEE;
	padding:4px 0px 4px 3px;
	margin-bottom:5px;
	}
h2 {
	color:#06475D;
	font:normal 100 1.2em Verdana, Arial, Helvetica, sans-serif;
	}
h3 {
	color:#06475D;
	font:normal 100 1em Arial, Helvetica;
	}
p  {
	color:#083B52;
	font:normal 100 0.9em Verdana, Arial, Helvetica, sans-serif;
	line-height:17px;
	}
p a {
	color:#990000;
	font-weight:bold;
	text-decoration:none;
	}
p a:hover {
	color:#999;
	font-weight:bold;
	text-decoration:none;
	}

/*******************
MAIN SITE STRUCTURE
********************/
#outerContainer {
	top:0;
	position:relative;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	background:url(../img/tudeskiBg.jpg) no-repeat;
	}
#container {
	padding-top:1px;
	position:relative;
	width:1000px;
	height:auto;
	margin:auto;
	clear:both;
	overflow:hidden;
	}
#header {
	position:relative;
	overflow:hidden;
	width:985px;
	height:115px;
	margin:auto;
	padding:5px 5px 0 10px;
	background:url(../img/headerBg.png) no-repeat;
	}
#headerLeft {
	position:relative;
	float:left;
	width:305px;
	height:110px;
	background:url(../img/logoHeader.png) no-repeat;
	}
#headerRight {
	position:relative;
	float:right;
	width:660px;
	height:110px
	}

#contentWrapper {
	position:relative;
	overflow:hidden;
	width:1000px;
	height:auto;
	padding:1px 0 0 0;
	}
#contentLeft {
	float:left;
	overflow:hidden;
	position:relative;
	width:160px;
	height:700px;
	padding:5px 5px 0 5px;
	background:url(../img/colBg.png) no-repeat top left;
	}
#contentRight {
	float:left;
	overflow:hidden;
	position:relative;
	width:166px;
	height:auto;
	padding:5px 2px 0 2px;
	background:url(../img/colBg.png) no-repeat top left;
	}
#contentRight h2 {
	color:#06475D;
	font:normal 100 1em Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 3px 0;
	border-bottom:1px solid #990000;
	margin:0 0 3px 0;
	}
#contentRight p  {
	color:#333;
	font:normal 100 0.8em Verdana, Arial, Helvetica, sans-serif;
	line-height:17px;
	}
#contentRight p a {
	color:#990000;
	font-weight:bold;
	text-decoration:none;
	}
#contentRight p a:hover {
	color:#999;
	font-weight:bold;
	text-decoration:none;
	}
.linkBox {
	width:auto;
	height:auto;
	padding:3px;
	background:#D8D8D8;
	margin-bottom:5px;
	}
#content {
	float:left;
	overflow:hidden;
	position:relative;
	width:638px;
	padding:10px 10px 60px 10px;
	height:auto;
	margin:0 1px 0 1px;	
	min-height:450px;
	background:url(../img/content-bg.png) no-repeat top left;
	}	
#content img {
	margin-right:20px;
	margin-bottom:10px;
	}
#contentVideo {
	width:605px;
	height:auto;
	padding:0px 20px 0px 0px;
	}
.companyLogo {
	float:left;
	width:240px;
	height:auto;
	padding:4px;
	text-align:center;
	}
.companyLogo img {
	border:3px solid #EEE;
	}
.companyBio {
	float:left;
	width:330px;
	height:auto;
	padding:4px;
	}
.boxWrap {
	position:relative;
	clear:both;
	width:662px;
	height:auto;
	}
.contentBox {
	float:left;
	width:325px;
	height:auto;
	color:#FFF;
	padding:5px 5px 15px 0px;
	}
#poster {	
	float:left;
	position:relative;
	overflow:hidden;
	width:290px;
	height:auto;
	padding:2px;
	padding:0px 0px 20px 0px;
	text-align:center;
	}
.newsItem {
	float:left;
	position:relative;
	overflow:hidden;
	width:320px;
	height:auto;
	padding:2px;
	}
#newsHeader {
	width:auto;
	height:auto;
	padding:4px 0px 4px 3px;
	background-color:#06475D;
	color:#FF9900;
	}		
.newsItem {
	position:relative;
	overflow:hidden;
	width:600px;
	height:auto;
	padding:2px;
	}
	
/******
Nav
******/
#menuWrap {
	position:relative;
	overflow:hidden;
	width:auto;
	height:auto;
	padding-top:5px;
	}
.subMenu {

	margin-bottom:5px;
	font-size:1.1em;
	}

.subMenu a {
	display:block;
	cursor:pointer;
	width:auto;
	height:auto;
	color:#990000;
	font-weight:bold;
	padding:8px;
	text-decoration:none;
	background:#FFF;
	}
.subMenu a:hover {
	width:129px;
	height:auto;
	padding:8px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	background:#EEE;
	}
#menu1 {
	width:auto;
	height:auto;
	padding:0px 0 0 0;
	}
.subMenuItem {
	font-size:0.8em;
	padding:4px 0px 0px 10px;
	}
.subMenuItem a {
	color:#990000;
	display: block;
	padding: 3px 15px 3px 4px;
	background:#EEE;
	width: auto;
	height: auto;
	text-decoration: none;
	border-bottom:1px solid #FFF;
	}
.subMenuItem a:hover {
	color:#666;
	width:auto;
	height:auto;
	background:#FFF;
	padding:3px 15px 3px 4px;
	}
.subSubMenuItem a {
	color:#666;
	display: block;
	padding: 6px 15px 6px 10px;
	width: 140px;
	height: auto;
	font-size:12px;
	line-height:17px;
	font-weight:lighter;
	text-decoration: none;
	border-bottom:1px solid #FFF;
	}
.subSubMenuItem a:hover {
	color:#000;
	background: #D1DFE5;
	width:auto;
	height:auto;
	padding:6px 15px 6px 10px;
	}
.galleryItem a {
	text-align:right;
	width:120px;
	height:auto;
	color:#990000;
	padding:4px 30px 4px 0;
	}	
#menuFoot {
	float:left;
	position:relative;
	width:160px;
	height:29px;
	background:url(../img/menuBase.jpg);
	}	
	
/**********
Info Boxes
**********/

.boxHead  {
      margin:0;
      padding:4px 0px 0px 10px;
	  width:314px;
	  height:28px;
	  background:url(../img/widgetHead.gif) no-repeat;
      }
 .boxHead a {
      float:left;
      display:block;
      width:290px;
	  cursor:pointer;
  	  padding:5px 25px 3px 0px;
      text-decoration:none;
      font-weight:bold;
      color:#FFF;
      }
.boxContent  {
      margin:0;
	  width:304px;
	   height:219px;
      padding:10px 0px 0px 20px;
	  background:url(../img/widgetBody.gif) no-repeat;
      }	  
	
/******
Gallery
******/

#galleryWrap {
	float:left;
	position:relative;
	overflow:hidden;
	width:630px;
	height:auto;
	padding:0px 0px 10px 0px;
	}
.galleryNav {
	position:relative;
	overflow:hidden;
	}
.galleryNav ul {
	padding:0;
	list-style:none;
	}
.galleryNav li {
	display:block;
	cursor:pointer;
	float:left;
	width:auto;
	height:auto;
	padding:10px 5px 10px 5px;
	font-size:1.1em;
	list-style:none;
	}
.galleryNav a {
	color:#990000;
	text-decoration:none;
	}
.galleryNav a:hover {
	color:#666;
	text-decoration:none;
	}
#mainImage {
	position:relative;
	margin:auto;
	width:656px;
	text-align:center;
	padding:2px 2px 2px 2px;
	background-color:#FFF;
	}
#mainImage img {
	position:relative;
	margin:auto;
	width:auto;
	border:3px solid #CCC;
	}
#imageDescription {
	width:auto;
	height:auto;
	color:#666;
	font-size:1.2em;
	padding:3px 0px 0px 3px;
	}
#thumbWrap {
	position:relative;
	overflow:hidden;
	width:656px;
	height:auto;
	padding:4px 4px 0px 4px;
	text-align:center;
	background-color:#FFF;
	}
.thumbBox a {
	position:relative;
	overflow:hidden;
	float:left;
	width:53.1px;
	height:53.1px;
	padding:0;
	}
.thumbBox img {
	border:3px solid #CCC;
	}
	
.nextPrevWrap {
	position:relative;
	overflow:hidden;
	clear:both;
	width:auto;
	margin:auto;
	font-size:1.2em;
	}
.next {
	overflow:hidden;
	float:right;
	position:relative;
	width:80px;
	height:30px;
	}
.next a {
	display:block;
	color:#990000;
	width:80px;
	height:30px;
	text-decoration:none;
	background:url(../img/next.gif) no-repeat;
	}
.prev {
	overflow:hidden;
	float:left;
	position:relative;
	width:80px;
	height:30px;
	}
.prev a {
	display:block;
	color:#990000;
	width:80px;
	height:30px;
	text-decoration:none;
	background:url(../img/prev.gif) no-repeat;
	}

/******
Footer
******/

#footerWrap {
	margin:auto;
	position:relative;
	clear:both;
	width:auto;
	height:100px;
	background:url(../img/footer.jpg) no-repeat;
	}
#footer  {
	font:normal 100 0.8em normal Arial, Helvetica;
	color:#CCC;
	padding:35px 0 0 10px;
	}
#footer a {
	color:#CCC;
	text-decoration:underline;
	}
#footer a:hover {
	color:#000;
	text-decoration:none;
	}
#footerBg {
	margin:auto;
	position:relative;
	clear:both;
	width:1000px;
	height:100px;
	text-align:center;
	}
