* { margin: 0; padding: 0; }


html
{
	color: #333333;
	background-color: #fff;
	font: normal 12px "Trebuchet MS", "Lucida Grande", Verdana, Sans-Serif;
}



a { text-decoration: none; font-weight: bold; border-bottom: 1px dotted #333333; }

a:link { color: #eeeeee; border-bottom-color: #eeeeee;}

a:visited { color: #eeeeee; border-bottom-color: #eeeeee; }

a:hover, a:active { color: #ffffff; border-bottom-style: solid; border-bottom-color: #eeeeee; }

/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 10px 0 15px; text-align: left;}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: normal; border-bottom-width: 0; }

h1 { font-size: 32px; }

h2 { font-size: 22px; }

h3 { font-size: 24px; }

h4, h5, h6 { font-size: 20px; }

/* Lists */

ul, ol, dl
{
	margin: 15px 25px; 
	line-height: 1.3em;
}

ol { margin-left: 30px; }

ul { list-style-type: none; }

/* Images */

.drop-shadow
{
	float: left;
	position: relative;
	/*margin: 10px 3px 0 10px !important; */
	margin: 10px 3px 0 5px; 
	/*background: transparent url(images/drop_shadow.png) bottom right no-repeat !important;*/
	background: transparent url(images/drop_shadow_ie.gif) bottom right no-repeat;
}

.drop-shadow img
{
	padding: 4px;
	display: block;
	position: relative;
	margin: -6px 6px 6px -6px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
}

.drop-shadow p
{
	right: 11px;
	bottom: 0px;
	color: #eeeeee;
	padding: 5px 10px;
	position: absolute; 
	background-color: #2e333b;
	border-top: 1px solid #111111;
}

/* Other Html Elements */

blockquote, pre 
{ 
	padding: 10px;
	color: #555555;
	margin: 20px 30px; 
	background-color: #f9f9f9; 
	border: 1px solid #e9e9e9;
}

code { font-family: Consolas, Monaco, Verdana, "Courier New"; font-size: .93em; }

abbr, acronym, cite { border-bottom: 1px dotted #333333; cursor: help; }

hr { visibility: hidden; height: 1px; clear: both; }

/* Structure */

/* body { } */

#header 
{ 
	background-color: #C80000; 
	border-bottom: 1px solid #000000; 
	height: 100px;
}
.headerback
{ 
	background-color: #C80000;
	text-align: left;
}

#navigation 
{ 
	float: left; 
	clear: both; 
	width: 100%; 
	background-color: #eeeeee; 
	border-bottom: 1px solid #dddddd;
}

#content-wrapper
{
	clear: both;
	width: 750px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	
	
}
#hcontent-wrapper
{
	clear: both;
	width: 750px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #FFFFFF url("images/contentbackground.jpg") no-repeat;
}

#content 

{  
margin:0 auto;
padding:0; 
width: 100%;
height: 450px;
}


#footer 
{ 
	margin:0;
	padding: 0;
	float: left; 
	clear: both; 
	width: 100%; 
	color: #999999;
	background-color: #C80000;
	border-top: solid 1px #a80000; 
	border-bottom: solid 1px #a80000; 
}

/* Header */

#header h1 { font-size: 13px; margin: 0; padding: 25px 0px 0px 0px; }

#header a { border-bottom-width: 0; color: #ffffff; }

/* Navigation */

#navigation ul { margin: 0; padding: 0; list-style-type: none; float: left; }

#navigation li { float: left; }

#navigation a
{
	float: left;
	display: block;
	color: #282828; 
	padding: 5px 8px;
	border-bottom-width: 0; 
}

#navigation a:hover, #navigation a:active 
{ 
	color: #eeeeee; 
	background: #C80000 url(images/menu_hover.jpg) top left repeat-x; 
}

#navigation li.active a
{
	color: #eeeeee; 
	background: #C80000 url(images/menu_hover.jpg) top left repeat; 
}

/* Content */

#content p
{
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-align: left;
	/*float: left;*/
}

#content a.drop-shadow p { margin: 0; bottom: 10px; }

a.drop-shadow { border-bottom-width: 0; font-weight: normal; }

a.dropshadow:hover, a.dropshadow:active { background-color: #eeeeee; }

/* Footer */

#footer a { color: #81a2c3; border-bottom-color: #81a2c3; }

#footer a:hover, #footer a:active { color: #C80000; border-bottom-color: #C80000; }

#meta div
{ 
	padding: 0;
	width: 33%;
	float: left;
	margin: 0;
	}
.footerback {
	background-color: #C80000; 
}

#meta h3 
{
	font-size: 12px;
	text-align:center;
	color: #fff;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#meta li
{
	list-style:none;
	list-style-image: none;
	text-align: left;
}

#meta li a
{
	display: block;
	padding: 2px 5px;
	color: #eeeeee; 
	border-bottom-color: #fff;
}

#meta li a:hover, #meta li a:active
{
	color: #282828; 
	background-color: #fff;
	border-bottom-color: #fff;
	border-bottom-style: solid;
}

#copyright 
{ 
	border-top: solid 2px #a80000; 
	background-color: #282828; /*#252522; */
	padding: 10px; 
	clear: both;
} 

#copyright  a 
{ 
	text-decoration: none; 
	font-weight: bold; 
	border-bottom: 1px dotted #333333; 
}

#copyright  a:link 
{ 
	color: #eeeeee; 
	border-bottom-color: #eeeeee;
}

#copyright  a:visited 
{ 
	color: #eeeeee; 
	border-bottom-color: #eeeeee; 
}

#copyright  a:hover, a:active { 
	color: #ffffff; 
	border-bottom-style: solid; 
	border-bottom-color: #eeeeee; 
}
.imgleft
{
	float: left;
	border: none;
}
.imgright
{
	float: right;
	border: none;
}
.contentleft 
{	
	margin:0 auto;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:3px;
	float:left;
	width: 300px;
	height: 100%;
	color: #FFFFFF;
	background-color: #C80000; 
	overflow:hidden;
	text-align:left
	/*border-top: #780000 1px solid;
	border-bottom: #780000 1px solid;*/

}

.contentleft p a:link
{	
color: #666666;
 border-bottom-width: 0;
}
.contentleft p a:hover
{	
color: #666666;
 border-bottom-width: 0;
}
.contentleft p a:visited
{	
color: #666666;
 border-bottom-width: 0;
}
.fcontentleft 
{	
	margin:0 auto;
	padding:20px 3px 0px 20px;
	float:left;
	width: 280px; 
}
.contentright 
{
	background: url("images/specbackground.jpg") no-repeat center top;
	margin:0 auto;
	padding:0;
	float:left;
	width: 446px;
	height: 100%;
	border-right: #C80000 1px solid;
}

.rightimg
{
	text-align: center;
	padding-top: 40px;
}

#screenie
{
	padding: 5px;
	border: #CCCCCC 1px solid;
}
.leftimg
{
		padding-top: 30px;
		height: 120px;
		width: 100%;
		overflow: auto; 
		scrollbar-face-color:#C80000;
		scrollbar-arrow-color:#780000;
		scrollbar-track-color:#ffffff;
		scrollbar-shadow-color:#780000;
		scrollbar-highlight-color:#D80000;
		scrollbar-3dlight-color:#D80000;
		scrollbar-darkshadow-Color:#780000;
}
.leftimg table td
{
border: #CCCCCC 1px solid;
}

#thumb
{
	margin: 2px;
	border: #fff 5px solid;
}
.red {
color: #C80000;
}
.white {
color: #FFFFFF;
}

/*Specpage Content Left and Panel */
.contentleft a:focus {
	outline: none;
}
.contentleft #panel {
	margin: 0 auto;
	padding:0;
	background: #fff;
	height: 408px;
	display: none;
	
	border-left: solid 2px #a80000;
	border-right: solid 2px #a80000;
	color: #666666;
}
.contentleft .slide {
	margin: 0;
	padding:0px 0px 0px 0px;
	background: #C80000 url("images/btn-slide.jpg") no-repeat center top;
	border: none;
	color: #666666;
}
.contentleft .btn-slide {
	background: url("images/white-arrow.gif") no-repeat right -50px;
	text-align: right;
	width: 300px;
	height: 36px;
	padding:10px 0 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	border: none;
}
.contentleft .btn-slide p{
	color: #666666;
}
.contentleft .btn-slide p{
	color: #FFFFFF;
}
.contentleft .btn-slide p a:link{
	color:  #666666;
}
.contentleft .btn-slide p a:hover{
	color: #999999;
}
.contentleft .btn-slide p a:visited{
	color: #666666;
}
.contentleft .active {
	margin: 0 auto;
	padding:0;
	background-position: right 12px;
}

/* NEWS SECTION */
#news {

height: 428px;
overflow: auto;
text-align: left;
}

#news h3 {
font-size: 22px;
padding-bottom: 20px;
margin:0 auto;
text-align:left;

}

#news h2 {
font-size: 18px;
padding:0;
margin:0;
}

#news p {
line-height: normal;
letter-spacing: normal;
}
/*
#news ul {
float: none;
line-height: 1.5em;
letter-spacing: normal;
text-align: left;
}

#news ul li {
float: none;
list-style:square;
letter-spacing: normal;
text-align: left;
}
*/
#news a:link{
color: #282828;
text-decoration: none; 
border-bottom-width: 0;
}
#news a:hover{
color:  #999999;
text-decoration: underline; 
border-bottom-width: 0;
}
#news a:visited{
color: #282828;
text-decoration: none;  
border-bottom-width: 0;
}

/*
#news .pageitem {
padding-top: 5px;
padding-bottom: 5px;
}
*/

#news .pane-list {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:left;
	color: #FFFFFF;
}
#news .pane-list li {
	background: #C80000;
	padding: 10px 20px 10px;
	border-top: dotted 1px #ffffff;
	cursor: pointer;
}
#news .pane-list li:hover {
	background: #ffffff;
	color: #282828;
	
}


/*contact*/
.contact {
text-align:left;
}

.imagefade, .imagefade1, .imagefade2  {
display: none;
padding-right:20px;
}