@charset "UTF-8";
/* --------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
	
	Domain: Aaron J. Stewart
	Stylesheet: /ui/public/stylesheet/main.css
	Author: Ben Green - ChicoWebDesign.com
	Version: September 23 2009
	
-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */



/* --------------------------------------------------------------------------------
GLOBAL
-------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
	}
	
html {
	background: #577692 url(../image/layout/page-bg.jpg) repeat-x top left;
	}

body {
	background: url(../image/layout/bar-extra.gif) no-repeat center 336px;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #302e2e;
	}
	
.wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	}
	
.clear {
	clear: both;
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
#zoom {
	z-index: 201;
	}

.invisible { display: none; }
.hidden{position: absolute; top: -400px; left: -5000px;}
.fright { float: right; }
.fleft { float: left; }
a.fright img { margin: 0 0 10px 10px; }
div.fright { padding: 0 0 10px 10px; }
	
/* --------------------------------------------------------------------------------
HEADER
-------------------------------------------------------------------------------- */
	
	
#main {
	background: url(../image/layout/boxes.jpg) no-repeat 0 336px;
	height: 392px;
	}

#main h1.logo {
	position: absolute;
	top: 22px;
	left: 20px;
	}
	#main h1.logo a {
		display: block;
		background: url(../image/layout/logo.gif) no-repeat top left;
		width: 284px;
		height: 171px;
		text-indent: -3000px;
		font-size: 0;
		}

#main ul.navigation {
	position: absolute;
	right: 0;
	top: 60px;
	z-index: 99;
	}
	#main ul.navigation li {
		list-style: none;
		float: left;
		position: relative;
		z-index:99;
		}
		#main ul.navigation li a {
			color: #fff;
			text-transform: uppercase;
			text-decoration: none;
			padding: 15px 11px 15px 11px;
			line-height: 50px;
			position: relative;
			z-index: 100;
			}
			#main ul.navigation li a:hover,
			#main ul.navigation li:hover a,
			#main ul.navigation li.active a,
			#main ul.navigation li.hover a {
				background: #233953;
				}
		#main ul.navigation li ul {
			display: none;
			position: absolute;
			z-index: 98;
			width: 210px;
			top: 45px;
			left: 0;
			background: #233953;
			padding: 5px;
			}
			#main ul.navigation li ul.wide {
				width: 250px;
				}
			#main ul.navigation li:hover ul,
			#main ul.navigation li.hover ul {
				display: block;
				}
			#main ul.navigation li ul li {
				float: none;
				display: block;
				}
				#main ul.navigation li ul li a {
					background: #233953 !important;
					line-height: 33px;
					height: 33px;
					padding: 0 15px;
					display: block;
					color: #b7cdde;
					text-transform: none;
					}
					#main ul.navigation li ul li a:hover {
						background: #8099ad url(../image/layout/dropdown-hover-bg.jpg) repeat-y 0 0 !important;
						}

#info {
	position: absolute;
	top: 233px;
	left: 15px;
	width: 296px;
	height: 86px;
	display: block;
	text-indent: -3000px;
	}
	#info p.address { 
		text-indent: 0; 
		font: 14px/20px Times, "Times New Roman", serif;
		text-transform: uppercase;
		color: #ecf6ff;
		text-align: right;
		}
	#info p.phone { 
		text-indent: 0; 
		font: 16px/20px Times, "Times New Roman", serif;
		text-transform: uppercase;
		/*color: #364f6c;*/
		color: #ecf6ff;
		text-align: right;
		float: right;
		padding: 6px 0 0 10px;
		}
		#info p.phone strong {
			font-size: 12px;
			font-weight: bold;
			}
	
