/* Copyright - All Rights Reserved - 2007 Gary Karrer and Midwest Advisors Group, code by Andrea Garza www.andreagarza.com - Get your website today, contact Andrea */

html {
	background-image: url(siteimages/background.jpg);
	background-repeat: repeat-x;
	background-color: #f7f7ed;
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

a:link {
 	color: #c43802;
    text-decoration: underline;
 }
a:visited {
 	color: #336699;
    text-decoration: underline;
 }

a:hover,  {
	color: #001e4d;
	text-decoration: underline;
}

a:active {
	color: #001e4d;
	text-decoration: underline;
}

#wrapper {
	margin: 0 auto;
	width: 770px;
}

#header {
	margin-top: 58px;
	text-align: left;
	float: left;
}

#nav {
	float: right;
	text-align: right;
	width: 355px;
	margin-top: 68px;
	padding-right: 30px;
}

#banners {
	width: 770px;
	text-align: center;	
}

#tagline {
	background-image: url(siteimages/bluebox.jpg);
	text-align: center;
	width: 770px;
	height: 127px;
	background-repeat: no-repeat;
	margin-top: 10px;
}

#taglineText {
	font-family: "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 20px;
	padding-top: 30px;
}

#contentLeft {
	text-align: left;
	width: 45%;
	float: left;
	padding-left: 25px;
	padding-top: 20px;
	clear: both;
}

#contentRight {
	text-align: left;
	width: 45%;
	float: right;
	padding-right: 25px;
	padding-top: 20px;
}

#bannerLeft {
	text-align: left;
	width: 50%;
	float: left;
}

#bannerRight {
	text-align: right;
	width: 50%;
	float: right;
}

#footer {
	clear: both;
	padding-top: 15px;
	text-align: left;
	padding-left: 25px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

img {
	border: none;
}

#nav ul {
    font-family: "Times New Roman", Times, serif;
    padding-right: 25px;
}

#nav ul li {
	display: inline;
	list-style-type: none;
	font-weight: normal;
	font-size: 15px;
	padding-left: 9px;
    font-family: "Times New Roman", Times, serif;
}

 #nav ul li a:link {
 	color: #c43802;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
 }
 #nav ul li a:visited {
 	color: #c43802;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
 }


#nav ul li a:hover,  {
	color: #001e4d;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

#nav ul li a:active {
	color: #001e4d;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

#nav p {
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size: 12px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	color: #c43802;
	font-size: 26px;
}

p {
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}



#contentLeft li {
	margin-left: -30px;
	background: url(siteimages/bullet.jpg) top left;
	background-repeat: no-repeat;
	line-height: 20px;
	list-style-type: none;
	padding-left: 25px;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
    padding-top: 4px;
    padding-bottom: 5px;
}

#contentRight li {
	margin-left: -30px;
	background: url(siteimages/bullet.jpg) top left;
	background-repeat: no-repeat;
	line-height: 20px;
	list-style-type: none;
	padding-left: 25px;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
    padding-top: 4px;
padding-bottom: 5px;
}

#contentLeft p {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    line-height: 18px;
}

#contentRight p {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    line-height: 18px;
}


.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.alignRight {
text-align: right;
  padding-right: 15px;
}

.invisible {
  display: none;
}

.boldList {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #c43802;
	font-size: 16px;
    font-weight: bold;
}

#contentRight blockquote {
padding-top: 15px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #002256;
	font-size: 16px;
    font-weight: bold;
    font-style: italic;
    text-indent: none;
}

.textAlignRight {
  text-align: right;
}

#wrapper blockquote {
  font-size: 12px;
  color: #000000;
}

