body {
	background-color: #cccccc;
	text-align: center;
	margin: 0px; padding: 0px;
}
#container {
	width: 800px;
	margin: 0 auto 0 auto;
	background: #cccccc url("images/container.gif") repeat-y;
	text-align: left;
}
#header {
	width: 800px; height: 60px;
	background: transparent url("images/header.jpg") no-repeat;
	float: left;
}
#navigation {
	width: 800px; height: 25px;
	background: transparent url("images/navigation.gif") no-repeat;
	float: left;
	font-family: verdana;
}
#navigation .holder {
	padding-left: 16px;
}
#navigation a {
	color: white;
	font-size: 10px;
	text-decoration: none;
	padding-left: 20px;
	margin: 1px 0 0 16px;
	background-repeat: no-repeat;
	height: 16px;
	display: block;
	float: left;
}
#navigation a span {
	display: block;
	margin-top: 2px;
}
#navigation a:hover {
	color: black;
}
#n1 { background-image: url("images/n1.png"); }
#n2 { background-image: url("images/n2.png"); }
#n3 { background-image: url("images/n3.png"); }
#n4 { background-image: url("images/n4.png"); }
#n5 { background-image: url("images/n5.png"); }
#n6 { background-image: url("images/n6.png"); }
#content {
	float: left;
	width: 774px;
	margin-left: 13px;
}
#content, #content td, #content th, input, textarea, option, select {
	font-family: verdana, arial !important;
	font-size: 10px !important;
	color: #424242 !important;
}
#footer {
	clear: both;
	font-family: verdana, arial;
	font-size: 10px;
	color: #000;
	text-align: center;
	width: 800px; height: 56px;
	background: transparent url("images/footer.gif") no-repeat;
}
#footer .holder {
	padding-top: 20px;
}
#footer a {
	margin-right: 8px;
	margin-left: 8px;
}
.hidden {
	display: none;
}

#search_text {
	background: transparent;
	position: relative;
	top: 4px; left: 544px;
	border: 0px;
	width: 150px;
	font-size: 11px;
	font-family: verdana, arial;
	z-index: 2;
}
#search_button {
	background: transparent;
	position: relative;
	top: 17px; left: 560px;
	z-index: 3;
}

.full_white {
	padding: 8px 16px 8px 16px;
	clear: both;
}
.col_1 {
	width: 258px;
	float: left;
	background: transparent url("images/col_1_content.gif") repeat-y;
}
.col_1 .header {
	height: 16px;
	background: transparent url("images/col_1_top.gif") no-repeat;
	line-height: 1px;
	font-size: 1px;
}
.col_1 .footer {
	height: 16px;
	background: transparent url("images/col_1_bottom.gif") no-repeat;
	line-height: 1px;
	font-size: 1px;
}
.col_2 {
	width: 516px;
	float: left;
	background: transparent url("images/col_2_content.gif") repeat-y;
}
.col_2 .header {
	height: 16px;
	background: transparent url("images/col_2_top.gif") no-repeat;
	line-height: 1px;
	font-size: 1px;
}
.col_2 .footer {
	height: 16px;
	background: transparent url("images/col_2_bottom.gif") no-repeat;
	line-height: 1px;
	font-size: 1px;
}
.col_1 .content, .col_2 .content {
	padding: 0 16px 0 16px;
}

/* CONTENT STUFF */
a {
	color: #228af4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form {
	margin: 0px; padding: 0px;
}
h1 {
	font-family: "Trebuchet MS", arial;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0px;
	color: black;
	font-weight: normal;
}
h2 {
	font-family: arial;
	font-size: 15px;
	margin: 0 0 10px 0;
	padding: 0px;
}
p, ul, ol {
	padding: 1px 0 10px 0;
	line-height: 16px;
	margin: 0px;
}
ul, ol {
	padding-left: 25px;
}
ul {
	list-style-position: outside;
	list-style-image: url("images/arrow3.gif");
	list-style-type: square;
}
ul ul {
	list-style-image: url("images/arrow2.gif");
	padding-bottom: 0px;
}

