




/*
     FILE ARCHIVED ON 20:53:37 Oct 15, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:07:31 Jan 5, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background-color: #e9edf9;
	font-family: Century Gothic, sans-serif, Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.4;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}

a:link {
	
	text-decoration: underline;
}
a:visited {
	
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 980px;
	background: #FFF;
	margin: 0 auto; 1
	border:#194e84 solid 1px;
}


.header {
	/*background: #ADB96E;*/
	height: 97px;
	
}
.header h1{
	
	padding-left:30px;
	padding-top:25px;
}
.menu{
	height:35px;
	
}

.container .menu ul {
	list-style:none;
	padding-top:0px;
	border-left:solid 1px #000;
    display:block;
	height:35px;
	color:white;
}
.container .menu ul li{
	float:left;
	/*margin-left:50px;*/
	font-weight:bolder;
	font-size:16px;
	display:block;
	padding:5px 30px;
	height:25px;
	margin-top:-0px;
	
	border-right:solid 1px #FFF;
	overflow:visible;
	font-family: Verdana, Geneva, sans-serif;
	
	
	
}
.container .menu ul li:last-child{
	
	border:none;
	
}
.container .menu ul li:hover{
	/*background-image: url(/web/20161015205337/http://www.marketingmotor.net/themes/1/images/menuHover_09.jpg);
	background-repeat: repeat-x;	*/
	/*background-color:#194e84;*/
	
}
.container .menu ul li a:link,.container .menu ul li a:visited {
	text-decoration:none;
	color:#FFF;
	
}
.container .menu ul li a:hover,.container .menu ul li a:active {
	text-decoration:none;
	color:#FFF;
	
}
.mainBanner{
	height:248px;
	margin-bottom: 40px;
	/*background: black;*/
}
.container .mainBanner p {
	font-size: 11pt;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #fffff6;
}



/*.contentContainer{
	padding-top:20px;
}*/
.sidebar1 {
	float: left;
	width: 256px;
	padding-bottom:0px;
	line-height: 1.4;
	padding-top:20px;
	
	
}
.container .sidebar1  p {
	padding: 10px;
	margin: 0 10px 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}




.content {
    margin-left:16px;
	padding: 10px 0;
	width: 700px;
	float: left;
	border-left:#194e84 solid 1px;
	padding-top:20px;
}
.container .content h2 {
}



.container .content p {
	/*color: #aba7a7;*/
	
	padding-bottom: 20px;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}


ul.nav {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	
	color: #FFF;
}


/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	height: 87px;
	background-color: #194e84;

}
.footer p {
	text-align: center;
	margin-top: 40px;
}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/*~~~~~~ FORM RELATED STYLES ~~~~~~~*/
.label{
	font-size:14px;  
	color: #544841;
}
.input{
	width: 250px;
	height:20px;
	font-size:1.2em;
}
.inputField {
	margin-top: 5px;
	margin-bottom: 10px;
}
.text{
	height: 120px;
	width: 250px;
}
.textArea{
	margin-top: 7px;
	margin-bottom: 10px;
}
#lead_form_submit{
	border:none; 
	background-image:url(../images/btn_33.gif);
	height: 34px;
	width: 121px;
	background-repeat: no-repeat; 
	color:white; 
	margin-bottom:20px;
}


.color1{
	color:#FFF;
}
.color2{
	color:#194e84;	
	/*color:green;*/
}
.color3{
	color:#aca8a9;
}
.bgColor1{
	background:#194e84;
}
.bgColor2{
	background:#37414a;
}

/*PRB ADDED THESE STYLES*/
.formHolder{
	width:260px;
	float:left;
	padding-left:15px;
}
.pictureHolder{
	margin-top:5px;
	float:right;
	padding-right:15px;
}
.sidebar1 ul{
	margin-left:30px;
}