body {
	margin:0px;
	padding:0px;
	font: normal normal normal 13px/1.5 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, sans-serif;
	line-height: 21px;
	color: #131313;
	text-align:center;
	background-color:#131313;
}

/* Main CSS */

ul {
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	list-style-position: outside;
	padding: 0 0 0 16px;
	margin-left:0;
}

ul p {
	margin: 0 0 0 -13px;
	padding-bottom: 10px;
}

#twocol_right ul {
	padding:5px 10px 0 15px;	
}

#menu {
	float: left;
	height: 25px;
	margin:34px 0 0 20px;
	}

div.outer {
	float: left;
	width: 83px; height: 28px;
	margin: 0 7px 0 0;
	background: url( 'images/nav.gif' ) 0px -29px no-repeat;
	}

div.selected {
	float: left;
	width: 83px; height: 28px;
	margin: 0 7px 0 0;
	background: url( 'images/nav.gif' ) 0px -29px no-repeat;
	}

div.outer a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	color:#000;
	text-decoration: none;
	background: url( 'images/nav.gif' ) top left no-repeat;
	}

div.selected a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	color:#385A96;
	text-decoration: none;
	background: url( 'images/nav.gif' ) 0px -29px no-repeat;
	}

div.outer span, div.selected span {
	display: block;
	margin:0; padding: 3px 0 0 0;
	text-align: center;
	}
div.outer a:hover {
	background-image: none;
	color: #385A96;
	}
div.outer a:active {
	color: #000;
	}

/* Homepage */

#white_container{
	width:100%;
	background-color:#ffffff;
	background-image: url('images/bg.gif');
	background-repeat: no-repeat;
	background-position:top center;
}

#footer_container_full{
	width:100%;
	background-color:#FFF;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 80px;
}

#container, #footer_container {
	text-align:left;
	width:850px;
	margin:0 auto;
}

#logo {	
	float: left;
	margin:19px 0 0 7px;
}

#blog_logo {	
	float: right;
	margin:13px 0 0 0;
}

#header {
	padding: 20px 0 0 0;
	height: 95px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: 0 33px
}

#content
{
	float:left;
	color:#131313;
	margin:0 0 0 0;
}

#leftColumn {
	float: left;
	width: 570px;
	padding: 15px;
}

#leftColumnFull {
	float: left;
	padding: 15px;
}

#rightColumn {
	float:right;
	width:245px;
	margin: 0;
	padding: 0 0 0 5px;
}

#topColumn {
	float:left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#leftColumn_home {
	float: left;
	width: 570px;
	height: 237px;
	padding: 0 0 15px 0;
	text-align: center;
}

#leftColumn_home_bottom {
	float: left;
	width: 570px;
}

#twocol_container {
	float: left;
}

#twocol_right {
	float: left;
	text-align: left;
	padding: 6px 0 0 5px;
	width: 224px;
}

#twocol_left {
	float: left;
	text-align: center;
	padding-top: 20px;
	width: 220px;
	font-size: 10px;
	line-height:1.5em;
}

#twocol_left b {
	font-size: 12px;
}

.clearboth
{
	clear:both;
}

#footer
{
	width:100%;
	padding: 18px 0 28px 0;
}

#footer_text
{
	float: left;
	color:#888888;
	line-height:1.4em;
	font-size:11px;
}

#footer_logo
{
	float: left;
	margin:5px 0 0 26px;
}

#w3c_logo
{
	float: right;
	margin:1px 0 0 10px;
}

#paypal_logo
{
	float: right;
	margin:0 0 0 0;
}

#topColumn p {
	font-size: 30px;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	text-align: center;
	color: #ccdbf5;
	padding: 0;
	margin: 10px 0 45px 0;
}

#content h1 {
	margin: 0 0 20px 0;
	padding:0 0 15px 0;
	font-size: 32px;
	word-spacing: -2px;
	font-weight: normal;
	border-bottom:3px solid #efefef;
	color: #000000;
	line-height: 1.0em;
}

#content h2 {
	margin: 0 0 5px 0;
	padding:0 0 5px 0;
	font-size: 22px;
	word-spacing: -1px;
	color: #000000;
	border-bottom:1px solid #464646;
	font-weight: normal;
	line-height: 1.2em;
}

#content h2 a {
	text-decoration: none;
	color: #131313 !important;
}

#content h2 a:hover {
	text-decoration: underline;
}

#content a {
  color:#32599B;
  text-decoration:underline;
}
#content a:visited {
  color:#32599B;
}
#content a:hover {
  color:#131313;
}

#footer_text a {
  color:#D0D0D0;
  text-decoration:none;
  border-bottom:1px dotted #666666;
}
#footer_text a:visited {
  color:#D0D0D0;
  border-color:#666666;
}
#footer_text a:hover {
  color:#658DD2;
  border-color:#385A96;
  border-bottom-style:solid;
}

