/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #001A00;
	background: #001a00 url(../imagesNew/outerContentBG.jpg) repeat-x;
}

/************** Layout Elements *******************/

#wrapper {
	width: 770px;
	margin: 0 auto;
	font-size: 80%;
	min-height: 400px;
	/*border: 3px solid #E7E3CE;*/
}

#header {
	height: 50px;
}

#header #title {
	margin-top: 10px;
}

/*Note: This is the actual image. There is also a blank gif in includes/strap.php that containsthe map for the link to the shop, etc. */
#strap {
	height: 206px;
	background: url(../imagesNew/strapBG.jpg) no-repeat;
	margin-top: 6px;
}

#content {
	padding-top: 1px;
}

#innerwrapper {
	margin: 25px;
	padding-bottom: 0px;
	margin: 0px 0;
	background-color: #E7E3CE;
	background-image: url(../imagesNew/innerwrapperBG.jpg);
	background-repeat: repeat-y;
}

#innercontent {
	min-height: 200px;
	margin: 0 328px 0 187px;
	padding-right: 10px;
}

.twocol #innercontent {
	margin: 0 20px 0 187px;
}

#rightcol {
	min-height: 150px;
	float: right;
	width: 320px;
	margin-right: 8px;
}

.twocol #rightcol {
	display: none;
}

#rightcol img {
	margin: 3px;
}

#footer {
	width: 770px;
	font-size: 70%;
	min-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: 001A00;
	padding: 0px;
}

#footer a {
	color: #FFFFCC;
}

#footer a:hover {
	color: #00863F;
}

/***************** Leftcol flyout navigation*******************/

#leftcol {
	float: left;
	min-height: 200px;
	margin-left: 8px;
}

#leftcol .navholder {
	float: left;
	display: inline;
	position: relative;
	margin: 8px 0;
}

#leftcol .wxholder {
	float: left;
	display: inline;
	position: relative;
	margin: 8px 0;
	
}

#leftcol .wxholder a {
	color: #006600;
}

#leftcol .wxholder a:hover {
	color: #FF0000;
} 

#leftcol ul {
	width: 180px;
	border-top: 1px solid #000000;
	background-color: #00863F;
}

#leftcol li {
	list-style: none; /* kills the list item "bullet" markers */
	position: relative;
	/*vertical-align: bottom;  for IE5/win  */
	border: 1px solid #0f2624;
	border-bottom: 1px solid #000;
	border-width: 0 1px 1px 1px;
}

#leftcol a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	/*vertical-align: bottom;  needed for IE5/win */
}

#leftcol .wxholder a {
	text-decoration: none;
	display: inline;
}

#leftcol .wxholder a:hover {
	background:none
}

#leftcol li a.sub {
background: url(../imagesNew/arrow.gif) 95% 50% no-repeat;
	
}

#leftcol a:hover {
	background-color: #999999;
	color: #fff;
}

#leftcol ul ul {
	position: absolute;
	left: -3000px;
	background-color: #00863F;
}     /* flyout elements need a background image or color to avoid bugs in IE/win */

#leftcol li:hover {background-color: #00863F;}

#leftcol ul li:hover ul {
	left: 155px;
	top: 8px;
}

#leftcol ul a:hover {
	text-decoration: none;
	background-color: #001A00;
}

/* \*/ /*/ 
#leftcol ul li ul {position: static;}
/* */



/************** Text Elements *******************/

.headlineLG {
	width: 310px;
	display: block;
	padding: 5px;
	background-color:#00863F;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #0f2624;
}

.headlineSM {
	width: 210px;
	display: block;
	padding: 5px;
	background-color:#005DA3;
	color: #fff;
	margin-left: 15px;
	text-align: center;
}

.Urgent {
	width: 210px;
	display: block;
	padding: 5px;
	background-color:#E60000;
	color: #fff;
	margin-left: 15px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	padding: 8px 0 5px 10px;
	font-size: 140%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #630063;
}

h1 {
	color: #001A00;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 110%
}

h4 {
	font-size: 100%
}

h5 {
	font-size: 95%;
}

h6 {
	font-size: 90%;
}

p {
	margin: 10px;
}

#innercontent li {
	position: relative;
	margin-left: 2em;
	margin-top: .5em;
	line-height: 1em;
	list-style-type: square;	/*vertical-align: bottom;  for IE5/win  */
}

.quote {
	font-style:italic;
}
	
/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 2px;
	margin-left: 10;
	padding-right: 10px;
}

.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
}

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

.linksSm {
	display: block;
	padding: 3px 0 3px 0;
	background-color:#CFCAAF;
	color: #00863F;
	font-weight: bold;
	border: 1px solid #003A1B;
	font-size: 120%;
	text-align: center;
	text-decoration:none;	
}

.specialHeader {
	font-size: 120%;
	color:#FF0000;
	text-decoration: underline blink;	
}

.superscript {
	font-size:.4em;
	vertical-align:top;
} 

.subscript {
	font-size:.4em;
	vertical-align:bottom;
} 

/************** Link Styles *******************/

/*a img {
	border: none;
}*/

a {
	color: #630000;
}

a:hover {
	color: #FF0000;
}

 /*\*//*/
 #innercontent {
 	width: 180px;
 }
	
	.twocol #innercontent {
 	width: auto;
 }
 
 
 #header ul {
	height: 22px;
	margin-bottom: 5px;
}

/**/
