/*************************************************************************/
/***************************** SCREEN CSS ********************************/
/*************************************************************************/
/************     	  International Docking Standard         *************/
/*************************************************************************/
/*************************************************************************/
/*************************************************************************/

* {
	margin: 0;
	padding: 0;
}


body, html {
	background: #878995;
	margin: 0;
	margin-top: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.hide {
	position: absolute;
	left: -999em;
}

.clear {
	display: block;
	clear: both;
}

p, td, label {
	color: #333333;
	font-size: 0.9em;
	margin: 0;
	padding: 0 0 1em 0;
}

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

a:hover { text-decoration: underline;}

td p {
	color: #333333;
	font-size: 1em;
	margin: 0;
	padding: 0 0 1em 0;
}
ul {
	margin-left: 20px;
	padding: 0 0 20px 0;
}

#content li, #textArea li li {
	color: #333333;
	font-size: 0.75em;
	margin: 0;
	padding: 0 0 0 0;
}

label { font-size: 1em}

img { border:0;}



h1 {
	color:#000000;
	/*font-weight: bold;*/
	font-size: 2.2em;
}
h2 {
	color: #993333;
	font-weight: bold;
	font-style:italic;
	font-size: 1.5em;
	margin:0 0 0 -30px; 
	padding: 5px 0 5px 0 ;
	
	
	/*color: #197b30;
	font-weight: normal;
	font-size: 1.9em;
	margin:0; 
	padding: 0 0 10px 0 ;*/
}

h3, td h3 {
	/*color: #197b30;
	font-weight: normal;
	font-size: 1.5em;
	margin:0; 
	padding: 5px 0 5px 0 ;*/
	
	color: #333333;
	font-weight: bold;
	font-size: 1.2em;
	margin:0; 
	padding: 0 0 10px 0 ;
}
h3 a { color:#993333; text-decoration: underline; font-size: 0.7em;}
h3 a:hover { text-decoration: none;}

h4 {
	color: #666666;
	font-weight: bold;
	font-style:italic;
	font-size: 1em;
}

h5 {
	font-size: 0.9em;
	margin:0; 
	padding: 5px 0 5px 0 ;
	color: #333333;
}

.blue {color: #171796;}

#textArea li li {
	color: #333333;
	font-size: 1em;
}
.small { font-size: 0.8em;}

#greybox { 
	background: #EDEDED ;
	margin: 15px;
	padding: 10px;
}
#greybox p { margin: 0; padding: 0;}

.tm {
	position: absolute;
	font-size: 0.5em;
	margin: 0; 
	padding: 0;
	
}

.error {
	color: #FF0000;
	font-weight: bold;
}


div.image {
	padding: 10px;
	border: 1px solid #CCC;
	width: 200px;
	overflow: hidden;
	background: #ededed;
	color: #666;
	font-size: 10px;
	
}

.left { float: left; margin: 0 10px 10px 0;}
.right { float: right; margin: 0 0 10px 10px;}

span.clear { clear: both;}



/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/***************** Main Content tags for site *************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/

#page {
	margin-left: auto;
	margin-right: auto;
	background: #e6e2d8 url(../images/bg.jpg) no-repeat top center;
}

/*#header {
	background: #555555 url(../images/header_bg.gif) repeat-x;
	width: 100%;
}*/

#headerGraphic {
	background: transparent url(../images/header_logo.gif) no-repeat;
	width: 960px;
	height: 240px;
	margin-left: auto;
	margin-right: auto;
}

#headerGraphic h1 { 
	display: block;
	margin: 0 0 0 0;
	padding: 80px 0 0 0;
}

#headerGraphic h1 a {
	display: block;
	width: 700px;
	height: 80px;
}

							
		/* tabs
		*************************/
		
		ul.tabs
		{
			display: table;
			margin: 0;
			padding: 0;
			list-style: none;
			position: relative;
			
		}
		
		ul.tabs li
		{	
			display: block;
			margin: 0;
			padding: 0;
			list-style: none;
			float: left;
		}
		
		
		
		/* dropdowns
		*************************/
		
/*		ul.dropdown
		{
			margin: 0;
			padding: 0;
			display: block;
			position: absolute;
			z-index: 999;
			top: 100%;
			display: none;
			left: 0;
			background: transparent;
		}
		
		ul.dropdown ul.dropdown
		{
			top: 0;
			left: 95%;
		}
		
		ul.dropdown li
		{
			margin: 0;
			padding: 0;
			float: none;
			position: relative;
			list-style: none;
			display: block;
		}
		
		ul.dropdown li a
		{
			display: block;
		}
		*/
		
		/* menu-specifc
		*************************/
		
		#menu
		{
			width: 100%;
			height: 32px;	
			/*line-height: 40px;*/
			background: #fc4123 url(../images/menu_bg.gif) repeat-x;
			border-top: 1px solid #000000;
			border-bottom: 1px solid #FFFFFF;
		}
		
		#menu ul
		{
			display: block;
			margin-left: auto;
			margin-right: auto;
			width: 960px;
			height: 32px;
			background: transparent url(../images/menu_bg2.jpg) no-repeat;
			list-style: none;
		}
		
		#menu ul li {
			display: block;
			width: auto;
		}
		
		#menu ul li.hasmore
		{
			/*background: url(../images/drophighlight.png) no-repeat center 27px;*/
		}
		
		#menu ul.tabs li a
		{
			display: block;
			color: #FFFFFF;
			padding: 10px 20px 6px 20px;
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;
			width: auto;
			background: transparent;
		}
		
		
		

		
		
		#menu ul li a img
		{
			vertical-align: middle;
		}
		
		#menu ul li a:hover
		{
			background: #666666;
			filter:alpha(opacity=75); /* IE's opacity*/
    		opacity: 0.75;
		}
		
		#menu ul li a span
		{
			display: block;
			text-align: center;
			
		}
		
		#menu ul li a.long span
		{
			padding: 7px 20px;
			height: 26px;
		}
		
		
		#menu ul li a:hover span
		{
			background: url(../images/topselectionright.png) top right;
		}
		
