@charset "UTF-8";
a {
	color: #4a56b1;
	outline: none!important;
}
a:link {color:#363f80;}
a:visited {color: #a34fc8!important;}
a:hover, html body #footer p.note a:hover { background-color: #ececec!important; color: #10780b!important;}
a:active {
	background-color: #10780b; color: #ececec;
}
body  {
	font: 100% Verdana, "Lucida Grande", Lucida, TrebuchetMS, "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
	padding-top: 0px;
	background: url(../../images/background_middle2.jpg) left 0px repeat;
}
div#background {
	background: url(../../images/background_top6.jpg) center top repeat-x;
	margin: 0;
	padding-top: 40px;
	margin-top:-10px;
	
}
p.contact {
	 width: 780px;
	 margin: 0 auto;
	 display: block;
	 text-align: right;
	 font-weight: bold;
	 font-size: 1.3em;
	 color: #066;
	 font-family: Georgia, "Times New Roman", Times, serif;
	 padding: 5px 0;
}
.twoColFixLtHdr #container { 
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	 /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin:0px auto;
	position: relative;
} 
.twoColFixLtHdr #container2 {
	background: url(../../images/background_container_middle2.jpg) -3px top repeat-y;
}

/* @group Header */

.twoColFixLtHdr #header { 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width:780px;
	height:108px;
	margin-bottom: 0px;
	background: url(../../images/background_container_top3.jpg) center -6px;
	position: relative;
	margin-left: 0px;
} 
.twoColFixLtHdr a.logo {
	border: 0;
	width: 148px;
	height:235px;
	overflow: hidden;
}
.twoColFixLtHdr img.logo {
	position: absolute;
	left: 20px;
	top: 58px;
	border: 0;
	width: 148px;
	height:235px;
} 
#header h1, #header h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight:normal;
	margin-bottom:0;
	color:#ffffff;
	text-indent:-9999px; font-size:1px; float:left;
	cursor:pointer;
/*	text-shadow:2px 2px 6px #333399;*/
}
#header h3.contact {
	font-family: Verdana, "Lucida Grande", Lucida, TrebuchetMS, "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	color: #3c4791;
	position: absolute;
	right: 33px;
	top: 38px;
	top:-27px;
	right:17px;
}
#header h3.contact span {
	font-weight: normal;
	font-size: .9em;
}
#header h1 {
	position: absolute;
	left: 10px;
	top: 15px;
}
#header h1 a { 
	display:block;
	float:left; border:none; 
	background: url(../../images/logo_text.gif) left top no-repeat;
	width: 241px; position:absolute; 
	height:58px;
	left:-15px; top:-30px; text-decoration:none; 
}
div#header h1 a {
	background-color: transparent!important;
}

/* @end */

/* @group Sidebar */

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 143px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 0 14px;
	margin: 190px 0px 10px 10px;
	position: relative;
}
#sidebar1 img {
	margin-bottom: 30px;
	display: block;
}
#sidebar1 h3, #sidebar1 h2,  #sidebar1 h4 {
font-family:  "Woodland ITC", Verdana, "Lucida Grande", Lucida, TrebuchetMS, "Trebuchet MS", Helvetica, Arial, sans-serif;
letter-spacing: 1px;
font-weight: bold;
color: #bff9b9;
font-size: 1.8em;
}
#sidebar1 h2 {
	margin: 0;
}
#sidebar1 h3 {
	margin-bottom: 0;
	padding-bottom: 0;
}

