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

body{
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	
}


h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #CA3902;
	margin-bottom: 0px;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFCC00;
	margin-bottom: 0px;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 1px;
	padding-left: 5px;
	margin-bottom: 0px;
}

li{
	color: #993300;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 15px;
}

a{
	color: #FFCC00;
	text-decoration: none;
}

a.hover{
	color: #CCCC00;
	text-decoration: underline;
}

.formbtn{
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	background-color: #FFCC33;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.formbtn2{
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	background-color: #FFCC33;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 220px;
	font-size: 14px;
	margin: 0px;
}

.formbtn3{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC33;
	font-size: 14px;
	margin: 0px;
}

#home{
	margin-bottom: 10px;
}


#content{
	background-image: url(assets/dt_back.jpg);
	background-repeat: no-repeat;
	height: 637px;
	width: 870px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

.contentdiv{
	width: 390px;
}

#topcontent{
	height: 163px;
	padding-right: 7px;
	padding-left: 10px;
	padding-top: 0px;
}

#namebox{
	float: right;
	height: 154px;
	width: 359px;
	margin-top: 8px;
	margin-right: 4px;
}


#navbox{
	float: right;
	height: 155px;
	width: 490px;
	margin-top: 8px;
}


#centercontent{
	width: 850px;
	height: 340px;
	color: #990000;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
}



#headbox{
	height: 34px;
	width: 235px;
}


#center_box{
	height: 340px;
	width: 430px;
	float: right;
	margin-left: -235px;
	margin-top: 0px;
	padding-top: 0px;
}

#center_box2{
	height: 340px;
	width: 420px;
	float: right;
	margin-left: -235px;
	margin-top: 0px;
	padding-top: 0px;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	padding-left: 8px;
}


#center_boxVideo{
	height: 340px;
	width: 590px;
	float: right;
	margin-left: -210px;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 15px;
}

#social_box{
	height: 150px;
	width: 184px;
	float: right;
	margin-top: 0px;
	background-repeat: no-repeat;
	padding-top: 20px;
}

img{border:0px;}
/* Scroller Wide */



/* Added styles for paginate-slider1 and slider1 divs so they would fit in IE*/

#paginate-slider1 {

  width: 350px;

}



#slider1 {

  height: 340px;

} 



.contentslide{

padding: 8px;

width: 500px;

height: 300px;

}



.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/

width: 100%;

height: 100%;

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);

-moz-opacity: 1;

opacity: 1;



}



.contentslide .contentdiv{

display: none;

}



.pagination{

	width: 500px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/

	text-align: right;

	border-width: 0 10px; /*Left/ right border width of pagination DIV.*/

	padding: 0 0 4px 0;

	color: #FF6600;

}



* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/

width: 500px; /*IE5 width*/

width: 300px; /*IE6 width*/

}



.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #CCCCCC;
	background-color: #333333;
}



.pagination a:hover, .pagination a.selected{
	color: #FFFFFF;
	background-color: #990000;
}





/* Scroller Guts */



.contentslide_2{

	padding: 8px;

	width: 350px;

	height: 420px;

}



.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/

width: 100%;

height: 100%;

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);

-moz-opacity: 1;

opacity: 1;



}



.contentslide .contentdiv{

display: none;

}



.pagination_2{

	width: 350px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/

	text-align: right;

	border-width: 0 10px; /*Left/ right border width of pagination DIV.*/

	padding: 3 0 4px;

	color: #FF6600;

	margin-top: 8px;

}



* html .pagination_2{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/

width: 315px; /*IE5 width*/

w\idth: 2950px; /*IE6 width*/

}



.pagination_2 a{

	padding: 0 5px;

	text-decoration: none;

	color: #666666;

	background-color: #CCCCCC;

}



.paginatio_2n a:hover, .pagination_2 a.selected{

	color: #000;

	background-color: #FF6600;

}

.post{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 3px;
	padding-bottom: 2px;
}

#blog{
	width: 360px;
	height: 310px;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	overflow: hidden;
}


#blog a{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#example3 a{
	color: #FFFF99;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#example3 a:hover{
	color: #FFCC00;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}


#example3 p{ /*CSS specific to demo 3*/
	margin-bottom: 2px;
	margin-top: 2px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 13pt;
}

.footnote{
	font: 9px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
}
