body{
	/* font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; */
	/* font-size:12px; */
	font: 14px Georgia, Times, Serif; line-height: 1.5;
	background:#efefef;
	color:#4F6B72;
	/* background:#E6EAE9 none repeat scroll 0 0; */
	/* line-height: 16px; */
	margin:0;
	padding:0;
}

#header {
	width:100%;
	background:#000;
}

#logo {
	height:90px;
	padding:5px;
	margin-top:-1px;
	position:relative;
	z-index:5000;

}

#menu {
	margin-top:-18px;
	padding-top:4px;
	height: 30px;
	background: url(../images/gradient-nav.png);
	background-position: center top;
	background-repeat: repeat-x;
	border-top: 1px solid #AAF;
	color: #FFF;
	text-align: center;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	border-bottom: 1px solid #72AEE8;
}

#menu a {
	vertical-align: middle;
	text-decoration: none;
	border-right: 1px solid #369;
	border-left: 1px solid #7AE;
	color: #FFF;
	line-height: 30px;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: -4px;
}

#menu a:first-child {
	border-left:0px;
}
#menu a:last-child {
	border-left: 1px solid #76A9ED;
	border-right: 0px;
}
#menu a:hover { 
	text-decoration:underline; 
}

#wrapper{
	width: 950px;
	background: #FFF;
	margin: 20px auto;
	padding:0 50px;
	border:8px solid #e1e1e1;
	text-align: left;
}

h2 {
	font-size:20px;
	padding: 0px;
	margin: 0em 0em 0.75em 0em;
}
h3 {
	font-size:14px;
	padding: 0px;
	margin: 0em 0em 0.55em 0em;
	font-weight: bold;
}
h1, h2 {
	font-weight:normal;
}
ul.overview  {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin:0 1.5em 1.5em;
}

li {
	font-size: 1.1em;
	margin-bottom: 4px;
}
p{
	margin: 5px 0px 20px 0px;
}
a:link, a:visited, a:active{
	color:#3366CC;
	text-decoration:underline;
}
a:hover {
	color:#CC3333;
}


#submenu {
	margin-left:20px;
}
#submenu a {
	padding:0 4px;
}

#maincontent{
	/* border:1px solid #BEBEBE; */
	/* background-color: #FFF; */
	/* padding: 20px; */
}

#content {
	min-height: 30em;
	/* width:800px; */
	margin:2em auto;
}
#content fieldset {
	background:#ededed;
	border:1px solid #cacaca;
	margin:10px;
	padding:5px;
}
#content label {
	display:block;
	font-weight:bold;
	font-style: normal;
}
#content input[type=text] {
	height:20px;
	border:1px solid #cacaca;
}
#content textarea {
	background-color:#fff;
	border:1px solid #cacaca;
	width:450px;
}

#trafficform {
	width:700px;
	font: 1.1em Arial, Helvetica, sans-serif;
	color:#444;
}
#trafficform select {
	font:1.1em;
}
#trafficform textarea {
	width:90%;
}
form#leads {
	font-style:italic;
}
#leads label {
	display:block;
	font-weight:bold;
	font-style: normal;
}
.code{
	padding-left: 10px;
	border-left: solid 3px #4F6B72;
	font-family:"Times New Roman", Times, serif;
	color:#4F6B72;
	font-size: 12px;
	margin: 0px 0px 15px 0px;
}

#leads_table th {
	text-align:center;
	font-weight:bold;
	border-bottom:1px solid #c0c0c0;
}
#leads_table td {
	padding:0 20px;
	border-bottom:1px dotted #dfdfdf;
}
div.intelligence {
	/* border-bottom:1px dotted #ccc; */
	margin-top:10px;
	width:500px;
	/* font-family:courier,serif; */
}
div.intelligence h3 {
	background:#458BD0;
	color:#EEE;
	padding:6px;
	/* font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; */
	/* border:1px solid #cef; */
}
div.intelligence h4 {
	margin-left:20px;
}
div.intelligence pre {
	margin-left:40px;
}

#limited_access {
	background:#FFEBCF;
	border:1px solid #DEBD8E;
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
	padding:10px 50px;
	margin:25px 10px;
}
#limited_access:hover {
	background:#FFDD99;
	border:1px solid #DD0000;
}
#limited_access a:hover {
	color:#000;
}