/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 92%;
	color: #666666;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #000;
	background-image:url(../images/bkgnd.png);
	background-position:center;
	background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6C00;
	padding: 0px 0px 7px;
}

td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

#wrapper {
	width: 820px;
	text-align: left;
	margin: 0px auto;
	padding: 0px 0px 0px;
	height: auto;
}

#flashContent{
	margin:0px 20px 0px 20px;
}

#leftShadow{

}

#rightShadow{

}

#topNav {
	width: 780px;
	height: 20px;
	margin: 3px 0px 0px 15px;
}

#topLinks {
	font-size: 12px;
	float: left;
	width: 380px;
	height: 20px;
	margin: 7px 0px 0px 310px;
}

#topLinks ul{
	list-style-type: none;
	text-align: left;
}

#topLinks li{
	display: inline;

}

#topLinks a:link, #topLinks a:active, #topLinks a:visited {
	color:#cccccc;
	border-right: thin inset #CCC;
	font-weight: normal;
	text-transform: Capitalize;
	text-decoration: none;
	padding:0px 5px;
}

#topLinks a:hover{
	text-decoration: underline;

}

div#header {
	width: 780px;
	height: 30px;
	margin: 10px auto 0px;
	color: #000000;
	background: #000000;
}

#headerNav {
	width: 495px;
	height: 30px;
	float: left;
	margin: 3px 0px 0px 0px;
}

#logo {
	width: 376px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	position: absolute;
}

#flashBanner {
	height: 345px;
	width: 906px;
	margin: 0px 0px 0px 0px;
}

#iFramBanner {
	
	margin: 0px 100px;
}

#flashBanner iFrame {
	height: 650px;
	width: 906px;
	margin: 0px 100px;
}



#centerContent {
	height: 190px;
	width: 843px;
	margin: 0px 15px 0px 15px;
	background-color:#FFFFFF;
}

#footer {
	height: 30px;
	width: 780px;
	margin: 0 auto 0 auto;
	padding-top:0px;
	clear: both;
}

#copyRight {
	height: 20px;
	width: 906px;
	margin: 0px;
	padding-top:5px;
	clear: none;
	border-top: thin dotted #CCCCCC;
}

#copyRight p {
	margin: 0px 0px 0px 60px;
	padding: 0px 0 0px 0;
}




/********* footer column *******/

#footer_Content {
	height: 40px;
	width: 820px;
	margin: 10px 0px 0px 0px;
}

#footerCopyright {
	font-size: 87%;  
  	text-align: left;
	height: 20px;
	width: 240px;
	margin: 0px 0px 5px 40px;
}


#footerInfo {
	height: 20px;
	width: 580px;
	margin: 5px auto 0 auto;
}

#footerInfo ul{
	list-style-type: none;
  	font-size: 87%;  
  	text-align: left; 
}

#footerInfo li{
	display: inline;

}

#footerInfo a:link, #footerInfo a:active, #footerInfo a:visited {
	color:#0066CC;
	border-right: thin inset #333333;
	font-weight: normal;
	text-transform: Capitalize;
	text-decoration: none;
	padding:0px 5px;
}

#footerInfo a:hover{
	text-decoration: underline;

}

/*Left Column */

#left_nav {
	width: 280px;
	padding-right: 10px;
	padding-left: 0px;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
}

.img_left{
	float: none;
	margin: 20px 0 0 30px;
}

#left_nav h3 {
	font-size:90%;
	padding-bottom: 0.1em;
	color:#336699;
	margin-top: 3px;
}

#left_nav h1, h2, h3 {
	color: #0090CD;
}

#left_nav p {
	font-size:80%;
	color:#333333;
	margin-right:5px;
}

/*Side Navigation Panel */

div#sideNav {
	color: #666666;
	padding: 10px 0px 0px 10px;
	width: 280px;
	position: relative;
	font-size: 100%;
	
}

#content_right {
	margin-left: 300px;
	width: 490px;
	margin-top: 0px;
}


div#sideNav ul{
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}

div#sideNav li {
	list-style:none;
	margin-bottom: 3px;
	color:#306296;
	font-size:80%;
	background: #EDEEF2 repeat-x 100% 50%;
	border-bottom: thin solid #999999;
}

div#sideNav li a {
	width:100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 18px;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.3em;
}

div#sideNav li a:link, div#sideNav li a:active, div#sideNav li a:visited {
	display: block;
	color: #306296;
	text-decoration: none;
	background: transparent;
}

