/*
-------------------------------------------
JustAskMarc.com
Author: Intuitive Designs
Author Web Site: http://www.intuitivedesigns.net
-------------------------------------------
*/
/* ---- main styles ---- */
body {
	margin: 0;
	padding: 0;
	color: #333;
	text-align:center;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url(images/header-back.gif) repeat-x left 30px;
}
td, tr, p, div, table {
  	font-family: Arial, Helvetica, sans-serif;
  	color: #333;
	font-size: 1em;
}
p {
	line-height: 140%;
}
h1 {
  	font: 1.6em Arial, Helvetica, sans-serif;	
  	font-weight: bold;
  	color: #a40000;
	margin: 0px 0px 6px 6px;
}
h2 {
  	font: 1.6em Century Gothic, Arial, Helvetica, sans-serif;
  	font-weight: normal;
 	color: #a40000;
	border-bottom: 1px solid #ccc;
}
h3 {
  	font: 1em Arial, Helvetica, sans-serif;
  	font-weight: bold;
 	color: #333;
}
h4 {
  	font: 1.4em Century Gothic, Arial, Helvetica, sans-serif;
  	font-weight: normal;
 	color: #f7ea03;
	margin: 10px 0 10px 0;
}
ul, ul li {
	margin-left: 6px;
	padding-left: 0px;
} 
hr {
	height: 0px;
	width: 100%;
	color: #ccc;
}
img {
	border: none;
}

/* -------------Top Navigation--------*/
ul#mainlevel {
    list-style:none;
	margin:0;
	padding: 0;	
	text-align: right;
}
#mainlevel li {
	display: inline;
	list-style-type: none;
	margin:0;
    padding:0;
	height: 25px;
}
a.mainlevel:link, a.mainlevel:visited {
	text-decoration:none;
	color:#666;
	text-align: center;
	white-space:nowrap;
	height: 30px;
	padding: 3px 6px 2px 6px;
	text-transform: uppercase;
	font: normal 1em/30px Century Gothic, Arial, Helvetica, sans-serif;
}
a.mainlevel:hover {
	color:#fff;
	background: #a40000;
	text-decoration:none;
}
a#active_menu  {
	color:#fff;
	background: #a40000;
}
/* -------------Left Navigation--------*/
ul#mainlevel-nav {
    list-style:none;
	margin:0;
	padding: 0;	
}
#mainlevel-nav li {
	list-style-type: none;
	margin:0;
    padding:0;
}
a.mainlevel-nav:link, a.mainlevel-nav:visited {
	text-decoration:none;
	color:#953434;
	text-align: left;
	line-height: 25px;
	height: 25px;
	display: block;
    font-size: 1em;
	border-bottom: 1px solid #ccc;
}
a.mainlevel-nav:hover {
	color:#fff;
	background: #953434;
	font-weight: normal;
	text-decoration:none;
	padding-left: 5px;
}

/* ----------Forms------------- */
form {
	margin: 0;
	padding: 0;
}
.button {
	font: 1em;
	color: #333;
	margin: 5px;
	border: 3px double #ccc;
	text-align: center;
}

.inputbox {
	font: bold 1em;
	color: #333;
	border: 1px solid #ccc;
	margin: 5px;
	background: #fff url(images/input-back.gif) repeat-x top;
}
input {
	font: bold 1em;
	color: #333;
	border: 1px solid #ccc;
	margin: 2px;
	background: #fff url(images/input-back.gif) repeat-x top;
}

/* ----------Links------------ */

a:link {
	color: #953434;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #953434;
}
a:hover {
	text-decoration: none;
	color: #752828;
}
/*------------Layout-------------*/
#wrapper {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#topmenu {
	background: #fff url(images/top-left.gif) repeat-y left top;
}
#header {
	background: #333 url(images/header.jpg) no-repeat left top;
	height: 199px;
	position: relative;
}
#header img {
	margin-left: 27px;
	margin-top: 55px;
}
#top {
	position: absolute;
	top: 0px;
	right: 5px;
	width: 155px;
	color: #fff;
}
#top h3, #top table {
	margin-top: 5px;
}
#top h3, #top p, #top td {
	color: #fff;
}
#top p, #top td {
	line-height: 100%;
	font-size: .8em;
	margin: 0;
}
#top input {
	width: 100px;
}
#left {
	float: left;
	width: 150px;
	background: #fff url(images/left-back.gif) no-repeat left top;
	padding: 20px 25px;
}
#content {
	padding: 25px;
	margin-left: 170px;
}
#centerslim {
	margin-left: 170px;
	margin-right: 170px;
	width: auto;
}
#centerleft {
	margin-left: 170px;
	width: auto;
}
#centerright {
	margin-right: 170px;
	width: auto;
}
#centerwide {
	width: auto;
}
#right {
	float: right;
	width: 150px;
}

#footer {
	background: #333 url(images/footer-back.gif) repeat-x left top;
	height: 200px;
	clear: both;
	text-align: center;
	width: 100%;
}
#footerwrap {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-left: 35px;
}
#user1, #user2{
	width: 50%;
	float: left;
}
#footer ul {
	margin: 0 0 20px 0;
	padding: 0;
}
#footer li {
	margin: 0;
	padding: 0;
	list-style: disc url(none) outside;
}
#footer p {
	color: #fff;
	clear: both;
	text-align: center;
	font-size: .8em;
}
#footer a {
	color: #fff;
	text-decoration: none;
	background: url(images/arrow.gif) no-repeat left;
	padding-left: 15px;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.clr {
	clear: both;
}