/* Norfolk Beach Design
 */

/* @group Body And Wrapper */

body {
	font-family: "Trebuchet MS", "MS Sans Serif";
	font-size: 90%;
	text-align: center;
	margin: 0px;
	padding: 20px 0px;
	background: #999999 url(body_back.gif) repeat;
}

body.editmaintext {
	background: #ffffff none;
	text-align: left;
}

#wrapper {
	text-align: left;
	width: 760px;
	position: relative;
	margin: 0px auto;
	background: #999999;
}

/* @end */

#memberLogin{
	position: absolute;
	top: -35px;
	left: 0;
	width: 500px;
}

#memberLogin b{
	position: absolute;
	margin: 0 0 0 -5000px;
}

#memberLogin p{
	margin: 0;
	padding: 0;
	float: left;
	font-style: normal!important;
	font-size: 12px;
}

#memberLogin p input{
	width: 100px;
	font-size: 11px;
	background: #aaa;
	color: #333;
	height: 13px;
	border: 1px solid #666;
}

#memberLogin input{
	background: #333;
	color: #ccc;
	border: 1px solid #ccc;
	font-size: 10px;
}

/* @group Header */

#header {
	background: #676767 url(header_back.jpg) no-repeat;
	height: 200px;
	padding-left: 20px;
	width: 740px;
}

#header h1 {
	margin: 0px 0px 5px;
	padding: 10px 0px 0px;
	font-size: 1.4em;
	font-weight: bold;
	color: #333333;
	letter-spacing: 0em;
}

#header p {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font-size: 0.9em;
	color: #333333;
	width: 200px;
	font-style: italic;
}

/* @end */

/* @group Contact Details */

#contactdetails a {
	color: #fff!important;
}

#contactdetails {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 190px;
	padding: 0px 5px;
	text-align: right;
}

#contactdetails ul {
	margin: 0px;
	padding: 0px;
}

#contactdetails ul li {
	list-style: none;
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 1.3em;
	color: #CCCCCC;
}

/* @end */

/* @group Navbar */

#navbar ul {
	margin: 0px;
	padding: 8px 5px 5px;
	width: 746px;
	float: left;
}

#navbar ul li {
	margin: 0px 5px 0px 0px;
	padding: 0px 5px 0px 0px;
	float: left;
	list-style: none;
	display: block;
	border-right: 1px solid #888888;
}

#navbar ul li a {
	text-decoration: none;
	margin: 0px;
	padding: 3px 5px;
	font-size: 0.75em;
	display: block;
	text-transform: uppercase;
	color: #666666;
	border-bottom: 1px solid #E9E4E0;
}

a.menuHidden {
	font-style: italic;
}

#navbar {
	width: 756px;
	background: #E9E4E0 url(top_border_light.jpg) repeat-x;
	border-left: 2px solid #D9D1C6;
	border-right: 2px solid #D9D1C6;
	border-top: 1px solid #FFFFFF;
	border-bottom: 2px solid #D9D1C6;
	float: left;
}

#navbar ul li a:hover {
	border-bottom: 1px solid #999999;
	color: #FF9900;
}

/* @end */

/* @group Content and Maintext */

#content {
	width: 736px;
	float: left;
	background: url(content_back.jpg) no-repeat;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	clear: left;
	padding: 10px;
}

#maintext {
	padding: 0px 20px 20px;
	width: 500px;
	background: #FFFFFF url(top_border_light.jpg) no-repeat center top;
	border-top: 1px solid #FFFFFF;
	float: left;
}

/* @end */

/* @group Font styling */

h3 {
	margin: 0px 0px 10px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	color: #666666;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #666666;
}

p {
	font-size: 0.85em;
	margin: 0px 0px 10px;
	padding: 0px;
	color: #333333;
}

.QuotationBox {
	width: 200px;
	float: left;
	margin: 15px;
	padding: 10px;
	background: #eee;
	border: 3px double #ccc;
}

p.QuotationBox {
	line-height: 1.4em;
	text-align: center;
	color: #555;
}