#banner {
	position: absolute;
	right: 0;
	top: 120px;
	border: 15px #8099ad solid;
	width: 599px;
	height: 130px;
	z-index: 90;
	overflow: hidden;
	}
	.blog #banner,
	.single #banner,
	.category #banner {
		height: 130px;
		overflow: hidden;
		}
	#main .full {
		height: 303px !important;
		}
	#main .home {
		height: 303px !important;
		}
	#banner.full li {
		top: 0;
		}
	#banner li {
		position: absolute;
		display: none;
		top: 0px;
		left: 0;
		list-style: none;
		height: 100%;
		}
		#banner li.first {
			display: block;
			}		
		#banner li img {
			border: 1px solid #6f8a9f;
			}
		#banner li .desc {
			position: absolute;
			left: 1px;
			bottom: 0px;
			background: #2c445f;
			line-height: 45px;
			padding: 0 30px;
			width: 539px;
			color: #fff;
			display: block;
			}
			
.extra {
	background: url(../image/layout/bar-extra.gif) no-repeat top left;
	width: 1160px;
	height: 56px;
	margin: 0 auto -56px auto;
	position: relative;
	top: -56px;
	z-index: -1;
	}
			
/* --------------------------------------------------------------------------------
CONTENT
-------------------------------------------------------------------------------- */
		
