/* ----------------------------------------------------------- */
/* ----------------- Common Elements ------------------ */
/* ----------------------------------------------------------- */

			
BODY { 
	color: #F93;
	font-family:  'Lucida Grande', Arial, Helvetica, Verdana, Tahoma, sans-serif; 
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-color: #474a4a;
	background-image: url('../images/greyvines-background.jpg');
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: left top; 
	margin: 0mm; 
	padding: 0mm;
}

H1, H2, H3, H4, H5, DIV { 
	color: #E5E5E5;
	display: block; 
	margin: 0mm; 
	padding: 0mm;
}

H1, H1 a:link, H1 a:visited, H1 a:hover, H1 a:active  {
	color: #81311e; 
	font-size: 24px; 
	font-weight: bold;
	font-style: oblique;
	text-decoration: none;
	/* text-transform: capitalize; */
/* 	margin: 0mm 0mm -3mm 0mm; */
	margin: 0 0 4px 0;
/* 	border-bottom: 1px solid #F8C903; */
}


h2 {
	font-size:15px;
	color: #854;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 6px;
	/*border-bottom: 1px solid #F8C903;*/
}

h2.thickline {
	border-bottom: 2px solid #F8C903;
	margin-bottom: -4px;
}

h4.thickline {
	border-bottom: 2px solid #F8C903;
	margin-bottom: 2px;
}

H3, H3 a:link, H3 a:visited, H3 a:hover, H3 a:active {
	font-size: 19px;
	color: #a22522; 
}
H4, H4 a, H4 a:link { 
	font-size:18px; 
	color: #cea34e; 
	font-weight: bold; 
	font-style: oblique;
	margin-bottom: 0px;
}
H5 { 
	color: #d4b871; 
	font-size:12px; 
}

EM STRONG IMG { 
	display: inline; 
}

.bold {
	font-weight: bold;
}

.image{
	border-style: outset;
	border-color: #666;
	border-width: 2px;
}

.light {
	color: #333;
}

.divider {
	border-bottom: #CCC dotted 2px; 
	margin: 0px 0px 5px 0px;
}

.trademark {
	font-size: .7em;
	vertical-align: super;
}

dt, dt a, dt a:link {
	font-weight: bold;
	font-size: 1.3em;
}

.note {
	font-size: .9em;
	font-style: oblique;
	color: #333;
}

.mainpanel {
	/*margin-left: -70px;*/
	width: 970px;
	background-color: #000;
	background-image: url('../images/flowerhead-face.gif');
	background-repeat: no-repeat;
	background-position: 100% 0px; 
	min-height: 540px;
	text-align: center;
}

#topbackground {
	padding: 0px;
	margin: 0px;
	height: 92px; 
	width: 100%;
	background-image: url(../images/topswirl.jpg);
	background-repeat: no-repeat;	
}

#leftbackground{
	position: absolute;
	top: 124px;
	left: 4px;
	z-index: 1;
}

#rightbackground{
	position: fixed; 
	bottom: 0px; 
	right: 0px;
	z-index: 1;
}
.navbar {
	padding: 0px;
	margin: 0px;
	height: 25px; 
	width: 100%;
	background-image: url( ../images/navback.gif );
	background-repeat: repeat-x;	
}
.subnav {
	margin: 0px;
}
.maincontent {
	padding: 20px;
}
.maincontent ul {
	margin: 0px;
}

.footer {
	padding-top: 5px;
	font-size: 11px;
	color: #888;
	text-align: center;
}
/* ----------------------------------------------------------- */
/* ------------------------ Links --------------------------- */
/* ----------------------------------------------------------- */

a, a:link, a:visited { 
	padding: 0px;
	margin: 0px;
 	color: #8181d5;
/*	color: #75aad7;   */
	font-size: 12px;
/* 	text-decoration: none;  */
}

a:hover, a:active { 
	color: #bcbcf7; 
	font-size: 12px;
	text-decoration: underline; 
}


/* ------------------------------------------------------------------- */
/* ------------ Form Elements And Form Tables --------------- */
/* ------------------------------------------------------------------- */


form, input {	
	padding: 0px;
	margin: 0px;
}

input { background-color: #fff; font-size: 10px; }
/* input:focus { background-color: #FF9 } */
/* textarea:focus { background-color: #FF9 } */
SELECT { font-size: 10px; }

/* W3C valisdator doesn't like these */
/*input[type="button"] { -moz-border-radius:15px }*/
/*input[type="submit"] { -moz-border-radius:15px }*/


#formtable tr {
	vertical-align: top;
}
#formtable th {
	color: #400;
	background-color: #FFF ;
	background-image: none; 
	text-align: center;
}
#formtable td:first-child {
	text-align: right;
}

.formlabel, .formerror {
	text-align: right;
	font-weight: bold;
}

.formerror {
	background: #FFFF99;
	color: #F00;
}

.search {
	background: url(/gfx/bg_searchBox.gif); 
	font: 11px Verdana, Geneva, Arial, Helvetica;
	border: 1px inset ButtonShadow;
	background-color: #ecdfa8;
	color: #333;
	width: 130px;
	height: 13px;
	padding-left: 2px;
}

