body {
	background-image: url(../images/happy_hour_starburst.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 20px 0;
	background-color: #CED4CA;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5;
	text-align: center;
}
.wrapper {
	background-color: #FFF;
	width: 980px;
	margin: 0px auto;
	clear: both;
}
.upper {
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px; 
	border-radius: 10px 10px 0px 0px; 
	behavior: url(css/PIE.htc);
}
.lower {
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px; 
	border-radius: 0px 0px 10px 10px; 
	behavior: url(css/PIE.htc);
}


/* header styles */
#header {
	padding: 30px 40px;
}
#header a img, #social a img {
	border: none;
}
#nav_wrapper {
	background: #2A697A;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C26817;
	width: 100%;
	float: left;
}



/* navigation styles (more in menu.css) */
#main_nav {
	margin-right: auto;
	margin-left: auto;
	width: 920px;
}


/* content layout */
#content_wrapper {
	clear: both;
	margin-right: 20px;
	margin-left: 20px;
	padding: 30px 20px;
	overflow: auto;
}
#left_col {
	float: left;
	width: 590px;
}
#right_col {
	margin-left: 620px;
	color: #2A697A;
}
#right #left_col {
	width: 280px;
	color: #2A697A;
}
#right #right_col {
	margin-left: 310px;
	color: #000;
}


/* footer styles */
#footer {
	clear: both;
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	color: #2A697A;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 1.5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2A697A;
}
#footer a {
	color: #2A697A;
	text-decoration: none;
}
#footer a:hover {
	color: #70a44e;
}
#copyright {
	text-align: right;
	font-weight: bold;
}


/* footer navigation styles */
#footer ul.menu {
    padding: 0 0 5px;
    margin: 0;
	list-style-type: none;
    font-size:12px;
}
#footer ul.menu li {
	font-size: 12px;
	display: inline;
	list-style-type: none;
}
#footer ul.menu li + li:before {
	content: "|";
    margin-right: 4px;
	}
#footer ul.menu li a {
	text-decoration: none;
	color: #2A697A;
} 
#footer ul.menu li a:hover {
	color: #70a44e;
}


/* homepage styles */
#home_buttons {
	padding-bottom: 20px;
	overflow: auto;
}
#home_buttons a {
	margin-right: 30px;
	width: 280px;
	display: block;
	float: left;
	color: #2A697A;
	text-decoration: none;
	background: #f1f5ee url(../images/right_arrow.gif) no-repeat right bottom;
	-webkit-border-radius: 10px 0px 10px 0px;
	-moz-border-radius: 10px 0px 10px 0px; 
	border-radius: 10px 0px 10px 0px; 
	behavior: url(css/PIE.htc);
}
#home_buttons a.last {
	margin-right: 0px;
}
#home_buttons a:hover {
	background: #f1f5ee url(../images/right_arrow_hover.gif) no-repeat right bottom;
}

#home_buttons h3 {
	color: #c26817;
	padding: 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c26817;
	margin: 0px 10px 10px;
}
#home_buttons p {
	font-weight: bold;
	color: #2A697A;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1.6;
}


/* form styles */
form label{
	display:block;
	text-align:right;
	width:130px;
	float:left;
	clear: left;
	font-size: 12px;
}
form.contact label {
	width: 85px;
}

form input, form select , form textarea{
	float:left;
	font-size:11px;
	padding:2px;
	border:1px solid #CED4CA;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(css/PIE.htc);
}
input.button {
	font-weight: bold;
	color: #2A697A;
	background-color: #CED4CA;
}
form p {
	clear: left;
	margin-left: 140px;
}
form.contact p {
	margin-left: 95px;
}
form p.click {
	color: #2A697A;
	font-weight: normal;
}
.error div {
	padding: 15px;
	border: 2px solid #B12C1B;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url(css/PIE.htc);
}
.error, .error h4 {
	color: #B12C1B;
}
.required {
	color: #B12C1B;
}
.preview td {
	font-size: 12px;
	padding: 5px;
	font-weight: bold;
}
.preview td.preview_right {
	text-align: right;
	width: 130px;
	font-weight: normal;
}
.preview input.button {
	margin-left: 0px;
}
form .preview p.click {
	color: #2A697A;
	margin-left: 0px;
}


