/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

BODY {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	background-color: #000000;
	margin: 0;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-image: url(landwarriorbackb.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a{
	color: #000000;
	text-decoration: underline;
}

a:link{
	color: #003399;
	text-decoration: underline;
}

a:visited{
	color: #000066;
	text-decoration: underline;
}

a:hover{
	color: #900;
	text-decoration: underline;
}


h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h3{
	font-family: Arial,sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: circle;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	float: left;
  width: 55%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 5px 0px 5px 0px;
	color: #cccccc;
	border: 1px solid #CCC;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 70%;
	padding: 6px 3px 6px 5px;
	border: 1px solid #CCC;
	background: #EBEBEB;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-bottom-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-top-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-left-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-right-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
}


/************** .feature styles ***************/

.feature{
	padding: 5px 5px 5px 5px;
	font-size: 75%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 75%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;

	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 1px;
	padding: 1px;
	font-size: 95%;
	border-bottom: 1px;
	border-top: 1px;
}

#sectionLinks2{
	position: relative;
	margin: 1px;
	padding: 1px;
	font-size: 70%;
	border-bottom: 1px;
	border-top: 1px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 2px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 75%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

.thrColHybHdr #container {
	width: 75%;  /* this will create a container 75% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 3px 1px 3px 2px; /* top and bottom padding create visual space within this div */
	border: 1px solid;
	background: #EBEBEB;
	text-align: left; /* this overrides the text-align: center on the body element. */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-bottom-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-top-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-left-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-right-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	}

.thrColHybHdr #header {
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 5px 5px 5px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-bottom-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-top-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-left-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-right-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	font-size: 85%;
	background-color: #EBEBEB;
	} 
.thrColHybHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */    border: 1px solid #000;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	-moz-border-bottom-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-top-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-left-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-right-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	}

.thrColHybHdr #sidebar1 {
	float: left;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	width: 13em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 3px 1px 1px 2px; /* top and bottom padding create visual space within this div */
	border: 1px solid #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-bottom-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-top-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-left-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-right-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	margin-left: 2px;
	margin-right: 2px;
	}
	
.thrColHybHdr #sidebar2 {
	float: right;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	width: 14em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 3px 1px 1px 2px; /* top and bottom padding create visual space within this div */
	border: 1px solid #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-bottom-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-top-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-left-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-right-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	margin-right: 2px;
	margin-left: 2px;
	}
.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
    -webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
}



.thrColHybHdr #mainContent {
	margin: 0 1em 0 14em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 1em 0 1em; /* padding here creates white space "inside the box." */
	border: 1px solid #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-bottom-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-top-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-left-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-right-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	background-color: #EBEBEB;
	border-color: #000;
	} 
	
.thrColHybHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border: 1px solid #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-bottom-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-top-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-left-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	-moz-border-right-colors: #033 #039 #777 #888 #999 #aaa #bbb #ccc;
	background-color: #EBEBEB;
	} 
	
.thrColHybHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.style2 {color: #666666}

/*********** #sectionLinks styles ***********/

.sectionLinks{
	position: relative;
	margin: 1px;
	padding: 1px 1px 1px 1px;
	font-size: 75%;
	border-bottom: 1px;
}


.sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

.sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 0px;
}

.sectionLinks a:hover{
	background-color: #dddddd;
}

.style4 { font-size: 75%;
}

.style5 { font-family: Georgia, "Times New Roman", Times, serif;
}

