/* main colorur settings:

page background:#d3dea5;
h1 color: #1f5c13;
h2 color: #54884A

*/

body {
	background:#d3dea5;
	text-align: center;
	width: 100%;
	min-width: 760px;
	margin:0;
	font-family: Verdana, Arial, sans-serif;
}

a{display:inline;color: #1f5c13;padding:0px}
a:hover{color:#fff;text-decoration:none;}
a:visited{color:#1f5c13;}


.wrapper {
	width: 98%;
	margin-top: 0 auto;
	text-align: left;
}


#content {
}
#branding {
	float: left;
	min-width: 568px;
}

#content img.top {
	float: left;
	min-width: 568px;
}


#mainContent {
	/* background: #eeeeee; */
	width: 70%;
	/*min-width: 568px; */
	float: left;
	/* padding-left:50px;*/
	/*margin-top:-20px;*/
}
#mainContent p{
	padding-left:3em;
	line-height:1.4;
	text-align: justify;
}
#mainContent ul{
	padding-left:4em;
	line-height:1.4;
	text-align: justify;
}
#mainContent div.left {
	width: 60%;
	float: left;
}
/*#mainContent div.right { */
.right {
	width: 280px;
	min-width: 280px;
	float: right;
	padding-left: 20px;
}
#mainContent div.clear {
	clear: both;
}

#secondaryContent {
	float: right;
	width: 29%;
	margin-top: -271px;
}


#mainNav {
	background: url(img/bg2_right.jpg) no-repeat;
	background-position: bottom left;
	/*width: 29%;*/
	/*float: right;*/
	text-align: left;
}
#mainNav h3 {
	background:url(img/top_right.jpg) no-repeat; 
	margin-top: 0px;
	padding-top:20px;
	padding-left:10px;
}
.tabs {
	list-style:none;
	padding-bottom:10px;
	padding-left:10px;
	margin:0;
/*	margin-left:-10px;
	#margin-left:20px;
/*	_margin-left:30px;  / * ie 6 and 7 hack */
	width:170px;
}
.tabs li {
	display:block;
	margin:0 0 4px 0;
}
.tabs li a {
	display: block;
	width: 150px;
	height: 26px;
	text-decoration: none;
	background: url(img/vtab.gif) left top;
	font-size: 12px;
	text-decoration:none;
	color:#fff;
	font-family:verdana;
	line-height:24px;
	text-indent:15px;
}
.tabs li a:hover {
	background: url(img/vtab.gif) left center;
	color:#050;
	border-color:#888;
}
.tabs li a.selected, .tabs li a.selected:hover {background:url(img/vtab.gif) left bottom; color:#000;;cursor:default;}



#address{
	/*float:right;*/
	width:27.9%;
	padding: 30px 0 0 20px; 
	margin:0px 0px 30px 0px; 
	background: url(img/bg2_right.jpg) no-repeat;
	background-position: bottom left;
	width:170px;
	z-index: 100;
	font-size: 80%;
}

#extraText {
	/*float:right;*/
	width:27.9%;
	padding: 0px; 
	margin:30px 0px 30px 0px; 
	background: url(img/bg2_right.jpg) no-repeat;
	background-position: bottom left;
	width:170px;
	z-index: 90;
	font-size: 80%;
}
#extraText h3 {
	background:url(img/top_right.jpg) no-repeat; 
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 10px;
}
#extraText p {
	margin-top: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#footer {
	color: #FFF;
	clear: both;
}
#footer p{
	text-align:center;
	width:100%;
	margin:0;
	padding:2em 0 1em 0;
	color: #1f5c13;
	font-size:70%;
}
#footer a{
	display:inline;
	padding:0;
	color: #1f5c13;
}

.fixlength {
	width: 350px;
}

input.readonly {
background:none repeat scroll 0 0 #D3DEA5;
border: 0px;
}

h1 {
	padding-left:1em;
	color: #1f5c13;
}
h2 {
	margin: 2em 0px 0px 20px;
	padding-bottom:0px;
	color: #1f5c13;
	color: #54884a;
	font-size:1.3em;
}
table h2 {
	margin: 2em 0px 0px 0px;
}

p.tariff {margin-top:3em;}
div.tariff {line-height:1.4;margin-left:100px;}
p.note {font-size:90%;margin-top:3em;}

.linklistheader { margin-left:30px; margin-top:25px; font-weight:bold;}
.linklistitem { margin-left:60px;}

.pano { text-align:center; width:100%}
.small {  font-size:80%;}
.form_error {color: #ff0000; font-family: times new roman; font-size: 80%}
.MasterError {
	width: 90%;
	margin-left: 30px;
	border: dashed 1px #ff0000;
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
	font-weight: bold;
}

