/* ----- BASIC ELEMENTS AND FONTS ----- */


html, body {
	color: #fff;
	font-size: 100%;
	font-family: 'Tahoma';
	background: #072450;
        background-image:url('assets/head_background.png');
        background-repeat:no-repeat;
        background-position:top center;
	margin:0;
	padding:0;
	height:100%;
}

.clear {
	clear: both;
	height:30px;
}

p {
	margin: 10px 30px 10px 30px;
}

.date {
	color:#ffd502;
	text-decoration:overline;
	
	padding: 10px 0 0px 0;
        font-weight:bold;
}

#content_footer p {
	margin: 10px 30px 10px 30px;
	padding-top: 20px;
	font-size:12px;
	text-align:left;
}

.login_box p {
	margin:0px 10px 20px 25px;
	
	color:#fff;
	text-transform: uppercase;
}
.content_box p {
	margin: 10px 0px 10px 0px;
	color:#ddd;
	
	text-align:justify;
}
.content_box_large p {
	margin: 10px 0px 10px 0px;
	
	text-align:justify;
}

.content_box_photo h3 {
	margin: 0px 0px 10px 45px;
}

#content_footer p {
    margin: 10px 0px 10px 60px !important;
	margin: 10px 0px 10px 85px;
	
	text-align:justify;
}

.red {
	color:red;
}

.yellow {
	color:#ffd502;
	font-weight:bold;
}

h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
	margin: 0px 0px 0px 0px !important;
	margin: 10px 0px 0px 0px;
	color:#fff;
}

h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:20px;
	margin: 0px 50px 10px 30px !important;
	margin: 0px 30px 10px 30px;
	font-size:12px;
	text-transform:uppercase;
	color:#072450;
	font-weight:normal;
}

h3 {
        font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	text-transform:uppercase;
	font-size:18px;
	color:#fff;
}

a {
	text-decoration: none;
	color:#ffd502;
}

/*----- MENU ----- */

#nav_list {
	margin: 0;
	padding: 0;
	width: 170px;
	list-style: none;
	overflow: hidden;
}

#nav_list li {
	width: 170px;
	overflow: hidden;
	text-transform: uppercase;
	font-size:11px;
	font-weight:bold;
}

#nav_list a {
	color:#fff;
}

.li_nav_body a  {
	display: block;
	width: 170px;
	height: 20px;
	background: url(assets/nav_body.png) no-repeat;
	padding-left: 20px;
	line-height:20px;
}

.li_nav_footer a  {
	display: block;
	width: 170px;
	height: 21px;
	background: url(assets/nav_body.png) no-repeat;
	background-position:  0 0px;
	padding-left: 5px;
	line-height:21px;
}

.li_nav_body a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_nav_footer a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_active a:active  {
	background: url(assets/nav_body.png) no-repeat;
	background-position:  0 -40px;
	color:#fff;
}

/*----- LAYOUT ----- */

#container {
	width:100%;
	background: url(assets/sidebar_body.png) 30px 0px repeat-y !important;
	background: url(assets/sidebar_body.png) 60px 0px repeat-y;
	min-height:100%;
	height:100%;
	
}

#focus {
       margin-left: 20%;
}


#menu_header {
	width:170px;
	height:232px;
	text-align:left;
	float:left;
	margin:0 0 0 30px;
        
}

#menu_header img {
       position:absolute;
       top:30px;
}
#menu_left {
	width: 170px;
	min-height: 100%;
	margin:0 0 0 30px;
	float: left;
    background: url(assets/sidebar_body.png) repeat-y;
}

.login_box {
	width: 170px;
	float:left;
	margin:0 0 0 10px;
        position:relative;
      
}

#head {
    width: 790px !important;
	width: 820px;
	height: 180px;
	float:left;
	text-align: right;
        
}

#content {
	width: 990px;
	
	float: left;
	margin:0 0 0 20px;
	background: url(assets/sidebar_body.png) 10px 0px repeat-y !important;
	background: url(assets/sidebar_body.png) 20px 0px repeat-y;
}

.content_center {
	width: 600px;
	margin:0px 0px 0px 20px;
        float: left;
        text-align:center;
}

.content_center h1 {
        font-family:"Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:30px;
	color:ffcc66;
        text-align:center;
        text-transform:none;
}

.content_center h3 {
        font-family:"Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:18px;
	color:#FFFF07;
        text-transform:none;
}

.content_center hr {
         width:40%;
}

.content_center760 {
	width: 760px;
	margin:0px 0px 0px 20px;
        float: right;
       
}
.content_box {
	width: 160px;
	margin:0px 0px 0px 30px;
	float: left;
}

