* {
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
} 

body {
	background-color:#999;
	background-image:url('bg.png');
	background-repeat:repeat-x;
	text-align:center;
	color:#5A5A54;
	font-family:arial, sans-serif;
	font-size:13px;
	line-height:1.5em;
}

ul.featurelist {
	margin-left:20px;
}

/*div.featured {
	color:#261F1F;
	background:#51AED6;
	padding:10px;
	margin-bottom:20px;
}

div.featured a {
	color:#fff;
}*/

div.featured {
	color:#261F1F;
	background:#C1DCF8;
	padding:10px;
	margin-bottom:20px;
}

div.featured a {
	color:#261F1F;
}


p {
	margin:10px 0;
}

p.small {
	font-size:11px;
	color:#8C8C85;
}

#content {
	width:940px;
	padding:0 20px 20px;
	background:#fff;
	margin:0 auto 20px;
	text-align:left;
	position:relative;
	-moz-box-shadow: #555 3px 3px 5px;
	-webkit-box-shadow: #555 3px 3px 5px;	
}

div#logo {
	position:absolute;
	top:0;
	left:20px;
}

a img {
	border:0;
}

a {
	color:#7EB15F;
}	

.light {
	color:#8C8C85;
}

#top {
	text-align:right;
	padding-top:8px;
}

p#contact_info {
	font-size:11px;
	line-height:1.5em;
	margin:0;
}

ul#main_menu {
	list-style-type:none;
	margin-top:8px;
	float:right;
}

ul#main_menu li {
	float:left;
	margin-right:1px;
	padding-top:6px;
	background-image:url('images/main_menu/bar.png');
	background-repeat:no-repeat;
	background-position:0 2px;
	height:40px;
}

ul#main_menu .on, ul#main_menu li:hover {
	background-image:url('images/main_menu/bar_on.png');
	background-position:0 0;
}

div#menu_base {
	clear:both;
	float:right;
	width:720px;
	height:22px;
	/*background:#eee;*/
	background:url('images/barbg.png') repeat-x;
	margin-bottom:19px;
}

div.menu_bar {
	background:#09c;
	width:119px;
	height:4px;
}

#left, #right {
	width:220px;
	float:left;
	position:relative;
	margin-bottom:20px;
}

#leftbig {
	float:left;
	width:720px;
}

#leftbig .divider {
	margin:20px 0;
}

#right {
	padding-top:20px;
}

#middle {
	width:480px;
	padding:20px 10px;
	float:left;
}

#sub_menu {
	list-style-type:none;
	font-size:12px;
	position:absolute;
	width:220px;
	top:-85px;
}

#sub_menu li {
	background:#51AED6;
	background-image:url('images/arrows.png');
	background-repeat:no-repeat;
	background-position: 205px 13px;
	/*background:url('images/submenu.png');*/
	margin-bottom:2px;
	padding:7px;
	height:60px;	
}

#sub_menu li.on, #sub_menu li:hover {
	background:#2D6094;
}

#sub_menu a {
	color:#261F1F;
	text-decoration:none;
}

#sub_menu a.bold {
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
}

h2 {
	color:#261F1F;
	font-weight:bold;
	font-size:16px;
	font-family:helvetica,arial,sans-serif;
	letter-spacing:-1px;
	line-height:1.5em;
}

div.divider {
	background-image:url('images/divider_bg.png');
	background-repeat:no-repeat;
	padding:10px;
}

div.box {
	border:1px #e1e1e1 solid;
	padding:10px;
	background-image:url('images/boxbg.png');
	background-repeat:repeat-x;
	margin-bottom:17px;
}

div.box p {
	margin:5px 0;
}

div.box .blogentry {
	color:#2699CC;
	padding-left:15px;
	background-image:url('images/speechbubble.png');
	background-repeat:no-repeat;
	background-position:0 4px;
}

#footer {
	clear:both;
	background:#eee;
}

#footer p {
	margin:0;
	padding:7px;
}

#footer #copyright {
	float:right;
}

img.screenshot {
	border:1px #51AED6 solid;
}

.textbox {
	border:1px #7EB15F solid;
	padding:2px;
	background-image:url('images/inputbg.png');
	background-repeat:repeat-x;
}

.textbox:focus {
	background: #ff0;
	border-color: #fc0;
}

.box input {
	width:97%;
	margin:5px 0;
}

#map {
	height:300px;
	margin-top:10px;
	border:1px #ccc solid;
}

ul#contact_us {
	list-style-type:none;
	background:url(images/contactus.png) no-repeat top right;
}

ul#contact_us .error {
	width:192px;
}

ul#contact_us input, ul#contact_us select {
	width:190px;
}

ul#contact_us textarea {
	width:100%;
}

ul#contact_us label {
	display:block;
}

ul#contact_us li {
	padding:5px 0;
}

p.error {
	color:#eee;
	background:#e00;
	padding:2px;
	margin:0 0 2px 0;
}

input, textarea, select {
	font-family:arial,sans-serif;
	font-size:13px;
	color:#111;
}

#twitterbox img.twitpic {
	float:left;
	margin-right:10px;
}

#twitterbox .light {
	font-size:11px;
}

#twitterbox h2.followus {
	margin-bottom:5px;
	width:100%;
	background:url('images/twitter.png') no-repeat 87px 4px;
}

/* thumbnail hover CSS */
.thumbnail{
	position: relative;
	z-index:3;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #eee;
	padding: 5px;
	left: -1000px;
	border: 1px #51AED6 solid;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top:-20px;
	left: 70px; /*position where enlarged image should offset horizontally */
}

#anyquestions {
	background:url('images/any_questions_bg.png') no-repeat;
	width:220px;
	height:208px;
	color:#261F1F;
	font-size:14px;
	font-weight:bold;
	padding:113px 0 0 7px;
	font-family:helvetica,arial,sans-serif;
	line-height:1.1em;
}

#anyquestions strong, #anyquestions a {
	color:#51ACD6;
}

#anyquestions p {
	margin-right:90px;
}