#content {
	background: #fff url(../image/layout/page-bg.jpg) repeat-x 0 -392px;
	padding: 38px 45px 0 0;
	}
	#content img.about-pic {
		margin: 42px 0 0 40px;
		}
	#content h1 {
		font: 30px Times, "Times New Roman", serif;
		color: #37516e;
		font-weight: normal;
		text-transform: uppercase;
		padding: 0 0 0 45px;
		}
		#content h1.no_padding {
			padding: 0;
			}
	#content a {
		color: #37516e;
		}
		#content a:hover {
			color: #8099ad;
			}
	#content h2 {
		font: 20px Times, "Times New Roman", serif;
		color: #37516e;
		font-weight: normal;
		padding: 0;
		}
		#content h2 a {
			color: #37516e;
			}
			#content h2 a:hover {
				color: #8099ad;
				}
	#content p {
		padding: 0 0 15px 0;
		}
		#content p.center {
			text-align: center;
			}
		#content p.root {
			padding: 0 0 15px 50px;
			}
	#content img.legal-guide {
		border: 1px solid #dedede;
		}
	#content ul {
		padding: 0 20px 15px 0;
		position: relative;
		right: -20px;
		}
	#content img.callout {
		padding: 5px;
		background: #8099ad;
		/*border: 1px solid #fff;*/
		margin: 0 25px 20px 0;
		position: relative;
		z-index: 10;
		}
	#content a:hover img.callout {
		background: #fff;
		/*border: 1px solid #ddd;*/
		}
	#content .frame-box {
		border: 15px #8099ad solid;
		}
	#content .homecol1 {
		width: 512px;
		float: left;
		padding: 10px 0 20px 50px;
		}
	#content .homecol2 {
		width: 316px;
		float: right;
		padding: 10px 0 0 0;
		}
		#content .homecol2 .blue {
		color: #53728e;
		font-weight: bold;
		}
	#content .homeCallout {
		clear: both;
		background: url(../image/home-callout/bg_home_callouts.jpg) top left no-repeat;
		width: 937px;
		height: 247px;
		margin: 0 0 0 45px;
		}
		#content .homeCallout a {
			text-decoration: none;
			color: #FFF;
			}
		#content .homeCallout p {
			padding: 10px 15px 11px 15px;
			color: #FFF;
			font-size: 13px;
			}
		#content .homeCallout ul {
			overflow: hidden;
			margin: 0;
			padding: 0 0 0 10px;
			}
		#content .homeCallout li {
			float: left;
			width: 175px;
			margin: 0 10px 0 0;
			background: url(../image/home-callout/bg_home_callout_img.jpg) top left no-repeat;
			list-style: none;
			text-align: center;
			}
			#content .homeCallout li span:hover {
				text-decoration: underline;
				text-align: center;
				color: #FFF;
				}
			#content .homeCallout li img {
				border: 5px solid #8099ad;
				margin: 6px 0 10px 0;
				}
				#content .homeCallout li img:hover {
					border: 5px solid #FFF;
					}
				#content .homeCallout li img a {
					border: none;
					}
			#content .homeCallout li a {
				font-weight: bold;
				}			
		#content .homeCallout .strip {
			margin: 0 0 0 0;
			}
	#content .col {
		width: 430px;
		float: left;
		padding: 0 0 20px 45px;
		}
	#content .full-col {
		padding: 40px 0 0 45px;
		}
	#content .inner-col {
		float: right;
		width: 600px;
		padding: 20px 15px 0 14px;
		background: #fff;
		position: relative;
		right: -23px;
		top: -150px;
		margin-bottom: -150px;
		min-height: 180px;
		}
		#content .inner-col h1,
		#content .full-col h1 {
			padding: 0 0 10px 0;
			}
		#content .inner-col .viewGuide {
			text-align: center;
			margin: 0 0 20px 200px;
			border: none;
			}
	.blog #content .inner-col,
	.single #content .inner-col,
	.category #content .inner-col {
		background: #FFFFFF;
		margin-bottom: -150px;
		min-height: 180px;
		padding: 20px 15px 0 14px;
		position: relative;
		right: -23px;
		top: -150px;
		}
	#content .inner-left-col {
		float: left;
		position: relative;
		left: 80px;
		width: 22px;
		}
	#content .inner-box {
		float: left;
		background: #364f6c url(../image/layout/inner-box-bg.jpg) repeat-x 0 0;
		border-bottom: 10px solid #8099ad;
		width: 225px;
		position: relative;
		left: 80px;
		margin-bottom: 40px;
		}
		#content .inner-box p {
			color: #fff;
			padding: 10px;
			}
		#content .inner-box h2 {
			font: 14px Arial, Helvetica, sans-serif;
			color: #8099ad;
			padding: 10px;
			text-transform: uppercase;
			}
		#content .inner-box ul {
			padding: 0 0 20px 0;
			position: static;
			}
			#content .inner-box ul li {
				list-style: none;
				background: url(../image/layout/inner-box-li.jpg) no-repeat 10px 10px;
				padding: 5px 15px 5px 40px;
				color: #8099ad;
				color: #fff;
				}
				#content .inner-box ul li a {
					color: #fff;
					text-decoration: none;
					}
					#content .inner-box ul li a:hover {
						color: #8099ad;
						}
						#content .inner-box ul ul {
							background: #243954;
							border-bottom: 3px solid #8099AD;
							border-top: 3px solid #8099AD;
							padding: 0;
							margin: 5px -8px 0 -40px;
							width: 225px;
						}
							#content .inner-box ul ul li {
								color: #7F98AC;
								list-style: square;
								background: none;
								margin: 0 10px 0 55px;
								padding: 0 0 0 0;
								border-bottom: 1px solid #304764;
							}
								#content .inner-box ul ul li a {
									color: #FFF;
									font-size: 11px;
									padding: 5px 0;
									display: block;
									background: #243954;
								}
	fieldset {
		border: none;
		}
		fieldset .required,
		fieldset legend {
			color: #c00;
			font-weight: bold;
			}
		fieldset legend {
			padding: 0 0 20px 0;
			font-size: 12px;
			}
		fieldset div {
			clear: both;
			padding: 0 0 10px;
			}
			fieldset div.submit {
				}
			fieldset div label {
				float: left;
				width: 120px;
				font-weight: bold;
				font-size: 12px;
				line-height: 20px;
				color: #566270;
				}
			fieldset div .input,
			fieldset div .textarea {
				border: 1px solid #999;
				padding: 4px;
				font: 12px Verdana, Arial, Helvetica, sans-serif;
				color: #000;
				}
				fieldset div .input:focus,
				fieldset div .textarea:focus {
					border: 2px solid #8099ad;
					padding: 3px;
					}
			fieldset .error {
				border: 1px solid #e96464 !important;
				background: #ffecec !important;
				}
				fieldset .error:focus {
					background: #fff7f7 !important;
					border: 2px solid #ff9999 !important;
					padding: 3px !important;
					}
			fieldset span.field_error {
				font-weight: bold;
				color: #c00;
				padding: 0 10px;
				}
			fieldset div .input {
				width: 120px;
				}
				fieldset div .input.long {
					width: 240px;
					}
				fieldset div .input.short {
					width: 70px;
					}
			fieldset div .textarea {
				width: 240px;
				}
				fieldset div .textarea.long {
					width: 300px;
					}
				fieldset div .textarea.short {
					width: 150px;
					}
	
	p.status {
		text-align: center;
		line-height: 30px;
		border-width: 3px;
		border-style: solid;
		margin: 20px;
		}
		p.status.success {
			background-color: #afa;
			border-color: #363;
			color: #000;
			}
		p.status.error {
			background-color: #faa;
			border-color: #633;
			color: #000;
			}


			
