@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 88.626%;
	padding-left: 1.1869%;
	padding-right: 1.1869%;
}

#Header {
	clear: both;
	float: left;
	margin-left: 10%;
	margin-right:10%;
	width: 80%;
	display: block;
	position:relative;
	border-style:solid;
    border-width:2px 2px 2px 0px;
	border-radius:40px 40px 0px 0px;
	-moz-border-radius: 40px 40px 0px 0px;
    -webkit-border-radius:40px 40px 0px 0px;
	background-color:#000;	
	border:2px 2px 2px 0px solid #6e3e94;
	box-shadow:0px 0px 22px #6e3e94;
	-moz-box-shadow:0px 0px 22px #6e3e94;
	-webkit-box-shadow:0px 0px 22px #6e3e94;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;	
	margin-top:20px;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
}
#Menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position:relative;   
	background-color:#6e3e94;
	background-image:url(../images/menu_bkgrnd.png)	;
	border-radius:20px;
	-moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius:20px 20px 20px 20px;	
	box-shadow:0px 0px 22px #6e3e94;
	-moz-box-shadow:0px 0px 22px #6e3e94;
	-webkit-box-shadow:0px 0px 22px #6e3e94;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:25px;
	margin-right:20px;	
	z-index:1;
}

#Menu ul {
	list-style:none;
	margin-top:0px;
	alignment-adjust:central;
	padding-left:25px;
	
}
#Menu li {
	float:left;	
	width:100px;
	text-align:center;
	border-right:1px solid white;
	position:relative;
	height:30px;
	line-height:30px;
}

#Menu li ul li {
	float:none;	
	background-color:#6e3e94;	
	width:150px;
	text-align:left;
	padding-left:5px;
	border-top:1px solid white;
}

#Menu a {
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif, "Arial Black", Gadget, sans-serif;			
}

#Menu li ul {
	position:absolute;
	top:30px;
	left:-25px; 
	visibility:hidden;	
	}
	
#Menu li:hover ul {
	visibility:visible;
	}	
	
#Menu li:hover {
	background-color:#666;	
}

#MainBody {
	clear: both;
	float: left;
	margin-left: 10%;
	width: 80%;
	height:100%;
	display: block;
	position:relative;
	border-style:solid;
    border-width:0px 2px 0px 2px;
	border-radius:0px 0px 40px 40px;
	-moz-border-radius: 0px 0px 40px 40px;
    -webkit-border-radius:0px 0px 40px 40px;
	background-color:#000;	
	border:0px 2px 0px 0px solid #6e3e94;
	box-shadow: 0px 0px 22px #6e3e94;
	-moz-box-shadow: 0px 0px 22px #6e3e94;
	-webkit-box-shadow: 0px 0px 22px #6e3e94;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;	
	padding-left:15px;
	padding-right:15px;
}


#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#MainBodyLeft {
	clear: both;
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
}

#MainBodyRight {
	clear: both;
	float: left;
	margin-left: 0;
	margin-right:20px;
	width: 90%;
	display: block;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 91.4836%;
	padding-left: 0.7581%;
	padding-right: 0.7581%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Header {
	clear: both;
	float: left;
	margin-left: 7.5%;
	margin-right:7.5%;
	width: 85%;
	display: block;
	position:relative;
	border-style:solid;
    border-width:2px 2px 2px 0px;
	border-radius:40px 40px 0px 0px;
	-moz-border-radius: 40px 40px 0px 0px;
    -webkit-border-radius:40px 40px 0px 0px;
	background-color:#000;	
	border:2px 2px 2px 0px solid #6e3e94;
	box-shadow:0px 0px 22px #6e3e94;
	-moz-box-shadow:0px 0px 22px #6e3e94;
	-webkit-box-shadow:0px 0px 22px #6e3e94;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;	
	margin-top:20px;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
}
#Menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position:relative;   
	background-color:#6e3e94;
	background-image:url(../images/menu_bkgrnd.png)	;
	border-radius:20px;
	-moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius:20px 20px 20px 20px;	
	box-shadow:0px 0px 22px #6e3e94;
	-moz-box-shadow:0px 0px 22px #6e3e94;
	-webkit-box-shadow:0px 0px 22px #6e3e94;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:25px;
	margin-right:20px;	
	z-index:1;
}

#MainBody {
	clear: both;
	float: left;
	margin-left: 7.5%;
	margin-right:7.5%;
	width: 85%;
	height:100%;
	display: block;
	position:relative;
	border-style:solid;
    border-width:0px 2px 0px 2px;
	border-radius:0px 0px 40px 40px;
	-moz-border-radius: 0px 0px 40px 40px;
    -webkit-border-radius:0px 0px 40px 40px;
	background-color:#000;	
	border:0px 2px 0px 0px solid #6e3e94;
	box-shadow: 0px 0px 22px #6e3e94;
	-moz-box-shadow: 0px 0px 22px #6e3e94;
	-webkit-box-shadow: 0px 0px 22px #6e3e94;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;	
	padding-left:15px;
	padding-right:15px;
}

#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#MainBodyLeft {
	clear: both;
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
}

#MainBodyRight {
	clear: both;
	float: left;
	margin-left: 0;
	margin-right:20px;
	width: 90%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 89.0217%;
	max-width: 1232px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Header {
	clear: both;
	float: left;
	margin-left: 5%;
	margin-right:5%;
	width: 90%;
	display: block;
	position:relative;
	border-style:solid;
    border-width:2px 2px 2px 0px;
	border-radius:40px 40px 0px 0px;
	-moz-border-radius: 40px 40px 0px 0px;
    -webkit-border-radius:40px 40px 0px 0px;
	background-color:#000;	
	border:2px 2px 2px 0px solid #6e3e94;
	box-shadow:0px 0px 22px #6e3e94;
	-moz-box-shadow:0px 0px 22px #6e3e94;
	-webkit-box-shadow:0px 0px 22px #6e3e94;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;	
	margin-top:20px;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	
}

#headerLeft{
	width:40%;
	float:left;	
}

#headerRight{
	width:40%;
	float:right;	
}
#Menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position:relative;   
	background-color:#6e3e94;
	background-image:url(../images/menu_bkgrnd.png)	;
	border-radius:20px;
	-moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius:20px 20px 20px 20px;	
	box-shadow:0px 0px 22px #6e3e94;
	-moz-box-shadow:0px 0px 22px #6e3e94;
	-webkit-box-shadow:0px 0px 22px #6e3e94;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:25px;
	margin-right:20px;	
	z-index:1;
}

#MainBody {
	clear: both;
	float: left;
	margin-left: 5%;
	margin-right: 5%;	
	width: 90%;
	height:100%;
	display: block;
	position:relative;
	border-style:solid;
    border-width:0px 2px 0px 2px;
	border-radius:0px 0px 40px 40px;
	-moz-border-radius: 0px 0px 40px 40px;
    -webkit-border-radius:0px 0px 40px 40px;
	background-color:#000;	
	border:0px 2px 0px 0px solid #6e3e94;
	box-shadow: 0px 0px 22px #6e3e94;
	-moz-box-shadow: 0px 0px 22px #6e3e94;
	-webkit-box-shadow: 0px 0px 22px #6e3e94;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;	
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px:;
	margin-bottom:30px;
}

#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#MainBodyLeft {
	clear: both;
	float: left;
	margin-left: 0;
	width: 18%;
	display: block;
}

#MainBodyRight {
	clear: none;
	float: left;
	margin-left: 30px;
	width: 74%;
	display: block;
}


}