@charset "utf-8";
/* MAYWORKS - CSS Document */

/*BOTTOM ALIGN HACK ---------------*/

html, body, #wrapper {
   min-height: 100%; /*Sets the min height to the
   height of the viewport.*/
   width: 100%;
   height: 100%; /*Effectively, this is min height
    for IE5+/Win, since IE wrongly expands
    an element to enclose its content.
    This mis-behavior screws up modern  
    browsers*/
   }

html>body, html>body #wrapper {
   height: auto; /*this undoes the IE hack, hiding it
    from IE using the child selector*/
   }

	
/* LAYOUT STUFF ------------------*/

body {
	background:#FFFFFF url(images/masthead-background.gif) center top no-repeat;
	text-align: center;
	margin: 0 0 0 0;
	}
	
#wrapper {
	width: 707px;	
	margin: 0 auto;
	text-align: left;
	}
	
#masthead {
	width: 707px;
	height: 348px;
	margin:0 0 0 0;
	}

#menu {
	width: 707px;
	z-index:50;
	}
	
#sidecontent {
	width: 185px;
	float: left;
	clear:left;
	padding: 0px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	}

	
#maincontent {
	width: 500px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	}

#quotes {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
}
	
#footer {
	width: 100%;
	clear: both;
	bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: solid 1px #000000;
	margin-top: 20px;
	text-align: center;
				}			

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {
	width:707px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.85em;
	padding-bottom:36px;
	border-top:1px solid #000;
	outline:none;
	z-index:100;
	}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
z-index:100;
}
.menu ul ul {
width:101px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:101px;
position:relative;
z-index:100;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:0.9em;
	text-decoration:none;
	color:#fff;
	width:101px;
	height:35px;
	border:1px solid #fff;
	border-width:1px 0 0 0;
	background:#000000;
	padding-top:5px;
	line-height:15px;
	font-weight: bold;
	text-align: center;
	outline:none;
	z-index:100;
	}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:100px;
w\idth:101px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#666666;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#666666;
}
.menu ul ul :hover > a.drop {
background:#666666;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:41px;
left:0; 
width:101px;
outline:none;
z-index:100;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:41px;
t\op:41px;
}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#FF0066; 
color:#fff; 
height:auto; 
line-height:1.3em; 
padding:5px 10px; 
width:101px;
font-weight: bold;
text-align: left;
outline:none;
z-index:100;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:100px;
w\idth:101px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#000; 
background:#FF0066;
outline:none;
z-index:100;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#000;
background:#FF0066;
outline:none;
z-index:100;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

/* MEDIA GALLERY -----------*/
			
div.mediagallery {
	margin:0px;
	width:390px;
	}
		
div.mediathumb {
	width:110px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: normal;
	font-size: 0.75em;
	}
	

/* MINI CALENDAR -----------*/
			
#minicalendar {
	width: 157px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 0.75em;
	text-align: center;
	background-color: #000000;
	margin: auto;
	}
	
td {
	width:19px;
	height:19px;
	text-align: center;
	}
	
td a:link, td a:visited, td a:active {
	color:#FFFFFF;
	font-weight: normal;
	text-decoration:none;
	}

td a:hover {
	color:#FFFFFF;
	font-weight: bolder;
	text-decoration:none;
	}			
			
/*TEXT AND LINK STYLES --------------------- */	

#maincontent h2, #maincontent p {
	padding-right: 5px;
	}

p a:link, p a:visited, p a:active {
	color:#FF0066;
	font-weight: normal;
	}

p a:hover {
	color:#666666;
	font-weight: normal;
	}	


hr {
	height: 1px;
	width:170px;
	color:#FFFFFF; 
	background:#FFFFFF;
	border-top:1px #999999 dashed;
	}

h1 {
	display:none; }	
	
h2 {
	text-transform:uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #FF0066;
	font-style: normal;
	line-height: 1em;
	letter-spacing: 0.1em;
}
h3 {
	text-transform:uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FF0066;
	font-style: normal;
	line-height: 1em;
	}

h4 {
	text-transform:uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #666666;
	font-style: normal;
	line-height: 1em;
	letter-spacing: 0.1em;
}


p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 0.9em;
	line-height:1.4em;
}	
.pic {
	float:left;
	margin-right: 8px;
	margin-bottom: 2px;
	border: solid 1px #000000;
	}

.smallitalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: italic;
	color: #000000;
	}
		
	
.footerh {
	text-transform:uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #666666;
	line-height: 1em;
	letter-spacing: 0.1em;
	}
	
.footerP {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.65em;
	font-weight: normal;
	color: #333333;
	line-height: 1em;
		
	}	
