/* -- General Settings --------------------------------------------------- */
/*html, body, form, fieldset, td {
	font-family: "Century Gothic", verdana, arial, helvetica, sans-serif;
}*/

html {
	font-size: 100%;
}

body { 
	/*font-size: 83%;
	margin: 20px 0;
	background: #f9f9f9;*/
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 0px;
	width: 0px;
	background-color: #FFFFFF;
	color: #000000;
	background-image: url(/main/images/bg.gif);
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 135%;
	margin-top:1px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
}

form {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	line-height: 135%;
}

img {
	display: block;
}

#page-content img {
	display: inline;
}

img#logo-img,
img#envelope {
	display: inline;
	margin-bottom: 3px;
}

ul, ol {
	list-style-type: disc;
	margin-left: 1em;
}

#org-logos img {
	margin: 7px;
}

img#cmaa {
	margin-bottom: 20px;
}

div#phoneNumber {
	color: white;
	font-family: Arial;
	font-size: 12px;
	margin: 25px 16px 20px;
	font-weight: normal;
}

#tagline {
	font-family: Arial, sans-serif;
	color: black;
	text-align:right;
	font-style:italic;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0 35px 5px 0;
	/*position: absolute;
	top: 135px;
	left: 470px;
	z-index: 100;*/
}

#feedback {
	border-left: 1px solid #CCCCCC;
	/*background: #FFFFFF url(/main/images/quote-bg.png) no-repeat center center;*/
	width:200px;
	padding: 0px 10px 0px 15px;
	margin-left: 10px;
	margin-bottom: 7px;
	float:right;
	position: relative;
	font-size: 11px;
}

#feedback p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

#feedback p.byline {
	
}

#feedback p.morefeedback {
	font-size: 10px;
	margin-bottom: 0;
}

/* -- Main Layout ------------------------------------------------------------ */

/* Main <table> creating the basic page layout. */
#layoutTable {
	border-collapse: collapse;
	margin: 0 auto;
}

/* Page header, where "Company Name" is. */
#headerCell {
	height: 80px;
	background: #009;	
	color: #fd0;
	border: 1px solid #666;
	border-width: 0 1px
}

	#headerCell h1 {
		margin: 0 35px;
		font-size: 3em;
		line-height: 2em;
	}

/* Sidebar where the site menu and mailing list signup are. */
#sidebarCellLeft {
	width: 19%;
	background: #eee;
	border: 1px solid #ddd;
	border-width: 0 1px;
	vertical-align: top;
}

/* Main content cell. */
#contentCell {
	height: 500px;
}

/* Page footer, where the text links and copyright are. */
#footerCell {
	/*border-top: 1px solid #ddd;*/
	text-align: center;
	font-size: 11px;
	padding: 10px 0;
	color: #888888;
}

#headerGraphic {
	width: 500px;
	height: 21px;
	background: url(/main/images/headerbg.jpg) repeat-x;
}

/* -- Common Page Items ------------------------------------------------- */
#page-breadcrumbs {
	margin: 15px 50px 0;
}

#page-title-container {
	margin: 0;
}

#page-title {
	font-size: 1.2em;
	color: #6699cc;
	margin: 20px 0 35px;
}

#page-subtitle-container {
	margin: 1em 0 0;
}


#page-subtitle {
	color: #666;
	margin: 0 50px 10px;
}

#page-intro {
	margin: 15px 0px 10px;
}

#page-content {
	/*margin: 10px 50px;*/
}

#page-outro {
	margin: 10px 50px;
}

#page-pager-container {
	float: left;
	margin: 10px 50px;
	background: #f6f6f6;
	border: 1px solid #eee;
	/* Fix IE Doubled Float-Margin Bug
	   http://positioniseverything.net/explorer/doubled-margin.html */
	display: inline;
}

.page-pager {
	width: 16em;
	margin: 0.33em 0.66em;
}

#page-pager-back {
	float: left;
}

#page-pager-next {
	float: right;
	text-align: right;
}

