/* 
  -----------------------------------
  Diversified Risk Partners 2006 Style Sheet (Master)
  Author: Justin Agoglia
  www.skylardesign.com
  -----------------------------------
*/

/* =Universal Styles
---------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	background: #D8BFD8;
	font: 90% Arial, Helvetica, sans-serif;
	color: #666;
}

#wrapper {margin: 0px auto; width: 800px;}

a {color: #BA8FBA; text-decoration: none;}
a:visited {color: #A972A9;}
a:hover, a:active {color: #CCAACC;}

h1, h2, h3, h4, ul, form {margin: 0; padding: 0}

ul, li, ol {list-style: none}
 
.clear {clear: both; font-size: .01em;} /* Closes the gap created when using the non breaking space */


/* =Main Nav
---------------------------------- */
ul#mainNav {
  float: left;
  width: 450px;
  background: #8B8386 url(../images/navBg.gif) repeat-x;
  text-transform: uppercase;
  font-size: .8em;
}

ul#mainNav li {float: left; margin-left: 15px;}

ul#mainNav a {
  padding: 0 2em;
  line-height: 2em;
  background: url(../images/divider.gif) repeat-y left top;
  text-decoration: none;
  color: #fff;
  float: left;
  display: block;
}

ul#mainNav a:hover {color: #333;}

ul#mainNav .first a {background: none;}


/* =Content Styles
---------------------------------- */
#logo {float: left; width: 210px; margin-top: 72px;}
#content {float: left; width: 450px;}
#contentMain {float: left; width: 390px; background:#FFF url(../images/ivy.jpg) no-repeat left bottom; padding: 30px;}
#contentMain {padding-bottom: 0;}
#contentMain h1 {font-size: 1.7em; color: #8B8386; font-weight: lighter; margin-top: 10px; background: url(../images/bullet.gif) no-repeat 335px 0;}
#contentMain h2 {font-size: 1.2em; color: #BA8DBA; font-weight: lighter; margin-bottom: 5px;}
#contentMain p {font-size: 0.85em;	line-height: 1.6em; color: #7C7C7C;}
#contentMain ul {margin-bottom: 13px;}
#contentMain ul li{margin: 2px 0 2px 35px; list-style: disc; font-size: .85em;}

/* =Footer Styles
---------------------------------- */
#footer {float: left; width: 390px; margin-top: 70px;}
#footer p {font-size: .75em; text-align: right; margin-bottom: 2px;}
#footer p.author {margin-top: -2px;}
#footer a {color: #CCACCC;}
#footer a:visited {color: #B483B4;}
#footer a:hover, #footer a:active {color: #B483B4; text-decoration: underline; } 

/* =Address Styles
---------------------------------- */
#address {margin: 0 0 18px 20px;}
#address p {margin: 0 0 -2px;}

/* =Uberlinks
---------------------------------- */

#home #homelink a, #about #aboutlink a, #services #serviceslink a, #contact #contactlink a {
	color: #CBFF5E;	font-weight: bold; cursor: default;}

/* =Resets the Leaf Bullet
---------------------------------- */
#about #contentMain h1, #services #contentMain h1 {background: url(../images/bullet.gif) no-repeat 305px 0;}
#contact #contentMain h1 {background: url(../images/bullet.gif) no-repeat 325px 0;}