div#sideNav li a:hover, div#sideNav li a:focus{

	color: #0A50A1;
	
	background: #D2E4FC repeat-x 100% 50%;
}

div#sideNav h3{
	margin-bottom:5px;
	padding-bottom: 10px;
	line-height: 1.2em;
}

/*main content column*/

#content_Form {
	float: none;
	margin: 5px 0px 0px 30px;
	padding: 0px;
}

#content_Form label{
	color: #000000;
	font-weight:bold;
}

form {
	width:99%;
}

.boldBlk {
	color:#000000;
	font-weight:bold;
}

.thanksHeadline {
	font-color:#0099CD;
	font-size:1.9em;
	line-height: 0.9em;
}

.red {
	color:#CC3300;
}

.widetextarea {
	width: 99%;
}
.tableLabel {
	width: 125px;
}

.btn_cancel {
	width:78px;
	background: url(file:///Macintosh HD/Users/briancrooks/Documents/Sites/ManageTheLeads/styles/images/btn_cancel.jpg) no-repeat 5px 2px;
	height: 36px;
	display: table-cell;
}

.btn_cancel a:hover{
	background: url(file:///Macintosh HD/Users/briancrooks/Documents/Sites/ManageTheLeads/styles/images/btn_cancel2.jpg) no-repeat 5px 2px;
}

#content_Form .breakLine {
	border-top: thin dotted #CCCCCC;
	margin: 5px 0px 0px 0px;
	padding: 5px 0 2px 0;
	width:auto;
}

#content_Form p{
	margin: 5px 0px 0px 0px;
	padding: 5px 0 2px 0;
	color: #333333;
	line-height: 140%;
	font-weight: normal;
}

#content_formRight {
	margin: 0 0px 0 215px;
	padding: 0px 0px;
	border: medium solid #EFE9D3;
}

#content {
	border-right: thin solid #EFE9D3;
	width: 530px;
	margin: 10px 0px;
	padding: 0px 15px;
	float: left;
}

#content p {
	margin: 5px 0px 0px 30px;
	padding: 5px 0 2px 0;
	color: #666666;
	line-height: 140%;
	font-weight: normal;
}

#content h1 {
	margin: 5px 0px 0px 30px;
	padding: 5px 0 5px 0;
	color: #3895BD;
	font-size:1.9em;
	line-height: 140%;
	font-weight: normal;
}



#content h2{
	margin: 5px 0px 0px 30px;
	padding: 0px 0 5px 0;
	color: #0099CD;
	font-size:1.2em;
	line-height: 110%;
	font-weight:bold;
}

.block {
	background-color:#ECECEC;
	background-position:left;
	
}

.phoneBold {
	color: #0099CD;
	font-weight:bold;

}

#content.block ul{
	margin: 10px 7px 0 4px; 
	padding: 10px;
}

#content.block li {
	list-style: square inside;
	color: #333333;
	padding: 10px 2px 6px 5px;
	margin: 10px 0 0px 0;
}

.block2 {
	background-color:#D7D7D7;
	background-position:left;
}

#content.block2 ul{
	margin: 0 7px 0 4px; 
	padding: 0;
}

#content.block2 li {
	list-style: square inside;
	color: #333333;
	padding: 6px 2px 6px 0px;
	margin: 0 0 0px 0;
}

#content ul{
	margin: 0 7px 0 4px; 
	padding: 0;
}

#content li {
	list-style: square inside;
	color: #333333;
	padding: 3px 2px 3px 5px;
	margin: 0 0 2px 0;
	
}

#content a:link, #content a:visited{
	color: #0099CD;
	text-decoration: underline;
	background: transparent;
}

#content a:hover, #content a:focus{
	color: #D98113;
}

#content h3 {
	color:#336699;
	font-weight:bold;
	margin:0px 0px 7px 0px;
}

#boxShadow {

}
.story_2 {
	background-color:#EEEEEE;
	padding:0px;
	display: list-item;
	list-style: square inside;
	text-indent: 5px;
	
}

.story {
		border-top: medium #efe9d3;
		border-bottom: medium #efe9d3;
}

.brclear {
		clear:both;
		height:0;
		margin:0;
		font-size: 1px;
		line-height: 0px;
}

#colRight {
		width: 300px;
		float: right;
		padding: 10px 0px 10px 0px;
		margin: 5px 25px 0px 0px;
}

