/* Lady In Red Style */

/* @group Body and Wrapper */

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

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


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

/* @end */

/* @group Header */

#header {
     background: url(header_back.jpg) no-repeat right top;
     height: 200px;
     width: 760px;
 }


#header h1 {
     margin: 0px;
     padding: 15px 0px 10px 20px;
     font-size: 1.4em;
     font-weight: bold;
     color: #FFFFFF;
     letter-spacing: 0em;
     width: 400px;
 }


#header p {
     margin: 0px;
     padding: 0px 0px 0px 50px;
     font-size: 1.1em;
     color: #FFECEC;
     font-style: italic;
     width: 200px;
 }

/* @end */



#memberLogin{
	position: absolute;
	top: -39px;
	width: 500px;
}

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

#memberLogin p{
	width: 160px;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 11px;
	font-style: normal;
	color: #fefbf8;
}

#memberLogin p input{
	width: 100px;
	font-size: 11px;
	height: inherit;
	padding: 0px 2px;
	background: #cc3335;
	border: 1px solid #7d0b09;
	color: #fff;
}

#memberLogin input{
	background: #bb2c2e;
	font-size: 10px;
	height: 17px;
	border: 1px solid #620907;
}

/* @group Navbar */

#navbar ul {
     margin: 0px;
     padding: 8px 0px 5px 10px;
     width: 750px;
 }


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


#navbar ul li a {
     text-decoration: none;
     margin: 0px;
     padding: 3px 0px;
     font-size: 0.75em;
     display: block;
     text-transform: uppercase;
     color: #FFFFFF;
 }

#navbar {
     width: 760px;
     position: relative;
     height: 40px;
     background: #BC0B05 url(navbar_back.jpg) repeat-x;
     border-top: 1px solid #CC3335;
     border-bottom: 1px solid #CC3335;
 }

#navbar ul li a:hover {
     color: #690001;
 }

/* @end */

/* @group Contact */

#contactdetails {
     width: 760px;
 }


#contactdetails ul {
     margin: 0px;
     padding: 8px 10px 10px;
     width: 740px;
 }


#contactdetails ul li {
     list-style: none;
     font-size: 0.7em;
     margin: 0px 10px 0px 0px;
     padding: 0px;
     font-weight: normal;
     color: #FFDDDD;
     display: inline;
 }

/* @end */

/* @group Box Styles */

.box1large,box2large {
     background: #fff top repeat-x;
     border: 1px #fff solid;
     width:500px;
     margin: 0 0 20px 10px;
 }


.box1large,.box1small {
     background-image: url(red.jpg)!important;
 }


.box2large,.box2small {
     background-image: url(orange.jpg)!important;
 }


.box1large p, .box2large p {
     color: #000000;
     font-size: 0.9em;
     padding: 10px;
     word-spacing: 0.2em;
     line-height: 1.3em;
 }


.box1large h2, .box2large h2 {
     margin-bottom:0 !important;
     margin-left: 20px;
     margin-top: 12px;
     background-image:none !important;
     padding:0 !important;
     font-size: 1.4em !important;
 }


.box1small,.box2small {
     float:left;
     background:#fff top repeat-x;
     border:1px #fff solid;
     width:230px;
     margin: 0 20px 20px 10px;
 }


.box1small p, .box2small p {
     color: #000000;
     font-size: 0.8em;
     padding: 10px;
     word-spacing: 0.2em;
     line-height: 1.3em;
 }


.box1small h2,.box2small h2 {
     margin: 12px 0 0 20px!important;
     background-image:none!important;
     padding:0!important;
     font-size:1.4em !important;
 }


.box2small h2 {
     color: #000000;
 }


.box1small h2 {
     color: #ffffff;
 }


.box1large a, .box2large a,.box1small a,.box2small a {
     color:#000 !important;
     font-weight:bold;
     padding-bottom:3px;
     border-bottom: 1px solid #000;
 }


.box1large a:hover,.box1small a:hover {
     color: #c32a1c !important;
     border-bottom:1px #003f9f solid !important;
 }


.box2large a:hover,.box2small a:hover {
     color: #ff9813 !important;
     border-bottom:1px #ff9813 solid;
 }

/* @end */

/* @group Styleform */

.styleform {
	padding: 10px;
	border: 2px solid #fff;
	margin: 10px 0;
	background-color: #dedede;
}

.styleform h2{
	margin: -10px -10px 0 -10px!important;
	background: #fff!important;
	color: #777;
	padding: 3px 5px!important;
	font-size: 13px!important;
	text-transform: uppercase;
	font-weight: normal;
}

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


/* @end */

/* @group Maintext & Content */

