/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	line-height: 160%;
	font-size: 80%;
	height: 100%;
}

#bg {
	color: #333;
	padding: 0;
}

h2 {
	border-bottom:1px dashed #ccc;
	font-size: 175%;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 15px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	border-bottom:1px dashed #ccc;
	font-size: 175%;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 15px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
}

/* Note Style */
p.stickynote {
	background: url(../images/sticky-bg.gif) no-repeat 5px center #FFC;
	border: 2px dashed #E6E6E6;
	padding: 15px 10px 15px 60px;
	font-weight:bold;
}

p.error {
	background: url(../images/icon-error.png) no-repeat 0px 1px;
	padding: 0px 3px 0px 20px;
	margin:0;
	color:#FFF;
	font-weight:bold;
}

p.question {
	background: url(../images/icon-question.png) no-repeat 3px 3px;
	padding: 0px 3px 0px 25px;
	margin:20px 0 8px 0;
	color: #009;
	font-weight:bold;
	font-size:120%;
}

p.answer {
	background: url(../images/icon-answer.png) no-repeat 3px 3px;
	padding: 0px 3px 0px 25px;
	margin:8px 0 8px 0;
	color: #333;
	font-weight:normal;
	font-size:100%;
	text-align:justify;
}

/* Check list */
ul.checklist {
	list-style: none;
	margin:0 0 0 15%;
	padding:0 0 0 15px;
}

ul.checklist li {
	margin: 0px;
	padding: 3px 0 0 30px;
	font-family:Tahoma, Geneva, sans-serif;
}

ul.checklist2 {
	list-style: none;
	margin:0 0 0 5%;
	padding:0 0 0 15px;
}

ul.checklist2 li {
	margin: 0px;
	padding: 3px 0 0 30px;
	font-family:Tahoma, Geneva, sans-serif;
}

/* highlight list */
ul.highlight {
	list-style: none;
	margin:0 0 0 15%;
	padding:0 0 0 15px;
}

ul.highlight li {
	margin: 0px;
	padding: 3px 0 0 30px;
	font-family:Tahoma, Geneva, sans-serif;
}

/* Blockquote */
blockquote {
	padding: 1em 40px 0 15px;
	margin: 1em 0 0 0;
	text-align:justify;
}

blockquote span.open {
	background: url(../images/so-q.gif) no-repeat left top;
	padding: 2px 0 2px 25px;
}

blockquote span.close {
	background: url(../images/sc-q.gif) no-repeat bottom right;
	padding: 2px 25px 2px 0;
}

/* Normal link */
a:link, a:visited{
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}




/* WRAPPER
--------------------------------------------------------- */
#wrapper {
	width: 950px;
	margin:0 auto;
}

/* LOGO
--------------------------------------------------------- */
h1.logo {
	margin: 0;
	padding: 0;
	font-size: 200%;
}

h1.logo a {
	width: 910px;
	height: 128px;
	display: block;
	float: left;
	margin-left:20px;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

/* MAIN MENU
--------------------------------------------------------- */
#menutab{
	display:block;
	height:39px;
	font-size:76%;
	font-weight:bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	border-top:4px solid #B30000;	
	float:left;
	clear:both;
	margin:5px 22px 0 22px;
	width:906px;
	padding:0 0 10px 0;
}

#menutab ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}

#menutab ul li{
	display:block;
	float:left;
	margin:0;
}

#menutab ul li a{
	display:block;
	float:left;
	text-decoration:none;
	padding:8px 11px 0 11px;
	height:23px;
}


/* CONTENT
--------------------------------------------------------- */
#ccontainer {
	background: #fff;
	float:left;
	clear:both;
	margin-left:24px;

	width:906px;
}

#content {
	float:left;
	width:74%;
	padding-right:1%;
}

#content-inner {
	padding:15px;
}

#services {float: left; width: 64%; padding-left:3%}


#quote {float: left; width: 29%; text-align: center;}

#column {
	float:left;
	width:25%;
}

.column-inner {
	padding:15px;
}

.project {
	width:100%;
	text-align:center;
	margin-bottom:15px;
}

#advert {text-align:center; width:100%; float:left; margin:20px 0 20px 0;}



/* FOOTER
--------------------------------------------------------- */
#footerwrap {
	background: #fff;
	float:left;
	clear:both;
	margin-left:24px;
	margin-right:24px;
	width:902px;
}

.testimonial {float:left; width:50%; border-top:1px dashed #ccc; padding-bottom:30px;}

#bookmarks {
	width:100%;
	float:left;
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
}

#bottomlinks {
	float:left;
	width:65%;
	margin-top:25px;
	text-align:left;
}

#validated {
	float:left;
	width:35%;
	text-align:right;
	margin-top:25px;
}

#copy {
	width:100%;
	float:left;
	margin-top:30px;
	padding:10px 0 10px 0;
	border-top:1px dashed #ccc;
}

#copyl {
	width:10%;
	float:left;
	text-align:center;
	padding-top:3px;
}

#copym {
	width:80%;
	float:left;
	text-align:center;
}

#copyr {
	width:10%;
	float:left;
	text-align:center;
	padding-top:3px;
}
/* MISCELLANOUS
----------------------------------------------------------- */
.projectname {height:25px; background-color:#f4f4f4; width:150px; margin: 8px auto 2px auto; line-height:25px; border:1px solid #e4e4e4;}
.projecttdr {text-align:center; border-right:1px solid #e9e9e9;}
.projecttd {text-align:center;}
.pborder {border:1px solid #e4e4e4;}

.clr {
	clear: both;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack */
html {
	height: 100% !important;
	height: auto;
	margin-bottom: 1px;
}

/* FORMS
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	padding: 1px;
	background: #FFFFFF;
}

.button {
	border: 1px solid #DDDDDD;
	border-bottom-color: #CCCCCC;
	padding: 2px 8px;
}

* html .button, *+html .button {
	padding: 1px 5px !important;
}

.inputbox {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 1px;
	padding: 3px 2px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #666666;
}

.inputbox:hover, .inputbox:focus {
	background: #FFFFEA;
	border: 1px solid #060;
}

.inputbox2 {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 1px;
	padding: 3px 2px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #666666;
	width:183px;
}

.inputbox2:hover, .inputbox2:focus {
	background: #FFFFEA;
	border: 1px solid #060;
}

.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 98%;
padding: 4px;
text-align: left;
}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 98%;
padding: 8px;
text-align: center;
float:left;
}

#note {margin-top:15px;}

.required { color:#F00; font-size:120%; font-weight:bold;}

.contact_fieldset {
	border:1px solid #E6E6E6; padding:10px 20px 20px 60px;
}

.contact_fieldset legend {
	margin: 10px 10px 10px 10px;
	padding: 0 10px;
	font-weight:bold;
	color: #999;
}

.quote_fieldset {
	border:1px solid #E6E6E6; padding:0 20px 20px 20px; width:595px;
}

.quote_fieldset legend {
	margin: 0 10px 0 10px;
	padding: 0 10px;
	font-weight:bold;
	color: #999;
}

.quotefield1 {border-bottom: 1px dashed #CCC; padding:10px 0 10px 0; float:left; width:100%;}
.quotefield2 {border-bottom: 1px dashed #CCC; padding:10px 0 10px 0; float:left; width:100%; background-color:#CCC;}