/* --------------------------------------------------------------------------------
NEW HOME PAGE
-------------------------------------------------------------------------------- */
.home-wide {
	padding: 20px 0 0 14px;
	position: relative;
	right: -23px;
	top: 0;
	margin-bottom: -100px;
	min-height: 180px;
	}

.home-scroller {
	width: 600px;
	background: #364f6c;
	overflow: hidden;
	height: 260px;
	position: relative;
	margin: 0 0 20px 0;
	}
	.home-scroller .previous,
	.home-scroller .next {
		position: absolute;
		height: 185px;
		width: 50px;
		bottom: 10px;
		display: block;
		background-color: #354f6c;
		background-image: url(../image/layout/arrows.gif);
		background-repeat: none;
		text-indent: -3000px;
		z-index: 10;
		}
	.home-scroller .previous { left: 0; background-position: -100px 0; }
		.home-scroller .previous:hover { background-position: -150px 0; }
	.home-scroller .next { right: 0; background-position: 0 0; }
		.home-scroller .next:hover { background-position: -50px 0; }
	

	#content .home-scroller p {
		background: #8099ad;
		padding: 10px;
		color: #fff;
		}
		ul.scroll {
			width: 2500px;
			height: 170px;
			position: absolute;
			bottom: 10px;
			left: 50px;
			z-index: 2;
			}
			li.practice {
				float: left;
				width: 460px;
				padding: 20px;
				height: 170px;
				list-style: none;
				color: #fff;
				}
			#content li.practice h2 a {
				color: #fff;
				}
				#content li.practice h2 a:hover {
					color: #abcce7;
					}
		#content ul.indicators {
			position: absolute;
			bottom: 0px;
			left: 235px;
			z-index: 20;
			}
			ul.indicators li {
				float: left;
				padding: 0 5px;
				list-style: none;
				}
				ul.indicators a {
					display: block;
					background: #8099ad;
					width: 15px;
					height: 15px;
					text-indent: -3000px;
					}
					ul.indicators a:hover,
					ul.indicators .active {
						background: #abcce7;
						}

/* --------------------------------------------------------------------------------
HOME CALLOUT -- LEFT COLUMN
-------------------------------------------------------------------------------- */
#content .home-wide .left_column {
	float: left;
	width: 600px;
	}
	
#content .home-wide .left_column h1 {
	margin: 0 0 10px 0;
	}

#content .home-wide .left_column .top,
#content .home-wide .left_column .bottom {
	background: #50738F url(../image/layout/bg_home_callout_top.gif) 0 0 repeat-x;
	border-bottom: 3px solid #8099AD;
	text-align: center;
	color: #FFF;
	padding: 15px;
	font-size: 14px;
	line-height: 1.6em;
	clear: both;
	font-weight: normal;
	}
	
#content .home-wide .left_column .bottom {
	background: #698AA4 url(../image/layout/bg_home_callout_bottom.gif) 0 0 repeat-x;
	border-top: 3px solid #8099AD;
	margin: 0 0 20px 0;
	}
	
