/****************************************************/
/* MEMBER LOGIN AND FONT SETTINGS					*/
/****************************************************/
.navTopWrapper {
	background-color: #2a6a80;
	padding: 3px 0;
}
#NavTop {
	margin: 0 auto;
	color: #e8e8e8;
	font-size: 12px;
	width: 860px;
}
#NavTop a {
	color: #FFF;
	text-decoration: none;
}
#NavTop a:hover {
	text-decoration: underline!important;
}
.memberLogin {
	background: url(/images/site/menus/navTop-arrow.gif) no-repeat 0 50%;
	padding-left: 10px;
}
#NavTop a:hover {
	text-decoration: underline;
}
.default, .medium, .large {
	text-transform: uppercase;
	font-weight: bold;
	background-image: none;
	padding: 0;
}
.default {
	font-size: 12px;
}
.medium {
	font-size: 16px;
}
.large {
	font-size: 18px;
}

/****************************************************/
/* HOMEPAGE											*/
/****************************************************/
#Content {
	margin: 0 auto;
	width: 860px;
}
#contentContainer {
	padding: 25px 5px;
}
#leftColumnHome {
	float: left;
	width: 550px;
	line-height: 1.6em;
}
#rightColumnHome {
	float: right;
	width: 280px;
}
#rightColumnHome div.flashWrapper {
	margin-top:5px;
	margin-left:5px;
}
#homeFeatures {
	background: url(/images/site/templatedObjects/homeFeatures-bg.gif) no-repeat center top;
	clear: both;
	margin-top: 20px;
	width: 860px;
}
#homeFeatures td {
	vertical-align: top;
}
.homeFeaturesContent {
	background: url(/images/site/templatedObjects/homefeatures-contentBg.gif) no-repeat center bottom;
}
.homeFeaturesContent td {
	padding-bottom: 20px;
}
#homeFeatures h2 {
	font-size: 1.4em;
	display: block;
	color: #FFF;
	padding: 12px;
}
#homeFeatures h2.dark {
	display: block;
	color: #FFF;
}
#homeFeatures p {
	font-family: "Arial", Helvetica, sans-serif;
	color: #454545;
	font-size: 1em;
	padding: 10px;
	margin: 0;
	line-height: 1.3em;
}
#homeFeatures a {
	background: url(/images/site/arrow-black-bold.gif) no-repeat 0 50%;
	font-weight: bold;
	color: #2A6A80;
	padding-left: 12px;
	margin-left: 10px;
}

/****************************************************/
/* INNER PAGES										*/
/****************************************************/
#leftColumn {
	float: left;
	width: 600px;
	line-height: 1.6em;
}


#leftColumn ul {
	list-style: none;
	list-style-position: inside;
	padding:0;
}

#leftColumn ul li {
	/*list-style-type: circle;*/
	 background: url(/images/site/bullet-grey-bold.gif) no-repeat left 15px;
	padding-left: 10px;
	padding-top:6px;
	padding-bottom:10px;
	display:block; 
	width:100%!important;
}


#rightColumn {
	float: right;
	width: 220px;
}

#orgListPaging {
}

#azDirectoryLinks{
	margin-bottom:25px;
}

#azDirectoryLinks a{
	margin-right:10px;
	font-weight:bold;
}

.azDirectoryHeader{
	vertical-align:text-top;
	width:120px;
	position:relative;
	float:left;
	display:block;
}

.azDirectoryContent{
	padding-left:10px;
	position:relative;
	float:left;
	display:block;
	width:370px;
}

.azDirectoryOrgName{
	background-color:#f6f6f6;
	width:500px;
}

#getSupportForm{
	margin-top:25px;
}

/****************************************************/
/* FOOTER											*/
/****************************************************/
#footerWrapper {
	background: #fafafa url(/images/site/footer-wrap-bg.gif) repeat-x left top;
	border-top: 2px solid #b2b2b2;
	padding: 20px 10px 60px 10px;
	margin-top: 20px;
}
#footerContent {
	width: 860px;
	margin: 0 auto;
}
#footerExtra {
	margin: 0 auto;
	width: 860px;
	padding: 15px;
	line-height: 1.4em;
	color: #666;
	font-size: 12px;
}
#footerExtra a {
	color: #2A6A80;
}
#footerExtra h4 {
	font-family: "Arial", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #2a6a80;
	padding: 0 0 15px 0;
	margin: 0;
}
#footerExtra ul {
	list-style: none;
}
#footerExtra li a {
	background: url(/images/site/grey-arrow.gif) no-repeat left 5px;
	padding-left: 10px;
}
#footerExtra td {
	vertical-align: top;
	width: 25%;
}
#footerNav {
	padding-top: 20px;
	text-align: center;
}
#footerNav ul {
	list-style: none;
	padding-bottom: 25px;
}
#footerNav li {
	display: inline;
}
#footerNav li a {
	color: #2A6A80;
	text-decoration: none;
	padding: 0 5px;
}
#footerNav li a:hover {
	text-decoration: underline!important;
}
#footerNav p {
	color: #999;
	font-size: 11px;
	padding: 0;
	margin: 0;
}
#footerNav a {
	text-decoration: none;
}
#footerNav a:hover {
	text-decoration: underline;
}
a#supportActive, a#captionedActive{
	font-weight:bold;
	color:#27AFDD;
}


#leftList ul 
{
	list-style-type: disc;
	list-style-position: outside;
	padding: 0;
	margin: 0;
}

