body {
	margin: 			0px;
	background-image:	 url("images/bg_main.gif");
	background-repeat:	repeat-x;
	background-position:center;
	background-position:top;
	background-color:	#FFFFFF;
	font-family:		 Arial, Helvetica;
	/*font-size: 			11px;*/
	/*color: 				#f3f3f3;*/
	/*color:				#A06259;*/
	color:					#333;
}

body.l2 {
	background-position:0px -70px;
}

a, a:link, a:visited, a:active {
	color:				#004E9B;
	text-decoration:	none;
}

a:hover {
	color: 				#3C9BCF;
}

input, textarea, select {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
	background-color:	#FFFFFF;
	color:				#666666;
	border:				1px solid #999999;
}

form {
	display:			inline;
}

hr {
	border:				0;
	height:				1px;
	color:				#f1f1f1;
	background:			#f1f1f1; 
	margin: 			7px 0px 7px 0px;
}

img {
	border:				0px;
}

ul li {
  	list-style: 		none;
  	background-image: 	 url("images/bullet.gif");
  	background-repeat:	no-repeat;
  	margin-left: 		-20px;
  	padding-left: 		18px;
}

#container {
	width:				760px;
	margin:				auto;
}

#logo {
	/*background-image:	url(images/bg_logo.jpg);*/
}
#l2logo {
	/*background-image:	url(images/bg_logo.jpg);*/
	background-position:0px -70px;
	background-repeat:	no-repeat;
}

/* login link */
#memberLogin {
	color:				white;
	font-size:			11px;
	/*font-weight:		bold;*/
	font-family:		verdana;
	padding-top:		25px;
	float:				right;
}
#memberLogin a {
	color:				#DDD;
	text-decoration:	underline;
}
#memberLogin a:hover {
	color: 				#3C9BCF;
}

/* INDEX FEATURE */
#feature {
	width:				442px;
	float:				left;
}

#featuretitle {
	width:				300px;
	float:				right;
}

#featuretext {
	padding:			10px 20px 20px 3px;
}

/* ANNOUNCEMENTS */
#announcements {
	float:				right;
	width:				277px;
	font-size:			69%;
	margin-left:		5px;
}
#announcements .content-container {
	background: white url(images/bg_announce.jpg) no-repeat scroll right bottom;
	padding-bottom: 18px;
	position: relative;
	height: 1%
}
#announcements .content {
	padding:			0 30px 0 30px;
	background:			url(images/bg_related.gif) repeat-y bottom right;
}
#announcements a {
	color:			#A06259;
	font-weight:		bold;
}
/* MEMBER FORUM */
#member_forum {
	background: white url(images/btn_forum.jpg) no-repeat 0 0;
	margin-left:3px;
}

#member_forum:hover { 
	background: url(images/btn_forum-over.jpg) no-repeat 0 0;
	margin-left:3px;
}


#memberForumLink{
	height:				72px;
	display:			block;
	margin-left:		0px;
	margin-right:		21px;
	background-repeat:	no-repeat;
	text-indent:		-9999px;
}

#moreAnnouncements {
	height:				128px;
	display:			block;
	margin-left:		4px;
	margin-right:		21px;
	background-image:	url(1);
	
	background-repeat:	no-repeat;
	text-indent:		-9999px;
}

#announcements ul {
	padding:			0;
	margin:				0 15px 0 15px;
}
#announcements li {
	list-marker:		none;
	background-image:	none;
	border-bottom:		1px solid #E8E2BF;
	padding-left:		10px;
}
#announcements li a {
	display:			block;
	padding:			7px 7px 7px 18px;
	background-image:	url(images/bullet.gif);
	background-position:0 50%;
	background-repeat:	no-repeat;
	color:				#A06259;
}
#announcements li a:hover {
	background-image:	url(images/l2bullet.gif);
}

/* CONTENT */
#content {
	padding:			10px 0 0 0;
	min-height:			325px;
	height:				auto !important;
	height:				325px;
	line-height:		150%;
}
#content a {
	color:			#A06259;
	font-weight:		bold;
}

