/* general styling */

body {
	background:#f6f6f6 url(../images/bg.gif) left top repeat-x;
}

div#main {
	width:844px;
	margin:0px auto;
}

div.clear {
	clear:both;
}

/* end general styling */




/* two-column layout home */

div#contentHome {
	width:844px;
}

div#left {
	width:552px;
	float:left;
	padding:0px 0px 0px 6px;
}

div#right {
	width:259px;
	float:right;
}

/* end two-colum layout */


/* two-column layout page */

div.content {
	position:relative;
}

div#contentPage {
	margin:70px 0px 0px;
	width:844px;
}

div#contentPage div#left {
	width:198px;
	float:left;
}

div#contentPage div#right {
	width:575px;
	float:right;
}

div.content img {
	float:left;
	margin:20px 0px 20px 0px;
}

/* end two-column layout page */


/* top section */

div#top {
	height:123px;
	padding:0px 6px;
}

div#top div#logoContainer {
	float:left;
	height:94px;
	width:500px;
	position:relative;
}

div#top img#logo {
	border:0px;
	position:absolute;
	bottom:0px;
	left:0px;
}

div#top img#logo, div#top div#search {
	margin:64px 0px 0px;
}

div#top div#search {
	width:300px;
	float:right;
	text-align:right;
}

div#top div#search input#textfield {
	width:126px;
	height:21px;
	background:url(../images/searchfield_bg.gif) left top no-repeat;
	border:0px;
	padding:5px 5px 0px;
}

div#top div#search input#searchbutton {
	width:87px;
	height:26px;
	background:url(../images/searchbutton_bg.gif) left top no-repeat;
	padding:0px;
	border:0px;
	color:#895e14;
	text-transform: uppercase;
	position:relative;
	top:1px;
	margin:0px 0px 0px 10px;
}

/* end top section */



/* navigation */

ul#navigation {
	display:block;
	width:844px;
	height:40px;
	background:url(../images/navigation_bg.gif) left top no-repeat;
	list-style-type: none;
	margin:0px;
	padding:10px 0px 0px;
	text-align: center;
	position: relative;
}

ul#navigation li {
	display:inline;
	margin:0px;
	padding:4px 28px;
	background:url(../images/navigation_spacer.gif) right 4px no-repeat;
	z-index: 11;
	position:relative;
}

ul#navigation li#hover {
	position:absolute;
	top:7px;
	width:78px;
	height:28px;
	padding:0px;
	margin:0px 0px 0px;
	_margin-top:-1px;
	background:url(../images/navigation_hover.gif) left top no-repeat;
	z-index:10;
}

ul#navigation li a {
	color:#ffffff;
	text-decoration: none;
	text-transform: capitalize;
}

ul#navigation li ul {
	position:absolute;
	display:block;
	background:#6c8eb3;
	top:0px;
	border:1px solid #3a5e86;
	display:none;
	left:20px;
}

ul#navigation li ul li {
	display:block;
	float:none;
	background:none;
	width:120px;
	text-align:left;
	padding:3px 10px;
}

/* navigation */


/* featured */

div#featured {
	width:844px;
	height:425px;
	background:url(../images/featured_bg.jpg) left top no-repeat;
	margin:9px 0px 0px;
	position: relative;
}

div#arrowLeft {
	width:46px;
	height:43px;
	background: url(../images/arrow_left.gif) left top no-repeat;
	float:left;
	margin:170px 0px 0px 45px;
	_margin-left:20px;
	cursor:pointer;
}

ul#slides {
	display:block;
	width:674px;
	height:373px;
	float:left;
	margin-top:0px;
}

ul#slides li {
	display:block;
	width:674px;
	background-color: none;
	margin-left:0px;
}

ul#slides li p {
	width:270px;
	float:left;
	font-size:12px;
	line-height:23px;
	color:#e9eaea;
	margin:100px 0px 0px 20px;
}

ul#slides li img {
	display:block;
	float:right;
	margin:72px 0px 0px;
}

div#arrowRight {
	width:39px;
	height:43px;
	background:url(../images/arrow_right.gif) left top no-repeat;
	float:left;
	margin:170px 0px 0px;
	cursor:pointer;
}

