* {	margin:0; padding:0; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: url(img/background.gif) #f8f2d8 no-repeat;
	background-position: 32px 22px;
	color: #4c4d4f;
	padding-left: 352px;
}
a, a:visited {
	color: #003366;
}
a:hover { text-decoration: underline; }
.clear { height: 1px; clear: both; }
.center { text-align: center; }


/* HEADINGS *************************/
h2, h3, h4 {
	color: #114432;
	font-weight: normal;
	margin-bottom: 20px;
}
h2 { font-size: 2.8em; }
h3 { font-size: 2.2em; }
h4 { font-size: 1.8em; }


/* TEXT *****************************/
p, ul, ol, td, th, blockquote, label, dt, dd { font-size: 1.2em; }
td p, th p, li ul, li ol, dt p, dl p { font-size: 1.0em; }
legend { font-size: 1.1em; }
textarea { font-family: Arial, Helvetica, sans-serif; }


/* LISTS *********************************/
ul, ol { font-weight: bold; }
li { font-weight: normal; }
ul li {
	margin-left: 25px;
}
dl { margin-bottom: 20px; }
dt { margin-bottom: 4px; }
dd { 
	margin-bottom: 20px;
}


/* SPACING *******************************/
p { margin-bottom: 20px; line-height: 160%; }
ul {margin-left: 30px; margin-bottom: 20px; }
td, th { padding: 2px 5px; }
li { margin: 6px 0; }
legend { margin-bottom: 10px; }
fieldset { padding: 10px 10px 10px 10px; margin-bottom: 15px; }


/* UNIVERSAL ELEMENTS ********************/
.bluetext { color: #708090; } /* 00446a */
.redtext { color: #bbbaa4; } /* 808080 */ /* af0e31 */
.goldtext { color: #808080; } /* bbbaa4 */ /* ce7c1a */




/* LAYOUT ********************************/
#placecolumn {
	width: 718px;
	position: relative;
}


/* HEADER ********************************/
#brand {
	position: absolute;
	width: 144px;
	height: 80px;
	top: 22px;
	left: 200px;
}
#brand a {
	display: block;
	width: 144px;
	height: 80px;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
}

#headerphotos {
	height: 120px;
}


#supportnav {
	clear: both;
	height: 30px;
	background-color: #729786;
	color: #fff;
}
#supportnav table { width: 718px; }
#supportnav td { vertical-align: middle; height: 30px; padding: 0; font-size: 8pt; }
#supportnav .logincell { padding-left: 30px; }
#supportnav input { width: 94px; padding: 1px 3px; font-size: 9pt; border-width: 0; border-style: none; }
#supportnav .loginlabel { padding-left: 20px; }

#supportnav .quicklinkcell { padding-right: 20px; text-align: right; }
#supportnav select { background-color: #114432; color: #fff; font-size: 9pt; padding: 1px 1px 1px 3px; border-style: none; border-width: 0; }


/* FOOTER ********************************/
#footer { 
	height: 30px;
}
#footer a {
	color: #4c4d4f;
}
#copyright {
	float: left;
	margin-top: 8px;
}
#bottomnav {
	float: right;
	margin-top: 8px;
	text-align: right;
}


/* CONTENT ********************************/
#main {
	padding: 20px 35px;
	background-color: #fff;
}



/* 3 COLS *********************************/
.threecols {
	background: url(img/3cols.background.3.gif) top left repeat-y;
	color: #fff;
	width: 718px;
}
.threecols .column {
	width: 239px;
	float: left;
}
.threecols .col2 { width: 240px; }
.threecols .column .innertube { padding: 25px 25px 10px 25px; }
.threecols h2, .threecols h3, .threecols h4 { color: #fff; }






/* FORMS **********************************/
.dataentry .input {
	clear: both;
	float: right;
	width: 100%;
	margin: 12px 0 12px -100px;
}
.dataentry .input label {
	float: left;
	width: 95px;
	padding-top: 2px;
	font-weight: bold;
	color: #114432;
}
.dataentry .input input, .dataentry .input .inputextra {
	display: block;
	margin-left: 100px;
}
.dataentry .input .inputextra img {
	border-width: 1px; border-style: solid; border-color: #b2d7e0;
}
.dataentry .submit input, .dataentry .submit select {
	margin-left: 100px;
}
.dataentry h4 { 
	clear: both; 
	color: #fff;
	background-color: #729786;
	font-size: 1.3em;
	padding: 1px 8px;
	margin: 36px 0 12px 0;
}


/* TEXTAREAS */
.dataentry textarea {
	width: 400px; height: 80px;
}
.dataentry textarea.mceEditor {
	width: 600px; height: 250px;
}

/* CHECKBOXES, RADIOS, OR OTHER MULTIPLE INPUTS */
.dataentry .input .multipleinputs {
	display: block;
	margin-left: 100px;
	line-height: 180%;
}
.dataentry .input .multipleinputs input, .dataentry .input .multipleinputs select {
	float: none;
	display: inline;
	margin: 0 5px 0 0;
}
.dataentry .input .multipleinputs label { 
	float: none; 
	display: inline;
	width: inherit; 
	padding: 0; 
	color: inherit;
	font-weight: normal; 
}





/* DROPPY ************************************************/
/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Droppy Essentials - configure this */

#nav ul { width: 120px; padding: 2px; background-color: #fff; }
#nav ul ul { left: 123px; }

/* Everything else is theming */

#nav { 
	height: 30px; 
}
#nav a { 
	height: 30px; 
	line-height: 30px; 
	width: 120px; 
	color: #fff; 
	text-align: center; 
	font-size: 8pt;
	text-decoration: none;
}
#nav li.firstitem a, #nav li.lastitem a { 
	width: 119px; 
}
#nav .mod1 a { background-color: #708090; }
#nav .mod2 a { background-color: #bbbaa4; }
#nav .mod3 a { background-color: #808080; }

#nav ul { 
	top: 30px; 
	padding: 0 5px; 
	background-color: #fff; 
}
#nav ul li {
	padding: 3px 0;	
}
#nav ul a { 
	height: auto;
	line-height: normal;
	font-weight: bold;
}
#nav .mod1 ul a, #nav .mod2 ul a, #nav .mod3 ul a { 
	background-color: #fff; 
	text-align: left;
}

#nav .mod1 ul { border-width: 1px; border-style: solid; border-color: #708090; }
#nav .mod1 ul a { color: #708090; }

#nav .mod2 ul { border-width: 1px; border-style: solid; border-color: #bbbaa4; }
#nav .mod2 ul a { color: #979684; }

#nav .mod3 ul { border-width: 1px; border-style: solid; border-color: #808080; }
#nav .mod3 ul a { color: #808080; }

#nav img { position: absolute; top: 7px; right: -4px; }
* html #nav img { right: 0; } /* IE6 "fix" */