body {
	margin:0px;
	padding:0px;
	font: 13px/17px "Georgia", Times New Roman, Times, serif;
	background-color: #9BABD5;
	background-image: url(../images/common/bg.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 18px;
	color: #003366;
	text-align: left;
	padding-left: 20px;
}
h2 {
	font-size: 13px;
	color: #003366;
	text-align: left;
}
h3 {
	font-size: 12px;
	color: #003366;
	padding-left: 10px;
	text-align: left;
}
h4 {
	font-weight: bold;
	font-size: 11px;
}
a:link {
	color: #3366CC;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #3366CC;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF6633;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #FF6633;
	font-weight: bold;
	text-decoration: underline;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 930px;
	position: relative;
	background-image: url(../images/common/bg_white.gif);
	background-repeat: repeat;
}
div#header {
	width:930px;
	background-color:#95ACD8;
	height: 78px;
}
#logo {
	height: 69px;
	width: 120px;
	position: absolute;
	left: 32px;
	top: 5px;
}
div#contentarea {
	width:930px;
}
#main-nav {
	background-color: #5C80BF;
	height: 39px;
	width: 930px;
	background-image: url(../images/common/navbar_bg.gif);
	background-repeat: repeat-x;
}
#nav-home, #nav-portfolio, #nav-company, #nav-quote, #nav-process, #nav-contact {
	position: absolute;
	height: 39px;
	top: 78px;
}
#nav-home {
	left: 155px;
}
#nav-portfolio {
	left: 206px;
	width: 84px;
}
#nav-company {
	left: 290px;
	width: 72px;
}
#nav-quote {
	width: 115px;
	left: 362px;
}
#nav-process {
	width: 69px;
	left: 477px;
}
#nav-contact {
	width: 90px;
	left: 546px;
}
#column1-general {
	width: 135px;
	float: left;
}
#column2-general {
	width: 601px;
	float: left;
	padding-top: 20px;
}
#column2-general p {
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}
#column2-general table {
	margin-left: 20px;
}
div#column3 {
	width:194px;
	float:left;
	padding-top: 50px;
}
div#footer {
	font-size: 11px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #003366;
	text-decoration: underline;
}
#footer a:active {
	color: #003366;
}

.img-border {
	padding: 4px;
	border: 1px solid #CCCCCC;
}



/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

#right-nav {
	width: 184px;
	margin: 20px 0px 10px;
}
#right-nav ul {
	margin: 0em;
	padding: 0em;
	list-style-type: none;
}
#right-nav li {
	margin: 0em;
	padding: 0.2em 0em 0.2em 0.2em;
}
#right-nav a:link {
	color: #3366CC;
	display: block;
	border-bottom: 2px solid #FFFFFF;
}
#right-nav a:visited {
	color: #3366CC;
	display: block;
	border-bottom: 2px solid #FFFFFF;
}

.detail-thumb {
	width: 76px;
	float: left;
	height: 62px;
	padding-bottom: 6px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 6px;
}
#right-nav a:hover {
	color: #FF6633;
	text-decoration: none;
	border-bottom: 2px solid #95ACD8;
	display: block;
}
#right-nav a:active {
	color: #FF6633;
	text-decoration: none;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #95ACD8;
}
.clearthefloats {
	clear: both;
}
.light_grey {
	background-color: #EFEFEF;
}
.orange_bold {
	font-weight: bold;
	color: #FF6633;
}

.navy {
	font-weight: bold;
	color: #003366;
}

.butshadow {
width:155px;
border-top:1px solid #666666;
border-left:1px solid #666666;
}


.butshadow h2 {
padding:8px;
margin:0;
background-image:url(../images/common/bg_quote.gif);
border-right:2px solid #000000;
border-bottom:2px solid #000000;
}

.butshadow h2:hover {
background-image:url(../images/common/bg_quote1.gif);
}
.butshadow h2 a {
color:#ffffff;
font: bold 13px "Trebuchet MS", sans-serif;
text-transform:uppercase;
text-decoration:none;
padding:6px;


}

.butshadow h2 a:hover {
color:#000000;
}