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

body{
 background-color:#333333;
 text-align:center;
 color:#FFF;
 font-family:Arial, Helvetica, sans-serif;
 font-size:14px; 
 line-height:150%;
}

#wrapper{
 width:969px;
 margin:0 auto; 
}

#menu-holder{
 background-image:url(images/banner-bottom.jpg);
 background-repeat:no-repeat;
 padding:0 63px 0 40px;
}

#inner-wrapper{
 padding:0 75px 0 65px;;
 margin:0 auto;
 background-image:url(images/content-bckgnd.jpg);
 background-repeat:repeat-y;
 text-align:left;
}

h1{
 font-size:18px;
 color:#FF3300;
 font-weight:normal;
 margin:0;
 padding:10px 0;
}

h2{
 font-size:16px;
 color:#FF3300;
 font-weight:normal;
 margin:0;
 padding:7px 0;
}

.orange{
 color:#FF3300;
}

p{
 margin:0;
 padding:6px 0;
}

a:link, a:visited{
 color:#03F;
}

a:hover{
 color:#09F;
}

#left-col{
 float:left;
 width:230px;
}

#right-col{
 float:right;
 width:590px;
 text-align:justify;
}

#one-col{
 width:830px;
 margin:0 auto;
 text-align:justify;
}

#footer{
 background-color:#121110;
 color:#555555;
 border:2px solid #444444;
 font-size:12px;
 line-height:14px;
 margin-bottom:10px;
}

/* =====================================
    CSS STYLES FOR HouseMenu SkinObject
   =====================================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#menu, #menu ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 99999;
}

#menu li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#menu li li { /* all items under the top level */
	z-index: 11113;
}

#menu a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#menu li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#menu li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#menu li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#menu li ul { /* second-level lists */
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#menu li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#menu li:hover ul ul, 
#menu li:hover ul ul ul, 
#menu li.sfhover ul ul, 
#menu li.sfhover ul ul ul {
	left: -9999px;
}

#menu li:hover ul, 
#menu li li:hover ul, 
#menu li li li:hover ul, 
#menu li.sfhover ul, 
#menu li li.sfhover ul, 
#menu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#menu iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#menu{ /* all submenu lists */
	width: 100%;
	height: 32px;
	background-image:url(images/menu-bckgnd.gif);
	background-repeat: repeat-x;
	border-left:2px solid #030303;
	border-right:2px solid #030303;
}

#menu a { /* all links within the menu wrapper */
	color : #FF3300;;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height:12px;
	font-weight : bold;
	text-decoration : none;
	background-color: transparent;
	padding: 10px 14px;
	border-right:1px solid #030303;
	width: auto;
}

#menu li a:hover {
	padding: 10px 14px;
	color: #89B4E0; 
	background-color: transparent; 
	background-repeat: repeat-x;
	border-right:1px solid #030303;	
}

#menu li a.current-page{
	color: #89B4E0;
}