#sidebar1 ul {
	margin-top: .5em;
	margin-bottom: 1em;
	padding: 0;
	margin-left: 0px;
}
#sidebar1 li {
	list-style: none;
	margin-bottom: .5em;
	line-height: 1.2;
	border-bottom: 1px dotted #7b71b0;
	padding-bottom: .5em;
}
#sidebar1 li a {
	font-weight: bold;
}
#sidebar1 li a:link {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#sidebar1 li a:visited {
	color:#fcfcfc!important;
	font-weight: normal;
	text-decoration: none;
}
#sidebar1 li a:hover { background-color: #ececec!important; color: #10780b!important;}
#sidebar1 li a:active {
	background-color: #10780b; color: #ececec;
}
#sidebar1 h2#newarticles {
	background: url(../../images/sidebar_new_articles.gif) left top no-repeat;
	height: 60px;
	margin-bottom: 10px!important;
	width: 100%;
	float: none!important;
}
#sidebar1 h2#archives {
	background: url(../../images/sidebar_blog_archives.gif) left top no-repeat;
	height: 60px;
	margin-bottom: 10px!important;
	width: 100%;
	float: none!important;
}

h3.date-header { font-family:"Times New Roman", Times, serif; font-size:.9em!important; font-weight:normal; text-transform:uppercase; color:#888!important; margin-top:2em!important;}

div.post { width:510px; padding-left:10px;}

.twoColFixLtHdr #sidebar1 cite.textleft.nomargintop {
	font-size: .8em;
	color: #fcfcfc;
	margin-top: 4px!important;
}
/* @end */
#container2 {
	background: url(../../images/background_container_middle.jpg) left top repeat-y;
	background:transparent;
}
.twoColFixLtHdr #mainContent { 
	margin: 10px 0px 10px 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 15px 10px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:black;
	width: 530px;
	float: left;
	background-color: #F6F6F6;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #250047;
	line-height: 1.4;
}

/* @group Typography */

#mainContent ul.cabins li h3, #mainContent ul.cabins li h4 {
	margin-bottom: .25em!important;
	padding-bottom: 0;
}

#mainContent h1, h2, h3, h4, h5, h6 {
	margin: .4em 0 .6em;
	line-height: 1.1;
}
#mainContent h2, h3, h4, h5, h6 {
	font-family: Verdana, "Lucida Grande", Lucida, TrebuchetMS, 'Trebuchet MS', Helvetica, Arial, sans-serif;
}
#mainContent h2, h3 {
	font-weight: bold;
}
#mainContent h1 {
	font-weight: bold;
	font-family:  "Woodland ITC", Verdana, "Lucida Grande", Lucida, TrebuchetMS, "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #10780b;
	font-size: 2.7em;
}
#mainContent h1.pageheading {
	margin-bottom:0;
	padding-bottom: 0;
	line-height: 1;
	margin-top: 10px;
}
#mainContent h2 {
	font-size: 110%;
	color: #339933;
}
#mainContent div.testimonials h2 {
	margin-top: 1.25em;
	line-height: 1;
	font-size: 115%;
}
#mainContent h3 {
	font-size: 105%;
	color: #4CA54C;
}

#mainContent h4 {
	color: #006D00;
	font-weight: normal;
	font-size: 105%;
}
#mainContent p, #mainContent ul, #mainContent blockquote, #mainContent ol {
	text-decoration: none;
	word-spacing: 0.05em;
	text-align: left;
	letter-spacing: 0;
	font-size: 1.0em;
	line-height:1.4;
}
.faq li { font-size:1.1em;}
.faq li li { font-size:1.0em!important;}
#mainContent li {
	margin-bottom: .25em;
	padding-bottom: .25em;
	color: #3a0070;
}


/* @group Headlines */

#mainContent h1.pageheading, #sidebar1 h2 {
	display:block;
	float: left;
	clear: both;
	background-position:left top;
	background-repeat: no-repeat;
	width: 100%;
	text-indent:-9999px; font-size:1px;
	margin-bottom: 20px;
	overflow: hidden;
}
#mainContent h1.pageheading#page1 { /* home */
	background-image: url(../../images/headline1.gif);
	height: 129px;
}
#mainContent h1.pageheading#page2 { /* about */
	background-image: url(../../images/headline2.gif);
	height: 86px;
}
#mainContent h1.pageheading#page3 { /* faq */
	background-image: url(../../images/headline3.gif);
	height: 86px;
}
#mainContent h1.pageheading#page4 { /* test. */
	background-image: url(../../images/headline4.gif);
	height: 86px;
}
#mainContent h1.pageheading#page5 { /* contact */
	background-image: url(../../images/headline5.gif);
	height: 77px;
}
#mainContent h1.pageheading#page6 { /* blog */
	background-image: url(../../images/headline6.gif);
	height: 86px;
}
#mainContent h1.pageheading#page7 { /* discl. */
	background-image: url(../../images/headline7.gif);
	height: 86px;
}

