body {
	background: #dbdbda;
	color: #666;
}

.container_12 {
	background-color: #fff;
	margin-bottom: 20px;
}

a {
	color: #abc31c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #666;
}

h1 {}
h2 {color: #abc31c;}
h3 {color: #666;}
h6 {font-size: 15px;}

#logo {
	background-image: url(../img/psg-logo.jpg);
	background-repeat: no-repeat;
	height:130px;
	text-indent: -9999px;
}

ul {list-style-type: square;}
.no-list {list-style-type: none;}

h4 {border-bottom: 2px solid #abc31c;color: #abc31c;}


/* NAVIGATION */
#nav-side li {
	list-style-type: none;
	margin: 0;
	margin-bottom: 3px;
	background-color: #999;
}
#nav-side li:hover {
	background-color:#666; 
}
#nav-side li a {
	color: #fff;
	margin-left: 6px;
	font-size: 14px;
	display: block;
	cursor: pointer;
	padding-top: 2px;
}
#nav-side li a:hover {
	text-decoration: none;
}
#nav-side li.active {
	background-color:#abc31c;
}

#nav-side #nav-sub {
	margin: 0;
	margin-bottom: 4px;
}
#nav-side #nav-sub li {
	list-style-type: square;
	list-style-position: inside;
	background-color: #fff;
	padding-left: 14px;
	margin-bottom: 2px;
}
#nav-side #nav-sub li a {
	font-size: 12px;
	color: #666;
	display: inline;
}
#nav-side #nav-sub li:hover, #nav-side #nav-sub li a:hover {
	color: #abc31c;
}
#nav-side #nav-sub li.active, #nav-side #nav-sub li.active a {
	color:#abc31c;
}

#nav-side li#searchbox {
	background-color: #fff;
	border: 1px solid #999;
	margin-top: 8px;
	padding: 4px;
	height: 20px
}

/* INTRO */
.intro h2 {
	margin-bottom: 10px;
	margin-top: -10px;
	padding: 0;
}
.intro p {
	line-height: 22px;
	font-size: 14px;
}
.intro img {
	float: right;
	margin-top: -130px;
}
.quote-box {
	height:160px;
	background-color: #abc31c;
	padding: 2px 6px 18px 14px;
}
.quote-box p span {font-size: 18px;font-weight: bold;line-height: 26px;color: #fff;}


/* USP BOXES */
#usp-boxes {
	margin-top: 30px;
}
#usp-boxes p {
	font-size: 12px;
	height:120px;
}
#usp-boxes .usp {
	width:299px;
	height:370px;
	float: left;
	margin: 10px;
}
#usp-boxes .usp.first {
	margin-left: 0;
}
#usp-boxes .usp.last {
	margin-right: 0;
}
#usp-boxes .usp-img {
	height:120px;
	margin-bottom: 20px;
	border: 1px solid #dbdbda;
	border-top: 8px solid #abc31c;
}
#usp-boxes .usp.first .usp-img {
	background-image: url(../img/usp-1.jpg);
}

/* MAIN CONTENT */
.title-img {
	background-color: #333;
	border-bottom: 16px solid #abc31c;
	width:780px;
	height:120px;
	margin-bottom: 10px;
}
.title-img span {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	padding-top: 4px;
}
.title-img p {
	color: #abc31c;
	margin-left: 20px;
}
.title-img img {
	float: right;
}

/* FOOTER */
#footer {
	background-color: #666;
	border-bottom: 16px solid #abc31c;
	color: #fff;
	padding-top: 6px;
	font-size: 13px;
	margin-top: 20px;
}
#footer a:hover {
	color: #fff;
}
.foot-right {
	text-align: right;
	list-style-type: none;
}
#nav-foot {
	margin: 0 auto;
	width:980px;
	text-align: center;
	background-color: red;
}
#nav-foot li {
	float: left;
	list-style-type: none;
	font-size: 10px;
}
.top {margin-right: 20px;margin-top: -10px;}
/* MISC */
.left {float: left;margin-right: 10px;margin-bottom: 10px;}
.right {float: right;}

.highlight, p .highlight {
	background-color: #abc31c;
	color: #fff;
	padding: 4px;
}

p .highlight {
	font-size: 14px;
}

/* CONTACT FORM */

#contact p, label, legend { font: 1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }

#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #333333; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact { display: block; width: 640px; margin:0; padding: 15px; border: 1px solid #cbcbcb; background-color: #FFF; -moz-border-radius:5px; -webkit-border-radius:5px; color: #444; font-size: 11px;text-align: left;}

/* Form style */

#contact label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 1.5em; -moz-border-radius:5px; -webkit-border-radius:5px; }
#contact input, textarea, select { width: 280px; margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius:5px; -webkit-border-radius:5px; }   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; }
#contact input.submit:hover { background:#444; }
#contact input.reset { width: 80px; cursor: pointer; display: block; border: 0; background:none; color:#333;font-size: 11px;text-decoration:underline; }
#contact input.reset:hover { width: 80px; cursor: pointer; border: 0; background:none; color:#ff0000;font-size: 11px;text-decoration: none; }
#contact input[type="submit"][disabled] { background:#888; cursor: default; }
#contact fieldset { padding:20px; border:1px solid #eee; moz-border-radius:5px; -webkit-border-radius:5px; }
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius:5px; -webkit-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; line-height: 22px; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px 6px; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius:5px; -webkit-border-radius:5px; }

ul.error_messages { margin: 0 0 0 15px; padding: 0; }
ul.error_messages li { height: 22px; line-height: 22px; color:#333; }

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('../assets/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }

#contacts {
	text-align: left;
	margin-top: 0px;
	margin-left: 20px;
	font-size: 14px;
	}
	#contacts span {
	font-weight: bold;
	}
	#contacts span.address {
	font-weight: normal;
	text-align: right;
	}
	#contact-form input {
	width: 168px;
	}
	#contact-form #subject, #contact-form #message {
	width: 364px;
	border: 1px solid #c2c2c2;
	border-top: 2px solid #999;
	}
	
#contact-list li {
	border-bottom: 2px solid #abc31c;
	margin: 0;
	margin-bottom: 10px;
}
#contact-list li span {
	font-weight: bold;
}

.divider {
	width:750px;
	border-bottom: 2px solid #999;
	margin: 20px 0;
}