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

body {
	margin:0px;
	background:#ffffff;
}
body, td, tr, div {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#333333;
}
h1 {
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	background:url(images/title-l.png) left no-repeat;
	font-weight:normal;
	margin:8px 0;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#333333;
	margin:10px 3px 0;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#B3B3B3;
	margin: 5px 0;
	font-weight:normal;
}
h4 {
	font-size:16px;
	color:#333333;
	margin: 0;
	padding:0;
	font-weight:normal;
}
a {
	color:#A71E22;
	font-weight:bold;
}
a:hover {
	color:#4F1119;
}
p {
	margin:8px 0;
	line-height:18px;
}
title p {
	color:#999;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
}


/* form styles */

input{
	
}
.formfields {
	border:solid 1px #999999;
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}


/* template styles and background images */
#dashboard-wrap {
	position:fixed;
	top:0;
	height:29px;
	width:100%;
	z-index:999;
}
#dashboard {
	width:960px;
	background:#000;
	opacity:.85;
	height:29px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	
}
#dashtitle {
	float:left;
	position:relative;
	color:#FFF;
	top:5px;
	left:5px;
	font-size:12px;
	text-shadow:0 -1px 0px #4D4D4D;
}
#logo-bg {
	background:url(images/header-bg-bw.png) top repeat-x;
	height:90px;
	border-bottom:solid 1px #fff;
	position:relative;
}
#logo-wrap {
	width:960px;
	height:100%;
	position:relative;
}
#logo-shad {
	background:url(images/shadow2.png) repeat-x;
	height:5px;
	position:absolute;
	bottom:-1px;
	width:100%;
	left:0;
}
#logo {
	position:absolute;
	left:-16px;
	top:43px;
}
#body-wrap {
	width:960px;
	position:relative;
}
#header-wrap {
	background:url(images/header-bg.png) repeat-x;
	height:200px;
	overflow:visible;
	position:relative;
}
#header-shad {
	background:url(images/shadow.png) repeat-x;
	height:5px;
	position:absolute;
	bottom:-5px;
	width:100%;
	border-top:solid 1px #ffffff;
	left:0;
}
#header {
	width:960px;
	position:relative;
	height:100%;
}
#header div {
	position:absolute;
	top:10px;
	color:#FFF;
	text-align:left;
	width:400px;
}
#header a {
	border:solid 1px #ffffff;
	background:url(images/but-bg.png) repeat-x;
	-moz-border-radius:5px;
	-moz-box-shadow:0 0 5px #000;
	text-decoration:none;
	padding:5px 0;
	display:block;
	width:100px;
	text-align:center;
	color:#fff;
	text-shadow:0 -1px #006837;
}
#header a:hover {
	-moz-box-shadow:1px 1px 6px #000;
	
}

#deal1 {
	left:0;
}
#deal2 {
	right:0;
}
#header-divider {
	position:absolute;
	left:418px;
	top:80px;
}
#column-bg {
	background:url(images/column-bg.png) repeat-y center;
}
#leftcol {
	width:178px;
	padding:20px 20px 20px 0;
}
#rightcol {
	width:742px;
	padding:20px 0 20px 20px;
}
#rightcol h1 {
	color:#DF0020;
	padding:0 0 0 15px;
	background:url(images/title-arrow.png) left no-repeat;
	width:726px;
	border-bottom:dotted 1px #B3B3B3;
	font-size:25px;
}
#leftcol h1 {
	color:#DF0020;
	padding:0 0 0 15px;
	background:url(images/title-arrow.png) left no-repeat;
	width:163px;
	border-bottom:dotted 1px #B3B3B3;
	font-size:25px;
}
	
#rightcol2 {
	background:#F2F2F2;
}

#footer-wrap {
	background:#333;
	border-top:solid 4px #999;
	border-bottom:solid 4px #999;
	padding:20px 0;
	overflow:auto;
}
#footer {
	width:960px;
	position:relative;
	overflow:auto;
}
#footer a{
	color:#999;
	font-weight:normal;	
}
#footer div {
	float:left;
	width:220px;
	color:#999;
	text-align:left;
	margin:0 20px 0 0;
}
#folio-pod {
	background:url(images/logo-watermark.png) 280px 225px no-repeat #FFF;
	border:solid 1px #999;
	padding:3px 3px 7px;
	width:338px;
	height:245px;
	float:left;
	margin:22px 22px 0 0;
}

#folio-pod a {
	color:#999;
}
#folio-pod img {
	border:solid 1px #999;
}
#folio-pod:hover {
	background-color:#f1f1f1;
}
#folio-pod p {
	margin:0 3px;
	color:#808080;
	line-height:15px;
}

/* menu styles */
#mainmenu {
	float:right;
	position:relative;
	color:#FFF;
	top:5px;
	right:5px;
	opacity:1;
}

#mainmenu ul{
	margin: 0px;
	padding: 0px;

}
#mainmenu li{
	font-size: 12px;
	color:#FFFFFF;
	float:left;
	text-align:center;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	list-style:none;
}
#mainmenu li a{
	color:#ffffff;;
	text-decoration: none;
	font-weight:normal;
	opacity:1.0;
}
#mainmenu li a:hover{
	color:#FF0000;
	text-decoration: none;
}

#footer ul {
	margin:0;
	padding:0;
}
#footer li {
	list-style:none;
	margin:0;
	padding: 0;
}
#footer li a {
	padding:0;
	text-decoration:none;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#999;
}
#footer li a:hover {
	color:#fff;

}


/* tool tip styles */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #999;
	background-color: #000;
	padding: 10px;
	opacity: 0.95;
	-moz-box-shadow:1px 1px 2px #333;
	-moz-border-radius:5px;
}
#tooltip div {
	font-family:Tahoma;
	font-size:12px;
	margin:0;
	color:#CCC;
}
#tooltip h3 {
	font-family:Tahoma, Geneva, sans-serif;
	margin: 0;
	color:#FFF;
	font-size:12px;
}

	