.content_box_large {
	width: 600px;
	margin:0px 0px 0px 20px;
	float: left;
}
.content_box_large hr {
         width:60%;
}
.box_large {
	padding: .5em;
	
	float: left;
        background:#06295C;
        
}

.content_box_photo {
	width: 200px;
	margin:0px 0px 0px -10px;
	float: left;
        
}

#footer {
	background: url(assets/sidebar_body.png) 30px 0px repeat-y !important;
	background: url(assets/sidebar_body.png) 60px 0px repeat-y;
	width:100%;
	float: left;
	margin-bottom:10px;
        margin-left: 0%;
        height:20px;
        text-align: center;
        font-size: 11px;
}


/*----- IMAGES ----- */


a img{
	border: none;
}

img.left,img.center,img.right {
	padding: 4px;
	border: 1px solid #a0a0a0;
}

img.left {
	float: left;
	margin: 0px 12px 5px 0px;
	background:#fff;
}

img.right {
	float: right;
	margin: 0px 30px 5px 0px;
}

/*----- FORM ----- */

input   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:115px;
	color: #707070;
	margin:0px 0px 5px 0px;
}

textarea.sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:115px;
	height:80px;
	color: #707070;
	margin:5px 0px 5px 25px;
}

input.sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:115px;
	color: #707070;
	margin:0px 0px 5px 25px;
}

input.button_sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:119px;
	color: #707070;
	margin:0px 0px 5px 25px;
}

input.button_content   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:119px;
	color: #707070;
	margin:5px 0px 5px 0px;
}



/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #ccc;
	border-style: solid;
	border-width: .5px;
	color: inherit;
	vertical-align: top;
	width: 135px;
	height: 95px;
        margin: 2px;
        margin-top: 10px;
	padding: 2px;
}

.hoverbox li
{
	color: inherit;
	display: inline;
	float: left;
	position: relative;
        left: -26px;
}

.hoverbox .preview
{
	border-color: #000;
	width: 300px;
	height: 225px;
}

/* Photo Gallery Pop Out Menu */

<style type="text/css">

ul.makeMenu, ul.makeMenu2, ul.makeMenu ul, ul.makeMenu2 ul {
	 margin: 0px; padding: 0px;
}

ul.makeMenu, ul.makeMenu ul {
	 width: 80px;
	  border: 1px solid #000;
	  background-color: #8aa;
	  padding-left: 0px; 
	  cursor: default; 
	  margin-left: 0px; 
}
ul.makeMenu li { 
     list-style-type: none; 
     margin: 0px; position: relative; 
     color: #fff;
}
ul.makeMenu li > ul { 
     display: none; 
     position: absolute; 
     top: 2px; 
     left: 80px;
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
	 background-color: #ffa; 
	 color: #000;
}
ul.makeMenu ul.CSStoShow { 
    display: block;
}
ul.makeMenu li:hover > ul { 
    display: block;
}
ul.makeMenu li a { 
    color: #fff; 
    display: block; 
    width: 100%; 
    text-decoration: underline;
}
ul.makeMenu li a:hover { 
    color: #000;
}
ul.makeMenu li:hover > a {
	color: #000; }

ul.makeMenu *, ul.makeMenu2 * {
	 line-height: normal !important; } /* overriding my normal stylesheet */

ul.makeMenu2, ul.makeMenu2 ul {
	 width: 140px; 
	 padding-left: 0px; 
	 cursor: default; 
	 margin-left: 0px;
}
ul.makeMenu2 { 
   float: left; 
   margin-left: 1em;
}
ul.makeMenu2 li {
	 list-style-type: none; 
	 margin: 0px; 
	 position: relative; 
	 color: #fff; 
	 padding-top: 3px; 
	 padding-bottom: 3px; 
	 padding-left: 10px;
	background-color: #0f2346; 
	margin-bottom: .5px; 
	border: 1px solid #0000ff; 
	-moz-border-radius: 5px; 
	text-transform: uppercase;
	font-size:11px; 
	font-weight:bold; 
	border-color: #000
}
ul.makeMenu2 li > ul { 
    display: none; 
    position: absolute; 
    top: 2px; 
    right: -140px;
}
ul.makeMenu2 li:hover, ul.makeMenu2 li.CSStoHighlight {
	 background-color: #414f6e;
}
ul.makeMenu2 ul.CSStoShow { 
    display: block;
}
ul.makeMenu2 li:hover > ul { 
    display: block;
}
ul.makeMenu2 li a { 
     color: #fff; 
     display: block; 
     width: 100%; 
     text-decoration: none; 
     background: url(assets/nav-photo_body.png) no-repeat;
}
ul.makeMenu2 li a:hover { 
     color: #fff;
}



