body {
	font: 13px/16px "Helvetica", Arial, Helvetica, Geneva, sans-serif;
	color: black;
}

ul {
	list-style-type: none;
	margin-left: 0;
  	padding-left: 0;
	line-height: 22px;
	list-style-image: none;
}
li
{
	margin-left: 0;
}
h1 {
	color: #b01014;
	font: bold 23px/20px "Trebuchet MS", "Trebuchet", "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	margin-top: 5px;
	margin-right: 35px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

h2 {
	color: #0f2d67;
	font: bold 19px/21px "Trebuchet MS", "Trebuchet", "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
}

h3 {
	color: #b01014;
	font: bold 23px/20px "Trebuchet MS", "Trebuchet", "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	margin-top: 0;
	margin-right: 35px;
	padding-bottom: 10px;
	margin-left: 0;
}

nav a:link {
	text-align: center;
	color: white;	
	text-decoration: none;
	font: bold 18px/20px "Trebuchet MS", "Trebuchet", "Lucida Grande", Lucida, Verdana, sans-serif;
}
nav a:visited 
{
	text-align: center; color: #0f2d67;	text-decoration: none;
}
nav a:hover 
{
	text-align: center; color: #b01014;	text-decoration: underline;
}
nav a:active 
{
	text-align: center; color: #b01014;
}

a:link 
{
	color: #0f2d67;	text-decoration: none;
	
}
a:visited 
{
	color: #0f2d67;	text-decoration: none;
}
a:hover 
{
	color: #b01014;	text-decoration: underline;
}
a:active 
{
	color: #b01014;
}

.footerlinks, .footerlinks a
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px; color: #ffffff; line-height: 11px;
	text-decoration: none;
}

.footerlinks:visited, .footerlinks a:visited
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px; color: #ffffff; line-height: 11px;
	text-decoration: none;
}

.footerlinks:hover, .footerlinks a:hover
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px; color: #dddedf; line-height: 11px;
	text-decoration: underline;
}

/* /////DIV Tags///// */

#shadow
{
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	height: inherit;
	background: url(../../images/mission_shadow.gif) no-repeat;
}

#noshadow
{
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

#mission
{
	width: 851px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #467741;
	background: #e9e2b8;
	padding: 7px;
}

#missionGrey
{
	width: auto;
	background: #eee repeat-x left;
	padding: 5px;
	text-align: left;
	height: 360px;
}

#missionContent
{
	text-align: left;
	padding: 5px 5px 5px 425px;
}

#tanContent
{
	width: 851px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #467741;
	background: #e9e2b8 repeat-x left;
	padding: 7px;
	height: auto;
}

#greyContent
{
	width: auto;
	background: #eee repeat-x left;
	padding: 5px;
	text-align: left;
	height: auto;
}

#content
{
	text-align: left;
	padding: 5px 5px 5px 5px;
}

#threeBar {
	width: 876px;
	margin-right: auto;
	margin-left: auto;
	background: url(../../images/3bar_background.jpg) no-repeat;
	padding-top: 10px;
	margin-bottom: auto;
	float: left;
}
.barContent {
	width: 230px;
	min-height: 325px;
	padding-left: 35px;
	padding-right: 20px;
	float: left;
}

#mainPic
{
	width: 405px;
	height: 273px;
	margin-top: 0;
	border: 2px solid #467741;
	float: left;
	text-align: left;
	vertical-align: top;
}

#backPic
{
	width: 300px;
	height: 200px;
	border: 2px solid #467741;
	float: right;
	text-align: left;
	vertical-align: top;
	position: relative;
	margin: 0 20px 20px;
}

#camo
{
	width:100%;
	height: auto;
	background-image: url(../../images/camo_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
}
.structureContainer01 {
	float: left;
	height: auto;
	width: 100%;
}
.structureContainer02 {
	float: right;
	height: auto;
	width: 100%;
	text-align: right;
}

.centerContainer01 {
	height: auto;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
.DTleftContainer01 {
	float: left;
	height: auto;
	width: auto;
}
.DTrtContainer01 {
	float: right;
	height: auto;
	width: 600px;
}



#dog
{
	width: 930px;
	height: 150px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

#title
{
	width: 517px;
	height: 86px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 64px;
	left: 98px;
	overflow: hidden;
}
.more {
	width: 108px;
	height: 47px;
	float: right;
	bottom: 0;
}
.moreContent {
	background: url(../../images/more_dog_tag.png) no-repeat;
	width: 108px;
	height: 47px;
	float: right;
	margin-right: 0;
	clear: both;
	bottom: 25px;
	position: relative;
}

img.floatLeft { 
    float: left; 
    margin: 0px; 
}
img.floatRight { 
    float: right; 
    margin: 0px; 
}

#footer {
	width: 100%;
	height: 128px;
	color: white;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	position: absolute;
	bottom: 0;
}

#container-foot {
	width: 100%; /* For Certain IE widths */
	height: auto;
	padding-bottom: 10px;
	float: left;
	background-color: #00336F;
	background-image: url(../../images/footer_background.gif);
	background-repeat: repeat-x;
}
.redStars {
	background-image: url(../../images/red_bar_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	height: 17px;
	width: 100%;
}
.nav {
	background-image: url(../../images/nav_bar_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	height: 46px;
	width: 100%;
	padding-top: 10px;
	color: #FFFFFF;
}


#foot {
	line-height: 15px;
	color: white;
	font-size: 12px;
	text-align: center;
	padding-top: 50px;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em;
}
.centerContainer02 {
	height: auto;
	width: 876px;
	margin-right: auto;
	margin-left: auto;
}
