body
{
	font-family: Verdana,sans-serif;
	font-size: 11px;
	width: 100%;
	margin-top: 10px;
}

img
{
	border: 0;
}

td
{
	font-size: 11px;
}

.page ul {
	list-style-image: url(/images/arrow_orange.gif);
}

a:link,
a:visited,
a:active
{ 
	color: #666666; 
	text-decoration: underline; 
} 

a:hover
{ 
	color: #FF6600;
}

input
{
	font-family: Verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

form
{
	margin: 0;
}


.page
{
	text-align: left;
	width: 750px;
	margin: 0 auto;
}

.page-nonav
{
	text-align: left;
	width: 900px;
	margin: 0 auto;
}

#body
{
	position: relative;
}

#left
{
	position: absolute;
	background: #666;
	width: 150px;
	font-size: 0.9em;
}

#left .input input
{
	width: 100px;
}

#left #search
{
	width: 140px;
	padding: 10px 0 15px 10px;
	border-bottom: 2px solid #fff;
	background: #FF6800;
}

#left #search label
{
	display: block;
}

#left #search .input
{
	display: inline;
}

#left #nav
{
	padding-top: 20px;
}

#left #nav a,
#left #nav a:link,
#left #nav a:visited
{
	font-weight:bold;
	color: #fff;
	text-decoration: none;
}

#left #nav a:hover
{
	text-decoration: underline;
}

#left #nav ul
{
	text-transform: uppercase;
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
}

#left #nav ul li
{
	padding: 2px 0 2px 0;
}

#left #nav ul li.active
{
	padding: 2px 0 2px 0;
	list-style-image: url(/images/arrow_orange_dark.gif);
}

#left #nav ul.subsection
{
	margin: 0;
	padding: 5px 0 5px 0;
	text-transform: none;
	background: #ccc;
	color: #000;
}

#left #nav ul.subsection li
{
	list-style-image: none;
	padding: 3px 0 3px 20px;
	line-height: 0.9em;
}

#left #nav ul.subsection li a:link,
#left #nav ul.subsection li a:visited
{
	color: #000;
	display: block; /*Text was disappearing randomly...this fixes it*/
}


#left #nav ul li.languagelink
{
	padding: 20px 0 20px 0;
}

#left #login
{
	width: 130px;
	background: #ccc;
	padding: 10px;
}

#left #login h1
{
	font-size: 1.0em;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	color: #000;
}


.page-nonav #content,
#content
{
	border-left: 150px solid #666;
	padding: 15px 0 0 15px;
	width: 590px;
	min-height: 700px;
}

.page-nonav #content,
{
	border: 0px;
	width: 740px;
}
/******* hyperlink and anchor tag styles *********/


.member a:link {
	font-weight:bold;
	font: Verdana,sans-serif;
	color: #000000;
	text-decoration: none;
	font-size:10px;
}

.member a:visited {
	font-weight:bold;
	font: Verdana,sans-serif;
	color: #000000;
	text-decoration: none;
	font-size:10px;
}

.member a:hover{
	text-decoration: underline;
}



.box_class a:link { 
	font: Verdana,sans-serif;
	color:#000000; 
	text-decoration: none; 
	font-size:9px;
} 

.box_class a:visited { 
	font: Verdana,sans-serif;
	color: #000000; 
	text-decoration: none; 
	font-size:9px;
} 

.box_class a:hover{
	text-decoration: underline;
	color: #FF6600;
	
	}	
	

/**** Orange/Bold Header for Content ****/
h1
{
	font-size: 1.2em;
	color: #FF6600;
	margin: 0px;
}


/**** Black/Bold Header for Content ****/
h2
{
	font-size: 1em;
	color: #666;
	margin: 0px;
}
/***** Orange/Bold Header Large *****/
h3 {
	font-size: 1.3em;
	font-weight:bold;
	color: #FF6600;
	margin: 0px;
}

h4 {
	font-size: 1em;
	color: #000000;
	margin: 0px;
}


#page-home-homepage table table,
#page-home2-homepage table table,
#page-members-membership table table,
#page-members2-membership table table
{
	border:1px solid #FF6600;
}

table table ul
{
	margin-left: 25px;
	padding-left: 0px;
	padding-right: 5px;
}

table table ul ul
{
	margin-left: 20px;
	font-size: 0.8em;
	list-style-image: none;
	list-style-type: disc;
}

/********** Orange Boxes on Main Page *************/	

	
}

#newMembers_content {
	width:242px;
	font: Verdana,sans-serif;
	font-weight:300;
	color: #000000;
	text-decoration: none;
	font-size:11px;
	text-align:left;
}

#upcoming {
	margin-top: 20px;
	border:1px solid #FF6600;
}

#upcoming_content {
	margin:10px 0px 0px 5px;
	width:202px;
	font: Verdana,sans-serif;
	font-weight:300;
	color: #000000;
	text-decoration: none;
	font-size:11px;
	text-align:left;
}



#upcoming_content ul li
{
	padding-bottom: 4px;
}

#footer 
{
	color: #666666; 
	font-size:9px;
	text-align: center;
	border-left: 150px solid #666;
	padding: 15px 0 0 15px;
	width: 590px;
}

#footer p
{
	margin: 0;
}

#footer a:link,
#footer a:visited
{ 
	text-decoration: none; 
} 

#footer a:hover
{
	color: #FF6600;
}


.clear-fix
{
	float: none;
	clear: both;
	display: block;
}