#content .home-wide .left_column .bottom a {
	color: #FFF;
	}
	
#content .home-wide .left_column .bottom a:hover {
	text-decoration: none;
	}
	
#content .home-wide .left_column .content h2 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	margin: 6px 0 5px 0;
	font-weight: normal;
	}
	
#content .home-wide .left_column .content h2 a {
	color: #FFF;
	text-decoration: none;
	}
	
#content .home-wide .left_column .content h2 a:hover {
	text-decoration: underline;
	}
	
#content .home-wide .left_column .content ul {
	float: left;
	width: 600px;
	background: #304F6A;
	margin: 0;
	padding: 0;
	right: 0;
	}

#content .home-wide .left_column .content ul li {
	border-top: 1px solid #243954;
	list-style: none;
	padding: 6px;
	margin: 0;
	}
	
#content .home-wide .left_column .content ul li.first {
	border-top: none;
	}

#content .home-wide .left_column .content ul li ul {
	padding: 0;
	margin: 0;
	background: none;
	float: left;
	width: 390px;
	}
	
#content .home-wide .left_column .content ul li ul li {
	border-top: none;
	padding: 2px 0 2px 28px;
	margin: 0;
	height: auto;
	background: url(../image/layout/bg_home_callout_li.gif) 0 6px no-repeat;
	}
	
#content .home-wide .left_column .content ul li ul li {
	color: #B1C5D5;
	}
	
#content .home-wide .left_column .content ul li a:hover img.callout {
		border: none;
		/*border: 1px solid #ddd;*/
		}
	
#content .home-wide .left_column .content ul li img.callout {
		padding: 9px;
		background: #698BA3 url(../image/layout/bg_home_callout_img.gif) 0 0 no-repeat;
		/*border: 1px solid #fff;*/
		border: none;
		margin: 0 8px 0 0;
		position: relative;
		z-index: 10;
		}
		
/* --------------------------------------------------------------------------------
HOME CALLOUT -- RIGHT COLUMN
-------------------------------------------------------------------------------- */	
#content .home-wide .right_column {
	float: right;
	width: 320px;
	padding-top: 46px;
	}
	
#content .home-wide .right_column a.button {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: url(../image/layout/bg_home_contact_us_btn.gif) no-repeat 0 0;
	width: 310px;
	height: 37px;
	line-height: 37px;
	padding: 0 0 0 10px;
	margin: 0 0 15px 0;
	display: block;
	color: #FFF !important;
	text-decoration: none;
	text-transform: uppercase;
	}

#content .home-wide .right_column ul {
	padding: 0 10px;
	margin: 0;
	right: 0;
	}
	
#content .home-wide .right_column ul li {
	border-bottom: 1px solid #D5DDE4;
	list-style: none;
	padding: 5px 0;
	margin: 0;
	}
	
#content .home-wide .right_column .blue {
	color: #233953;
	font-weight: bold;
	padding: 0 10px 15px 10px;
	}
	
/* --------------------------------------------------------------------------------
RECENT BLOG ARTICLES
-------------------------------------------------------------------------------- */
#content ul.recent_articles {
	background: #577692;
	border-bottom: 10px solid #8099ad;
	padding: 15px;
	margin: 0 0 15px 0;
	}
	#content ul.recent_articles li {
		list-style: none;
		border-bottom: 1px solid #000;
		padding: 10px 0;
		}
		#content ul.recent_articles li.related {
			border-bottom: none;
			padding: 10px 0 3px 0;
			}
			#content ul.recent_articles li.related h2 {
				color: #fff;
				}
		#content ul.recent_articles li a {
			color: #fff;
			}
			#content ul.recent_articles li a:hover {
				text-decoration: none;
				}
		#content ul.recent_articles li p {
			color: #fff;
			padding: 0 0 5px;
			}
			