/* content styles */
#content_wrapper a {
	color: #C26817;
}
#content_wrapper a:hover {
	color: #70a44e;
	text-decoration: none;
}
#right_col p , #right_col li{
	font-size: 11px;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 15px 0;
}
ul, ol {
	margin-bottom: 12px;
	margin-left: 0px;
	padding-left: 20px;
}
li {
	padding-bottom: 3px;
}
p, li {
	font-size: 12px;
}
h1 {
	color: #2A697A;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 18px;
	color: #C26817;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C26817;
}
h3 {
	font-size: 16px;
	color: #70a44e;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4 {
	font-size: 14px;
	color: #70a44e;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h5 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h6 {
	font-size: 12px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a.arrow {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #C26817;
	background: url(../images/right_arrow_on_white.gif) no-repeat right center;
	display: block;
	text-align: right;
	padding-right: 25px;
	text-decoration: none;
}
a.arrow:hover {
	background: url(../images/right_arrow_on_white_hover.gif) no-repeat right center;
}

.call_to_action {
	font-weight: bold;
	color: #C26817;
	text-align: center;
	font-size: 14px;
}
.telephone {
	font-size: 24px;
}
img.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
img.left {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
img.corners {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url(css/PIE.htc);
}
img.poster {
	border: 1px solid #000;
	margin-bottom: 15px;
}

a.thumb_left {
	float: left;
	margin-bottom: 20px;
}
a.thumb_right {
	float: right;
	margin-bottom: 20px;
}
.testimonial {
	font-size: 11px;
	font-style: italic;
}
.testimonial span {
	text-align: right;
	font-style: normal;
	font-weight: bold;
	display: block;
	padding-top: 5px;
}
#random p {
	display: none; /* random testimonial - hide the items at first only */
}
p.client img:nth-child(odd) {
	margin-right: 20px;
} 
.feedburnerFeedBlock ul {
	list-style-type: none;
	margin: 0px;
	padding: 15px 0px 0px;
	border-top: 1px solid #9F8C75;
}

.feedburnerFeedBlock ul li {
	border-bottom: 1px solid #9F8C75;
	padding-bottom: 15px;
	margin-bottom: 15px;

}
.feedburnerFeedBlock ul li a {
	display: block;
	padding-bottom: 5px;
}
.feedburnerFeedBlock p.date {
	font-size: 10px;
	color: #2A697A;
	margin-bottom: 5px;
}
.feedburnerFeedBlock ul li div {
	font-size: 11px;
}
.feedburnerFeedBlock .fbsubscribelink a {
	text-decoration: none;
}
.feedburnerFeedBlock #creditfooter {
	display: none;
}
.grid_buttons {
	padding-bottom: 20px;
}
.grid_buttons a {
	margin-right: 20px;
	margin-bottom: 20px;
	display: inline-block;
}
.grid_buttons a.last {
	margin-right: 0px;
}
.hosting {
	margin-bottom: 20px;
	width: 100%;
}

.hosting td {
	padding: 3px;
	font-size: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	text-align: center;
}
.hosting td:first-child {
	text-align: left;
}

.hosting tr.header td {
	font-weight: bold;
	background: #2A697A;
	text-align: center;
	color: #CED4CA;
}
.hosting tr.subheader td {
	font-weight: bold;
	color: #C26817;
	border-bottom-color: #C26817;
	padding-top: 7px;
}
.hosting tr.alt td {
	background: #E9EBE7;
}
.hosting2 {
	margin-bottom: 20px;
	width: 100%;
}
.hosting2 td {
	padding: 3px;
	font-size: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	text-align: center;
	background: #E9EBE7;
}
.hosting2 td:first-child {
	text-align: left;
	background: #CED4CA;
}
.hosting2 tr.header td {
	font-weight: bold;
	background: #2A697A;
	text-align: center;
	color: #CED4CA;
}