.quotation {
	background: #eee;
	padding: 10px;
	margin: 15px;
	border: 3px double #ccc;
}

p.quotation {
	line-height: 1.5em;
	color: #555;
}

p.introduction {
	font-style: italic;
	display: block;
	padding: 10px 5px;
}

p.clear {
	clear: both;
	color: #999999;
	margin: 0px !important;
	padding: 0px !important;
}

li.tel {
	margin-top: 5px !important;
	color: #FFFFFF !important;
}

h2 {
	font-size: 1.2em;
	padding-left: 30px;
	background: url("bullet_large.gif") no-repeat left center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #666666;
}

#maintext ul, #maintext ol {
	text-align: left;
	background: url(intro_back.jpg) repeat-x center bottom;
	padding-bottom: 15px;
	list-style: inside;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 0px;
}

#maintext ul li, #maintext ol li, #maintext table {
	color: #000;
	line-height: 1.5em;
	font-size: 1em;
}

p.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #666666;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 10px;
	margin: 0px 0px 10px;
}

p.h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666666;
	font-size: 1em;
	margin: 0px 0px 10px;
	padding: 10px 0px;
	border-bottom: 1px solid #CCCCCC;
}

/* @end */

/* @group Component Groups */

#componentGroups {
	padding: 0px 20px;
	background: #FFFFFF url(top_border_light.jpg) no-repeat center top;
	width: 500px;
	margin-top: 10px;
	border-top: 1px solid #FFFFFF;
	float: left;
}

#componentGroups h2 {
	font-size: 1.4em;
	margin: 10px 0 0 0;
}

#componentGroups ul {
	margin: 0px;
	padding: 0px;
	position: relative;
}

#componentGroups ul li {
	font-size: 0.9em;
	line-height: 1.5em;
	list-style: none;
	margin-bottom: 10px;
	display: block;
	padding: 10px 0 0 60px;
	float: left;
	height: 50px;
	width: 140px;
}

#componentGroups .clear {
	color: #fff;
}

li.componentH_ProtQ {
	background: url(ProtQ_H.gif) left center no-repeat;
}

li.componentH_RetPl {
	background: url(RetPl_H.gif) left center no-repeat;
}

li.componentH_InvSh {
	background: url(Invsh.gif) left center no-repeat;
}

li.componentH_GenIn {
	background: url(GenIn.gif) left center no-repeat;
}

li.componentH_CCL {
	background: url(CCL_H.gif) left center no-repeat;
}

li.componentH_UtChk {
	background: url(UtChk_H.gif) left center no-repeat;
}

li.componentH_EqRel {
	background: url(EqRel.gif) left center no-repeat;
}

li.componentH_TrEnd {
	background: url(TrEnd.gif) left center no-repeat;
}

li.componentH_CurA {
	background: url(CurA_H.gif) left center no-repeat;
}

li.componentH_ISA {
	background: url(ISA_H.gif) left center no-repeat;
}

li.componentH_Save {
	background: url(Save_H.gif) left center no-repeat;
}

#componentGroups h3 {
	position: absolute;
	margin: 0 0 0 -5000px;
}

#componentGroups ul li a {
	text-transform: uppercase;
	font-size: 0.85em;
}

#componentGroups ul li a:hover {
	color: #FF9900;

 }
 
/* @end */

/* @group Styleform etc */

.styleform {
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #f8f8f8
}

.styleform h2{
	margin: -10px -10px 0 -10px;
	padding: 3px 5px;
	background: #eee;
	font-size: 13px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	color: #888;
}

.styleform td{
	vertical-align:top;
	font-size: 0.8em;
}

/* @end */

/* @group Footer */

#footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	background: url(footer_back.gif) no-repeat right center;
	border-top: 1px solid #666666;
}

#footer p {
	width: 700px;
	padding: 15px 30px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: center;
}

/* @end */

/* @group Links */

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

#maintext a {
	color: #dc6c0a;
}

#maintext a:hover {
	color: #ffcc13;
}

a.button {
	font-size: 1.5em;
	background: url(button_a.gif) no-repeat left center;
	padding: 0 0 0 50px;
	line-height: 2.0em;
}