div#slideNav {
	height:25px;
	position:absolute;
	bottom:10px;
	right:0px;
	text-align:right;
	margin:0px 40px 0px 0px;
}

div#slideNav a {
	display:block;
	float:left;
	width:13px;
	height:19px;
	line-height:19px;
	vertical-align:middle;
	background:url(../images/slidelink_bg.gif) left top no-repeat;
	margin:0px 0px 0px 5px;
	color:#4c6c90;
	text-decoration: none;
	padding:0px 5px 0px 0px;
}

div#slideNav a.activeSlide {
	color:#bababa;
}

div#slogan {
	position:absolute;
	left:30px;
	bottom:30px;
	width:300px;
}

div#slogan h1 {
	font-family: "MgOpen Modata";
	font-size:34px;
	line-height:34px;
	color:#ffffff;
	font-weight:normal;
	text-transform: uppercase;
	font-style: italic;
	margin:0px;
}

div#slogan h2 {
	font-family: "MgOpen Modata";
	font-size:15px;
	line-height:15px;
	color:#e9eaea;
	font-weight:normal;
	text-transform: uppercase;
	font-style: italic;
	margin:0px;
}

/* end featured */


/* posts */

ul.posts {
	margin-top:0px;
}

ul.posts li {
	display:block;
	margin-left:0px;
	height:auto;
	clear:both;
}

ul.posts li, div.postSingle {
	line-height:23px;
	border-bottom:1px dotted #9e9e9e;
	padding:30px 0px 30px 0px;
}

ul.posts li div.summary, div.postSingle div.summary {
	float:right;
	width:auto;
}

ul.posts li p, div.postSingle p {
	margin-bottom:0px;
}

ul.posts li img, div.postSingle img {
	float:left;
	margin:0px 20px 20px 0px;
}

ul.posts li span.meta, div.postSingle span.meta {
	background:#385c84;
	color:#ffffff;
	font-size:12px;
	padding:3px;
}

ul.posts li span.meta a, div.postSingle span.meta a {
	color:#ffffff;
}

ul.posts li div.space, div.postSingle div.space {
	height:15px;
}

/* end posts */


/* comments */

div.comments {
	border-bottom:1px dotted #9e9e9e;
	padding-bottom:30px;
}

div.comments ul {
	list-style-type: none;
}

div.comments ul li {
	background:#ededed;
	border:1px solid #d6d6d6;
	padding:20px;
	margin:0px 0px 20px;
}

div.comment {
	
}

div.comments ul li img {
	border:1px solid #d6d6d6;
	float:left;
}

div.comments ul li div.poster {
	width:119px;
	text-align: center;
	float:left;
	clear:left;
}

div.comments ul li div.poster b {
	display:block;
}

div.comments ul li p {
	width:360px;
	float:right;
	padding:0px;
	margin:0px;
}

div.newComment form {
	display:block;
	margin:30px 0px 0px;
}

div.newComment input, div.newComment textarea {
	float:left;
	clear:both;
	padding:0px;
	margin:0px;
	border:1px solid #c7c7c7;
	background:#ededed;
	margin:0px 15px 15px 0px;
}

div.newComment input.active, div.newComment textarea.active {
	border:1px solid #f6a11e;
}

div.newComment input {
	width:166px;
	height:19px;
	padding:5px 5px 0px;
}

div.newComment textarea {
	width:323px;
	height:144px;
	padding:5px 5px 0px;
}

div.newComment label {
	float:left;
}

div.newComment #submit {
	width:87px;
	height:26px;
	background:url(../images/searchbutton_bg.gif);
	border:0px;
	padding:0px;
	border:0px;
	color:#895e14;
	text-transform: uppercase;
	margin:0px 0px 0px 250px;
}

/* end comments */


/* pagination */

ul#otherPages {
	display:block;
	float:right;
	list-style-type: none;
	margin:0px;
}

ul#otherPages li {
	float:left;
	margin:0px 5px 0px 0px;
	padding:0px;
}

ul#otherPages li a {
	color:#625f5f;
	text-decoration: none;
	font-size: 11px;
}

ul#otherPages li a.current {
	font-weight:bold;
	color:#403e3e;
}

