﻿body
{
    font-size: 75%;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

/* Styles for basic forms
-----------------------------------------------------------*/

h3
{
	font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
	font-size:medium;
}

p.photoCaption
{
	margin:2px 0px 0px 5px;
	font-size:xx-small;
	color:#c6498c;
	
}

#wrapper
{
	width:980PX;
	margin-top:15PX;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}

#tier1
{
	margin-left:auto;
	margin-right:auto;
	width:980px;
	z-index:-100;
}
#tier2
{
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:980px;
	min-height:200PX;
	z-index:300000;
	margin-bottom:20px;
}
#tier3
{
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:980px;
}


#logo
{
	background-image:url(../images/logo_03.gif);
	width:269px;
	height:107px;
	float:left;
}

#navigation
{
	float:right;
	margin-top:6px;
	margin-left:0PX;
	background-image:url(../images/navBar_06.gif);
	background-repeat:no-repeat;
	width:711px;
}

/*-NAVIGATION -*/
ul 
{
	margin-top:18PX;
}

ul a
{
	font-size: 14px;
	color:White;
	text-decoration:none;
	margin-right:20px;
}

ul a:hover
{
	color:#f0d750;
	text-decoration:none;
}
li 
{
	display: inline;
	text-decoration:none;
}


li.regUL
{
	display:block;
	
	
}


div#welcome
{
	float:left; 
	background-image:url(../images/welcomePanel.gif);
	background-repeat:no-repeat;
	margin-left:34px;
	padding-top:10PX;
	
	vertical-align:middle;
	
	width:336px;
	height:247px;
}





#header
{
	background-color:#FFFFFF;
}



#footer
{
	clear:both;
	text-align:center;
	font-size: 85%;
	padding-top:10px;
	background-image: url(../images/bottomPanel_30.gif);
	background-repeat:no-repeat;
	border-top:solid 3px #c6498c;
    width:980px;
    height:40px;
    margin-top:10px;
    
}

#pageHead
{
	border-bottom:solid 1px gray; 
	float:right;
	width:980px;
	position:relative;
	margin-top:-35PX; 
	margin-bottom:10px;
	clear:right;
	z-index:500000;
	
}

.varietyHead
{
	font-size:medium;
	color:#7c7c7c;
	padding-left:10PX;
	vertical-align:top;
}


fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}


/* TAB MENU   
----------------------------------------------------------*/