/* @end */

/* @group FAQ */
ol.faq li * {
	font-size: .9em!important;	
}
ol.faq li ol li {
	font-size: 1.0em!important;
}
ol.faq li table td {
	vertical-align:top;
}
ol.faq li table td p {
	font-size:1.3em!important;
}
ol.faq li ul li {
	font-size: 1.0em!important;
	list-style: disc;
}
ol.faq li h4, ol.faq li h3, ol.faq li h2, ol.faq li h1 {
	display: inline;
}
/* @end */

/* @group Testimonials */

#mainContent blockquote {
	margin: 1em 30px .5em 4em;
	position: relative;
}
cite {
	display: block;
	text-align: right;
	margin: .5em 30px .5em 4em;
}
.textright {
	text-align: right!important;
}
.textleft {
	text-align: left!important;
}
cite.nomargintop {
	margin: 0!important;
	width: 100%!important;
}
.note {
	margin: 0;
	margin-bottom: .4em;
	padding: 0;
	font-size: 1em;
}
#footer h3.note {
	font-size:.8em;
	margin-top:.4em!important;
	margin-bottom:.1em!important;
	text-align:center;
	font-weight:normal;
	font-size:1em;
}
#footer h3.note, #footer h3.note a:link, #footer h3.note a:visited, #footer h3.note a:active {
	color:#F6F6F6!important;
	background-color:transparent!important;
}

dl.addresses { margin: 0;}
dl.addresses dt { font-weight:bold; margin-top:0;}
dl.addresses dd { margin:0; padding:0; padding-left:0em; margin:.25em 0em .25em 0;}
span.description { clear:left; width:100%; float:left;}

span.dropcap {
  float: left;
  position: absolute;
  margin: 3px 3px 0px -.7em;
  padding:0;
  font: 4em/0.8em "Arial Black", "Helvetica Neue Bold Condensed", Arial, Helvetica, sans-serif;
  color: #8784bb;
  font-weight: bold;
}

/* @end */

/* @end */

/* @group Constant Contact */

div#constantcontact form {
	color: #250047;
	display: block;
	background-color: #d4d5e9;
	padding: 5px 8px;
	margin-left: -5px;
	width: 100%;
	margin-bottom:10px;
}
div#constantcontact h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	background-color: transparent;
	color: white;
	display: block;
	padding-bottom: 5px;
	margin-left: -5px;
}
input#ea {
	width: 100%;
}


#sidebar1 #constantcontact h4 {
	margin-bottom: 0;
	padding-bottom: 3px;
	font-size: 125%;
}
#sidebar1 #constantcontact form#cooptin {
	margin: 0;
	margin-top: 3px;
	padding: 0;
	display: block;
}
input#submitcc {
	display: block;
	margin-top: 3px;
}
/* @end */

/* @group Footer */


.twoColFixLtHdr #footer { 
	width: 740px;
	padding: 35px 15px 15px 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../../images/background_container_bottom2.jpg) -3px 0px no-repeat;
	font-size: .8em;
}
#footer h3 {
	margin: 0;
	padding: 0;
	padding-top:15px ;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	margin:0 auto;
}

