@charset "UTF-8";
/* CSS Document */


/*   Clearing   */
.clearfix:after {

		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
}

* html>body .clearfix {

	display: inline-block; 
	width: 100%;
}

	

* html .clearfix {

	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}



* {
margin:0;
padding:0;
}



/*
Set initial font styles
*/
body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0em;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
p a {
	text-decoration: none;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*****************
basic layout 
*****************/




/* center wrapper, min max width */
div#pagewrapper {
	color: black;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}



#logoarea {
	height: 310px;
	width: 970px;
	z-index: 1;
	position: relative;
}





#fadeshow1 {
	z-index: 2;
	height: 310px;

}


#logo {
	background-attachment: scroll;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	z-index: 3;
	top: 34px;
	height: 109px;
	width: 368px;
	left: 1px;
}
#logo a span {
	display: none;
}
#logo  a img {
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#worldcaption {
	position: absolute;
	z-index: 3;
	top: 157px;
	height: 100px;
	width: 346px;
	left: 13px;
}

#star {
	position: absolute;
	z-index: 3;
	top: 210px;
	width: 130px;
	right: -20px;
}


div#content {
	width: 970px;
}

div#main {
	width: 970px;
}
div#main2 {
	float: left;
	width: 715px;
	margin-left: 20px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 25px;
}
#main2 ul li {
	float: left;
	margin-right: 15px;
}
div#main2 p {
	text-align: justify;
	line-height: 1.4;
}

#col1, #colref {
	float: left;
	width: 370px;
	color: #666666;
	line-height: 1.4;
}
#col1 a {
	color: #999966;
	text-decoration: none;
}


#col2 {
	float: left;
	width: 370px;
	color: #666666;
	margin-left: 20px;
}
#homecol1 {
	float: left;
	width: 710px;
	position: relative;
	padding-bottom: 30px;
}


#colref {
	float: left;
	width: 240px;
	margin-left: 10px;
	padding-top: 36px;
}
div#col1ref/* END LISTS */
 {
	float: left;
	width: 310px;
	margin-left: 10px;
}
div#col2ref {
	float: left;
	width: 366px;
	margin-left: 20px;
}


div#sidebar {
	float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
	width: 200px;    /* sidebar width, if you change this please also change #main margins */
	display: inline;  /* FIX ie doublemargin bug */
	margin-left: 0;
	margin-top: 1px;
	padding-top: 14px;
	background-attachment: scroll;
	background-image: url(assets/images/sidebarbkg.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.lineresim        {
	border: 1px solid #999999;
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 5px;
}


.line   ul   li   a img {
	border: 1px solid #CCCCCC;
}







/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content  h7 {
	color: #333333;
	font-size: 18px;
	text-align: left;
	padding-bottom: 1px;
	line-height: 2em;
	/* and some air under the border */
   margin: 0;
	font-family: "lucida sans Unicode", verdana, sans-serif;
	letter-spacing: -1px;
	font-weight: normal;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #DF1524;
	font-size: 1.4em;
	line-height: 1.3em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
	font-size: 13px;  /* some air around p elements */
	line-height:1.6em;
	padding: 0;
	font-family: "lucida sans Unicode", verdana, sans-serif;
	color: #666666;
	letter-spacing: -1px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.2em;
	margin-left: 0;
}

strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}
.imgleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 6px;
}
.imgright {
	float: right;
	margin-bottom: 10px;
	margin-left: 25px;
}




/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}



h2       {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2C2C2C;
	letter-spacing: -1px;
	text-indent: 28px;
	display: block;
	background-attachment: scroll;
	background-image: url(images/star_blt.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 6px;
	font-variant: normal;
	font-weight: normal;
	line-height: 30px;
	vertical-align: middle;
}
h2 a {
	color: #333333;
	text-decoration: none;
}
div#main h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#4E443C;
	font-variant: normal;
	text-transform: capitalize;
	font-weight: normal;
	margin-bottom: 0;
	font-size: 14px;
	letter-spacing: -1px;
	line-height: 30px;
}




.introboxes {
	width: 346px;
	margin-left: 8px;
	float: left;
	height: 150px;
	overflow: hidden;
	padding-bottom: 10px;
	margin-top: 22px;
	text-align: left;
	margin-right: 0px;
}
.introboxes h2 {
	margin-left: 20px;
}

.introboxes p {
	margin-right: 8px;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 0.8em;
	letter-spacing: -1px;
	line-height: 20px;
	margin-left: 16px;
	text-align: left;
}
.introboxes  p  strong a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #DF1524;
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 17px;
	background-attachment: scroll;
	background-image: url(images/TS_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	padding-left: 25px;
}
.summary {
	height: 100px;
	overflow: hidden;
	margin-bottom: 4px;
}



.leftborder {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}

#footer {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.7em;
	color: #666666;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #626C80;
	clear: both;
	background-attachment: scroll;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	display: block;
	background-position: left top;
}
#footer p {
	vertical-align: middle;
}
#footercontainer {
	text-align: left;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	height: 160px;
}
#footercontainer ul {
	margin-left: 20px;
}

#footercontainer ul li a {
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding-left: 15px;
	vertical-align: middle;
	line-height: 12px;
}
#footercontainer ul ul li a {
	line-height: 17px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
}
.footerbox {
	width: 309px;
	margin-left: 10px;
	float: left;
	height: 150px;
	text-align: left;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.footerboxpic {
	width: 309px;
	margin-left: 10px;
	float: left;
	height: 150px;
	text-align: left;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/soldiers_btm.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.leftborderfooter     {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000;
}

.footerbox h2 {
	margin-left: 10px;
}








.leftcontent {
	padding-top: 36px;
	padding-left: 18px;
	padding-right: 18px;
}

.leftcontent p {
	font-size: 90%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}



/* NAV STUFF */

.invertedshiftdown{
	padding: 0;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	position: absolute;
}

.invertedshiftdown ul{
margin:0;
margin-left: 600px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
z-index: 3;

}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

.invertedshiftdown a{
float: left;
display: block;
font-family: "Lucida Sans Unicode", Arial, sans-serif;
font-size: 11px;
color: white;
text-decoration: none;
margin: 0 3px 0 0; /*Margin between each menu item*/
padding: 1px 8px 2px 8px; /*Padding within each menu item*/
background-color: #D10000; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: #0077c9; /*Red color theme*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #D10000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}
	
	
/* ADVERTISE TABLE */


td{
	padding: 3px;
	font-size: 90%;
		}

