html, body, form{
	height:100%;
}

html{
	background: #EEF1F4 url(../img/des/bg-page.jpg) repeat-x 0 0;	
    overflow-y:scroll;
}

body, p, td, th, div, span, select, textarea, input, h1, h2, h3, h4, h5, h6 a{
	font:normal normal normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#446;
	padding:0;
	margin:0;
	border:0;
}

p{
	margin:6px 0 18px 0;
	line-height:1.6em;
	font-size:1em;
}

h1, h2, h3, h4, h5{
	font-size:20px;
	color:#369;
	margin:10px 0;
}

h1{	font-size:22px;}
h2{	font-size:20px;}
h3{	font-size:16px;}
h4{	font-size:14px;}
h5{	font-size:13px;font-weight:bold;margin:0;padding:0;}

.topRight{
	background: #fff url(../img/des/top-right.png) no-repeat 0 0;	
	padding:2px 0 0 12px;
}    

a{
	color:#42a;
	font-weight:normal;
}

img
{
	border:0;	
}

body{
	margin:0;
	padding:0;
	min-height:500px;
}

div#outer{
	margin:0 auto;
	padding:0;
	width:900px;
}

div#col1{
	width:40px;
	float:right;
	padding:0;margin:2em 0 0 0;
}

div#col2{
	width:870px;
	float:left;
	padding:0 0 0 30px;margin:0;
	background:#fff;
}

.imgFrm
{
	margin-top:4px;
	padding:4px;
	background-color:#eee;
	border:solid 2px #F80;
}

#col2 img{
	padding:6px;
}

div#header{
	height:216px;
	padding:0;margin:0;
	background: #fff url(../img/des/bg-header.jpg) no-repeat 22px 16px;	
}


div#main{
	float:left;
	margin:0;padding:0;
	width:600px;
}

div#sidebar{
	float:right;
    margin:0;padding:1.5em 0 0 0;
	width:240px;
}

.sbWidget{
    background-color:#f5f5fc;
    margin:0 18px 18px 0;
}

.sbWidget span{
    padding:0;margin:0;
    display:block;
    padding:.3em 1em;
    font-weight:bold;
    background-color:#D4DFEB;
    border-bottom:solid 1px #B4BFCB;
}

.sbWidget p{
    padding:1em;
    font-size:.9em;
    color:#412;
}

#navOuter{
	height:34px;
	width:100%;
	background-color:#dee;
	border-bottom:solid 2px #9ED2E8;
}

#nav{
	padding:0;
    margin:0 20px;
	height:34px;
	width:100%;
}

#nav li{
	display:inline;
	margin:0;
	padding:0;
	list-style: none;
}

#nav li a{
	display:block;
	float:left;
	margin:0 4px;
	padding:6px;
	height:20px;
	color:#459;
	font-size:12px;
	font-weight:bold;
}

#nav li a:hover{
	color:#000;
}

#nav li a.current
{
	color:#fff;
	background: #59BFE7 url(../img/des/bg_page.jpg) repeat-x 0 0;	
}

hr{
	height:1px;
	background-color:#ccc;
	border:none;
}

acronym{
	cursor:help;
}


/* Footer Layout Classes */
#footer{
	clear:both;
	width:840px;
	padding:0 30px;margin:0;
	height:100px;
	background:#DFDED9;
    border-top:solid 2px #9E9298;
    border-bottom:solid 2px #7Eb2c8;
	-moz-border-radius-bottomleft:1em;    
	-moz-border-radius-bottomright:1em; 	
	-webkit-border-bottom-left-radius:1em;
	-webkit-border-bottom-right-radius:1em;
}

#footerLeft, #footerRight{
	font-size:10px;
	line-height:38px;
	margin:0 4px;
}

#footerLeft{
	float: left;
	width:330px;
	height:39px;
}

#footerRight{
	float:right;
	width:500px;
	height:39px;
	padding:0 12px 0 0;
	text-align:right;
}

.feature3
{
	padding:38px 0 0 180px;
	border:0;
}

#footer a{
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

/* form elements */
.row label
{
	display:block;
	float:left;
	width:120px;
}

.row{
	margin:0 0 6px 0;
}

