@charset "utf-8";
@import url(reset.css);

/*-------------------------------------
	Main Styles
-------------------------------------*/
html
{
	overflow-y: scroll;
}

body
{
	font:  12px Verdana, Geneva, sans-serif;
	color: #333;
}

#container
{
	width: 986px;
	margin: 5px auto;
	background-color: #fff;
}

/*-------------------------------------
	Header
-------------------------------------*/
#header
{
	position: relative;
	height: 56px;
	margin-bottom: 0;
}

#header img#adhesionLogo
{
	position: absolute;
	top: 0;
	left: 0;
}

#header #phoneNumber
{
	position: absolute;
	right: 3px;
	top: 0;
	padding-left: 25px;
	padding-top: 2px;
	font-size: 18px;
	background: url(../images/shared/phoneNumberArrows.gif) no-repeat 0px 9px;
}

#header #headerLinks
{
	position: absolute;
	font-size: 11px;
	right: 4px;
	top: 33px
}

#header a:link, #header a:visited
{
	color: #333;
	text-decoration: none;
}

#header a:hover
{
	text-decoration: underline;
}

/*-------------------------------------
	Navigation
-------------------------------------*/

#navigation
{
	background: url(../images/interior/navigationBg.jpg) no-repeat;
	height: 48px;
	font: 13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#navigation ul
{
	padding-top: 12px;
	padding-left: 15px;
}

#navigation li
{
	display: inline;
	padding-right: 25px;
}

#navigation ul li a, #navigation ul li span
{
	display: inline-block; /* For IE7 */
	text-align: center;
	padding: 4px 7px;
}

#navigation li a.currentArea
{
	background: url(../images/shared/selectedButtonBg.jpg) repeat-x;
	border-left: 1px solid #999;
	border-right: 1px solid #ccc;
}

#navigation li a:link, #navigation li a:visited
{
	color: #333;
	text-decoration: none;
}

#navigation li a:hover
{
	text-decoration: underline;
}

#navigation li a.currentArea:hover
{
	text-decoration: none;
	cursor: default;
}

/*-------------------------------------
	Secondary Navigation
-------------------------------------*/
#secondaryNav
{
	width: 229px;
	background-color: #fff;
	float: left;
}

#secondaryNav div#navBox
{
	width: 216px;
	margin-top: 5px;
	margin-left: 3px;
	margin-bottom: 15px;
	background: #f6f6f6 url(../images/interior/sNavBoxBg.jpg) repeat-y;
	font: 11px Verdana, Geneva, sans-serif;
}

#secondaryNav li.top
{
	background: url(../images/interior/sNavBoxTop.jpg) no-repeat left top;
	padding-top: 3px;
}

#secondaryNav li.bottom
{
	background: url(../images/interior/sNavBoxBottom.jpg) no-repeat left bottom;
	height: 34px;
}

#secondaryNav li.bottom a
{
	border: none;
}

#secondaryNav a
{
	display: block;
	width: 216px;
	height: 30px;
	line-height: 30px;
	color: #000;
	text-indent: 7px;
	border-bottom: 1px solid #ccc;
}

#secondaryNav a.last
{
	border-bottom: none;
}

#secondaryNav ul ul a
{
	text-indent: 30px;
}

#secondaryNav .currentSection
{
	background: #f6f6f6 url(../images/shared/sNavBoxSectionBg.jpg) repeat-y;
}

#secondaryNav .currentPage
{
	background-color: #bed4f1;
	cursor: default;
}

#secondaryNav #navBox a.currentPage:hover 
{
	text-decoration: none;
	cursor: default;
}

#secondaryNav a:link, #secondaryNav a:visited
{
	color: #333;
	text-decoration: none;
}

#secondaryNav a:hover
{
	text-decoration: underline;
}

#secondaryNav #brochures
{
	font: 11px Verdana, Geneva, sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#secondaryNav #brochures a
{
	display: inline;
	border: none;
	line-height: 20px;
}

#secondaryNav #brochures a:link, #secondaryNav #brochures a:visited
{
	color: #00f;
	text-decoration: underline;
}

#secondaryNav #brochures .pdfIcon
{
	vertical-align: middle;
} 

/*-------------------------------------
	Content
-------------------------------------*/

#content
{
	width: 757px;
	background-color: #fff;
	float: right;
}

/*-------------------------------------
	Main Content	
-------------------------------------*/

#mainContent
{
	width: 528px;
	background-color: #fff;
	float: left;
	font: 12px/20px Verdana, Geneva, sans-serif;
}

#content #mainContent p
{
	display: block;
	margin: 1.4em 0;
	margin-top: 15px;
}

#mainContent em, #content em
{
	font-style: italic;
}

#mainContent h2 + p, #mainContent h3 + p
{
	margin-top: 20px;
}

#mainContent strong, #content strong
{
	font-weight: bold;	
}

#mainContent h1, #content h1
{
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 10px;
	color: #065CCB;
}

#mainContent h2, #content h2
{
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0;	
	/* color: #333; */
	/* color: #9ABB00; */
	color: #8dab00;
}

#mainContent h3
{
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0;	
	color: #333;
}

#mainContent h4
{
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin-top: 22px;
	margin-bottom: 0;	
	color: #333;
}

#mainContent #team h2, #mainContent #directors h2
{
	border-bottom: 1px solid gray;
}

#mainContent #team h4, #mainContent #directors h4
{
	/*background-color: #fad439;*/
	margin-top: 0;
}

#mainContent #team p, #mainContent #directors p
{
	/*background-color: #fad439;*/
	margin-top: 0;
}

#mainContent #directors h4
{
	font-style: italic;
}

#mainContent .clear
{
	clear: both;
}

#mainContent ul, #content ul
{
  display: block;
  list-style-type: disc;
  margin: 1em 2em; /* was 3em */
}

#mainContent li , #content li
{
  display: list-item;
}

#mainContent .doubleSpace li 
{
  margin-top: 12px;
}

#mainContent .singleSpace li 
{
  margin-top: 0;
}

#mainContent ul.circle 
{
	list-style-type: circle;
}

#mainContent ol
{
  display: block;
  list-style-type: decimal;
  margin: 1em 3em;
}

#mainContent ol.lowerRoman
{
 	list-style-type: lower-roman;
}

#mainContent .centeredImage
{
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

#mainContent .imageRight
{
	float: right;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

#mainContent .imageLeft
{
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

#mainContent .logos
{
	overflow: hidden;
	text-align: center;
}
	
#mainContent .logos div
{
	width: 166px;
	margin-top: 20px;
	margin-right: 5px;
	font-size: 9px;
	float: left;
}

#mainContent .logos div img
{
	border: 1px solid #CCC;
	margin: 0;
	padding: 0;
}

#mainContent .logos div p
{
	margin: 0;
	margin-top: -5px;
	padding: 0;
}

#mainContent .floater
{
	font-weight: bold;
	font-style: italic;
	/* font-size: 16px; */
	margin-top: 0;
	margin-bottom: 0;
}

/* Navigation */
#mainContent a:link, #mainContent a:visited
{
	text-decoration: none;
}

#mainContent a:hover
{
	text-decoration: underline;
}

#mainContent a:active
{
	color: red;
	text-decoration: underline;
}

/*-------------------------------------
	Secondary Content	
-------------------------------------*/

#secondaryContent
{
	width: 229px;
	/*border-bottom-color: #9FC;*/
	float: right;
}

#secondaryContent div#sMoreContent
{
	margin-left: 0px;

	margin-top: 10px;
	width: 216px;
	font: 11px Verdana, Geneva, sans-serif;
}

#secondaryContent div#sMoreContent img
{
	padding: 0;
}

#secondaryContent div#sMoreContent p
{
	margin-top:  15px;
}

#secondaryContent div#sContentBox
{
	width: 216px;
	margin-top: 5px;
	margin-left: 10px;
	background: #f6f6f6 url(../images/interior/sContentBoxBg.jpg) repeat-y;
	font: 11px Verdana, Geneva, sans-serif;
}

#secondaryContent div#sContentBoxTop
{
	background: url(../images/interior/sContentBoxTop.jpg) no-repeat left top;
	padding-top: 5px;
}

#secondaryContent div#sContentBoxBottom
{
	background: url(../images/interior/sContentBoxBottom.jpg) no-repeat left bottom;
	padding-bottom: 4px;
	height: 4px;
}

#secondaryContent img.client
{
	float: right;
}

#secondaryContent img, #secondaryContent h2, #secondaryContent p
{
	padding: 0 10px;
}

#secondaryContent .caption
{
	font-size: 11px;
	text-align: center;
}

#secondaryContent div#sContentBox h2
{
	font-size: 12px;
	margin: 5px 0 7px 0;
}

/*-------------------------------------
	Bullets
-------------------------------------*/

ul.features
{
	list-style-image: url(../images/umas/bulletRoundGreen.png);
}

ul.benefits
{
	list-style-image: url(../images/umas/bulletWedgeBlue.png);
}

/*-------------------------------------
	Footer
-------------------------------------*/
#footer
{
	clear: both;
	background-color: #fff;
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

