﻿/* form elements */
#requestform {
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	
	
	/*-webkit-box-shadow: 0 1px 3px #e7e5e5;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);*/

	background: #003366; /* for non-css3 browsers */
	filter:  progid:DXImageTrans.Microsoft.gradient(startColorstr='#4C7FB2', endColorstr='#003366'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#4C7FB2), to(#003366)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #4C7FB2,  #003366); /* for firefox 3.6+ */

	border: solid 1px #000C19;
}
#requestform label {
	display:block;
	font-weight:bold;
	margin:5px 0;
	padding-left: 10px;
}
#requestform input {
	margin-left: 10px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
	
}
#requestform textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
	margin-left: 10px;
	
}
#requestform input.button { 
	margin-left: 10px; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;	
	
}







/* Global Settings */
body
{	
	background:black;
	/*background:url(images/body2.gif) repeat-x #000; */
	color:#333;
	font:normal 11pt Arial,sans-serif;
	text-align:center;
	padding:0;
	margin:0;
	line-height: 1.6em;
}
	
li {	text-align:left;	}

p {	text-align:left;	}


h1 {	text-align:left;	}

h2 {	text-align:left;	}

h3 {	text-align:left;	}

a
{	
	background-color:inherit;
	color:#333;
	text-decoration:none; 
}

a:hover
{	text-decoration:underline; }	
	
img 
{	border: 0;	}

blockquote
{	background:url(images/quote.gif) 0 0 no-repeat #fff;
	/*color:#690;*/
	color:#003366;
	font:italic 15px "Times New Roman",serif; 
	padding:2px 20px 2px 65px;	}	
	
/* Paypal */
#paypal
{
	background-position:right;
	padding:left 60px;
}	
	
/*Main Wrapper for header, content and footer*/
#wrap
{	

	background-color:#fff;
	color:#000;
	width:800px;
	padding-top: 1px;
	margin:30px auto 30px auto;
	
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	
	border: solid 1px #000C19;
	
}

/* Start Header */

#header {

	/*Header Box size and shape*/
	position: relative;
	margin: 10px;
	margin-bottom: 1px;
	padding: 32px 6px 0px;
	line-height: 100%;
	border-radius: .5em;
	width:766px;
	height:146px;

	/*Default Header Text Color*/
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	

	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	
	
	/*-webkit-box-shadow: 0 1px 3px #e7e5e5;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);*/

	background: #003366; /* for non-css3 browsers */
	filter:  progid:DXImageTrans.Microsoft.gradient(startColorstr='#4C7FB2', endColorstr='#003366'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#4C7FB2), to(#003366)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #4C7FB2,  #003366); /* for firefox 3.6+ */

	border: solid 1px #000C19;
}

#header a {

	/*Main Header Text Color*/
	
	text-indent: 300px;
	
	
	font-size: 30pt;
	font-family: Georgia;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);

}

#header p {

	/*Main Header Text Color*/
	
	text-indent: 390px;
	
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);

}

/* End Header */



/* Start Contents */

#contents
{	text-align:left;
	width:750px;
	padding:0 25px 10px 25px;
	padding-top: 5px;
	margin:0 auto;	}
	
#contents h2
{	font:bold 14pt Georgia,sans-serif;
	padding:0;
	margin:0 auto; }	

#contents h3
{	background-color:inherit;
	color:#003366;
	font:bold 12pt Arial,sans-serif;	
	padding:0;	}

