@charset "utf-8";

/*-----Pre-Defined HTML Tags-----*/

html
{
	font-size: 62.5%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #0094c4 url(../images/bg-main.gif) repeat-x left top;
	font: 1em Arial, Helvetica, sans-serif;
	position:relative;
	/*width: 810px;*/
}

p
{
	font-size: 1em;
}

a { color:#000000; }

ul, li, ol, div, p, form, label, object
{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}


/*-----Block Level Elements-----*/

#Wrapper
{
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}

/*#GlobalNavBAr,*/ 
/*#navcontainer
{
	width: 590px;
	background: #B41613 url(../images/bg-global-nav.jpg) repeat-x;
	height: 33px;
	float: left;
	margin-top: 54px;
}*/

#Header
{
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	height: 163px;
}

#Content
{
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/bg-content.gif) repeat-x left 47px;
	position: relative;
}
#Footer
{
	width: 810px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

#calendar
{
	width: 175px;
	float: left;
	margin-left: 11px;
	margin-top: 55px;
	margin-right: 5px;
	display: inline;
}

#FeaturedLinks
{
	width: 167px;
	float: left;
	margin-top: 55px;
	margin-left: 5px;
}


#PhotoTop
{
	float: right;
	height: 47px;
	width: 431px;	/*clear: both;*/
	margin-top: 14px;
}

#AssLogo
{
	/*height: 78px;
	width: 345px;*/
	float: left;
	margin-top: 10px;
	overflow: visible;
	z-index: 99999;
}

#Container
{
	/*padding-right: 217px;
	padding-left: 263px;*/
	clear: both;
	background: #0094C4;
	/*padding-bottom: 15px;*/
}

#UpcomingEvents
{
	margin-top: 11px;
	width: 263px;
	float: left;
	position: relative;
	margin-left: 11px;
	display: inline;
}
#RecentChapterNews
{
	width: 241px;
	margin-top: 11px;
	float: left;
	position: relative;
	margin-left: 11px;
	margin-right: 11px;
}
#SupportingVendors
{
	width: 217px;
	/*float: right;*/
	margin-top: 11px;
	float: left;
	position: relative;
}

#Login
{
	width: 217px;
	float: left;
	margin-top: 11px;
}
#Footer-Links 
{
	width: 767px;
	margin-right: auto;
	margin-left: auto;
}
#FooterCredits
{
	width: 767px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#Members
{
	width: 767px;
	margin-right: auto;
	margin-left: auto;
}

/*-----Header Elements-----*/

#ALA-Logo
{
	display:block; position:absolute; top:0px; right:5px;
	/*float: right;*/
	height: 149px;
	width: 144px;
}

#Header a img
{
	border-style: none;
}

/*-----Global Nav Bar Elements-----*/

#navcontainer
{	
	float: left;
}

:root #navlist {
}

#navlist
{
	background: #B41613 url(../images/bg-global-nav.jpg) repeat-x;
	list-style: none;
	padding-top: 9px;
	overflow: hidden;
	padding-bottom: 9px;
	margin-top: 53px;
	z-index: 600;
	/*height: 33px;*/
}

#navlist li
{
	/*padding-top: 9px;
	padding-bottom: 9px;*/
	display: inline;
	list-style: none;
	position:relative;
}

#navlist li a:link, #navlist li a:visited
{
	font-size: 1.3em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 9px 13px;
	background: url(../images/nav-verticalbar.gif) no-repeat left top;
	font-weight: bold;
	/*display: block;*/
}

#navlist li a:hover
{
	color:#FFFFCC;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}


/*-----Sub Nav Elements-----*/

#navlist li ul 
{
/*	display: none; */
	z-index: 601;
	position: absolute;
	left: -999em;
	top: 34px;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #fff;
	width: 180px;
}

#navlist li:hover ul, #navlist li.over ul 
{
	left: 2px;
	display: block; 
}

#navlist li ul li 
{
	width: 170px;
	height: auto;
	background: #D22E2C none; 
	margin: 0px;
}

#navlist li ul li a 
{
	width: 160px;
	line-height: 15px;
	height: auto;
	padding: 5px;
	text-align: left;
	position: relative;
	display: block;
	background: none;
	border: 0px;
	border-bottom: 1px solid #ffcccc;
	font-weight: normal;
}

:root #navlist li ul li a 
{
	height: auto;
}

/*-----Content Elements-----*/

#Content p
{
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#AlaPhoto
{
	float: right;
	height: 283px;
	width: 431px;
	background: url(../images/photo-homepage.jpg);

	/*margin-right: 2px;*/
}

#AlaCaption{
	background:#FFFFFF; 
	position:absolute; 
	width:403px; 
	height:30px; 
	margin: 230px 0px 0px 10px; 
	opacity:.8; 
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8; 
	text-align:center;
	font-size:13px; 
	font-weight:bold; 
	color:#CC0000; 
	padding-top:5px; 
	z-index:999993;
  	font-family: "Trebuchet MS", Arial, Helvetica;
}

#AlaPhotoImg { margin: 10px 0px 0px 10px; }

/*-----Featured  Links Elements-----*/

#FeaturedLinks ul, 
#UpcomingEvents ul,
#RecentChapterNews ul
{
	margin: 3px 8px;
	font-size: 1.1em;
}

#FeaturedLinks li,
#UpcomingEvents li,
#RecentChapterNews li
{
	margin-top: 3px;
	margin-bottom: 3px;
}

/*-----Footer Links Elements-----*/

#Footer-Links ul
{
	list-style: none;
	padding-top: 9px;
	overflow: hidden;
	padding-bottom: 9px;
  	font-family: "Trebuchet MS", Arial, Helvetica;
	line-height: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

#Footer-Links ul li
{
	/*padding-top: 9px;
	padding-bottom: 9px;*/
	display: inline;
	list-style: none;
}

#Footer-Links ul li a:link, #Footer-Links ul li a:visited
{
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 9px 13px;
}

#Footer-Links ul li a:hover
{
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}

/*-----Footer Credits Elements-----*/

#FooterCredits p
{
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.1em;
}

#FooterCredits a:link
{
	color: #FFFFFF;
}

#FooterCredits a:visited
{
	color: #eeeeee;
}

/*-----Members Elements-----*/

#Members ul
{
	text-align: center;
}

#Members li
{
	display: inline;
}
form#Form1  
{
	margin: 5px;
}
#Form1 #submit
{
	top: 8px;
	float: right;
}

#Form1 label
{
	font-size: 1.3em;
	font-weight: bold;
}

#Form1 .Left
{
	float: left;
}

.mlog 
{
	width: 111px;
}



.boxx
{
	border: 1px solid #606e76;
	margin-top: 2px;
	background: #eaf4fa;
}

.both
{
	clear: both;
}

.Title
{
	font-size: 1em;
	font-weight: bold;
}

#bg
{
	background: url(../images/bg-flag.jpg) no-repeat left 87px;
}

.bg2
{
	background: #BFDCEC;
	position: relative;
	width: 767px;
	padding-bottom: 15px;
}