a:hover.button {
	background: url(button_b.gif) no-repeat left center;
}

/* @end */

/* @group Service Links */

#servicelinks {
	padding: 0px 20px 10px;
	margin-bottom: 10px;
	background: #FFFFFF url(top_border_light.jpg) no-repeat center top;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #333333;
	width: 500px;
	float: left;
}

#servicelinks ul {
	margin: 0px;
	padding: 0px 0px 20px;
	width: 498px;
}

#servicelinks h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: italic;
	color: #666666;
	margin: 0px 0px 10px;
	padding: 10px 0px;
	border-bottom: 1px solid #CCCCCC;
}

#servicelinks ul li {
	font-size: 0.75em;
	display: block;
	width: 190px;
	margin: 0 0 10px 0;
	height: 30px;
	float: left;
	list-style: none;
	padding: 0 0 0 45px;
}



li.component_RetPl{
	background: url(RetPl_s.gif) left center no-repeat;
}

li.component_ProtQ{
	background: url(ProtQ_s.gif) left center no-repeat;
}

li.component_InvSh{
	background: url(InvSh_s.gif) left center no-repeat;
}

li.component_GenIn{
	background: url(GenIn_s.gif) left center no-repeat;
}

li.component_CCL{
	background: url(CCL_s.gif) left center no-repeat;
}

li.component_UtChk{
	background: url(UtChk_s.gif) left center no-repeat;
}

li.component_EqRel{
	background: url(EqRel_s.gif) left center no-repeat;
}

li.component_TrEnd{
	background: url(TrEnd_s.gif) left center no-repeat;
}

li.component_ProtQ{
	background: url(ProtQ_s.gif) left center no-repeat;
}

li.component_CurA{
	background: url(CurA_s.gif) left center no-repeat;
}

li.component_ISA{
	background: url(ISA_s.gif) left center no-repeat;
}

li.component_Save{
	background: url(Save_s.gif) left center no-repeat;
}

#servicelinks ul li a {
	text-transform: uppercase;
}

#servicelinks ul li a:hover {
	color: #FF9900;
}

/* @end */

/* @group Lists */

#lists {
	width: 160px;
	float: right;
	margin-right: 5px;
	padding-top: 10px;
}

/* @group Smallform */

#smallform {
	margin-top: 10px;
	padding: 5px;
	background-color: #cccccc;
}

#smallform p, #smallform td, #smallform {
	font-size: 0.8em;
	color: #666;
}

#smallform h2 {
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
}

#smallform a {
	color: maroon;
}

/* @end */

/* @group Newsfeed */

#newsfeed {
	margin-top: 20px;
}

#newsfeed ul {
	margin: 0px;
	padding: 0px;
}

#newsfeed li {
	font-size: 0.75em;
	list-style: none;
	width: 140px;
	margin: 0px;
	padding: 0px 5px;
}

#newsfeed h2 {
	font-size: 1.1em;
	margin: 0px;
	padding: 0px 0px 5px 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}

#newsfeed ul li a {
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	display: block;
	width: 140px;
	color: #FFFFFF;
}

#newsfeed ul li a:hover {
	color: #333333;
}

/* @end */

/* @group Subsections */

#subsection {
	
}

#subsection ul {
	margin: 0px;
	padding: 0px;
}

#subsection li {
	font-size: 0.75em;
	list-style: none;
	padding: 0px 5px;
	width: 140px;
}

#subsection h2 {
	font-size: 1.1em;
	margin: 0px;
	padding: 0px 0px 5px 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	border-bottom: 1px solid #999999;
}

#subsection ul li a {
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: uppercase;
	display: block;
	width: 125px;
	color: #FFFFFF;
	padding-left: 20px;
	background: url("bullet_small.gif") no-repeat left center;
}

#subsection ul li a:hover {
	color: #333333;
	background: url("bullet_small_hover.gif") no-repeat left center;
}

/* @end */

/* @end */

#LGLS table, #LGLS tr, #LGLS td {
	border: none!important;
}