/* @end */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.fltlft.width50 { 
	float: left;
	margin-right: 0;
	width: 45%;
	clear: none;
}
.fltrt.width50 { 
	float: left;
	margin-right: 4%;
	width: 45%;
	clear: none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




/* @group Navigation */
/* NAVIGATION */
div#header #navigation { position:relative; bottom:0; left:-9px;}
div#header #navigation a {
	background-color: transparent!important;
}
#header #navigation ul, #header #navigation li {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
#header #navigation li {
	float: left;
	position: relative;
}
#header #navigation li.active span {
	display: block;
	position: absolute;
	background: transparent url(../../images/bird_navigation.gif) left top no-repeat;	
	width: 30px;
	height: 48px;
	left: -8px;
	top: -7px;
}
#header #navigation li#home.active span {
	left: 10px;
}
#header #navigation ul { width:100%; font-size:small; clear:both; height: 34px;
position: absolute;
top: 85px;
right: -70px;
width:638px;
}
#header #navigation li {
	display:block;
	padding:0em 0em;
	padding-right:10px;
	padding-right:0px;/* addded without home link */
	height:33px;
}
#header #navigation li.last { background:none;}
#header #navigation li a {
	padding:0em;
	color:white;
	text-decoration:none;
	display:block;
	background-image: url(../../images/navigation.gif);
	text-indent:-9999px;
	float:left;
	font-size:1px;
	height:33px;
	width:229px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	margin-left:0px;
	margin-left:6px;/* addded without home link */
}
#header #navigation li a:hover {
	background-color: transparent;
}
#header #navigation li#home a {
	width:81px;
	background-position: -26px -86px;
	margin-left: 26px;
}
#header #navigation li#home a:hover {
	background-position: -26px -29px;
}
#header #navigation li#home.active a, #header #navigation li#home.active a:hover {
	background-position: -26px -149px;
}
#header #navigation li#about a {
	width:81px;
	background-position: -113px -86px;
}
#header #navigation li#about a:hover {
	background-position: -113px -29px;
}
#header #navigation li#about.active a, #header #navigation li#about.active a:hover {
	background-position: -113px -149px;
}

#header #navigation li#faq a {
	width:66px;
	background-position: -200px -86px;
	
}
#header #navigation li#faq a:hover {
	background-position: -200px -29px;
}
#header #navigation li#faq.active a, #header #navigation li#faq.active a:hover {
	background-position: -200px -149px;
}

#header #navigation li#testimonials a {
	width:122px;
	background-position: -272px -86px;
}
#header #navigation li#testimonials a:hover {
	background-position: -272px -29px;
}
#header #navigation li#testimonials.active a, #header #navigation li#testimonials.active a:hover {
	background-position: -272px -149px;
}

#header #navigation li#contact a {
	width:82px;
	background-position: -400px -86px;
}
#header #navigation li#contact a:hover {
	background-position: -400px -29px;
}
#header #navigation li#contact.active a, #header #navigation li#contact.active a:hover {
	background-position: -400px -149px;
}
#header #navigation li#blog a {
	width:58px;
	background-position: -488px -86px;
}
#header #navigation li#blog a:hover {
	background-position: -488px -29px;
}
#header #navigation li#blog.active a, #header #navigation li#blog.active a:hover {
	background-position: -488px -149px;
}

/*
#header #navigation li a:hover, #header #navigation li.active a { background-position:-4px -23px; }*/

/* END NAVIGATION */

/* @end */

.wide {
	 margin-left: 10px!important;
}
.center {
	text-align: center;
	margin: 0 auto;
	display: block;
}
.available {
	color: #f80a12;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.header_hr {
  height: 3px;
  display: none;
  background: #fff url(../../images/header_border.gif) no-repeat scroll center;
  position: absolute;
  left: 0;
  top:149px;
  width: 100%;
  z-index:1;
}
div.header_hr hr {
  display: none;
}
hr.display {
	width: 100%;
	clear: both;
	display: block;
	margin: 10px 0;
}
hr.doNotDisplay {
	visibility: hidden;
	display: inline;
	height: 1px;
	float: left;
	margin: 0;
	padding: 0;
}

/* @group Wufoo */
/* - - - - - - - - - - - - - - - - - - - - -

 Title : Wufoo Form CSS
 Author : Infinity Box Inc.
 URL : http://wufoo.com

 Last Updated : November 20, 2006

- - - - - - - - - - - - - - - - - - - - - */

