/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: normal;
	background-color: #fdedc2;
	background-image: url(../images/garlands-gradient-800.gif);
	background-repeat: repeat-x;
}
#wrapper{
	width: 700px;
	padding-left:0px;
	padding-right:0px;
	margin-top: 20px;
	position: relative;
	border: solid 1px #cccccc;
	margin-left: auto;
	margin-right: auto;
}


a:link, a:visited  {
	color: #990000;
	text-decoration: underline;
}

a:hover, a:active{
	color:#000099;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1{
	font-size:x-large;
	color: #990000;
	font-style: normal;
	letter-spacing: normal;
	font-weight: bold;
	text-align: center;
}

h2{
	font-size: medium;
	font-variant: small-caps;
	color: #000000;
	letter-spacing: normal;
	font-weight: bold;
}


h3{
	font-size: medium;
	color: #000099;
	font-variant: normal;
	font-style: normal;
	font-weight: bold;
}

h4{
	font-size: 100%;
	font-weight: bold;
 	color: #990000;
}

h5{
 font-size: 100%;
 color: #990000;
}

img{
	margin:0px;
	padding:0px;
	border: 0px;
}

form {
}

table {
	width:auto;
}
table table {
	width:100%;
}

th {
	vertical-align:top;
	border:1px solid #666666;
	text-align:left;
	padding:2px;
}
td {
	background-color: none;
	vertical-align:top;
}

table table td {
	background-color: #FFFFFF;
	vertical-align:top;
}


ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: none;
}

label{
}

.smallcaps {
	font-size: 11px;
	font-variant: normal;
	color: #666666;
	letter-spacing: 0.5em;
	line-height: 17pt;
}
				
.red {
	color: #990000;
}
.green {
	color: #006600;
}
.blue {
	color: #003366;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#banner {
	width: 100%;
	clear: left;
	color:#FFFFFF;
	background-color: #CCCCCC;
	height:150px;
}
#banner img {
	padding: 0px;
}
#banner h1{
	font-size:large;
	color:#990000;
	font-style: normal;
	letter-spacing: normal;
	font-weight: bold;
	text-align:center;
}


#content{
	margin: 0px;
	width: auto;
	height:auto;
	padding: 20px;
	background-color: #fdedc2;
	background-image: url(../images/garlands-gradient.gif);
	background-repeat: repeat-x;
}
#content strong {
	color: #000099;
}


#mainarea {
	margin: 0px;
	width: auto;
	height:auto;
	padding: 20px;
	background-color: #FFFFFF;
}

#mainarea table {
	width:auto;
	border: 1px none #999999;
}
#mainarea table table {
	width:100%;
	border: 1px none #999999;
}

#mainarea th {
	font-size:12px;
	background-color:#CCCCCC;
	color: #333333; 
	vertical-align:top;
	text-align:left;
	padding:2px;
}

#mainarea td {
	font-size:11px;
	border: 1px solid #999999;
	vertical-align:top;
	background-color: #FFFFFF;
}
#photoarea  {
	width:auto;
	margin:0px;
}
#photoarea img {
	margin:4px;
}
#photoarea h2 {
	margin-top:0px;
}
#photoarea h3 {
	margin-top:0px;
}
#photoarea td {
	background-color:#ffffff;
}
#pagephoto  {
	width:auto;
	margin:0px;
	float:left;
}
#pagephoto img {
	margin:10px;

}
#pagetext  {
	width:auto;
	margin:0px;
	float:none;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px 0px 10px;
	border-bottom: 1px none #000099;
}


/************* #globalNav styles **************/

#navBar{
	margin: 0px;
	padding: 0px;
	width: 700px;
	white-space: nowrap;
	height: 30px;
	background-color: #000000;
}
#navBar img {
	float: left;
}

#navlinks{
	color: #333333;
	font-size:14px;
	line-height:30px;
	font-weight:bold;
	margin-left:0px;
	white-space: nowrap;
	text-align:center;
	}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#navlinks ul {
	list-style:none;
	display: inline;
	padding:0;
}

#navlinks li {
	padding: 10px 10px 10px 10px;
	list-style:none;
	display: inline;
	line-height:30px;
	text-align: center;
}

#navlinks a, #navlinks a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#navlinks a:hover{
	color:#FFCC00;
	text-decoration: underline;
}



/************* #footer styles ***************/

#footer{
	clear: both;
	background-color:#FFFFFF;
	font-size: 10px;
	color: #333333;
	margin-top: 0px;
	text-align: center;
	padding: 10px;
	height: auto;
	border-top: 10px solid #000000;
	background-image: url(../images/garlands-yellow.gif);
}
/* negative top margin pulls footer up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#footer img{
	padding: 0px;
	vertical-align: middle;
}

#footer  a:link, #footer  a:visited {
	text-decoration:none;
}
#footer  a:hover {
	color: #990000;
	text-decoration:underline;
}



/*********** #navBar link styles ***********/


#navBar ul {list-style: none; margin: 0px; padding: 0px;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
border-bottom: 1px none #CCCCCC;
}

/* fix for browsers that don't need the hack 
html>body #navBar li {border-bottom: none;}*/

hr {
	border: 1px solid #CCCCCC;
}
/*************** menu div ids *******************/
#profmenu {
	position:absolute;
	width:75px;
	height:auto;
	top:120px;
	left:140px;
	z-index:1;
	visibility:hidden;
}
/* IE/WIN hack \*/
* html #profmenu {top:123px;}
/* End IE/WIN hack */
#gallmenu {
	position:absolute;
	width:75px;
	height:auto;
	top:120px;
	left:430px;
	z-index:1;
	visibility:hidden;
}
/* IE/WIN hack \*/
* html #gallmenu {top:123px;}
/* End IE/WIN hack */
#linkmenu {
	position:absolute;
	width:75px;
	height:auto;
	top:120px;
	left:495px;
	z-index:1;
	visibility:hidden;
}
/* IE/WIN hack \*/
* html #linkmenu {top:123px;}
/* End IE/WIN hack */

/****************** drop down menu styles *************/
.menu {
	background-color:none;
	display: block;
	font-size: 12px;
	padding-top: 10px;
	color: #FFFFFF;
}
.menu ul {
	background-color:#CCCCCC;
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.menu li {
	list-style-type: none;
	background-image:url(../images/alunav.gif);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	padding: 4px 5px 2px 4px; 
	border: solid 1px #333333;
	border-top:none;
	margin: 0px;
	padding: 0px;
}

.menu a:link, .menu a:visited {
	color:#333333;
	text-decoration:none;
	padding: 0px 5px 0px 4px; 
	display: block;	
}
.menu a:hover {
	color:#990000;
	background-color:#FFCC00;
	text-decoration:none;
	display: block;
}
/* imported from WIlsons */

#menu0 {
	position:absolute;
	height:auto;
	z-index:4;
	left: 242px;
	top: 242px;
	visibility: hidden;
}
/* IE/WIN hack \*/
* html #menu0 {top:232px;}
/* End IE/WIN hack */
th {
	color: #990000;
	background-color: #FFCC00;
	font-size: medium;
	text-align: center;
}