#page-bottomLinks {
	margin: 10px 50px;
	padding: 10px;
	border: 1px solid #e3e3e3;
	background: #f5f5f5;
}

#copyright {
	margin-top: 5px;
}

#copyright img {
	margin-bottom: -2px;
}

#Links .contentSection-text img {
    border: 1px solid black;
	margin: 5px 0px;
	padding: 5px;
}

#firmoverview .contentSection-text img {
	border: 1px solid black;
	padding: 5px;
}

#Links .contentSection-text img:hover,
#firmoverview .contentSection-text img:hover {
	border: 1px solid #6699cc;
}

/* -- Misc. Look And Feel --------------------------------------------------------- */

a, a:link, a:visited {
	text-decoration: none;
	color: #398a9c;
}

a:focus, a:hover, a:active {
	text-decoration: underline;
	color: #14446F;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0;
}

#sitemap ul {
	list-style-type: disc;
	margin-left: 1em;
}

#sitemap ul ul {
	margin-top: 0.33em;
	margin-bottom: 0.33em;
	list-style-type: circle;
}

#sitemap ul ul ul {
	list-style-type: square;
}

/* -- Mailing List Form ----------------------------------------------- */

#ml-form {
	margin: 25px 0px 40px 16px;
	width: 87%;
	#width: 90%; /* adjust for IE */
}

#ml-email {
	width: 70%;	
}

#ml-submit {
	/*margin-top: -.25em;*/
	margin-left: 5px;
	position: relative;
	top: -2px;
	#top: 0px; /* fix alignment in IE */
}

.ml-text {
	font-family: Arial;
	font-size: 12px;
	color: white;
	font-weight: normal;
}

/* -- Imported from main.css ------------------------------------------- */
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;


}
.poweredby {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	font-style: italic;
	font-variant: small-caps;








}

.FormLabel {
	font-weight: bold;
	text-align: right;
	font-size: 12px;
	vertical-align: text-top;


}
.FormNote {
	font-size: 10px;
	font-style: italic;
}
.AreaItemLabel {
	text-align: left;
}
.FormSectionTitle {
	font-weight: bolder;
	text-align: left;
	font-size: 16px;
	font-style: italic;


}
.Message {
	font-size: 10px;
}
.CheckText {
	font-style: italic;
	font-size: 12px;

}


.mainbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 0px;
	width: 0px;
	background-color: #FFFFFF;
	color: #000000;
	background-image: url(/main/images/bg.gif);
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
}
.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	font-style: normal;
	font-weight: bolder;
	text-indent: 0pt;
	right: 0px;


}
.sitemaplinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.bottomlinks {
	color: #888888;
	/*font-family: Arial, Helvetica, sans-serif;*/
text-decoration:none;




}a.bottomlinks:hover {
	color: #888888;
	/*font-family: Arial, Helvetica, sans-serif;*/
text-decoration:underline;




}


.PageSectionHeading {
	font-size: 12px;
	font-weight: bold;
}
.PageSectionText {
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-style: normal;
	text-align: left;
	font-size: 13px;
}
.PageIntro {
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-style: normal;
	text-align: left;
	font-size: 13px;
}
.TOCLinkList {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
}
.GotoTop {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
	text-align: right;
}
.FAQIntro {

	font-size: 14px;
	font-style: normal;
	text-align: left;
}
.SiteMapLevel1 {
	font-weight: bold;


}
.SiteMapLevel2 {
	text-indent: 25px;

}
.SiteMapLevel3 {
	text-indent: 50px;
	font-style: italic;
	font-weight: lighter;

}
.SiteMapLevel4 {

	text-indent: 75px;
	font-style: normal;
	font-weight: lighter;
}
.breadcrumbs {
	font-size: 12px;
}
.backlink {
	text-align: right;
	font-size: 12px;
}

p {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 13px;
}
.sectiontext {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 13px;
}
.sectiontitle {

	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	font-weight:bold;
}

.seoBottomLinks {
	text-align:center;
	font-size: 10px;
}