﻿/***************************************************
				TYPE SELECTORS
***************************************************/
body
{
	text-align: center;
	font-family: "Trebuchet MS" , Myriad, "Century Gothic" , "Gill Sans" , "Bitstream Vera Sans" , verdana, lucida, arial, helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 9pt;
	color:#632D0C  /*#FFCC99; #999999; 
	padding: 0px;
	margin:0px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:left;*/
}
hr
{
	width: 90%;
	/*color: #333333; */
	margin-top: 10px;
	margin-bottom: 10px;
}
A:link
{
	font-weight: normal;
	background: none transparent scroll repeat 0% 0%;
	/*color: #990000; */
	text-decoration: none;
}
A:visited
{
	font-weight: normal;
	background: none transparent scroll repeat 0% 0%;
	/*color: #990000; */
	text-decoration: none;
}
A:hover
{
	font-weight: normal;
	background: none transparent scroll repeat 0% 0%;
	color:  #FFCC99; /* #999; */
	text-decoration: underline;
}
A:active
{
	font-weight: normal;
	background: none transparent scroll repeat 0% 0%;
	color: #526968;
	text-decoration: none;
}
/***************************************************
				PSEUDO CLASSES
***************************************************/
A.Alt:link
{
	font-weight: normal;
	background: none transparent scroll repeat 0% 0%;
	color: #FFCC99;
	text-decoration: none;
}
A.Alt:visited
{
	font-weight: normal;
	background: none transparent scroll repeat 0% 0%;
	color: #FFCC99;
	text-decoration: none;
}
A.Alt:hover
{
	font-weight: normal;
	background: none transparent scroll repeat 0% 0%;
	color: #990000;
	text-decoration: underline;
}
A.Alt:active
{
	font-weight: normal;
	background: none transparent scroll repeat 0% 0%;
	color: #526968;
	text-decoration: none;
}
/***************************************************
					  CLASSES
***************************************************/
.AltImg
{
	text-align: left;
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
}
.Hidden
{
	visibility:hidden;
	display:none;	
}
.Img
{
	text-align: left;
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	border: none;

}
.Item
{
	width:400px;
	float:left;
	text-align:left;
	position:relative;
	margin-left:5px;
}
.Label
{
	width:110px;
	float:left;
	position:relative;
	text-align:right;
	margin-left:5px;
}
.Line
{
	float:left;
	width:100%;
	margin-bottom:5px;
	position:relative;
/*	border:solid 1px red;	 */
}
.linkDiv
{
	width: 105px;
	/* border-right: solid 1px #CCCCCC; */
	float: left;
	text-align: center;
	height: 20px;
	vertical-align: middle ;
}
.linkDivEnd
{
	width: 105px;
	float: left;
	text-align: center;
	height: 20px;
	vertical-align: middle ;
}
.navHeader
{
	font-size: 10pt;
	font-weight: bold;
	color: #FFCC99;
	width: 100%; margin-bottom:4px;
}
.navLink
{
	font-size: 9pt;
	padding-left: 8px;
}
.Text
{
	float:left;
	width:250px;	
	text-align:left;
	position:relative;	
}

div#Footer
{/* FOUND IN FOOTER.ASCX */
	margin-top: 5px;
	width: 770px;
	border: solid 1px #999999;
	text-align: left;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
div#Header
{
	height: 80px;
	width: 770px;
	background-image: url(../../images/header.jpg);
	margin-left: auto;
	margin-right: auto;
}
div#Main
{
	margin-top: 5px;
	width: 770px;
	border: solid 1px #999999;
	text-align: left;
	/* background-color: #FFFFFF; */
	background:transparent; 
	margin-left: auto;
	margin-right: auto;
}
div#MainContent
{
	/*width:800px;
	float:left;
	margin-left:50px;
	position:relative;	
	border:solid 5px green;*/
    margin:auto;
    position:absolute;
    top:0; left:0; bottom:0; right:0;
    height:600px;
    width:900px;
    background-image:url(../images/BarracksRow1.jpg);
    background-size:cover;
}

div#MainContentLogo 
{
    position:absolute;
    bottom:0;
    right:0;
    vertical-align:middle;
    background-image:url(../images/logo1.gif);
    width:116px;
    height:28px;
    background-size:cover;
    z-index:15;
    margin-right:10px;
    margin-bottom:10px
}

div#MainHeader
{/*FOUND IN HEADER.ASCX*/
	float:right;
	width:200px;
	padding-top:20px;
	font-family:Verdana;	
	z-index:10;
	vertical-align:middle;
}
div#MainNav
{
	float:left;	
	width:130px;
	text-align:left;
	padding-left:20px;	
}
div#Menu
{/* FOUND IN MAINMENU.ASCX */
	width: 640px;
	/* height: 20px;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999; */
	color: #990000;
	/* background-color: white; */
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	float:right;
	padding-top:10px;
}
/*CONTAINER HOLDS EVERYTHING WITHIN THE BODY AND SETS PRIMARY PAGE WIDTH - */
div#Container
{
	z-index:0;
	margin:0 auto;
	width:1000px;
}/*main.master*/