#l2content {
	padding:			10px 0 0 0;
	line-height:		150%;
	font-size:			75%;
}
#l2content h2 {
	font-family:		arial, sans-serif;
	font-weight:		normal;
	color:				#003785;
	/*letter-spacing:		0.05em;*/
	/*font-size:			15px;*/
	font-size:			155%;
	padding:			0;
	margin:				0 0 10px 0;
}
#l2content h3 {
	font-size:			140%;
}
#l2content h4 {
	font-size:			125%;
}
#l2content h5 {
	font-size:			110%;
}
#l2content ul {
	padding:			0;
	margin:				0;
}
#l2content ul li {
	margin-left:		15px;
	padding-left:		18px;
	background-position:0 4px;
	padding-bottom:		5px;
}

#rightCol {
	float:				right;
	width:				225px;
	padding-left:		30px;
	min-height:			315px;
	height:				auto !important;
	height:				315px;
	border-left:		1px solid #EEDFD9;
	font-size:			11px;
	line-height:		150%;
}
#rightCol h2.events {
	text-indent:		-9999px;
	background:			white url(images/heading_events.gif) no-repeat;
	color:				#003785;
	padding:			0;
	margin:				0 0 10px 0px;
}
#rightCol h2.media {
	text-indent:		-9999px;
	background:			white url(images/heading_media.gif) no-repeat;
	color:				#003785;
	padding:			0;
	margin:				0 0 10px 0px;
}

#leftCol {
	width:				200px;
	padding-left:		12px;
	font-size:			69%;
	line-height:		150%;
}
#leftCol h2 {
	text-indent:		-9999px;
	background:			white url(images/heading_welcome.gif) no-repeat;
	color:				#617F55;
	padding:			0;
	margin:				0 0 10px -2px;
}
#leftCol a {
	color:				#004E9B;
	text-decoration:	none;
}

#leftCol a:hover {
	color: 				#3C9BCF;
}


#leftCol li {
	background-position: 0 50%;
}
#leftCol li a {
	color:				#004E9B;
}

/* back button styles */
#back {
	border-bottom:		1px solid #CCCCCC;
	padding-bottom:		6px;
	font-size:			69%;
}

/* positions vacant */
#positions {
	background:			white url(images/bg_positions.gif) repeat-x bottom center;
	height:				148px;
}
#positions .content {
	width:				850px;
	margin:				auto;
	background-image:	url(images/positions.jpg);
	background-repeat:	no-repeat;
	height:				148px;
	line-height:		150%;
}
#positions .text {
	padding:			0 50px 0 345px;
}
#positions h2 {
	text-indent:		-9999px;
	height:				62px;
	background-image:	url(images/heading_positions.gif);
	background-position:345px 50px;
	background-repeat:	no-repeat;
}

/* NEWS LISTING */
.newsItem .date {
	font-weight:		bold;
}

.newsItem .title {
	font-size:			13px;
}

/* FOOTER */
#footer {
	color:				#BC9D91;
	padding:			25px 0;
	text-align:			center;
	font-size:			69%;
}

#footer a {
	color:				#BC9D91;
}
#footer a:hover {
	color:				#A06259;
}
ul.faxList, .ctree {
	width: 420px;
	padding: 0;
}
#l2content ul.faxList li, .ctree_title {
	background: 0;
	margin: 0;
	padding: 0;
	display: block;
}
ul.faxList li a, .ctree_title a {
	padding: 8px 0 2px 26px;
	display: block;
	border-top: 1px solid #EBE1C6;
}
ul.faxList li a:link span, .faxList li a:visited span {
	text-decoration: none;
	color: #666;
}
#l2content ul.faxList li a:hover span {
	color: #3C9BCF;
}
.faxList li a:link, .faxList li a:visited, .ctree_title a:link, .ctree_title a:visited {
	background: url('images/pdf.gif') 0 -25px no-repeat;
	margin-top: 4px;
}
.faxList li a:hover, .ctree_title a:hover {
	background-position: 0 6px;
	text-decoration: underline;
	color: #3C9BCF !important;
}