div#feedback_form {
	font-size: .8em;
}

form.wufoo{
	margin:20px 20px 0 20px;
	padding:0 0 20px 0;
}


/* - - - - - - - - - - - - - - - - - - - - -

FORM

- - - - - - - - - - - - - - - - - - - - - */

.wufoo{
}
.wufoo li{
	width:80%;
}
form ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:100%;
	font-size:100%;
}
form li{
	margin:0;
	padding:4px 5px 2px 9px;
	position:relative;
	clear: both;
}

div#application {
	background-color: #efefef;
	padding: 9px;
	padding-top: 1px;
	padding-bottom: 0px;
}
form li:after, .buttons:after{
	content:"."; 
	display:block;
	height:0; 
	visibility:hidden;
}

form li, .buttons{display: inline-block;}
* html form li, * html .buttons{height: 1%;}
form li, .buttons{display: block;}

* html form li div{
	display:inline-block;
}
form li div, form li span{
	margin:0 4px 0 0;
	padding:0 0 8px 0;
	color:#444;
}
form li span{
	float:left;
}
form li div.left{
	display:inline;
	float:left;
	width:48%;
}
form li div.right{
	display:inline;
	float:right;
	width:48%;
}
form li div.left .medium, form li div.right .medium{
	width:100%;
}

.clear{
}

form li div label, form li span label{
	margin:0;
	padding-top:3px;
	font-size:.8em;
	line-height:1.1em;
	color:#444;
	display:block;
}
form li .datepicker{
	float:left;
	margin:.1em 5px 0 0;
	padding:0;
	width: 16px;
	height: 16px;
	cursor:pointer !important;
}

/* ----- INFO ----- */

.info{
	display:inline-block; 
	margin:0 0 1em 0;
	border-bottom:1px dotted #ccc;
}
.info[class]{
	display:block;
}

/* ----- SECTIONS ----- */

form hr{
	display:none;
}
form li.section{
	border-top:1px dotted #ccc;
	margin-top:9px;
	padding-top:13px;
	padding-bottom:0px;
	padding-left:9px;
	width:97% !important;
}
form ul li.first{
	border-top:none !important;
	margin-top:0px !important;
	padding-top:0px !important;
}
form .section h3{
	font-weight:normal;
	line-height:130%;
}
form .section p{
}

/* ----- BUTTONS ----- */

input.btTxt{
	padding:0 7px;
	width:auto;
	overflow:visible;
}
.buttons{
	margin-top:10px;
}
.buttons input{
	font-size:120%;
	margin-right: 5px;
}

/* ----- FIELDS AND LABELS ----- */

label.desc{
	line-height:150%;
	padding:0 0 1px 0;
	border:none;
	color:#222;
	display:block;
	font-weight:bold;
}
span.symbol{
	font-size:115%;
	line-height:130%;
}
input.text, input.file, textarea.textarea, select.select{
	margin:0;
	font-size:100%;
	color:#333;
}
input.text, textarea.textarea, .firefox select.select{
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
}
input.text, input.file{
	padding:2px 0 2px 0;
}
input.currency{
	text-align:right;
}

input.checkbox, input.radio{
	display:block;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
	height:13px;
}
label.choice{
	font-size:100%;
	display:block;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px 0;
	color:#444;
	width:90%;
}
textarea.textarea{

}
select.select{
	margin:1px 0;
	padding:1px 0 0 0;
}
select.select[class]{
	margin:0;
	padding:1px 0 1px 0;
}
*:first-child+html select.select[class]{
	margin:1px 0;
}
.safari select.select{
	margin-bottom:1px;
	font-size:120% !important;
}

/* ----- SIZES ----- */

.third{
	width:32% !important;
}
.half{
	width:48% !important;
}
.full{
	width:100% !important;
}

input.small, select.small{
	width:25%;
}
input.medium, select.medium{
	width:50%;
}
input.large, select.large, textarea.textarea{
	width:100%;
}