/*		#menu ul.dropdown
		{
			padding: 10px;
			background: #555555 url(images/dropdown.png);
			overflow:hidden;
			width: 150px;
			z-index: 999;
		}
		
		#menu ul.dropdown li a
		{
			border-bottom: 1px solid #e5cd8e;
			line-height: 30px;
			overflow: hidden;
			height: 30px;
			background: #555555;
		}
		
		#menu ul.dropdown li.last a
		{
			border-bottom-width: 0;
		}
		
		#menu ul.dropdown li a:hover
		{
			background: #474747 url(../images/paw.png) no-repeat left center;
		}
				*/			


/*
						Main Content Area Tags
/**********************************************************************/

/*#container {
	background: #FFFFFF url(../images/content_bg.gif) repeat-y;	
	width:1000px;
	margin-left: auto;
	margin-right: auto;
}*/





#content {
	/*background: #FFFFFF ;*/
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	height: 430px;
	padding: 0  40px 0 0;
}


div #imageHome {
	width: 480px;
	float: left; 
	padding: 0 40px 0 0;
}

#download_btn {
	width: 320px;
	
	padding: 0 40px;
	float: right;
}

#download_btn a {
	display: block;
	width: 320px;
	height: 240px;
	background: transparent url(../images/download_btn.jpg) no-repeat top;
}

#download_btn a:hover {
	background: url(../images/download_btn.jpg) no-repeat 0 -240px;
}

#download_btn p {text-align:justify;}


#download_btn p a, 
#download_btn p a:hover {
	display: inline;
	width: auto;
	height: auto;
	background: none;
}

#download_btn li a, 
#download_btn li a:hover {
	display: inline;
	width: auto;
	height: auto;
	background: none;
}



#content .homeBox {
	background: #ededed;
	display: block;
	width: 450px;
	margin: 0;
	padding: 10px 10px 10px 150px;
}

#content .stripe {
	background: #FFFFFF;
}

#content .homeBox img.thumbnail {
	background: #ededed;
	display: block;
	margin-left: -140px;
	border: 1px solid #999999;
	float: left;
}

/*#supportContentHome {
	width: 286px;
	padding: 100px 10px 10px 10px;
	margin-top: 20px;
	float: left;
	border: 2px solid #000000;
	background: url(../images/touching_base.jpg) no-repeat;
}*/



/*
				 SUBPAGE STYLES  
/**********************************************************************/

#subpage {
	margin-left: auto;
	margin-right: auto;
	background: #e6e2d8 url(../images/bg.jpg) no-repeat top center;
}

#subpage #headerGraphic {
	background: url(../images/header_logo.gif) no-repeat 0 -60px ;
	height: 120px;
}

#subpage #headerGraphic h1 { 
	padding: 20px 0 0 0;
}


#subpage #container {
	background: #878995;	
	width:100%;
}

#subpage #bodybg {
	background: #FFFFFF url(../images/content_bg.jpg) repeat-x top;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#subpage #content {
	width: 580px;
	padding: 30px 30px 30px 350px;
	background: url(../images/content_bottom.jpg) no-repeat bottom;
	min-height: 400px;
	height: auto;
	color: #666666;
}




#subpage #content p, #subpage #content td {
	color: #666666;
}

#subpage div.image_caption {
	margin: 0 0 0 -320px;
	width: 290px;
	/*float: left;*/
	padding: 0 30px 0 0;
	color: #999999;
	font-size: 0.7em;
	position: absolute;
}


#FAQ h3 { 
	font-size: 0.9em; 
	padding: 12px 0;
	line-height: 1.2em;
}

#FAQ a { color: #666666; font-size: 1em;}

#FAQ span  {
	display: block;
	width: 500px;
	padding-left: 15px;
}



/*
				  GALLERY STYLING  
/**********************************************************************/

#subpage #content.gallery {
	width: 880px;
	padding: 30px 30px 30px 50px;
}

#subpage #content.gallery div.image_caption {
	margin: 0 0 0 0;
	width: 290px;
	/*float: left;*/
}

#subpage #content.gallery span a {
	display: block;
	padding: 10px;
	width: 200px;
	color: #666666;
	font-size: 0.8em;
	float: left;
}

#subpage #content.gallery span.galleryRow {
	display: block;
	clear: both;
	position: relative;
	
}


#subpage #content.gallery a img {
	border: 1px solid #CCCCCC;
}


/*
				  Footer and Copyright Area  
/**********************************************************************/

#footer {
	background: url(../images/footer_bg.jpg) no-repeat top center ;
	width: 100%;
	height: 280px;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 0 0;
}

#footerBox {
	width: 938px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	background: #e8e8e7;
	border: 1px solid #FFFFFF;
	filter:alpha(opacity=65); /* IE's opacity*/
    opacity: 0.65;
}

#memberLogos {
	float: right;
	padding: 5px;
}
