/***********************************************/
/* eventmoo.css                             */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #eeeeee;
	font-weight: bold;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #537bac;
	background: #537bac;	
}

a:link, a:visited, a:hover {
	color: #ffffff;
	text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px 0px 0px 30px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #cccccc;
 
}

h2{
 font-size: 114%;
 color: #eeeeee;
}

h3{
 font-size: 100%;
 color: #eeeeee;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #eeeeee;
}

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

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

#content{width:100%; float: inherit
}

ul.sub{list-style:none;margin:0 25% 0 25%;}
ul.sub li{ float:left;}
ul.sub a{ padding:5px 10px 10px 10px; margin:5px 5px 0 5px; background:#cccccc; border:solid; display:block}
ul.sub a:after{content: " »"}
ul.sub a:hover{color:#C17878}
ul.list{border:1px solid #888}
ul.list, ul.list ul{padding:5px 10px 0 10px; margin:6px 0}
ul.list li{padding:2px 0}




label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


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

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #537bac;
		
}


/***********************************************/
/*Container box for links gallery              */
/***********************************************/
#container{ position:relative;
	 height:auto;
	 width:auto; 	
	}
	
#links{
	position:absolute;
	}
	
#mooFlowWrapper{
	display: block;
	float: center;
	height: auto;
	width: 100%;
	position: relative;
	margin: 0px;
	color: #ffffff;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


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

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


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

#pageName{
	padding: 0px 0px 20px 30px;
	background-color: #537bac;
	background: #537bac;
}


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

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* '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 */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

.links img{
	float: none;	
	}

/* adjust margins to change separation between the feature image and text flowing around it */


/************* #siteInfo styles ***************/

#siteInfo{
	width: 95%;
	clear: both;
	border: none;
	font-size: 75%;
	color: #cccccc;
	position:inherit;
	padding: 20px 20px 20px 20px;
	margin-top: 1px solid #cccccc;
	text-align: center;
	padding: 10px 25px 20px 25px;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they touch */

#siteInfo img{
	padding: 25px 4px 4px 0px;
	text-align: center;
	}


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

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

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

/* fix for browsers that don't need the hack */
html body #navBar li {border-bottom: none;
}
.style1 {
     font-size: xx-large;
	 margin: 0 10% 0 10%;
	 padding: 10px 4px 4px 10px;
}	
.style2 {
     font-size: x-large;
	 margin: 0 50% 0 16%;
	 padding: 20px 4px 4px 20px;
}	
	 
.validate{
	float: inherit;
	margin: 0 0 0 46%;
	padding: 0px 10px 25px 10px;
	
	}


