@charset "UTF-8";
/* CSS Document */

body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	background: #353535;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	/*background-image: url('../images/bg_left_nav.gif');
	background-repeat: repeat-y;*/
}

a:link{
	color: #cccccc;
}

a:hover{
	color: #ffffff;
}

a:visited{
	color: #cccccc;
}

#container {
background: #353535;
	margin: 0 auto;
	text-align: left;
	background-image: url('../images/leftNavTopBg.jpg');
	background-repeat: no-repeat;
}
#topBar {
margin-top: 0px;
padding: 0px;
height: 160px;
background: transparent url('../images/headerBg.jpg') repeat-x;
}
#header {
margin-top: 0px;
	padding: 0px;
	height: 100px;
}
#headerTopNav {
position: absolute;
top: 5px;
right: 5px;
}
#headerTopNav a.topButton {
	color: #999999;
	font: normal 10px arial, sans-serif;
	 padding-right: 20px; /* sliding doors padding */
	text-decoration: none;

}
#headerTopNav a.topButton:hover {
	color: #fff;
}
#nav-edit {
margin-top: 0px;
margin-bottom: 0px;
	padding: 0px 0px 0px 20px;
	height: 40px;
}

.logoBottom{
position: absolute;
left: 0px;
top: 100px;
}

#headerBottom{
	height: 20px;
	width: 100%;
	background-color: #000000;
	background-image: url('../images/headerBottom.jpg');
	background-repeat: no-repeat;
	position: absolute;
	top: 140px;
	left: 0px;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

#navX{
	width: 550px;
	height: 60px;
	float: right;
	position: absolute;
	top: 81px;
	right: 0px;
	font: normal 12px arial, sans-serif;
}

#nav-edit a.button {
	background: transparent url('../images/buttonBg-right.jpg') no-repeat scroll top right;
	color: #b8a193;
	display: block;
	float: right;
	font: normal 12px arial, sans-serif;
	height: 40px;
	margin-right: 6px;
	/*padding-top: 12px;*/
    padding-right: 20px; /* sliding doors padding */
	text-decoration: none;
}

#nav-edit a.button span {
    background: transparent url('../images/buttonBg-left.jpg') no-repeat;
    display: block;
    line-height: 40px;
    padding: 0px 0 0px 21px;
} 

#nav-edit a.button:hover {
    background-position: bottom right;
    color: #cc3000;
    outline: none; /* hide dotted outline in Firefox */
}

#nav-edit a.button:hover span {
    background-position: bottom left;
    color: #cc3000;
	/*padding: 6px 0 4px 18px; /* push text down 1px */
}

#nav-edit a.button:active {
	background-position: bottom right;
    color: #cc3000;
    outline: none; /* hide dotted outline in Firefox */
}


#nav-edit a.button:active span {
    background-position: bottom left;
   /* padding: 6px 0 4px 18px; /* push text down 1px */
} 

#header h1 {
	margin: 0;
	padding: 10px 0;
}
#pageWrapper{
	background-image:url(../images/page-decoration.jpg);
	background-repeat:no-repeat;
	background-position: top right;
}

#pageView {
background: url('../images/home-repeat.jpg') repeat-x bottom;
}
#mainContent {
	padding: 0px;
	margin: 0px 0px 0px 280px;
}
#flashHome {
padding: 0px;
margin: 0px 0px 0px 249px;
background: url('../images/home-wave.jpg') no-repeat bottom left;
height: 577px;
}
#welcomeMsg {
	position: absolute;
	top: 160px;
	left: 650px;
	width: 560px;
	font-size:11px;
}
#sidebar {
float: left;
width: 249px;
height: 577px;
min-height: 500px;
/*background: transparent url('../images/headerBg.jpg') repeat-x;*/
background: url('../images/home-pattern.jpg') no-repeat bottom left;
}
#footer {
	height: 45px;
	padding: 0px;
	background-color:#2f2f2f;
	background-image: url('../images/home-bottom.jpg');
	background-repeat: repeat-x;
	background-position: top left;
}
.style1 {font-size: 90%}

#videoArea{
width: 342px;
height: 291px;
position: absolute;
left: 650px;
top: 290px;
}

#social{
	width: 250px;
	height: 30px;
	position:absolute;
	left: 450px;
	top: 630px;
}

#specialContainer{
	position:absolute;
	top: 220px;
	left: 20px;
	width: 200px;
	border-top: 1px solid #969696;
	border-bottom: 1px solid #969696;
	text-align:center;
}

#jmflink{
	padding-left: 10px;
	color: #666;
	font-size:10px;
}

#jmflink a{
	text-decoration:none;
	color: #999;
}

#jmflink a:hover{
	color: #fff;
}
