/***************************************************************************************************************************
  TEMPLATE STYLES
***************************************************************************************************************************/
body {	
	margin: 0px;
	background-color: #fff;
	background-image:url("/images/bg.jpg"); 
	background-position: top left;
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	}

.left {
	float: left;
	}
.right {
	float: right;
	}
.clearflow{
	overflow:auto;
	zoom:1;
	word-wrap:break-word;
	}
.navItem {
	float: left;
	}				
.navImage {
	border: 0px solid #CFC4AB;
	}
.getaquote {
	background-image:url("/images/getaquote.jpg");
	background-repeat:no-repeat;
	width:262px;
	}
.getaquoteContent {
	padding-top:100px;
	padding-left:15px;
	font-size:12px;
	}
.getaquoteIndex {
	background-image:url("/images/getaquoteIndex.jpg");
	background-repeat:no-repeat;
	width:262px;
	}
.getaquoteContentIndex {
	padding-top:45px;
	padding-left:15px;
	font-size:12px;
	}
.NavQuote {
	border:1px solid #9F9F9F;
	font-size:12px;
	color:#333;
	}
.NavQuote2 {
	width:78px;
	border:1px solid #9F9F9F;
	font-size:12px;
	color:#333;
	}
.Quote {
	border:1px solid #9F9F9F;
	font-size:12px;
	color:#333;
	margin-bottom:5px;
	margin-top:2px;
	}
#wrapper {	
	background-image:url("/images/bg_wrapper.jpg"); 
	background-position: top left;
	background-repeat: repeat-x;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:1100px;
	height:800px;
	}
#wrapper_inner {
	width:976px;
	float:left;
	}
	
	#wrapper_inner_blog {
		width:976px;
		float:left;
	}
#header {
	width:975px;
	height:79px;
	float:left;
	}
#nav {
	width:975px;
	height:34px;
	float:left;
	}
ul.nav {
	font-size:12px;
	color:#fff;
	background-color:#343434;
	text-indent:0px;
	list-style:none;
	height:31px;
	border-left:1px solid #FDE3CA;
	margin:0px;
	padding-top:3px;
	padding-right:10px;
	width:100px;
	}
#content {
	width:955px;
	padding-left:10px;
	padding-right:10px;
	min-height:490px;
	}
#trigger {
	background-image: url("/images/calendar.gif");
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	cursor:pointer;
	width:14px;
	height:12px;
	border:0px;
	padding:0px;
	margin:0px;
	}
#ContentBoth {
	background-image:url("/images/bgcontent.gif");
	background-repeat:repeat-y;
	width:auto;
	padding:0px;
	margin:0px;
	}
.search {
	width:707px;
	float:left;
	font-size: 16px;
	}
.searchBox {
	background-image:url("/images/search.gif");
	width:262px;
	height:27px;
	margin-left:400px;
	}
.searchInput {
	border:0px solid #fff;
	font-size:11px;
	margin-top:2px;
	margin-left:72px;
	width:186px;
	}
.SmlBoxContent {
	width:264px;
	border-left:1px solid #858F96;
	border-right:1px solid #858F96;
	background-color:#fff;
	padding:0px;
	}
.SmlBoxContentText {
	padding:0px 10px 0px 10px;
	}
.SmlBoxTop{
	background-image:url("/images/SmlBoxTop.png");
	width:266px;
	height:15px;
	}
.greyHR {
	width:240px;
	height:2px;
	background-color:#CCCCCC;
	margin-top:5px;
	margin-bottom:10px;
	}
.SmlBoxBottom{
	background-image:url("/images/SmlBoxBottom.png");
	width:266px;
	height:16px;
	}
.medBoxContent {
	width:314px;
	border-left:1px solid #858F96;
	border-right:1px solid #858F96;
	background-color:#fff;
	padding:0px;
	}
.medBoxTop{
	background-image:url("/images/medBoxTop.png");
	width:317px;
	height:13px;
	}
.medBoxBottom{
	background-image:url("/images/medBoxBottom.png");
	width:317px;
	height:13px;
	}
.LrgBoxContent {
	width:646px;
	border-left:1px solid #858F96;
	border-right:1px solid #858F96;
	background-color:#fff;
	padding:0px 10px 0px 10px;
	margin:0px;
	}
.LrgBoxTop{
	background-image:url("/images/LrgBoxTop.png");
	width:669px;
	height:15px;
	}
.LrgBoxBottom{
	background-image:url("/images/LrgBoxBottom.png");
	width:669px;
	height:15px;
	}
.indexBoxContent {
	width:598px;
	border-left:1px solid #858F96;
	border-right:1px solid #858F96;
	background-color:#fff;
	padding:0px 10px 0px 10px;
	margin-left:1px;
	}
.indexBoxBottom{
	background-image:url("/images/indexBottom.png");
	width:621px;
	height:13px;
	}
.footer {
	width:970px;
}
	
a img{ border:none;}


/*******************  Blog Styling *****************************************/
#zlpress{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:18px;
	margin:0;
}
	#zlpress h1 {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#zlpress h2 {
		padding-bottom: 10px;
	}
	#zlpress h2 a{
		text-decoration: none;
		color:#333333;
		font-family:arial,Times,serif;
		font-size:20px;
		font-weight:bold;
		margin:0;
	}
	
	#zlpress a:visited  {
		color:#DA631F;
	}
	
	#zlpress li {
		list-style: none;
	}
	
	#zlpress p {
		padding-top: 10px;
	}
	
	#zlpress-sidebar {
		font-family:Arial,Helvetica,sans-serif;
	}
	#zlpress-sidebar li{
		list-style: none;
	}