@charset "utf-8";
body  {
	font: 12px  "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	background:#555 url(images/bg1.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
	text-align: center; 
	color:#555;
}
img {border:0;}
#newsAlert{position:absolute; top:12px; left:0; width:100%; height:120px; overflow:hidden; z-index:5; margin:0 auto; background:none;}

#container {
	width: 900px;
	background-color: #fff;
	margin: 10px auto;
	text-align: left;
} 

.logoL
{
    position:absolute;
    left:1px;
    top:300px;
    z-index:-1;
    background:transparent url(images/sidelogo.gif) top left no-repeat;
    width:200px; 
	height:200px;
}

.logoR
{
    position:absolute;
    right:1px;
    top:300px;
    z-index:-2;
    background:transparent url(images/sidelogo.gif) top left no-repeat;
    width:200px; 
	height:200px;
}

#header { 
	background: #678b63 url(images/header.jpg) top left no-repeat; 
	padding: 0 10px;
	height:120px;
} 
#topNav {
	color:#fff;
	background:#58605a url(images/topnavbg.jpg) top left repeat-x;
	height:22px;
	margin:0;
	padding:3px 10px;
	border-bottom:solid 1px #222;
	display:inline-block;
	width:880px;
}

.toplinks {float:left;}
.toplinks img { vertical-align:middle}
.toplinks a:link, .toplinks a:visited {text-decoration:none; letter-spacing:.1em; color:#fff; font-weight:bold; line-height:21px;}
.toplinks a:hover {color:#adb}
.toplinks .socialfb {
	background-color:#526aad;
	padding:1px 3px;
	text-align:center;
	border-bottom:solid 2px #14254a;
	border-right:solid 1px #14254a;
}
.toplinks a.socialfb:hover{color:#bcc9e4}
.toplinks a.store {background:transparent url(images/storeBtn.png) top left no-repeat; width:145px; display:inline-block; line-height:22px;}
.toplinks a.store:hover{ background-position:bottom left;}
.login {
	color:#143;
	float:right;
	height:80px;
	width:140px;
	text-align:left;
	margin:20px;
	font-weight:bold;
	background: url(images/loginbg.png) top left no-repeat;
}

.inputtextbox {
	background: #fff url(images/form_bg.gif) top left no-repeat;
	border:0;
	display:inline;
	color:#777;
	font-size:9px;
}
#leftCol {
	float: left; 
	width: 120px;
	height:740px;
	background: #ebebeb url(images/leftnavbg.jpg); 
	padding:0; 
	border: 1px solid #777;
	border-bottom-color:#222;
}

	.leftnav  a:link, .leftnav a:visited {
		color:#000;
		background:transparent url(images/link_bg.jpg) top left repeat-x;
		height:16px;
		width:110px;
		cursor:pointer;
		border:solid 1px #ccc;
		border-bottom:solid 3px #b0b0b0;
		border-top:solid 3px #d7d7d7;
		border-right:solid 3px #777;
		outline-bottom:solid 1px #333;
		font:bold 12px Arial, Helvetica, sans-serif;
		/*letter-spacing:.1em;*/
		padding:2px 4px 2px 4px;
		text-decoration:none;
		display:block;
		/*margin-bottom:2px;*/
	}
	.leftnav a:hover, .leftnav a:focus {
		color:#fff;
		background:transparent url(images/link_bg.jpg) bottom left repeat-x;
		border:solid 1px #700;
		border-bottom:solid 3px #790100;
		border-top:solid 3px #a13332;
		
	}
	.leftnav a:focus {
		background:transparent url(images/link_bg.jpg) 0px -22px repeat-x;
		border-color:#222;
		
	}

.adVerticleLeft {
	display:block;
	margin:0;
	border-bottom:solid 1px #aaa;
	border-right:solid 1px #eee;
	padding:0;
}
.adVerticleLeft a, .adVerticleLeft img {border:0; cursor:pointer}
.leftcoltxt {
	font-size:9px;
	color:#eee;
	border:solid 2px #aaa;
	background:#333 url(images/leftcoltxt_bg.gif) top left no-repeat;
	padding:7px;
	margin:3px;
}
#contentFrame {background:#fff; height:700px; border:none;}
#mainContent { 
	float:left;
	width:737px;
	border: 1px solid #777;
	border-left-width:0px;
	padding:20px;
	display:block;
	background:#fff url(images/loginbg.png) top left no-repeat;
} 

#footer { 
	float:left;
	clear:both;
	height:52px;
	padding: 3px 0; 
	background:#777f79 url(images/footerbg.jpg) top left repeat-x;
	border: 1px solid #777;
	border-top-width: 0px;
	color:#fff;
	text-align:center;
	width:898px;
	font-size:9px;
} 

#footer a:link, #footer a:visited {
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
}

#footer a:hover {color:#bec; text-decoration:none;}

/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