input{
    border: 1px solid #99d;
    padding: 1px;
    font-size: 1.2em;
    background-color: #fff;
}

.button {
    padding: 4px 8px;
    border:solid 1px #5d5;
    background-color: #cfc;
    color:#000;
    font-size:11px;
    font-weight:bold;
    text-transform:uppercase;
}

.button:hover {
    background-color: #fff;
    border:solid 1px #292;
}

input.sml{width:100px;}
input.mdm{width:220px;}
input.lrg{width:350px;}

input:focus {
    border-color: #54c;
    background-color: #ffc;
}

a.btn, a.btnWide{
	display:block;
	width:204px;
	height:41px;
}

a.btnWide{width:284px;}

.pay{background: #59BFE7 url(../img/des/btnPay.gif) no-repeat 0 0;}
.pay:hover{background: #59BFE7 url(../img/des/btnPay.gif) no-repeat 0 -41px;}

.tellme{background: #fff url(../img/des/btnTellMe.gif) no-repeat 0 0;}
.tellme:hover{background: #fff url(../img/des/btnTellMe.gif) no-repeat 0 -41px;}

.interested{background: #fff url(../img/des/btnInterested.gif) no-repeat 0 0;}
.interested:hover{background: #fff url(../img/des/btnInterested.gif) no-repeat 0 -41px;}

input.btn {
	color:#fff;
	border:1px solid #252;
	background-color:#777;
	font-weight: bold;
}

select{
	width:164px;	
	border: solid 1px #777;
	margin:0 0 2px 0;
}

select.lge{
	width:454px;
}

select.mdm{
	width:244px;
	margin-right:20px;
}

select.sml {
	width: 240px;
	margin-right:20px;
}

hr {
	height: 1px;
	background-color: #ccc;
	border: none;
}

textarea 
{
    border: 1px solid #99d;
    padding: 1px;
    font-size: 1em;
    background-color: #fff;
	
}

textarea.sml {
	width: 160px;
	height: 50px;
}

textarea.mdm {
	width: 240px;
	height: 100px;
}

textarea.lge {
	width: 380px;
	height: 120px;
}

/* Login Form Classes */
.login{
	padding-top:20px;
}

#loginContainer{
	width:480px;
	height:250px;
	background-color:#fff;
	border:2px solid #ccc;
	text-align:left;
}

#loginForm{
	float:right;
	width:270px;
}

#loginForm form{
	background-color:#E9ECEF;
	margin-top:30px;
	padding:0 10px 10px 10px;
	border:1px solid #ccc;
	width:220px;
}

#loginContainer h1{
	margin:10px 0;
}
#loginContainer{
	color:#666;
}


#loginBox .fld{
	border:solid 1px #ccc;
	width:180px;
}

#loginBox .btn{
	border:solid 1px #999;
}

#loginBox input{
	border:solid 1px #999;
}

#loginInfo{
	float:left;
	background:url(../Img/des/security.jpg) no-repeat 30% top;
	width:170px;
	padding:70px 10px 10px 10px;
	margin:10px 0;
}

/* Form Classes */
fieldset {
    padding:10px; 
    margin:0 0 10px 0;
    border:solid 1px #aad;
    background-color:#f8f8ff;
    -moz-border-radius:6px;  
    border-radius:6px;  
    -webkit-border-radius:6px;
}

legend {
    font-weight:bold;
    font-size:12px;
    padding:2px;
    color:#444;
}

.buttonBar, .frmButtons{
    margin:10px 0px 10px 0px;
}

/* Error Summary Classes */
.errorSummary{
	border:1px solid #c00;
	background-color:#c00;
	width:100%;
	color:#fff;
	margin:10px 0;
}

.errorSummary h4{
	margin:3px 0 3px 3px;
	color:#fff;
}

.errorSummary ul{
	list-style-type:none;
	margin:0;
	padding:5px;
	background-color:#fff;
	color:#c00;
}

.errorIcon{
	background:url(../img/des/error.gif) center center no-repeat;
	height:16px;
	width:16px;
	float:right;
	display:block;
}

/* Edit Panel Options */
#editPanel{
	width:100%;
	float:left;
	height:200px;
	margin-top:20px;
}