/* --------------------------------------------------------------------------------
LEGAL GUIDE
-------------------------------------------------------------------------------- */
#content a.purchase_guide_button {
	background: url(../image/layout/purchase-guide.jpg) no-repeat 0 0 !important;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 188px;
	height: 36px;
	line-height: 36px;
	padding: 0 0 0 10px;
	display: block;
	color: #fff !important;
	text-decoration: none;
	text-transform: uppercase;
	}
	
#content .guide_col_left {
	float: left;
	width: 250px;
	padding: 0 0 40px 20px;
	}
	#content img.guide_preview {
		border: 1px solid #e1e1e1;
		margin: 0 auto 15px auto;
		}
	#content .guide_col_left a.purchase_guide {
		margin: 0 auto;
		}
#content .guide_col_middle {
	float: left;
	width: 410px;
	padding: 0 0 40px 20px;
	}
	#waiting {
		}
		#waiting.is_waiting {
			background: url(../image/layout/ajax-loader.gif) no-repeat 50% 50%;
			width: 100%;
			height: 200px;
			}
		#waiting.is_waiting #timeout {
			display: none;
			}
		#waiting #timeout {
			
			}
#content .guide_col_right {
	position: absolute;
	right: -22px;
	top: 82px;
	}
	#content ul.buttons {
		background: #577692;
		padding: 0 0 10px 0;
		margin: 15px 0;
		width: 220px;
		}
		#content ul.buttons li {
			list-style: none;
			padding: 10px 10px 0 10px;
			}
			#content ul.buttons li a,
			a.button {
				font: 11px Verdana, Arial, Helvetica, sans-serif;
				background: url(../image/layout/preview-guide.jpg) no-repeat 0 0;
				width: 188px;
				height: 36px;
				line-height: 36px;
				padding: 0 0 0 10px;
				display: block;
				color: #fff !important;
				text-decoration: none;
				text-transform: uppercase;
				}
			a.button {
				position: relative;
				top: -5px;
				}
				
				#content .guide_col_right ul li a:hover{
					}
					
/* --------------------------------------------------------------------------------
FOOTER
-------------------------------------------------------------------------------- */

#footer {
	width: 100%;
	border-top: 15px #8099ad solid;
	padding: 20px 0 0 0;
	height: 130px;
	clear: both;
	}
	
#footer h1.logo {
	position: absolute;
	left: 40px;
	top: 0;
	}
	#footer h1.logo a {
		display: block;
		background: url(../image/layout/logo-small.gif) no-repeat top left;
		width: 119px;
		height: 71px;
		text-indent: -3000px;
		font-size: 0;
		}
/*
#footer ul.navigation {
	float: left;
	width: 150px;
	padding: 0 40px 0 0;
	}
	#footer ul.navigiation.wide {
		width: 190px;
		padding: 0;
		}
	#footer ul.navigation li {
		list-style: none;
		}
		#footer ul.navigation li a {
			color: #364f6c;
			text-decoration: none;
			}
			#footer ul.navigation li a:hover {
				color: #bdcdda;
				}
		#footer ul.navigation li.first a {
			color: #fff;
			text-transform: uppercase;
			border-bottom: #364f6c 1px solid;
			display: block;
			width: 150px;
			}
			#footer ul.navigation.wide li.first a {
				width: 190px;
				}*/
#footer ul.navigation {
	padding: 5px 0 0 170px;
	}
	#footer ul.navigation li {
		list-style: none;
		float: left;
		border-right: 1px solid #364f6c;
		padding: 0 0 0 10px;
		}
		#footer ul.navigation li.last {
			border-right: none;
			}
		#footer ul.navigation li a {
			color: #ecf6ff;
			text-decoration: none;
			display: block;
			padding: 0 10px 0 0;
			font-size: 11px;
			}
			#footer ul.navigation li a:hover {
				color: #bdcdda;
				}
				
