@charset "utf-8";
/* 	=== Site Default Styles Sheet === 
	Filename : global.css
	Author   : Scott Leitstein, CompuIntel, Inc.
	Date     : March 2009
	Purpose  : CSS for cgaassociates.com
*/

body {
	font-family: Georgia, Arial, Verdana;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	color: #900;
	text-align: center;
}

img {
	border: none;
}

a:link {
	color: #900;
}

a:hover {
	color: #900;
	cursor: pointer;
	text-decoration: none;
}

a:active {
	color: red;
}

a:visited {
	text-decoration: none;
}

/* === masthead Styles === */
#masthead {
  width: 800px;
}

#logo {
	float: left;
	padding: 10px;
}

#mainNav {
}

#midNav {
	float: left;
	width: 550px;
}

#MenuBar1 {
	float: left;
	padding-top: 10px;
}

.reference a {
	background-color: #900;
	color: white;
	display: block;
	float: left;
	height: 3em;
	padding: 4px;
	text-align: center;
	text-decoration: none;
}

.reference a:hover {
	background-color: blue;
	color: white;
}

#proud{
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin: 3px 1px;
	padding: 10px 0;
	text-transform: uppercase;
}

/* =====    SideBar Styles   ===== */
#SideBar {
	clear: left;
	float: left;
	padding: 0 10px 10px;
	width: 206px;
}

#PremiumFinance {
	font-size: 1.1em;
	font-weight: bold;
	padding: 1em;
}

#MailingListForm {
	padding: 0 1em;
	visibility: hidden;
}

/*  ==== content Styles ==== */
#content {
	float: left;
	font-size: 12px;
	/* height: 34em; */
	left: 225px;
	overflow: auto;
	padding-left: 1em;
/* 	position: fixed; */
	top: 112px;
	width: 518px;
}

#tollFree {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

.ctrList {
	font-size: 1.25em;
	list-style:none;
	text-align: center;
}

#EOE {
	color: #900;
}

/* ==== footer Styles ==== */
#footer {
	background-color: #666;
	clear: both;
	color: #ccc;
	float: left;
	height: 2em;
	margin-left: 10px;
	padding: 0.5em 2em;
	width: 715px;
}

#footer a {
	color: white;
}

#privacy {
	float: left;
	padding-left: 2em;
	width: 15%;
}

#copyright {
	float: left;
	margin: 0;
	width: 50%;
}

#compuintel {
	text-align: center;
	font-size: smaller;
}

#tos {
	float: left;
	margin: 0;
	width: 30%;
}

.affiliate img {
	border: solid 1px #666;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