/* Side Box */

#side_box_content {
	background: #fff url(images/side_box.gif) 0 100% no-repeat;
	padding-bottom: 20px;
	float: right;
	width: 238px;
	position: relative;
	text-align:center;
}

#side_box_content2 {
	background: #fff url(images/side_box.gif) 0 0 no-repeat;
	padding: 45px 0 0 0;
	float: left;
	width: 238px;
}

#side_box_quote {
	background: #fff url(images/side_quote_box.gif) 0 100% no-repeat;
	padding: 0 0 22px 0;
	margin: 0;
	float: right;
	width: 238px;
	position: relative;	
}

#side_box_quote2 {
	background: #fff url(images/side_quote_box.gif) 0 0 no-repeat;
	padding: 80px 0 0 0;
	margin: 0;
	float: left;
	width: 238px;	
}

.side_box { float: right; padding: 0 0 15px 0; margin: 0; }

/* Portfolio */

.portfolio_box {
	float: left;
	position:relative;
	padding: 0 0 0 14px;
}

.portfolio_box img {
	padding:1px;
	margin: 14px 0 0 0;
}

.portfolio_box img:hover, #side_featured img:hover {
	background-color:#131313;
}

.portfolio_box p {
	margin:4px 0 0 5px;
	width: 185px;
	text-align: center;
	font-weight: bold;
}

.portfolio_box a, .portfolio_box a:visited, .portfolio_box a:hover, #side_featured a, #side_featured a:visited, #side_featured a:hover {
	border:0;
}

/* Portfolio View */

#portfolio_view_left {
	float: left;
	padding:15px;
	margin-right: 15px;
	border: 1px solid #DFDFDF;
	width: 500px;
	position:relative;
}

#portfolio_view_right {
	float: right;
	width: 270px;
	position:relative;
}

#portfolio_view_right p {
	margin: 5px 0 15px 0;
}

#portfolio_view_right .t1 {
	color:#000;
	text-align:center;
	word-spacing: -1px;
	padding:6px;
	font-size: 12px;
	margin: 25px 25px 0 0;
	border: 1px solid #F3F1DB;
	background-color:#FAF9F1;
}

/* Side Bar */

#side_featured img {
	padding:1px;
}

/* Contact Form */

#contact_right {
	float: left;
	width: 325px;
	position:relative;
	margin: 0 0 0 0;
	padding-left:15px;
	border-left:1px solid #464646;
}

#contact_bottom ul {
	margin:15px 0 10px 0;
}

#contact_bottom ul p {
	padding: 7px 0 0 12px;
	font-weight: normal;
}

#contact_bottom ul li {
	font-weight: bold;
}

#contact_right form { 
	margin: 0; 
	padding-top: 12px;
}

#contact_right .tinput { 
	width: 100%;	
}

#contact_right dl, form p { margin: 0  }
#contact_right dt { margin: 0; font-size: 1em; font-weight: normal; }
#contact_right dd { margin: 0 0 15px 0; padding: 0; }

#contact_left {	
	float: left;
	width: 206px;
	padding-right:10px;
	position:relative;
}

#contact_bottom {
	float: left;
	width: 500px;
	padding: 15px 10px 0 0;
}

#contact_right .warning {
	color:#B35757;
	text-align:center;
	word-spacing: -1px;
	line-height:1.5em;
	padding:4px;
	font-size: 11px;
	margin-top:20px;
	border: 1px solid #F4DADA;
	background-color:#FDF6F6;
}

#contact_captcha
{
	display: none;
}

/* Request a Quote */

.notification_error
{
height: auto;
width: 100%;
margin-top: 5px;
padding: 3px;
text-align: center;
-moz-border-radius: 3px;
color: #666666;
}

.notification_ok
{
height: auto;
width: 100%;
margin-top: 5px;
padding: 3px;
text-align: center;
-moz-border-radius: 3px;
color: #666666;
}

.info_fieldset { -moz-border-radius: 7px; border: 1px #dddddd solid; }

.info_fieldset legend
{
	border: 1px #dddddd solid; 
	color: black; 
	font: 13px Verdana;
	padding: 2px 5px 2px 5px;
}

.button
{
	border: 1px solid #999999; 
	border-top-color: #CCCCCC; 
	border-left-color: #CCCCCC; 
	background: #efefef;
	color: #000;
	margin: 8px 0 2px 0;
	padding: 3px;
	width: 150px;
}

/* Label */
label  { padding: 0; margin: 0; float: left; text-align: left; font-size: 10px; }

/* Input, Textarea */
input, textarea
{
	margin: 2px;
	padding: 3px;
	float: left;
	font: 11px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	border: 1px solid #999999; 
	border-top-color: #CCCCCC; 
	border-left-color: #CCCCCC; 
	color: #333333;
	-moz-border-radius: 3px;
}

/* BR */

br { clear: left; }