#editPanel ul{
	list-style-type:none;
	padding:0;
	margin:0;
	height:25px;
}

#editPanel li{
	display:block;
	background-position:left top;
	background-repeat:no-repeat;
	padding:2px 2px 2px 10px;
	margin:5px 0 0 2px;
}



.alert{
    background: url(../img/des/icon_exclamation.gif) no-repeat 1em 50%;
    margin:1em;
    padding:1em 0 1em 3em;
    border:solid 1px #f2d2d2;
    background-color:#faf2f2;
}

.info
{
    background: url(../img/des/icon_info32.png) no-repeat 1em 1em;
    margin:1em 0;
    padding:1em 0 1em 4em;
    border:solid 1px #d2d2f2;
    background-color:#f2f2fa;
}

.info ul li{
    margin:0;padding:0;
}

.txtbtn{
    margin:10px 0 0 0;
    padding:3px 14px;
    border:solid 1px #777; 
    background-color:#bbc;
    font-weight:bold;
    text-decoration:none;
}

.iuser{padding-left:1.6em;background: url(../img/des/icon_user.gif) no-repeat 0 0;}
.ireport{padding-left:1.6em;background: url(../img/des/icon_report.gif) no-repeat 0 0;}
.idev{padding-left:1.6em;background: url(../img/des/icon_dev.gif) no-repeat 0 0;}
.iadd{padding-left:1.6em;background: url(../img/des/icon_add.gif) no-repeat 0 0;}
.i32add{padding-left:1.6em;background: url(../img/des/icon_32_add.gif) no-repeat 0 0;}

.CLOSED{padding-left:1.6em;background: url(../img/des/icon_closed.gif) no-repeat 0 0;}
.NEW{padding-left:1.6em;background: url(../img/des/icon_new.gif) no-repeat 0 0;}
.INTRODUCER{padding-left:1.6em;background: url(../img/des/icon_introducer.gif) no-repeat 0 0;}
.TEL{padding-left:1.6em;background: url(../img/des/icon_tel.gif) no-repeat 0 0;}
.VISIT{padding-left:1.6em;background: url(../img/des/icon_visit.gif) no-repeat 0 0;}
.BROCHURE{padding-left:1.6em;background: url(../img/des/icon_brochure.gif) no-repeat 0 0;}
.URGENT{padding-left:1.6em;background: url(../img/des/icon_urgent.gif) no-repeat 0 0;}

.nobullets{padding-left:0;}
.nobullets li {list-style: none;}

.nobullets32{padding-left:0;}
.nobullets32 li {list-style: none;height:32px;padding:0 0 0 32px;font-size:14px;}
.nobullets32 li a{font-weight:bold;}


.altRow{background-color:#f2f2f2;}


.intro{font-weight:bold;}

#infoBar{
    position:relative;
    top:-40px;
    left:650px;
    width:250px;
}

table th{
    font-weight:bold;
    text-align:left;
}




.left{float:left;}
.right{float:right;}
.full{width:100%;}
.half{width:50%;}
.third{width:33%;}
.quarter{width:25%;}
.divider{border-right:solid 2px #fff;}
.red{border:solid 1px red;}
.blue{border:solid 1px blue;}
.clear{clear:both;}
.changed{color:#2b2;}
.w90{width:90%;}
.w80{width:80%;}
.w70{width:70%;}
.w60{width:60%;}
.w50{width:50%;}
.w40{width:40%;}
.w30{width:30%;}
.w20{width:20%;}
.w10{width:10%;}
.warning{color:#f33;padding:8px;background-color:#fff;}
.allRed{background-color:#f00;padding:30px 0;}


	
/* root element for tabs  */
.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	
}

/* single tab */
.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
.tabs a { 
	background: url(../img/des/bg_tabs.png) no-repeat 0 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 174px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
.tabs a:hover {
	background-position: 0px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a {
	background-position: 0 -62px;		
	cursor:default !important; 
	color:#000 !important;
	outline:none;	
}

/* initially all panes are hidden */ 
.panes .pane {
	display:none;	
}

.paneInner{
    border:solid 1px #818181;
    border-top:0;
    padding:1em;
}





