/* ----- BASIC ELEMENTS AND FONTS ----- */

html, body {
	color: #fff;
	font-size: 11px;
	font-family: 'tahoma';
	background: #2C1122 url(assets/background.jpg) repeat-x;
	margin:0;
	padding:0;
	height:100%;
	scrollbar-face-color: #363636;
	scrollbar-highlight-color: #363636;
	scrollbar-shadow-color: #363636;
	scrollbar-3dlight-color: #888888;
	scrollbar-arrow-color:  #888888;
	scrollbar-track-color: #2A2A2A;
	scrollbar-darkshadow-color: #101010;
}

.clear {
	clear: both;
	height:30px;
}

p {
	margin: 10px 30px 10px 30px;
}

.date {
	color:#ffd502;
	text-decoration:overline;
	font-size:10px;
	padding: 10px 0 20px 0;
}

#content_footer p {
	margin: 10px 30px 10px 30px;
	padding-top: 20px;
	font-size:10px;
	text-align:left;
}

.login_box p {
	margin:0px 10px 20px 25px;
	font-size:9px;
	color:#fff;
	text-transform: uppercase;
}
.content_box p {
	margin: 10px 0px 10px 0px;
	color:#ddd;
	font-size:10px;
	text-align:justify;
}
.content_box_large p {
	margin: 10px 0px 10px 0px;
	font-size:11px;
	text-align:justify;
}

.content_box_photo h3 {
	margin: 0px 0px 10px 45px;
}

.content_box_phototwo h3 {
    margin: 0px 0px 10px 45px;
}

.content_box_photothree h3 {
    margin: 0px 0px 10px 45px;
}
 
.content_box_photofour h3 {
	margin: 0px 0px 10px 45px;
}

.content_box_photofive h3 {
	margin: 0px 0px 10px 45px
}

.content_box_photosix h3 {
	margin: opx opx 10px 10px
}
   
.content_box_wide p {
    margin: 0px 0px 10px 0px;
}

   

#content_footer p {
    margin: 10px 0px 10px 60px !important;
	margin: 10px 0px 10px 85px;
	font-size:10px;
	text-align:justify;
}

.red {
	color:#510000
}

.yellow {
	color:#8DC2FF;
	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 {
	margin: 0px 0px 10px 0px;
	text-transform:uppercase;
	font-size:14px;
	color:#fff;
}


a {
	text-decoration: none;
	color:#FFFFFF;
}



/*----- 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:9px;
	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: 25px;
	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: 25px;
	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;
}


/*----- sideMENU ----- */

/* set millions of background images */
.rbroundbox { background: url(assets/nt.gif) repeat; }
.rbtop div { background: url(assets/tl.gif) no-repeat top left; }
.rbtop { background: url(assets/tr.gif) no-repeat top right; }
.rbbot div { background: url(assets/bl.gif) no-repeat bottom left; }
.rbbot { background: url(assets/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 200px;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 10 7px; }
.rbroundbox { width: 200px; margin: 1em auto; }

 ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

h4 {
  clear: both;
  text-align:right;
  margin: 10px 0;
  font: 700 1em verdana, sans-serif;
  text-transform: uppercase;
  color: #ffd502;
  background: #686868 url(/images/rounded_tr.gif) no-repeat top right;
}

h4 span {
  display: block;
  font-size:7px;
  padding: 2px;
}

h5 {
  clear: both;
  text-align:left;
  font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
  font-size:12px;
  width: 175px;
  margin: 20px 0;
  text-transform: uppercase;
  background: #363636 url(assets/tr.gif) no-repeat top right;
}

h5 span {
  display: block;
  padding: 2px;
  background: url(assets/br.gif) no-repeat bottom right;
}


input,
textarea {
  padding: 1px 3px;
  margin: 5px 0;
  font: 1em verdana, arial, sans-serif;
  color: #EEE;
  background-color: #777;
  border: 1px solid #999;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  color: #FFFFFFF;
  background-color: #999;
  border: 1px solid #FFD500;
}


/*----- LAYOUT ----- */

#container {
	width:100%;
	background: url('assets/sidebar_body.png') repeat-y 60px 0px !important;
	min-height:100%;
	height:100%
	
}


#menu_header {
	display: inline;
	width:170px;
	height:232px;
	text-align:left;
	float:left;
	margin:0 0 0 60px;
}


