html
{
  overflow: hidden;
  height: 99%;
}
                       
body
{
	height: 99%;
	margin: 0;
	padding: 0;
	line-height: 150%;
	text-align: center;
	background-image: url(assets/pic_2450x1600_Grayscale-1.jpg);
	background-repeat: no-repeat;
}

*
{
  font-size: 10pt; 
  font-family: Tahoma, Verdana, sans-serif; 
  color: #000000;
  text-align: left;
}

.list
{
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}




/* === Containers === */



#first_container
{
	margin: 0 auto;
	display: table;
	height: 100%;
	position: relative;
	overflow: hidden;
	width: 800px;
}

#second_container
{
	position: absolute;
	top: 45%;
	vertical-align: middle;
	width: 100%;
}

#third_container
{
	position: relative;
	top: -220px;
	width: 733px;

}
a:link {
	text-transform: none;
	color: #ffcc66;	
}
a:hover {
	color: #FF9900;
}

/* Begin header rules */
/*#header {
	padding-top: 5px;
	padding-left: 5px;*/
}
#header h1 {
	margin: 0px;
	text-align: left;
	right: 0px;
	padding: 0px;
	left: 0px;
}

/* === Menu === */



#menu
{
	height: 31px;
	padding-right: 2px;
	margin: 0 20 0 -90;
	list-style: none;
}

#menu li
{
	float: right;
	display: block;
	width: 82px;
	height: 31px;
}

#menu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
}

#menu a:link, #menu a:visited
{
  color: #FFFFFF;
}

#menu a:hover, #menu a:active
{
	background-image: url(assets/tab01.dashW.png);
	color: #FFCC66;
}

#menuselected
{
	display: block;
	width: 82px;
	height: 31px;
	background-image: url(assets/tab02.solidW.png);
	text-decoration: none;
	line-height: 31px;
	color: #FFCC66;
	text-align: center;
	font-size: 16px;
	background-repeat: no-repeat;
}

/* begin left nav rules */
#rightnav {
	float: left;
	margin: -10px;
	padding: 2em;
	list-style-type: none;
	width: 155px;
}
#rightnav ul {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	list-style-type: none;
	}
#rightnav a {
	color: #ffcc66;
	text-decoration: none;
	display: block;
	width: 150px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: -2px;
	margin-top: 2px;
	font-weight: lighter;
}
#rightnav a:hover, #rightnav a#current{
	text-decoration: none;
	color: #FF9900;
}
#rightnav li {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-weight: normal;
}

/* === Other Divs === */
 
.title
{
	position: absolute;
	margin-top: 3px;
	width: 200px;
	height: 400px;
	padding-right: 5px;
	padding-left: 10px;
	margin-left: 560px;
}

.titleText
{
	width: 150px;
	height: 200px;
	margin-left: 560px;
	padding-left: 10px;
	float: left;
}
*html .titleText
{
	width: 150px;
	height: 200px;
	padding-left: 10px;
	margin-top: 0px;
	margin-left: -150px;
}
.text
{
  display: block;
  margin: 5px 5px 20px 12px;
}

.text a
{
  color: #666F53;
  text-decoration: none;
  font-weight: bold;
}

.text a:hover, .text a:active
{
  color: #000000;
}
.hdrTitle
{
	margin-top: -60px;
	width: 300px;
	margin-left: -10px;
	position: absolute;
	background-image: url(assets/header02.png);
	background-repeat: no-repeat;
	height: 70px;
	background-position: left top;
	float: left;
}
.hdrTitle h1 span
{	display: none;
	padding: 0;
	margin: 0;
}

/* === Inline Text Styles === 
.details
{
  display: none;
  font-size: 9px;
  color: #6E7468;
}*/
blockquote
{
  margin: 3px 0 3px 0;
  padding: 5px 10px 5px 10px;
}
h1
{
  margin: 10px 0 -40px -2px;
  padding: 0 10px 40px 9px;
  font-size: 16px;
  color: #ffffff;
  background-color: inherit;

}
h4 {
	color: #CCCCCC;
	font-size: 10px;
	font-weight: lighter;
}

.border
{
	padding: 0px 0px 0px 146px;
	height: 400px;
	background-position: center center;
	text-align: left;
	margin-top: 0px;
	background-image: url(assets/Bk_border.png);
	background-repeat: no-repeat;
}
.contentHome {
	height: 400px;
	margin-left: -146px;
	padding: 0px;
	margin-top: 0px;
	width: 550px;
}

/* === footer === */
#footer
{
	width: 740px;
	margin-left: -140px;
	position: absolute;
	height: 50px;
	background-position: left top;
	float: left;
	margin-top: 10px;
	color: #FFCC66;
}

#footerTitle
{
	width: 150px;
	position: absolute;
	margin-left: 10px;
}
#footer a:link
{
	color:#CCCCCC;
}
#footer a:href
{
	color:#666666;
}
#footer h4 {
	color: #666666;
	font-size: 10px;
	font-weight: lighter;
}
