@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.5em;
	color: #CCC;
}


body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#homecontainer {
	width:900px;
	margin: 0 auto;
	background:#333 url(/images/header_bg.gif) repeat-x;
}


#homephotos {
	text-align:center;
	width:900px;
}

#homerightside{
	float:right;
	width:45%;
	padding-left:75px;
	margin-left:75px;
	border-left: 1px solid #CCC;
}



#container {
	width:900px;
	margin: 0 auto;
	background:#333 url(/images/header_bg.gif) repeat-x;
	padding-top:66px;
}


#header {
	position:relative;
	height:58px;
	background-color: #999;
	padding:15px 0px;
}

#logo {
	position:relative;
	float:left;
	height:58px;
	width:225px;
	margin-left:40px;
	display:inline;
}

#menu {
	position:relative;
	float:right;
	height:20px;
	width:530px;
	background-image: url(/images/menu_bg.gif);
	padding:15px 15px 15px 40px;
	margin-top:4px;
	display:inline;
}

#menu img {
	vertical-align:middle;
}

/********************
SUBMENU
*********************/
#menu_vert {
   float:right;
   padding-left: 0;
   width:175px;

}


/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-top: 1px solid #F90;
   display: block;
}


#menu_vert ul ul{
padding: 0;
margin: 0em 0em 1em 1em;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: .75em 1em; /* some air for it */
   color: #F90; /* this will be link color for all levels */
   background: url(/images/diamond.gif) no-repeat 0em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   line-height: 1em;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
}

/* hover state for all links */
div#menu_vert a:hover {
   line-height: 1em;
   color:#FFF;
}



#line {
	padding-right:15px;
	margin-right:15px;
	border-right: 1px solid #F90;
	display:inline;
}

#noline {
	display:inline;
}


#body {
	position:relative;
	margin:10px;
}

#title {
	position:relative;
	margin-bottom:20px;
}


#leftside{
	float:left;
	display:inline;
}

#rightside{
	float:right;
	width:150px;
	display:inline;
}


#bodycopy{
	position:relative;
	margin-right:170px;
	margin-left:420px;
}

#footer {
	height:16px;
	background-image: url(/images/footer_bg.gif);
	text-align:center;
	padding:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
}

#footer a {
	color: #CCC;
}


a:link {
	color: #F90;
	text-decoration: none;
}
a:visited {
	color: #F90;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #F90;
	text-decoration: none;
}


h1 {
	font-size: 24px;
	color: #F90;
}
h2 {
	font-size: 18px;
	color: #F90;
}
h3 {
	font-size: 14px;
	color: #F90;
}

.title {
	font-size: 24px;
	color: #F90;
}
.subtitle {
	font-size: 18px;
	color: #F90;
	font-weight:normal;
}

.menutext {
	padding: 0px 15px;
}

.photomargins {
	margin: 20px 10px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#left-test{float:left; width:680px;}


#left-test-new {float:left;  width:680px;}

#test{margin-left:420px;padding-right:35px; width:250px; padding-left:7px; float:left; margin-top:-20px;}

#test1{margin-left:400px;padding-right:35px; width:310px; padding-left:7px; float:left; margin-top:-20px;}


#test-new{margin-left:350px;padding-right:35px; width:250px; padding-left:7px; float:left; margin-top:-20px;}


.article a:link {
	color: #F90;
	text-decoration: none;
}
.article a:visited {
	color: #F90;
	text-decoration: none;
}
.article a:hover {
	color: #FFF;
	text-decoration: underline;
}

