/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}
a {
	text-decoration:none;
}
a img {
	border:none;
}
td {
	padding: 10px;
	vertical-align: top;
}
td ul {
	padding-left: 60px;
	list-style-type: none;
}
td h2 {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
body#home a#homeLink,
body#services a#servicesLink,
body#quotes a#quotesLink,
body#brokers a#brokersLink,
body#resources a#resourcesLink,
body#about a#aboutLink,
body#contact a#contactLink {
	color: #6489A4;
	text-decoration: none;
	float: right;
	margin-top: 128px;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
	height: 20px;
	background-color: #FFFF99;
}

.body_ul {
	list-style-type: none;
	margin-bottom: 6px;
	padding-left: 0px;
	background-position: 0px 4px;
	font-size: 0.9em;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.body_li {
	background-image: url(../images/nav/arr_bullet.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	list-style-type: none;
	margin-bottom: 6px;
	padding-left: 18px;
	font-size: 1em;
	padding-right: 5px;
	margin-left: 0px;
}
#arrow_list li {
	background-image: url(../images/nav/arr_bullet.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	list-style-type: none;
	margin-bottom: 6px;
	padding-left: 18px;
	font-size: 1em;
	padding-right: 5px;
	margin-left: 0px;
}
.body_li ul {
	list-style-type: none;
	margin-bottom: 6px;
	padding-left: 0px;
	background-position: 0px 4px;
	font-size: 0.9em;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 20px;
}
p {
	line-height: 150%;
	padding-bottom: 10px;
}
#tagline {
	font-size: .8em;
}
h1 {
	font-size: 1.4em;
	text-align: left;
	line-height: 1.5em;
	margin-left: 0px;
	overflow: hidden;
	color: #6489A4;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6489A4;
	border-bottom-color: #6489A4;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}
h2 {
	font-size: 1.2em;
	text-align: center;
	line-height: 1.4em;
	overflow: hidden;
	color: #6489A4;
	padding: 5px 0 5px 5px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6489A4;
	border-bottom-color: #6489A4;
	margin-bottom: 10px;
	margin-top: 10px;
}
h3 {
	font-size: 1em;
	text-align: center;
	line-height: 1em;
	overflow: hidden;
	color: #6489A4;
	padding: 5px 0 5px 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6489A4;
	border-bottom-color: #6489A4;
	margin-bottom: 7px;
	margin-top: 7px;
}
.next {
	font-size: .9em;
	text-align: left;
	line-height: 1.4em;
	overflow: hidden;
	color: #6489A4;
	padding: 5px 0 5px 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
a:link {
	color: #6489A4;
}
a:visited {
	color: #A39E64;
}
a:hover {
	color: #A36469;
}
a:active {
	color: #FFFFCC;
}
dl {
	margin-left: 15px;
}
dt {
	font-weight: bold;
}
dd {
	padding-bottom: 15px;
}
blockquote {
	width: 80%;
	margin-right: auto;
	margin-left: 50px;
	border: 1px dashed #999999;
	font-size: 0.9em;
	font-style: italic;
	padding: 10px;
	margin-bottom: 20px;
}

/* PHOTOS */
/* this first rule is probably unnecessary, */
/* but better safe than sorry               */
dl.image,
dl.image dt,
dl.image dd {
  display : block ;
  list-style-type : none ;
}
dl.image {
  margin : 1.2em auto ;
  border : none ;
  padding : 0 1.2em ;
  text-align : center ;
}
dl.image dt {
  margin : 0 ;
  border : none ;
  padding : 0 ;
}
dl.image dt img {
	display : block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
dl.image dd {
	margin : 0;
	border : none;
	padding : 7px 7px 0px 7px;
	font-size : 90%;
	font-style : italic;
}
img {
	border: 0;
}
.photo {
	padding: 0px;
	border: 0px;
}
.photo_caption {
	text-align: center;
	width: 400px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
}
.photo_left {
	float: left;
	margin: 15px;
	clear: both;
}
.photo_right {
	float: right;
	margin: 15px;
	clear: both;
}
.photo_center {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}
.centered {
	text-align: center;
}
.centered a {
	text-decoration: none;
}

.table_centered {
	margin-left:auto; 
	margin-right:auto; 
	text-align: center;
}

#important {
	background-color: #FFFF99;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border: 1px dashed #999999;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#wrapper { 
 margin: 0 auto;
 width: 750px;

}
#header {
	background-image: url(../images/nav/header.jpg);
	height: 150px;
	width: 750px;
	float: left;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0.9em;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	color: #FFFF99;
	text-decoration: none;
	float: right;
	margin-top: 128px;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
	height: 20px;
}

#navcontainer ul li a:hover {
	background-color: #FFFF99;
	color: #6489A4;
}

#leftcolumn {
	margin: 0px 5px 5px 0px;
	float: left;
	width: 151px;
	height: 330px;
	background-image: url(../images/nav/quick-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
}
#leftcolumn #quickhead {
	background-image: url(../images/nav/quick-head.gif);
	background-repeat:no-repeat;
	background-position: center top;
	height: 40px;
	width: 138px;
}
#leftcolumn #quicklist li {
	height: 44px;
	width: 138px;
	list-style-type: none;
}
#leftcolumn #quicklist li a {
	background-image: url(../images/nav/quick_but.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	display: block;
	text-decoration: none;
	height: 21px;
	font-size: 0.9em;
	line-height: 100%;
	padding-top: 10px;
	color: #4B789C;
}
#leftcolumn #quicklist li a:hover {
	background-position: center -33px;
}
#blurb {
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	margin-right: 10px;
}
.asterick {
	font-size: .7em;
	font-style: italic;
}
#rightcolumn {
	float: right;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	height: 100%;
	width: 570px;
	display: inline;
}
#footer {
	width: 570px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	border-top-width: 0.2em;
	border-top-style: solid;
	border-top-color: #FFFF99;
	padding: 10px;
	float: right;
}
.team_states {
	border: 1px solid #6489A4;
	padding: 20px;
	margin: 5px;
}
#importannouce {
	font-size: 1em;
	color: #FF0000;
}