/* CMS STUFF */
.warn {
	border: 1px solid yellow;
	background: white url("images/warning.gif") no-repeat 6px 6px;
	padding: 3px 3px 3px 60px;
	height: 50px;
}
.error {
	border: 1px solid red;
	background: white url("images/error.gif") no-repeat 6px 6px;
	color: red;
	padding: 3px 3px 3px 60px;
	height: 50px;
}
.warn, .error {
	font-family: verdana, arial;
	font-size: 10px;
}
.page_controls {
	font-family: verdana;
	font-size: 10px;
	background-color: #f0f0f0;
	text-align: center;
	padding: 2px;
}
.o td {
	background-color: #f0f0f0;
}
.timestamp {
	text-align: right;
	font-size: 10px;
	font-family: verdana;
	color: #999;
}

.gallery_thumb {
	width: 122px;
	height: 116px;
	text-align: center;
	float: left;
	margin: 0 0 20px 20px;
	overflow: hidden;
}
.gallery_thumb img {
	width: 120px; height: 90px;
	border: 1px dashed #666;
}
a img { border: 0px; }
.highlight {
	background-image: url("images/client_hover.gif");
	color: white;
	padding: 0 2px 0 2px;
}
.contactual {
	width: 400px;
	font-family: verdana;
	font-size: 10px;
	background-color: #f9f9f9;
	border: 1px solid #999;
}
#meta_desc {
	width: 740px;
	height: 80px;
	font-family: arial;
	font-size: 11px;
}


/* HOMEPAGE STUFF */
#new_clients {
	float: left;
	width: 258px; height: 387px;
	background: transparent url("images/new_clients.jpg") no-repeat;
}
#new_clients h2 span {
	display: none;
}
#new_clients h2 {
	width: 2px;
	height: 50px;
	margin: 0px; padding: 0px;
}
#new_clients_right {
	float: left;
	width: 516px;
}
#flash_promo {
	width: 516px;
	height: 213px;
}
#splash_text {
	width: 516px; height: 174px;
	background: transparent url("images/splash_text.png") no-repeat;
}
#splash_text .holder {
	padding: 18px 18px 0 18px;
}
#splash_text p {
	text-align: justify;
	line-height: 16px;
	margin: 0px;
	padding: 0 0 10px 0;
}
#splash_text a {
	text-decoration: underline;
}
.b_class {
	width: 258px; height: 234px;
	background-repeat: no-repeat;
	float: left;
}
.b_class .holder {
	padding: 140px 16px 0 16px;
	text-align: justify;
	line-height: 13px;
}
.b_class .more {
	float: right;
	width: 88px;
	background: transparent url("images/arrow.gif") no-repeat 0 3px;
	text-align: right;
	margin: 2px 16px 0 0;
}
#class_lc { background-image: url("images/class_lc.jpg") }
#class_sc { background-image: url("images/class_sc.jpg") }
#class_in { background-image: url("images/class_in.jpg") }
.client {
	width: 228px; height: 64px;
	margin-left: 16px;
}
.col_1 .client {
	margin-left: 0px;
}
.full_white .client {
	margin: 0 13px 13px 0;
	float: left;
	height: 53px;
	border: 1px solid #aaa;
	padding: 3px 0 0 3px;
	overflow: hidden;
	background-color: #f9f9f9;
}
.full_white .client a:hover img {
	border: 1px solid #228af4;
}
.full_white div.client:hover {
	background-image: url("images/client_hover.gif");
}
.client div {
	margin-top: 2px;
}
.client img {
	float: left; margin-right: 10px;
	border: 1px solid #ddd;
	width: 48px; height: 48px;
}
.client strong {
	display: block;
	float: left;
	font-size: 14px;
	color: black;
	font-family: calibri, "Trebuchet MS";
	margin-top: 2px;
	height: 17px; width: 160px;
	overflow: hidden;
}