#content {
     background: #B50603 url(content_back.jpg) no-repeat left top;
     width: 760px;
     clear: left;
 }

#maintext {
     width: 528px;
     padding-right: 10px;
     padding-left: 10px;
     border: 1px solid #FC7848;
     background: #CC3333 url(textblock_back.jpg) no-repeat left top;
     float: left;
 }

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


#maintext ul {
     text-align: left;
 }


#maintext ul li, #maintext ol li, #maintext table {
     font-size: 1em;
     color: #FFFFFF;
 }



/* @end */

/* @group Font Styling */

h2 {
     margin: 0px 0px 10px;
     padding: 0px;
     font-size: 1.1em;
     color: #FFFFFF;
 }


h3 {
     margin: 0px;
     padding: 0px;
     font-size: 1.1em;
     font-weight: normal;
     color: #FFFFFF;
 }


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


p.introduction {
     padding-top: 0px;
     padding-bottom: 5px;
     font-style: italic;
     font-size: 1em;
 }


p.clear {
     clear: both;
     color: #CC3333;
     margin: 0px;
     padding: 0px;
 }


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


p.h1 {
     font-size: 1.1em;
     color: #FFFFFF;
     padding-bottom: 10px;
     padding-top: 10px;
     margin: 0px 0px 10px;
 }


p.h2 {
     color: #FFFFFF;
     font-size: 1em;
     margin: 0px 0px 10px;
     padding: 10px 0px;
 }

/* @end */

/* @group Component Groups */

#componentGroups {
     width: 528px;
     float: right;
     border: 1px solid #FC7848;
     padding-right: 10px;
     padding-left: 10px;
     background: #CC3333 url(componentGroups_back.jpg) no-repeat left top;
     margin-top: 10px;
     margin-right: 10px;
 }


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


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


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

#componentGroups h2 {
     margin-left:-5000px;
 }


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


#componentGroups ul li a:hover {
     color: #ffff00;
 }

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

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

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

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

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

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

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

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

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

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

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

/* @end */

/* @group Footer */

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


#footer p {
     padding: 15px 30px;
     margin: 0px;
     color: #FFFFFF;
     background:  url("bullet_large.gif") no-repeat left center;
     font-size: 0.65em;
     text-align: center;
 }

/* @end */

/* @group Links */

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


a.button {
     line-height:3.0em;
     font-size:1.5em;
     padding:5px;
     background:url(button_a.gif) no-repeat;
     padding-left:45px;
     color:#fff!important;
 }


a:hover.button {
     background-image: url(button_hover.gif);
     color: #b11800 !important;
 }


#maintext a {
     color: #ffcc13;
 }


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

/* @end */

/* @group ServiceLinks */

#servicelinks {
     margin-bottom: 10px;
     background: #b54345;
     float: left;
     width: 528px;
     padding-right: 10px;
     padding-bottom: 10px;
     padding-left: 10px;
	border: 1px solid #fc7848;
}

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


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

#servicelinks ul {
     margin: 10px 0 0 0;
     padding: 0px 0px 10px;
 }


#servicelinks h2 {
     font-size: 1.2em;
     color: #FFFFFF;
     margin: 0px 0px 5px;
     padding: 10px 0px 5px;
 }


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



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;
}

/* @end */

/* @group Lists */

/* @group Subsection */

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

#subsection h2 {
     font-size: 1em;
     margin: 0px;
     padding: 0px 0px 5px 5px;
     color: #FFFFFF;
     border-bottom: 1px solid #FB5753;
     border-top: 1px solid #FB5753;
     background: #B50603;
 }

#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 li {
     font-size: 0.75em;
     list-style: none;
     padding: 0px 5px;
 }

#subsection {
 }

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



/* @end */

/* @group Smallform */

#smallform p{
	font-size: 1em;
}

#smallform h2 {
     font-size:1.4em!important;
     color: #ffc91e;
 }

#smallform input, #smallform select {
     background-color: #cc3932;
     border: 2px #b31100 solid;
 }

/* @end */

/* @group Newsfeed */

#newsfeed {
     margin-top: 20px;
 }

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

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


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

#newsfeed h2 {
     font-size: 1em;
     margin: 0px;
     padding: 0px 0px 5px 5px;
     color: #FFFFFF;
     border-bottom: 1px solid #FB5753;
     background: #B50603;
     border-top: 1px solid #FB5753;
 }


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

/* @end */

#lists {
     float: left;
     width: 180px;
     padding-left: 10px;
     padding-right: 10px;
     clear: left;
 }



/* @end */


a.menuHidden {
     font-style:italic;
 }

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

.hide {
 }