body {
	padding: 0 0 40px;
	font: 12px Helvetica, Arial, Geneva, sans-serif;
	color: #333;
}

/* @group Standard Formatting */

h1{
	font-weight:normal;
	font-size:60px;
	margin: 10px 0;
	line-height: 100%;
}
h2{
	margin: 10px 0;
	font-size: 32px;
	letter-spacing: -2px;
	
}
h3{
	margin: 10px 0;
	font-size: 22px;
}
h4{
	margin: 10px 0;
	font-size: 18px;
}
p{
	font-size: 12px;
	font-weight: normal;
	line-height: 165%;
	margin-bottom: 10px;
}

a {
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

ol{
	list-style-type: upper-alpha;	
	margin: 20px 0;
}
ol ol{
	list-style-type: lower-alpha;
	margin: 0;
}
ul{
	list-style-type: disc;
	margin: 20px 0;
}
ul ul{
	list-style-type: circle;
	margin: 0;
}
li{
	margin-left: 30px;
	line-height: 145%;
	font-size: 12px;
}
ul.checklist{
	padding: 0px;
	margin: 20px 0px;
}
ul.checklist li{
	padding-left: 20px;
	background: url(../images/check.png) no-repeat top left;
	list-style-type: none;
	margin: 0;
	line-height: 175%;
	
}
blockquote{
	padding: 15px;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	margin: 10px 20px;
}
blockquote p{
	margin: 0;
	padding: 0;
}
.codeblock{
	float: left;
	margin-bottom: 20px;
	padding: 25px;
}

/* @end */

/* @group Header Styling */

.branding h1{
	font-weight:normal;
	font-size:60px;
	text-align:left;
	padding:5px 0;
	margin-bottom:0;
	line-height: 100%;
}
.branding h1 a{
	text-decoration: none;
}
.branding h2{
	margin: 0 0 5px 10px;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0px;
}
.branding h1 a:hover{
	text-decoration: none;
}

/* @end */

/* @group Search Results Styling */

.search{
	padding-top: 10px;
	text-align: right;
}
#searchresults td{
	padding: 5px;
}
.resultHead{
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}
.searchinput{
	background: transparent url(../images/searchinput.png) no-repeat left top;
	border: 0 none;
	height: 17px;
	padding: 3px 5px;
	width: 145px;
}
.searchsubmit{
	padding: 1px 6px;
	margin: 0 5px 0 0;
}

/* @end */


/* @group Navigation */

ul.nav,
ul.nav * { margin:0;padding:0;}
ul.nav {
  max-width:100%;
  height:2.5em;
  z-index: 50;
  }
ul.nav li {
	cursor:pointer;
	float:left;
	text-align:center;
	list-style-type:none;
	font-weight:normal;
}
ul.nav li ul {
	cursor:default;
	width:100%;
	max-width:100%;
	position:absolute;
	height:auto;
	top:50px;
	background-position:0 0 !important;
	left:-9000px;
}
ul.nav li ul li {
	padding:0;
	border:none;
	width:auto;
	max-width:none;
	z-index: 30;
}
ul.nav li a {
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	padding:0 1em;
	z-index: 30;
}
ul.nav li ul li a {
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:2em;
	height:2em;
	font-weight:normal;
	background-position:0 50% !important;
	  z-index: 50;

}

ul.nav li:hover ul {left:0;z-index:50}

ul.nav li.current a {cursor:default; font-weight:bold;}
ul.nav li.current ul {left:0;z-index:50}
ul.nav li.current ul li a {font-weight:normal;}


/* navigation (vertical subnavigation)
----------------------------------------------- */
ul.nav {
  	height: 40px;
  	margin: 0 0 10px 0;
  	z-index: 50;

}
ul.main li {
  position:relative;
  top:0;
  left:0;  
  z-index: 50;
  margin: 0;

}
ul.main li ul {
  border-top:0;  z-index: 50;

}
ul.main li ul li {
  float:left;  z-index: 50;

}
ul.main li a {
	border:0;
	z-index: 50;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 20px 15px 12px;
}
ul.main li ul li a {
  width:12em;
  height:2em;
  text-align:left;  
  z-index: 50;
  font-size: 12px;
  padding: 3px 5px;

}


