@charset "UTF-8";
/* CSS Document */

body {
	background-color: #333;
	margin:0 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #FFF;
}

#links {
	width: 540px;
	text-align: right;
	float: right;
	margin-top:50px;
	margin-right:25px;
}
#pageWrap {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}
#footer {
	background-color: #ffcc33;
	height: 100px;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 10px;
}
.copyright {
	font-size: 10px;
	color: #330266;
}
#topNavigation {
	height: 120px;
}
#mainMenuLinks {
	padding-top: 5px;
	padding-right: 25px;
	height: 90px;
	padding-left: 25px;
}

#oceanFloor {
	background-image: url(../images/template/ocean_floor.png);
	background-repeat: no-repeat;
	height: 220px;
}
#logo {
	background-image: url(../images/template/genki_logo.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 370px;
	float: left;
}
#page {
	background-image: url(../images/template/page_bg_slice.png);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #330266;

}
#pageContent {
	min-height:100%;
}
#pageTitle {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #B3B736;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2F025F;
}
#pageRightPane {
	float: right;
	height: 300px;
	width: 300px;
	padding-top: 20px;
}
#pageCopy {
	width: 600px;
	float:left;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#oceanBlend {
	background-image: url(../images/template/ocean_blend.png);
	background-repeat: no-repeat;
	height: 12px;
}
#footerNavigation {
	padding-bottom: 10px;
}
#mainMenuLinks #navcontainer {
	float: left;
	width: 500px;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	font-size: 16px;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-shadow:#000;
}
#navlist li a {
	text-decoration: none;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left:5px;
	padding-right:5px;
	

}
#mainMenuLinks #twitterContainer {
	float: right;
	width: 400px;
}
#navlist li a:hover {
	background-color: #B3B736;
	text-decoration: underline;
}
.selected {
	background-color: #B3B736;
	text-decoration: underline;
}
#mainMenuLinks #navcontainer #navlist {
	text-decoration: none;
	padding: 5px;
}
a:link {
	background-image: url(../images/template/navFlare.png);
	background-repeat: repeat-x;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	background-image: url(../images/template/navFlare.png);
	background-repeat: repeat-x;
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	background-image: url(../images/template/navFlare.png);
	background-repeat: repeat-x;
	color: #FFF;
	text-decoration: none;
}
img {
	border:0px;
}

#twitter {
/*	border: 1px dotted #8DB0AD;
	background-image: url(../images/template/navFlare.png);
	background-repeat: repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;*/
}

#twitter ul {
	list-style-type: none;
	font-size:14px;
}
#twitter ul a {
	background-image: url(../images/template/navFlare.png);
	background-repeat: repeat-x;
	color: #FFF;
	text-decoration: none;
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
}
.event_name {
	font-size: 18px;
	font-weight: bold;
	color: #FBD64A;
	font-style: italic;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.separator {
	height: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #140027;
	margin-top: 10px;
	margin-bottom: 10px;
}
#locations #buckhead {
	float: left;
	width: 280px;
		padding-left: 5px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #450478;
}
#locations #sandy_spgs {
	float: right;
	width: 280px;
		padding-left: 5px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #450478;
}
#locations .loc_name  {
	font-size: 14px;
	font-weight: bold;
	color: #FBD64A;
	margin-bottom: 10px;
}
#locations {
	padding-top: 20px;
	padding-left: 20px;
	
}

/* --------------------------   MENU STUFF ----------------------------  */



.menusortleft {
	float: left;
	width: 280px;
		padding-left: 5px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #450478;
}
.menusortright {
	float: right;
	width: 280px;
		padding-left: 5px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #450478;
}
.menusorttitle  {
	font-size: 16px;
	font-weight: bold;
	color: #FBD64A;
	margin-bottom: 10px;
	width:550px;
	float:left;
	text-align:left;

}
.menusort {
	padding-top: 20px;
	padding-left: 20px;
	
}


p .sub_header{
	font-size: 14px;
	color: #FBD64A;
}
hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #609;
	border-right-color: #450478;
	border-bottom-color: #450478;
	border-left-color: #450478;
}
p {
	font-style: normal;
	font-weight: normal;
}
#aspnetForm div div i {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #F00;
}
.FieldsLabel {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
#aspnetForm div .Fields .FieldsRow .FieldsCell2 span {
	font-size: 12px;
	font-style: normal;
}
FieldsRequiredNote {
	font-family: Verdana, Geneva, sans-serif;
	color: #F90;
	font-size: 12px;
}
#aspnetForm div .Fields #_ctl0_PageContent_MemberProfileControl_FieldsRequiredRow .FieldsCell1 #_ctl0_PageContent_MemberProfileControl_FieldsRequiredNote {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #F00;
	maqrgin-left:20px;
}
#aspnetForm div .SaveParagraph #_ctl0_PageContent_SubmitText {
	width: 300px;
	color: #FFF;
	background-color: #306;
	text-align: center;
	margin-left: 100px;
	border: 1px solid #F90;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#aspnetForm div .Fields {
	padding: 3px;
}
#aspnetForm div #_ctl0_PageContent_MessageContainer #_ctl0_PageContent_CustomMessage {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #F90;
	font-style: italic;
}
#aspnetForm div {
	margin-left: 15px;
}
#aspnetForm div .Fields .FieldsRow {
	text-align: right;
}
#aspnetForm div .Fields .FieldsRow .FieldsCell2 {
	text-align: left;
}

/* ---------------   NAVIGATION MENU -----------------  */


#content{
	margin:0 10px 10px 10px;
	background:#F4F2AF;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
}

/* droplicous v1.1 */
#nav ul.scriptaculously{
	text-align:left;
	width:150px;
	font-size:12px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-khtml-border-radius-bottomleft:5px;
	-khtml-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	margin:0;
	padding:0;
	position:absolute;
	left:0px;
	top:28px;
	opacity:.97;
	filter:alpha(opacity=70);
	background-color: #300060;
}
/*ie shit*/
html>body #nav ul.scriptaculously{
	position:absolute;
	top:18px;
	margin-top: 0px;
}
#nav ul.scriptaculously a:hover{
	position:relative;
	color:#84a743;
	background:none;
}
#nav ul.scriptaculously a{
	position:relative;
	z-index:999;
	font-weight:normal;
	margin:0;
	background:none;
	color:white;
	display:block;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	-khtml-border-radius-topleft:0;
	-khtml-border-radius-topright:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}
#nav li a:hover{
	color:#555;
}
#nav li a{
	text-decoration:none;
	color:white;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-khtml-border-radius-topleft:5px;
	-khtml-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#nav{
	position:relative;
	text-align:right;
	list-style:none;
	padding:0;
	list-style:none;
	height: 35px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	font-size: 13px;
}
#nav li{
 	position:relative;
 	display:inline;
	margin:0;
	padding:0;
}