#colRight p{
	margin: 0px 0px 0px 0px;
	padding: 5px 0 2px 0;
	color: #666666;
	line-height: 140%;
	font-weight: normal;
}

.righColList li{
	list-style: none;
	margin: 0px 7px 0px 0px;
	padding: 0px;
}

#rightLinks {
	margin: 0px 0px 0px 0px;
	padding: 5px 0 2px 0;
}

#rightLinks ul{
	font-size:1.3em;
	margin: 0px 7px 0px 0px;
	padding: 0px;
	
}

#rightLinks li {
	list-style: none;
	padding: 6px 2px 4px 0;
	margin: 0px 7px 0px 0px;
	background: url(file:///Macintosh HD/Users/briancrooks/Documents/Sites/ManageTheLeads/images/arrow.png) no-repeat 75% 50%;
	
}

#rightLinks li a{
	display: block;
	margin-left: 0px;
	width: 80%;
}

#rightLinks li a:link,#rightLinks li a:visited{
	
	color:#666666;
	text-decoration: none;
	background: transparent;
}

#rightLinks li a:hover, #rightLinks li a:focus{
	color:#336699;

}

#contactLinks {
	margin: 0px 0px 0px 0px;
	padding: 5px 0 2px 0;
}

#contactLinks  ul{
	margin: 0px 7px 0px 0px;
	padding: 0px;
	
}

#contactLinks  li {
	list-style: none;
	padding: 6px 2px 4px 0;
	margin: 0px 7px 0px 0px;
	
}

#contactLinks  li a{
	display: inline;
	margin-left: 0px;
	width: 100%;
}

#contactLinks  li a:link,#contactLinks  li a:visited{
	color:#0099CD;
	text-decoration: none;
	background: transparent;
}

#contactLinks  li a:hover, #contactLinks  li a:focus{
	color:#0099CD;
	text-decoration: underline;

}
#colRightList ul{
	margin: 0px 7px 0px 0px;
	padding: 0px;
	
}


#colRightList li {
	list-style:disc;
	font-weight:bold;
	padding: 6px 2px 4px 0;
	margin: 0px 7px 0px 10px;
	
}

#colRightList li a{
	display: block;
	margin-left: 0px;
}
	
#colRightList li a:link, #colRightList li a:visited{
	color:#666666;
	text-decoration: none;
	background: transparent;
}

#colRightList li a:hover, #colRightList li a:focus{
	color:#336699;

}

#rightContent {
	width:99%;
	color:#666666;
	margin:10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#rightBlock {
	width:99%;
	font-size: 87%;
	color:#336699;
	margin:0px 0px 0px 0px;
	padding: 0px 5px 0px 10px;	
}

#rightGrey {
	width: 160px;
	height: 20px;
	margin: 0px;
	background: url(file:///Macintosh HD/Users/briancrooks/Documents/Sites/ManageTheLeads/styles/images/block_rght_header.jpg) repeat-x;
	padding-top: 0px;
	padding-bottom: 5px;
	text-indent: 0px;
}

.rightGrey h2 {
	margin: 0px 10px 5px 10px;
	font-size: 1.25em;
	color: #003366;
}

#rightGrey h3 {
	margin: 10px 10px 0px 10px;
}

#rightGrey p {
	margin: 0px 10px 0px 10px;
}

#rightContent ul {
	margin: 0;
	padding:0;
}

#rightContent ul li{
	font-size: 80%;
	margin: 0px 10px 0px 10px;
	padding: 2px 0 5px 0;
	list-style: none;
	display: list-item;
}

#rightContent ol {
	display: list-item;
}
#rightContent  ol li{
	font-size:80%;
	display: list-item;
}

#rightContent p {
	margin: 0px 10px 10px 10px;
	font-size: 87%;
}

#smallBlock {
	width: 125px;
	font-size: 87%;
	margin: 10px 0px 10px 10px;
	padding:10px
	
}

.breakLine {
	border-top: thin dotted #CCCCCC;
	padding:5px 0px 5px 0px;
	width:99%;

}

.breakLineForm {
	border-top: thin dotted #CCCCCC;
	padding:5px 0px 5px 0px;
	width:99%;

}

#content .breakLine {
	border-top: thin dotted #CCCCCC;
	margin: 5px 0px 0px 30px;
	padding: 5px 0 2px 0;
	width:auto;
}

.sideHead {
	font-weight: bold;
	color: #000000;
}

