/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

/* { padding: 0; margin: 0; }*/
ol li {margin-bottom: 14px;}

body {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 16px;
 color: #333;
 background: url(../images/background.jpg) repeat-x top #557196;
}
#head-container
{
	color: #000;
	
}

#header
{
	margin: 0 auto;
	width: 760px;
	padding: 20px 20px 0 20px;
	background: #fff;
	border-left: 2px solid #1b2f55;
	border-right: 2px solid #1b2f55;
	height: 90px;
}

#header h1 { margin: 0; }

#member-login { float: right; 
	margin-top: 45px;
	margin-left: 0;
	margin-right: 10px;
	margin-bottom: -5px;
}

#member-login img{border:none;}

#member-login a{margin-bottom:0; padding: 0}

#navigation-container
{
	float: left;
	width:100%;
}

#navigation
{
	margin: 0 auto;
	width: 800px;	
	font-family:"Lucida Sans", "Lucida Grande", sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height: 50px;
	height: 48px;
	background: url(../images/navBackground.jpg) repeat-x bottom #fff; /*#516d92*/
	color: #000;
	border-left: 2px solid #1b2f55;
	border-right: 2px solid #1b2f55;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 0px 18px;
	color: #fff;
	text-decoration: none;
	background: url(../images/navDivider.jpg) no-repeat right;
}

#navigation li a.join {
	padding: 0; margin: 0; line-height:0; margin-left: 10px;
}
#navigation li a.join:hover {
	background: none;
}

#navigation li a:hover { background: url(../images/navOverBackground.jpg) repeat-x bottom; }
#navigation li a.currentItem { background: url(../images/navOverBackground.jpg) repeat-x bottom; }

#content-container
{
	float: left;
	width: 100%;
	color: #000;
}

/*#content-container2
{
	
	width: 800px;
}*/

#homepage-banner {
	width: 800px;
	overflow:hidden;
	height: 222px;	
}

#content-container3
{
	margin: 0 auto;
	width: 800px;
	background:#fff;
	border-left: 2px solid #1b2f55;
	border-right: 2px solid #1b2f55;
	min-height:600px;
	
}

#content
{
	clear: left;
	float: left;
	width: 440px;
	padding: 20px 0;
	margin: 0 0 0 20px;
	display: inline;
	background: #FFF;
	
}
#content p {
	margin-bottom: 12px;
	margin-top: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2 { margin: 0 0 10px 0; color: #49638f; font-family:"Lucida Sans", "Lucida Grande", sans-serif; font-size: 18px; letter-spacing: -.05em;}
h3 { margin: 0 0 10px 0; color: #d36100; font-family: Georgia, "Times New Roman", Times, serif; font-style:italic; font-size:14px; font-weight:normal; }
h4 { margin: 0 0 6px 0; color: #49638f; font-family:"Lucida Sans", "Lucida Grande", sans-serif; font-size: 13px; letter-spacing: -.02em;}



.btnJoinNow{text-align: center; margin-left: 55px;}


#aside
{
	float: right;
	width: 297px;
	margin: 20px;
	display: inline;
	
}

#aside-box {
	background: url(../images/boxBackground.jpg) repeat-x #FFF bottom;
	border: 1px solid #f8981d;
	padding: 20px;
	text-align:center;
}

#aside h2 { margin: 0 0 5px 0; color: #49638f; font-family:"Lucida Sans", "Lucida Grande", sans-serif; font-size: 18px; letter-spacing: -.05em; }

#subsection-container
{
	clear: left;
}

#subsection
{
	margin: 0 auto;
	background: #edeae7;
	width: 760px;
	text-align: left;
	padding: 20px;
	height: 150px;
	border-left: 2px solid #1b2f55;
	border-right: 2px solid #1b2f55;
	font-size: 11px;
	border-top: 1px solid #626262;
}
#subsection a, #subsection a:visited {
	color: #626262;
	line-height: 28px;
	font-size:14px;
	
}
#subsection a:hover {
	color: #1b2f55;
}
#subsection #subLeftCol {
	text-align:left;
	float: left;
	width: 50%;	
}
#subsection #subRightCol {
	text-align:center;
	float: right;
	width: 50%;	
}

.eventIcon { margin: 10px;}

#footer-container
{
	clear: left;
	color: #000;
}

#footer
{
	margin: 0 auto;
	background: #f89e50;
	width: 760px;
	text-align: right;
	padding: 20px;
	height: 1%;
	border-left: 2px solid #1b2f55;
	border-right: 2px solid #1b2f55;
	border-bottom: 2px solid #1b2f55;
	font-size: 11px;
}

#footer a {
    color: #000;	
}

#footer a:hover {
	color: #000;
	text-decoration:none;	
}

table .altRow {background:#fcd8b9;}
table.findCenter td {border:1px solid #999999;}
table .title {background: #49638f; color:#fff; font-weight:bold;}

.small {font-size:10px}
.red {
	color: #D51300;
}