textarea.small{
	height:5.5em;
}
textarea.medium{
	height:10em;
}
textarea.large{
	height:20em;
}

/* ----- ERRORS ----- */

#errorLi{
	width:99%;
	background:#fff;
	border:1px dotted red;
	margin-bottom:1em;
	text-align:center;
	padding-top:4px;
	padding-left:0px;
	padding-right:0px;
}
#errorMsgLbl{
	margin:7px 0 5px 0;
	padding:0;
	font-size:125%;
	color:#DF0000;
}
#errorMsg{
	margin:0 0 .8em 0;
	color:#000;
	font-size:100%;
}
#errorMsg strong{
	background-color: #FFDFDF;
	padding:2px 3px;
	color:red;
}
form li.error{
	background-color: #FFDFDF !important;
	border-bottom:1px solid #EACBCC;
	border-right:1px solid #EACBCC;
	margin:3px 0;
}
form li.error label{
	color:#DF0000 !important;
}
form p.error{
	color:red;
	font-weight:bold;
	font-size:10px;
	margin:0 0 5px 0;
	
}

/* ----- REQUIRED ----- */

form .req{
	float:none;
	color:red;
	font-weight:bold;
}

/* ----- INSTRUCTIONS ----- */

form li.focused{
	background-color:#fff7c0;
}
form .instruct{
	position:absolute;
	top:0;
	left:100%;
	z-index:1000;
	width:42%;
	margin:0 0 0 8px;
	padding:8px 10px 9px 10px;
	border:1px solid #e6e6e6;
	background:#f5f5f5;
	line-height:130%;
	font-size:80%;
	color:#444;
	visibility:hidden;
}
form .instruct small{
	font-size:105%;
}
form li.focused .instruct, form li:hover .instruct{
	visibility:visible;
}

/* ----- LABEL LAYOUT ----- */

.noI .instruct{
	display:none !important;
}
.noI form li{
	width:96%;
}
.noI li.section{
	padding-left:9px;
}

/* ----- LABEL LAYOUT ----- */

.leftLabel li, .rightLabel li, li.leftLabel, li.rightLabel{
	padding-left:22%;
	padding-top:9px;
	width:55% !important;
}
.noI .leftLabel li, .noI .rightLabel li, .noI li.leftLabel, .noI li.rightLabel{
	padding-left:30%;
	width:66%;
}

.leftLabel label.desc, .rightLabel label.desc{
	position:absolute;
	left:0;
	width:24%;
	margin-left:9px;
	margin-top:2px;
}
* html .leftLabel label.desc, * html .rightLabel label.desc{
	width:34%;
}
.rightLabel label.desc{
	text-align:right;
}

.noI .leftLabel label.desc, .noI .rightLabel label.desc{
	width:27%;
}
* html .noI .leftLabel label.desc, * html .noI .rightLabel label.desc{
	width:40%;
}

.leftLabel p.instruct, .rightLabel p.instruct{
	width:26%;
	margin-left:2px;
}
* html .leftLabel p.instruct, * html .rightLabel p.instruct{
	width:37%;
}

/* ----- PASSWORD ----- */

ul.protected{
	list-style:none;
	margin:60px 0;
}
.protected li{
	text-align:center;
	padding:10px 0;
}
.protected h2{
	font-weight:bold;
	color:#DF0000;
	margin:0 auto 10px auto;
}
.protected label{
	font-size:120% !important;
	padding-top:10px;
	display:block;
}
.protected input.text{
	font-size:170% !important;
	width:380px;
	text-align:center;
}
.protected .buttons{
	margin:0;
}
.protected #saveForm{
	font-size:120% !important;
}
/* ----- CUSTOM THEME ----- */

/* @end */

/* @group Location */

div.location { width:100%; border-bottom: 1px dotted #ccc; padding-bottom:10px;}

.location abbr, .location acronym, .location span {
	font-weight:bold;
}


/* @end */