#contents span.author
{	font:normal 8pt Arial,Helvetica,sans-serif;
	background-color:inherit;
	color:#666;	}

#contents span.author a
{	background-color:inherit;
	color:#999;
	text-decoration:none;
	padding:0 3px; }

#contents span.author a:hover
{	background-color: #003366;
	color:#fff;	}

#contents p a
{	background-color:inherit;
	color:#003366;
	text-decoration:underline;	} 	
	
#contents p
{	text-align:justify;
	line-height:1.5em; }
	
#contents li
{	line-height:1.5em;	}

#contents li a
{	background-color:inherit;
	color:#003366;
	text-decoration:none;	}

#contents li a:hover
{	text-decoration:underline; }

#contents ul
{	list-style:none; }
	
#contents ul li
{	background:url(images/list.gif) 0 5px no-repeat;
	padding:0 0 0 20px;
	margin:0; }	

#contents .post
{	padding:0 0 20px 0;
	margin:auto;

		}
	
#contents .postleft
{	
margin: 0; 
width: 300px; /*Was originally 300px, changed to 100%*/
float: left; /* Changed to absolute for FF div problems, was Left*/



}

#contents .postright
{	
margin: 0 0 0 30px; /* Puts a 10 pixel space between columns (left side)*/ 
width: auto; 
float: right; 
}

#contents .postmiddle
{
margin-left: 310px;

	
/*margin: 30px 0 0 30px; /* Pushes the column 340px to the right past postleft*/ 
/*width: 100%; */ 
/*float: left; /* Changed to absolute for FF div problems, was Left*/
}


#contents .postbottom
{	padding:470px 0 20px 0; 
	margin:auto;
	float:inherit;
		}
	
/* End Contents */	
	

/* Start Footer */	


#footer

{
	/*Header Box size and shape*/

	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	
	padding-top: 5px;
	
	text-align: center;
	
	

	border-radius: .5em;
	width:780px;
	height:30px;

	/*Default  Text Color*/
	color: #e7e5e5;
	text-decoration: none;
	font-size: small;
	
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	text-align: center;
	

	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	
	-webkit-box-shadow: 0 1px 3px #e7e5e5; 
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);

	background: #003366; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4C7FB2', endColorstr='#003366'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#4C7FB2), to(#003366)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #4C7FB2,  #003366); /* for firefox 3.6+ */

	border: solid 1px #000C19;
}


#footer a {

	/*Main Header Text Color*/

	color: #e7e5e5;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);

}

/* End Footer */


/* Start Size Chart Table */

simple-table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 45px;
	width: 480px;
	border-collapse: collapse;
	text-align: center;
}
#simple-table th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#simple-table td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
	text-align: center;
}
#simple-table tbody tr:hover td
{
	color: #009;
}

/* End Sizing Chart Table */




/* CSS3 Dropdown Menu */
#nav {
	margin: 10px;
	margin-top: 1px;
	padding: 7px 6px 0;
	line-height: 100%;
	border-radius: .5em;
	

	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	
	
	/* bottom nav corners 1 of 4 (optional) */
	-webkit-border-bottom-left-radius: .5em;
	-webkit-border-bottom-right-radius: .5em;
	

	/* nav shadow 2 of 4 */
	/**/
	

	/*-webkit-box-shadow: 0 1px 3px #e7e5e5;*/
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	/**/

	background: #003366; /* for non-css3 browsers */
	
	/*change #4C7FB2 fade to #ffffff 3 of 4*/
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#003366', endColorstr='#4C7FB2'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#003366), to(#4C7FB2)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #003366,  #4C7FB2); /* for firefox 3.6+ */

	/* Add/remove border 4 of 4 */

	border: solid 1px #000C19;
	

}
#nav li {
	margin: 0 5px;
	margin-right: 20px;
	padding: 0 0 8px;
	float: right;

	
	position: relative;
	list-style: none;
	
	
}
/* main level link */
#nav a {
	font-weight: bold;
	
	/*Menu Text Color*/
	color: /*#333;*/ #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #d1d1d1; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */

	color: #333;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #333;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #003366 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#003366', endColorstr='#4C7FB2'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#003366), to(#4C7FB2)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #003366,  #4C7FB2) !important; /* for firefox 3.6+ */

	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
#nav ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */

	display: none;
	margin: 0;
	padding: 0;
	width: 151px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
	
}
#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#nav ul ul {
	left: 145px;
	top: -3px;
	width:115px;
	
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}