/* @end */


/* @group Footer Styles */

.footer{

	margin-bottom: 5px;
}
.footerinner{
	margin: 10px 5px 5px;
}
.footerinner p, .footerinnerright p{
	margin-bottom: 3px;
}
.footerinner a{
	font-weight: normal;
}
.footerinnerright {
	text-align: right;
	margin: 10px 5px 5px;
	color:#fff;
}

.footerinnerright a{
	color: #fff;
}
.footerinnerright a:hover{
	color: #fff;
	text-decoration: underline;
}

/* @end */


/* @group Contact Page Styles */

.contactinfo{
	padding-top: 15px;
}

.emailaddress{
	margin: 35px 0;
	
}
.info{
	font-size: 22px;
}
.phonenumber h3, .emailaddress h3, .ourlocation h3, .mail h3{
	margin: 0;
}
.phonenumber label, .emailaddress label, .ourlocation label{
	font-size: 17px;
}
#customform{
	padding: 10px;
}
.form h3{
	margin: 3px 0;
	padding: 0;
}
.ourlocation{
	margin: 20px 0 0 0;
}
#customform label{
	display: block;
	width: 100%;
	font-size: 16px;
}
#customform input{
	margin-bottom: 5px;
}
#submit{
	padding: 5px 45px;
	margin: 10px 0 0;
}
.hiddenFields{
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	text-indent: -5000px;
}

/* @end */

/* @group Front Page Styles */

.readmore{
	float: right;
	margin: 0px 10px;
}
.ads{
	padding-top: 15px;
	padding-bottom: 15px;
}
.rotator{
	height: 285px;
}

/* @end */

/* @group Blog Page Styles */

div.entry{
	margin: 15px 0;
}
div.entry a h2{
	text-decoration: none;
}

div.entry h4{
	font-weight:bold;
}

.endorse_entry{
	margin: 25px 0;
}
.endorse_entry a h2{
	text-decoration: none;
	padding-left: 25px;
}

.endorse_entry h4{
	font-weight:bold;
	padding-left: 26px;
	margin-top: -10px;
}
#blogsidebar {
	border-left-color:#39F;
	border-left-width: medium;
	padding: 10px 0;
}

.blogsidebar{
	margin: 20px 5px;
	padding: 0 10px;
}
.blogsidebar h4{
	margin: 5px 0;
}
.posted, .posted a{
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
}
.posted a{
	text-decoration: underline;
}

.blogsidebar ul{
	margin: 5px 0;
}
.blogsidebar li{
	line-height: 175%;
}
.comment{
	padding: 10px;
	margin: 10px 0;
}
.comments{
	padding: 10px;
	margin: 10px 0;
}
.commentform{
	margin: 15px 0;
}
.submit{
	padding: 2px 10px;
}

div.paginate{
	margin: 15px 10px 10px 10px;
	text-align:right
}
.imgleft{
	float: left;
	margin: 10px 15px 10px 0px;
}
.imgright{
	float: right;
	margin: 10px 0px 10px 15px;
}

/* @end */

.content{
	padding: 15px 0;	
}

.quote {
	
	margin-top: 70px;
	text-align: left;
	background: transparent url(../images/uploads/quotemark.png) no-repeat right bottom;
}
.quote h4 {
	font-weight: bold;
	text-align:right;
}
	
}
.quote h5 a{
	font-weight: bold;
	text-align:right;
	font-size:12px;
}
.chooser {
	margin: 20px 0px 30px 0;
	border:   1px solid #bbb;
	background-color:#f0f0f0;
}	

.chooser ul {
	list-style:			none;
	text-align:			center;
	margin:				0;
	padding:			0;
}

.chooser li{
	padding: 			0px 0;
	margin: 			0px 0 0 0;
    text-align:			center;
}

.chooser a {
	color:              #666;
	font-weight:		bold;
	display: 			block;
	padding:			2px;
	text-decoration: 	none;
	height: 30px;
}

.chooser a:hover {
	background-color:#3690C4;
	color:#fff;
}
	
.entry h2{
	font-style:italic;
}
	
		