/* end pagination */


/* sidebar */

div.sidebar ul {
	list-style-type: none;
	margin:10px 0px 0px 0px;
	padding:0px;
	display:block;
}

div.sidebar ul li {
	line-height:30px;
	vertical-align: middle;
	background:url(../images/square.gif) left 13px no-repeat;
	margin:0px;
	padding:0px 0px 0px 10px;
}

div.sidebar ul li ul {
	margin:0px;
}

div.sidebar ul li ul li {
	display:block;
}

div.sidebar ul a {
	color:#625f5f;
	text-decoration: none;
}

div.sidebar ul a.hover {
	color:#31547c;
	text-decoration: underline;
}

div.sidebar ul.ads {
	display:block;
	width:270px;
}

div.sidebar ul.ads li {
	width:123px;
	height:123px;
	background:none;
	padding:0px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

div.sidebar ul.skills li {
	background:url(../images/check.gif) left 7px no-repeat;
	padding-left:20px;
	height:25px;
	line-height:25px;
}

div.sidebar li.testimonial {
	margin:10px 0px 0px;
	text-transform: capitalize;
	font-style: italic;
	background:none;
	padding-left:0px;
}

div.sidebar div.by {
	font-weight:bold;
	color:#373535;
	margin:5px 0px 40px;
	font-style:normal;
}

div.social {
	margin:10px 0px 0px;
	padding:0px;
}

div.social a {
	padding:0px 0px 0px 50px;
	height:32px;
	line-height:32px;
	vertical-align: middle;
	text-decoration: none;
	display:block;
}

div.social a#twitter {
	background:url(../images/twitter.gif) left top no-repeat;
}

div.social a#facebook {
	background:url(../images/facebook.gif) left top no-repeat;
}

div.social a#openid {
	background:url(../images/openid.gif) left top no-repeat;
}

/* end sidebar */



/* contact */

div#mapWrapper {
	float:left;
	width:265px;
	height:419px;
	background:url(../images/map.png) left top no-repeat;
	margin:20px 0px 100px;
	position:relative;
}

div#map {
	width:251px;
	height:405px;
	margin:7px 0px 0px 7px;
	
}

img#mapribbon {
	position:absolute;
	_display:none;
	width:150px;
	height:150px;
	left:-1px;
	top:-20px;
	z-index:100;
}

form#contact {
	display:block;
	float:right;
	width:270px;
	_width:275px;
	margin:20px 0px 0px;
}

form#contact label {
	display:block;
	width:50px;
	height:26px;
	float:left;
	clear:both;
	margin:0px 0px 15px;
}

form#contact label span {
	color:red;
}

form#contact input, form#contact textarea {
	width:150px;
	float:right;
	margin:0px;
	padding:0px;
	border:0px;
	margin:0px 20px 15px;
	border:1px solid #c7c7c7;
}

form#contact input {
	width:166px;
	height:18px;
	background:url(../images/input_bg.gif) left top no-repeat;
	padding:6px 5px 0px 5px;
}

form#contact textarea {
	width:166px;
	height:137px;
	background:url(../images/textarea_bg.gif) left top no-repeat;
	padding:6px 5px;
}

form#contact input#submit {
	width:144px;
	height:27px;
	background:url(../images/send.gif) left top no-repeat;
	margin:0px 35px 0px 0px;
	border:0px;
	cursor:pointer;
}

form#contact .active {
	border:1px solid #f6a11e;
}

div#address {
	position:absolute;
	bottom:80px;
	left:45px;
}

p#formErrors {
	background:#fec63d;
	padding:3px 10px;
	width:auto;
}

div#messageSend {
	margin:10px 0px 400px;
}

/* end contact */


/* footer */

div#footer {
	width:814px;
	height:42px;
	background:url(../images/footer_bg.png) left top no-repeat;
	color:#efeeee;
	padding:10px 0px 0px 30px;
	margin:30px 0px 100px 0px;
}

div#footer span {
	text-transform: uppercase;
}

div#footer div#copyright {
	float:right;
	width:200px;
	text-align: right;
	margin:0px 20px 0px 0px;
	position:relative;
	_top:-22px;
}

/* end footer */