#menu_left {
	display: inline;
	width: 170px;
	min-height: 100%;
	float: left;
    background: url('assets/sidebar_body.png') repeat-y;; margin-left:60px; margin-right:0; margin-top:0; margin-bottom:0
}


.login_box {
	display: inline;
	width: 170px;
	float:left;
	margin:0 0 0 20px;
}


#head {
    display: inline;
    width: 790px !important;
	width: 820px;
	height: 232px;
	float:left;
	text-align: right;

}


#content {
	display: inline;
	width: 840px;
	text-align: justify;
	float: left;
	background: url('assets/sidebar_body.png') repeat-y 20px 0px !important;; margin-left:40px; margin-right:0; margin-top:0; margin-bottom:0

}

.content_box {
	width: 125px;
	margin:0px 0px 0px 30px;
	float: left;
}

.content_box_large {
	width: 500px;
	margin:0px 0px 0px 20px;
	float: left;
}

.content_box_photo {
	width: 600px;
	margin:0px 0px 0px 25px;
	float: left;
}

.content_box_phototwo {
    display: inline;
    width: 600px;
    margin:0px 0px 0px 190px;
    text-align: justify;
    float: left;
}

.content_box_photothree {
    display: inline;
    width: 950px;
    margin:-550px 0px 50px 75px;
    float: left;
}

.content_box_photofour {
    display: inline;
    width: 600px;
    margin:248px 0px 0px 110px;
    float: left;
}

.content_box_photofive {
	display: inline;
	width: 950px;
	margin:-430px 0px 0px 250px;
	float: left;
}

.content_box_photosix {
	display:inline;
	width: 1200px;
	margin:-430px 0px 0px 150px;
	float: left;
}

.content_box_wide {
    display: inline;
    width: 980px;
    margin:-85px 0px 190px 25px;
    float: left;
}


#content_footer {
	background: url('assets/sidebar_body.png') repeat-y 60px 0px !important;
	width:100%;
	clear:both;
	margin-bottom:-70px;
	height:50px
}





/*----- 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:1pt solid #ffd502; width:115px;
	color: #black;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:10px; font-family:tahoma; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:5px
}

textarea.sidebar   {
	border:1pt solid #ffd502; width:115px;
	height:80px;
	color: #black;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:10px; font-family:tahoma; margin-left:25px; margin-right:0px; margin-top:5px; margin-bottom:5px
}

input.sidebar   {
	border:1pt solid #ffd502; width:115px;
	color: #black;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:10px; font-family:tahoma; margin-left:25px; margin-right:0px; margin-top:0px; margin-bottom:5px
}

input.button_sidebar   {
	border:1pt solid #ffd502; width:119px;
	color: #black;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:10px; font-family:tahoma; margin-left:25px; margin-right:0px; margin-top:0px; margin-bottom:5px
}

input.button_content   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #ffd502;
	border-left: 1pt solid #ffd502;
	font: normal 10px tahoma;
	width:119px;
	color: #black;
	margin:5px 0px 5px 0px;
}



/*----- Hoverbox Code - get code found at http://host.sonspring.com/hoverbox/ ------*/

.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
{
	border:1px solid #ccc; background:#ffd502; color: inherit;
	vertical-align: top;
	width: 100px;
	height: 75px;
	margin: 2px;
	padding: 2px;
	
}

.hoverbox li
{
	
	color: inherit;
	display: inline;
	float: left;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}


/* ------ Internet Explorer Hacks ------ */

.hoverbox a
{
position: relative;
}

.hoverbox a:hover
{
font-size: 99.99%;
z-index: 1;
}

.hoverbox a:hover .preview
{
top: -38px;
left: -50px;
}

.hoverbox li
{
position: static;
}



//////////////////////////////////////////////////
table.gallery {
	border: 1px solid #ffd502;
	margin: 2px;
	padding: 2px;
}

table.gallery tr {
	vertical-align: top;
}

div.gallerybox {
	margin: 2px;
	width:  150px;
}

div.gallerybox div.thumb {
	text-align: center;
	border: 1px solid #ffd502;
	margin: 2px;
}