#footer ul.info {
	padding: 0 0 0 170px;
	display: block;
	clear: both;
	}
	#footer ul.info li {
		float: left;
		list-style: none;
		border-right: 1px solid #364f6c;
		color: #ecf6ff;
		font-size: 11px;
		padding: 0 10px;
		}
		#footer ul.info li.last {
			border-right: none;
			}
		#footer ul.info li a {
			color: #ecf6ff;
			text-decoration: none;
			display: block;
			font-size: 11px;
			}
			#footer ul.info li a:hover {
				color: #bdcdda;
				}
				
#footer p.copy {
	clear: left;
	color: #ecf6ff;
	font-size: 11px;
	padding: 12px 0 0 180px;
	}
				
#footer a.site_by {
	background: url(../image/layout/footer-site-by.gif) no-repeat 0 -1px;
	padding-left: 22px;
	color: #ecf6ff;
	text-decoration: none;
	font-size: 11px;
	line-height: 18px;
	height: 18px;
	display: block;
	}
	#footer a.site_by:hover { color: #bdcdda; }

/* --------------------------------------------------------------------------------
LEGAL GUIDE TERMS OF PURCHASE
-------------------------------------------------------------------------------- */

#terms_box .scroller { 
	height: 250px; 
	overflow: auto; 
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
	margin: 0 0 10px 0;
	}
	#terms_box .scroller p {
		font-size: 11px;
		line-height: 13px;
		padding: 10px 0;
		}
#terms_box input {
	margin: 0 5px 0 0;
	}
#terms_box label {
	display: block;
	}
	#terms_box label.required {
		color: #b00;
		font-weight: bold;
		}
#terms_box a.purchase {
	background: url(../image/layout/purchase-guide.jpg) no-repeat 0 0 !important;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 188px;
	height: 36px;
	line-height: 36px;
	padding: 0 0 0 10px;
	display: block;
	color: #fff !important;
	text-decoration: none;
	text-transform: uppercase;
	float: right;
	}
	

/* --------------------------------------------------------------------------------
BLOG SPECIFIC
-------------------------------------------------------------------------------- */

.alignleft { float: left; width: 48%; padding: 10px 0; }
.alignright { float: right; width: 48%; padding: 10px 0; }

div.navigation {
	margin-bottom: 10px;
	border-bottom: 1px dotted #dedede;
	clear: right;
	}

#searchform {
	padding: 0 10px 20px 10px;
	}

#searchform label.screen-reader-text {
	font: 14px Arial, Helvetica, sans-serif;
	color: #8099ad;
	text-transform: uppercase;
	}
#searchform #s {
	background: #8099ad;
	border: 1px solid #293e59;
	color: #fff;
	padding: 5px;
	margin: 3px 0;
	width: 193px;
	
	}
#searchform #searchsubmit {
	width: 50px;
	background: #aac0d1;
	border: 1px solid #293e59;
	float: right;
	padding: 5px;
	}
	
.post {
	border-bottom: 1px solid #dedede;
	margin-bottom: 20px;
	}
	
#comments {
	padding: 10px 0 0 0;
	}
#comment {
	width: 600px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #302e2e;
	border: 1px solid #999;
	padding: 4px;
	}
	
	
#commentform {
	}
	#commentform label {
		float: left;
		width: 200px;
		}
	#commentform p {
		clear: both;
		}
		
#commentform #author, #commentform #email, #commentform #url {
	border: 1px solid #999;
	padding: 4px;
	}

ol.commentlist {
	}
	ol.commentlist li {
		list-style: none;
		margin-bottom: 10px;
		border-bottom: 1px solid #dedede;
		padding: 10px;
		}
	ol.commentlist li.odd {
		background: #dde5eb;
		}

.comment {
	position: relative;
	}
.comment-body {
	padding-left: 150px;
	}
.comment-author {
	float: left;
	width: 150px;
	position: absolute;
	left: 10px;
	top: 10px;
	line-height: 32px;
	}
	.comment-author img.avatar {
		float: left;
		padding: 0 10px 0 0;
		}
	.comment-author span.says {
		display: none;
		}
.comment-meta {
	}
				