@charset "UTF-8";
/* CSS Document */
/* ----------------------------------------------------------------------------------------
	The Pentagon (http://pentagon.afis.osd.mil/) Home Page and Promotional Boxes Stylesheet
   ----------------------------------------------------------------------------------------
*/

/* Global Defaults
=====================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
div { text-align: left; vertical-align: top; }
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
strong { font-weight: bold; }
cite { display: block; font-size: 0.9em; font-style: italic; text-align: right; }


/* Basic Elements */
body, html {
	margin: 0 auto;
	padding: 0;
	/*background: #ececde url(../images/pentagon-main-bg.gif) top left repeat-x;*/
	background: #f0f0e5 url(../images/pentagon-main-bg.gif) top left repeat-x;
	text-align: center;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #3399cc;
	text-decoration: none;
}
a:visited {
	color: #36342a;
	text-decoration: none;
}
 a:hover {
	color: #3399cc;
	text-decoration: underline;
}
a:active {
	color: #3399cc;
	text-decoration: underline;
}

/* Specific Divs */
#container {
	width: 945px;
	padding: 0;
	margin: 0 auto;
}

#content_2column{
	width: 945px;
	background: #fff url(../images/main-cnt-bg.gif) top right no-repeat;
	margin: 0 0 1em 0;
	display: block;
	padding: 0 0 1.5em 0;
	float: left;
	border-bottom: 1px #e9e5d1 solid;
}

/* * * * * * Secondary Navigation * * * * * */
#nav_sub{
	text-align: right;
	height: 24px;
	padding: 0;
	margin: 0;
}
#nav_sub ul{
	font: 10px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	float: right;
	margin: 1.10em 0.50em 0 0;
	color: #c0c0c0;
	list-style: none;
}
#nav_sub ul li{
	display: inline;
	padding-right: 0.5em;
	padding-left: 0.5em;
	border-left: 1px #aaa solid;
}
#nav_sub ul li.first{
	border-left: none;
}
#nav_sub a:link {
	color: #c0c0c0;
	text-decoration: none;
}
#nav_sub a:visited {
	color: #c0c0c0;
	text-decoration: none;
}
#nav_sub a:hover {
	color: #c0c0c0;
	text-decoration: underline;
}
#nav_sub a:active {
	color: #c0c0c0;
	text-decoration: underline;
}
/* * * * * * Main Navigation * * * * * */
#branding {
	background: transparent url(../images/topmast-bg.gif) top left no-repeat;
	width: 945px;
	height: 91px;
	padding: 0;
	margin: 1px 0 0 0;
}
/*#branding img[class="logo"] {
	float: left;
	padding: 0 0 0 0.25em;
	margin: 0;
	border: none;
	width: 370px;
	height: 91px;
}*/
#branding h1{
	background: transparent url(../images/VictoryLogo.gif) top left no-repeat;
	float: left;
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
	border: none;
	width: 370px;
	height: 91px;
}
#branding h1 span{
	display: none;
}
#branding #nav_main ul{
	font: bold 10px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	float: right;
	list-style: none;
	margin: 6.75em 0.5em 0 0;
	padding: 0;
	color: #36342a;
}
#branding #nav_main ul li{
	display: inline;
	padding-right: 0.5em;
	padding-left: 0.5em;
	border-left: 1px #aaa solid;
}
#branding #nav_main ul li.first{
	border-left: none;
}
#branding #nav_main a:link {
	color: #36342a;
	text-decoration: none;
}
#branding #nav_main a:visited {
	color: #36342a;
	text-decoration: none;
}
#branding #nav_main a:hover {
	color: #3399cc;
	text-decoration: underline;
}
#branding #nav_main a:active {
	color: #3399cc;
	text-decoration: underline;
}
#main_photo{
	width: 945px;
	height: 270px;
	margin: 0;
	padding: 0;
}

div#home_flash {
	visibility:visible;
	top:0px;
	left:0px;
	z-index:2;
	border-color:#000000;
	border-width:0;
	width:945px;
	height:270px;
	background-color:#000000
}


/* * * * * * Footer * * * * * */
#site_info{
	font: 10px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #918d80;
}
#site_info ul{
	list-style: none;
	margin: 1em 0em 4em 0em;
}
#site_info ul li{
	display: inline;
	padding-right: 0.5em;
	padding-left: 0.5em;
	border-left: 1px #aaa solid;
}
#site_info ul li.first{
	border-left: none;
}
#site_info p.address{
	text-align: right;
}
