/* Body & Divs */

html {
	overflow: scroll;
}

body {
	background: #75abe0 url(../images/bg.jpg) bottom center no-repeat fixed;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.125em;
	color: #000000;
}

div {
	margin: 0px;
	padding: 0px;
}

#outer {
	width: 850px;
	background: url(../images/container_bg.jpg) #277CE6 no-repeat;
	margin: 0px auto;
	height: 100%;
	border-left: #9199f2 solid 1px;
	border-right: #9199f2 solid 1px;
}

#header {
	height: 135px;
	background: url(../images/header_bg.jpg);
}

#menu {
	height: 30px;
	margin: 0px;
	padding-top: 1px;
	background: url(../images/menu_bg.jpg);
	text-align: right;
}

#content {
	padding: 12px 5px 0px 5px;
	background: url(../images/content_bg.jpg) top no-repeat;
	min-height: 536px;
}

#content div.panel {
	border: #545ba8 solid 1px;
	margin-bottom: 5px;
	background: url(../images/panel_bg.jpg) bottom repeat-x #e0eeff;
	clear: both;
}

#content div.panelHeader {
	height: 30px;
	background: url(../images/h2_bg.jpg);
	margin-bottom: 7px;
}

#content .wide_col_l {
	float: left;
	width: 519px;
	margin-right: 5px;
}

#content .thin_col_l {
	float: left;
	width: 315px;
	margin-right: 5px;
}

#content .vwide_col_l {
	float: left;
	width: 619px;
	margin-right: 5px;
}

#content .vthin_col_l {
	float: left;
	width: 215px;
	margin-right: 5px;
}

#content .wide_col_r {
	float: left;
	width: 519px;
}

#content .thin_col_r {
	float: left;
	width: 315px;
}

#content .vwide_col_r {
	float: left;
	width: 619px;
}

#content .vthin_col_r {
	float: left;
	width: 215px;
}

#content .fullWidth {
	width: 100%;
	clear: both;
	margin-bottom: 5px;
}

.panel .transparentSection {
	width: 419px;
	float: left;
}

#footer {
	font-size: 0.7em;
	text-align: right;
	clear: both;
	border-top: #536bb1 solid 1px;
	background: url(../images/footer_bg.jpg);
	height: 94px;
	padding: 6px 6px 0px;
}

div.project {
	height: 161px;
	margin-bottom: 7px;
}

/* Headers and Paragraphs */

p, h1, h2, h4, h5, h6, h7 {
	margin: 0px;
	padding: 0px;
}

h2 {
	height: 30px;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	color: #536bb1;
	margin: 7px;
	text-align: center;
}

h3.left {
	text-align: left;
	border-bottom: 1px solid;
	padding-bottom: 2px;
}

h4 {
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px 7px 7px;
}

h2.welcome {
	background: url(../images/h2/welcome.jpg) no-repeat left;
}

h2.hours {
	background: url(../images/h2/hours.jpg) no-repeat left;
}

h2.recent {
	background: url(../images/h2/recent.jpg) no-repeat left;
}

h2.else {
	background: url(../images/h2/else.jpg) no-repeat left;
}

h2.services {
	background: url(../images/h2/services.jpg) no-repeat left;
}

h2.projects {
	background: url(../images/h2/projects.jpg) no-repeat left;
}

h2.contact {
	background: url(../images/h2/contact.jpg) no-repeat left;
}

h2.sent {
	background: url(../images/h2/sent.jpg) no-repeat left;
}

h2.about {
	background: url(../images/h2/about.jpg) no-repeat left;
}

h2.terms {
	background: url(../images/h2/terms.jpg) no-repeat left;
}

h2.portfolio {
	background: url(../images/h2/portfolio.jpg) no-repeat left;
}

h2.related {
	background: url(../images/h2/related.jpg) no-repeat left;
}

h2.alternatives {
	background: url(../images/h2/alternatives.jpg) no-repeat left;
}

h2.touch {
	background: url(../images/h2/touch.jpg) no-repeat left;
}

h2.oops {
	background: url(../images/h2/oops.jpg) no-repeat left;
}


p.text {
	margin: 0px 7px 7px;
	font-size: 0.8em;
}

td {
	font-size: 0.8em;
}

.transparentSection p.text, .transparentSection ul {
	margin: 0px 7px 7px;
	font-size: 0.7em;
}

p.image {
	margin-bottom: 5px;
}

.vthin_col_l p.text, .vthin_col_r p.text {
	margin: 0px 7px 7px;
	font-size: 0.7em;
}

.websiteLink {
	font-size: 1.0em;
	text-align: center;
	margin: 0px 7px 1px;
	font-weight: bold;
}

p.footnote {
	margin: 6px;
	color: #555555;
	font-size: 0.7em;
	text-align: center;
}

#footer p {
	margin: 3px;
}

#copyright {
	color: #a8b1cd;
	clear: both;
}

/* Images */

img {
	border: none;
}

p#thumbnails img {
	display: block;
	margin-right: 4px;
	border: #545ba8 solid 1px;
	float: left;
	margin-bottom: 5px;
}

p#thumbnails img.last {
	margin-right: 0px;
}

.project_r p.thumbnail {
	float: right;
	margin: 0px 7px 7px;
}

.project_l p.thumbnail {
	float: left;
	margin: 0px 7px 7px;
}

img.photo {
	border: #545ba8 solid 1px;
	display: block;
}

#footer img {
	margin-top: 6px;
}

/* Text Links */

a {
	color: #143fca;
	text-decoration: none;
}

a:hover {
	color: #6380ff;
}

/* Navigation */

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
}

#menu li {
	line-height: 30px;
	vertical-align: middle;
	margin: 0px;
	font-weight: bold;
	float: left;
	margin-left: 14px;
	margin-right: 8px;
}

#menu li a {
	display: block;
	height: 30px;
	margin: 0px;
	font-size: 1em;
}

#footer ul {
	list-style: none;
	margin: 3px;
	padding: 0px;
	float: right;
}

#footer li {
	float: left;
	margin: 0px 0px 0px 15px;
}

#footer li a {
	color: #4883ee;
}

/* Tables */

table#times {
	border: #536bb1 solid 1px;
	margin: 0px 7px 7px 7px;
	width: 503px;
}

table#times th {
	background-color: #4951cd;
	color: #FFFFFF;
	font-size: 0.8em;
	width: 35%;
}

table#times td {
	background-color: #9ea4ff;
	font-weight: bold;
	font-size: 0.8em;
	width: 65%;
}

/* Form Elements */

form {
	margin: 12px 0px;
}

textarea {
	height: 125px;
}

/* Lists */

ul {
	font-size: 0.8em;
}

/* Misc Classes */

.hidden {
	visibility: hidden;
}

.firefox {
	clear: both;
	height: 0px;
}

.project_r, .project_l {
	clear: both;
}