/* CSS Document */
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #5f6568;
	padding: 0;
	margin: 0;
	color: #000000;
}

p {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 22px;
}

img { 
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #2f359d;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-weight: 600;
	font-size: 25px;
	color: #4b5053;
	margin: 0 0 20px 0;
	padding: 0;
}


h2 {
	font-weight: 600;
	font-size: 14px;
	color: #2f359d;
	margin: 0 0 20px 0;
	padding: 0;
}

h3 {
	font-weight: 600;
	font-size: 12px;
	color: #2f359d;
	margin: 0 0 20px 0;
	padding: 0;
}


hr {
	height: 0px;
	border-top: 0px solid #e1e1e1;
	color: #e1e1e1;
}

ul {
	list-style-image: circle;
	margin: 0 0 20px 0;
	padding: 0 35px;
}

li {
	margin-top: 15px;
}

ol {
	margin: 0 0 20px 0;
	padding: 0 35px;
}

.floatList {
	width: 255px;
	float: left;
	display: block;
}

.floatList li {
	margin-top: 5px;
}


/****** GENERIC ******/

.flashTextFix {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;	
}

div.clear {
	height: 0;
	margin: 0;
	padding: 0;
}

.clearLeft {
	clear: left;
	font-size: 0;
	height: 0px;
}

div.flashContainer {
	width: 1px;
	height: 1px;
	position: absolute;
	z-index: 10;
}

input.textInput {
	height: 18px;
	width: 255px;
	border: 1px solid #bec5cd;
}

textarea.inputTextArea {
	width: 255px;
	border: 1px solid #bec5cd;
	height: 148px;
}

a.arrowLink {
	padding: 0 0 0 20px;
	background: url(../images/ico_arrow.gif) no-repeat left;
	text-decoration: none;
}

/****** CONTAINERS ******/
body div#headerContainer {
	width: 100%;
	margin: 0;
	background: #FFFFFF;
	min-width: 960px;
}

body div#slideBannerContainer {
	width: 100%;
	height: 297px;
	margin: 0;
	background: url(../images/bg/bg_flash_container.gif) top left repeat-x #FFFFFF;
	min-width: 990px;
}

body div#homePageContainer {
	width: 100%;
	margin: 0;
	background: #FFFFFF;
	min-width: 960px;
}

body div#pageContainer {
	width: 100%;
	margin: 0;
	background: url(../images/bg/bg_page_container.gif) top left repeat-x #FFFFFF;
	min-width: 960px;
}

/******** PAGE ********/
div#page {
	width: 960px;
	padding: 0;
	margin: 0 auto;	
}

div#page div#pageSideSpacing {
	padding-top: 13px;
}

div#page div#pageSidebarBg {
	background: url(../images/bg/bg_sidebar.gif) top right repeat-y;
	width: 960px;
}

/** HEADER **/
div#header {
	background: url(../images/bg/bg_header.gif) top left no-repeat;
	padding: 0;
	margin: 0 auto;
	position: relative;
	width: 960px;
	height: 145px;
}

div#header img#clientLogo {
	display: block;
	float: left;
}

div#header div#navButtons {
	padding: 61px 0 0 80px;
	width: 620px;
	float: left;
}

div#navButtons ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 36px;
	float: right;
}

div#navButtons ul li {
	float: left;
	background: none;
	margin: 0;
	padding: 0;
	background: url(../images/bg/bg_navContain.gif) top left repeat-x;
}

div#navButtons ul li a {	
	height: 16px;
	display: inline;
}
div#navButtons ul li a img {
	padding: 10px 15px;
	margin: 0;
	display: block;
}

div#navButtons ul li a:hover {
	background: url(../images/nav_buttons/nav_hover.gif) center bottom no-repeat;	
}

/** NAV **/
a#navHome {
	width: 85px;
	background: url(../images/nav_buttons/nav_home.gif) no-repeat;	
}

a#navSubjects {
	width: 104px;
	background: url(../images/nav_buttons/nav_subject.gif) no-repeat;	
}

a#navFAQs {
	width: 79px;
	background: url(../images/nav_buttons/nav_faqs.gif) no-repeat;	
}

a#navTestimonials {
	width: 129px;
	background: url(../images/nav_buttons/nav_testimonials.gif) no-repeat;	
}

a#navAbout {
	width: 104px;
	background: url(../images/nav_buttons/nav_about.gif) no-repeat;	
}

a#navContact {
	width: 119px;
	background: url(../images/nav_buttons/nav_contact.gif) no-repeat;	
}




/******** CONTENT ********/
/** FLASH BANNER **/
div#slideBannerContainer div#slideRel {
	width: 990px;
	margin: 0 auto;
}

div#slideBannerContainer div#slideHolder {
	position: relative;
	top: -20px;
}

div#slideBanner {
	height: 255px;
}

div#slideHolder ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 940px;
	margin: 0 auto;
}

div#slideHolder ul li {
	float: left;
	background: none;
	margin: 0;
	padding: 0;
}

div#slideHolder ul li a.fbButtons {
	width: 235px;
	height: 62px;
	display: block;
}

div#slideHolder ul li a:hover, div#slideHolder ul li a.activeState {
	background-position: left bottom;
}

/** NAV **/
a#fbSlide1 {
	background: url(../images/nav_buttons/fb_slide1.gif) no-repeat;	
}

a#fbSlide2 {
	background: url(../images/nav_buttons/fb_slide2.gif) no-repeat;	
}

a#fbSlide3 {
	background: url(../images/nav_buttons/fb_slide3.gif) no-repeat;	
}

a#fbSlide4 {
	background: url(../images/nav_buttons/fb_slide4.gif) no-repeat;	
}

/** STD PAGE **/
div#content {
	padding: 30px 25px;
	width: 690px;
	float: left;
}

div#content img#contentBanner {
	display: block;
	padding-top: 15px;
}

div#content div.contentListSection {
	padding: 0 0 25px 0;
	clear: left;
}

div#content div.newsListSection {
	padding: 18px 0;
	border-bottom: 1px dotted #c3c3c3;
}

div#content div.leftCol {
	width: 95px;
	float: left;
}

div#content div.leftRight {
	width: 595px;
	float: left;
}

div#content div.contentListSection img, div#content div.newsListSection img {
	padding: 4px;
	border: 1px solid #e6e6e6;
	float: right;
	margin: 5px 0 10px 20px;
}

div#content div.newsListSection img.sampleCover {
	padding: 4px;
	border: 1px solid #e6e6e6;
	float: left;
	margin: 0px 20px 10px 0;
}

div#content div.contentListSection h2.listMainTitle, div#content div.newsListSection h2.listMainTitle {
	font-weight: 600;
	font-size: 14px;
	color: #2f359d;
	padding: 0 0 5px 0;
	margin: 0;
}

div#content div.contentListSection h3.listSubTitle, div#content div.newsListSection h3.listSubTitle {
	font-weight: 100;
	font-size: 14px;
	color: #2f359d;
	padding: 0 0 5px 0;
	margin: 0;
}

div#content table#contactInfo {
	font-size: 11px;
}

div#content table#contactInfo p {
	line-height: 14px;
	margin-bottom: 5px;
}

div#content table#contactInfo p.contactName {
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
}

div#content table#contactInfo td {
	padding-bottom: 15px;
}

div.textSeperate {
	padding: 25px 0;
	border-top: 1px dotted #787dd6;
}

div#sideMenu {
	padding: 70px 0;
	width: 220px;
	float: left;
	color: #FFFFFF;
}

div#sideMenu a {
	color: #37ace6;
}

div#sideMenu ul {
	list-style: none;
	list-style-image: none;
	padding: 0 0 50px 0;
	margin: 0;
	border-top: 1px dotted #787dd6;
}

div#sideMenu ul li {
	background: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px dotted #787dd6;
}

div#sideMenu ul li a {
	background: url(../images/nav_buttons/sm_generic.gif) left top no-repeat;
	width: 155px;
	padding: 9px 22px 9px 43px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}

div#sideMenu ul li a:hover, div#sideMenu ul li a.activeState {
	background-position: 0 -120px;
}

div#sideMenu div#consultAd {
	padding: 0 20px;
}





/** HOMEPAGE **/
div#homepageLeft {
	width: 460px;
	padding: 30px 20px 0 0;
	float: left;
}

div#homepageMid {
	width: 220px;
	padding: 30px 20px 0 0;
	float: left;
}

div#homepageRight {
	width: 220px;
	padding: 30px 0 0 0;
	float: left;
}

ul#updateNews {
	list-style: none;
	padding: 11px 0 0 0;
	margin: 0;
}

ul#updateNews li {
	background: none;
	margin: 0;
	padding: 0 0 15px 0;
	display: block;
	clear: left;
}

ul#updateNews li img {
	padding: 2px;
	border: 1px solid #e6e6e6;
	display: block;
	float: left;
}

ul#updateNews li div.newsHomeDesc {
	width: 140px;
	padding: 6px 0 0 9px;
	float: left;
}

ul#updateNews li div span {
	font-size: 11px;
	color: #000000;
	display: block;
}



/******** BROWSE NAVIGATION ********/
div#browseNavigation {
	color: #907925;
	font-size: 11px;
	padding: 0 0 12px 23px;
}

div#browseNavigation strong {
	color: #181a1c;
}

div#browseNavigation a {
	color: #907925;
	text-decoration: none;
}

div#browseNavigation a:hover {
	text-decoration: underline;
}

/******** PAGE BOTTOM ********/
div#pageBottom {
	margin: 0 auto;
	width: 970px;
	padding: 0;
}

/******** THUMB HOVER ********/
#imageContainer {
	width: 348px;
	height: 348px;
	padding: 0;
	margin: 0;
	float: left;
}

#imageContainer img {
	border: 1px solid #d9dbdc;
}

#gallery {
	width: 110px;
	padding: 0 0 0px 17px;
	margin: 0;
	float: left;
	overflow:hidden;
	height: 348px;
}

#gallery img {
	border: 1px solid #d9dbdc;
}

/** SCROLL BAR **/
#scrollBar {
	width: 8px;
	height: 348px;
	margin-left: 10px;
	background: url(../images/img_scroller.gif) repeat-y center;
	float: left;
}	

#scrollHandle {
	width: 8px;
	height: 35px;
	background-image: url(../images/img_scroller_handle.gif);
	background-position: top-left;
	background-repeat: no-repeat;
	cursor: pointer;
}
	
/**** PRODUCT LIST ****/
ul.productList {
	margin: 0;
	padding: 0;
}

ul.productList li {
	width: 175px;
	height: 230px;
	display: block;
	float: left;
	padding: 0 40px 20px 0 ;
	margin: 0;
}

ul.productList li.rightSide {
	width: 175px;
	height: 230px;
	display: block;
	float: left;
	padding: 0 0px 20px 0 ;
	margin: 0;
}

ul.productList li a {
	color: #116fa8;
	font-size: 12px;
	font-weight: 600;
	text-decoration: underline;
}	

ul.productList li a:hover {
	text-decoration: none;
}

div.productLeft {
	width: 135px;
	float: left;
}

div.productRight {
	width: 95px;
	float: left;
}

div.productRight a.productTitle {
	font-size: 12px;
	text-decoration: underline;
	color: #800000;
}

div.productRight a.productTitle:hover {
	text-decoration: none;
}


ul.productList li p {
	padding: 5px 0;
	margin: 0;
	font-size: 11px;
	color: #0c0d0e;
	height: 115px;
}
	
img.imageProductList {
	border: 1px solid #e1e1e1;
	display: block;
	float: left;
}	

div.productListText {
	width: 150px;
	padding-left: 10px;
	float: left;
}

h2.productListInclude {
	position: relative;
	top: -5px;
}
	
/****** FOOTER ******/
div#footer {
	color: #ffffff;
	font-size: 11px;
	padding: 25px 10px;
	text-align: center;	
}

div#footer img {
	position: relative;
	padding: 0 2px;
	top: 3px;
}

div#footer a {
	color: #ffffff;
	text-decoration: none;
}

div#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

div#footer span {
	color: #89949a;
	padding-left: 10px;
}


/***** FORM *******/
div.customForm {
	margin-top: 15px;
}

div.customForm label {
	width: 130px;
	line-height: 24px;
	float: left;
	clear: left;
	padding-right: 15px;
	text-align: right;
	margin-bottom: 5px;
}

div.customForm .inputText {
	width: 320px;
	float: left;
	border: 1px solid #cecece;
	margin-bottom: 10px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.customForm select {
	width: 330px;
	height: 22px;
	float: left;
	border: 1px solid #cecece;
	margin-bottom: 10px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.customForm .inputShortText {
	width: 100px;
}

div.customForm input.inputText {
	height: 16px;
}

div.customForm textarea.inputText {
	height: 100px;
}

div.customForm label.submit {
	width: 473px;
	padding: 0px;
}
div.customForm label.submit input {
	float: right;
	width: auto;
	height: auto;
	border: 0px none;
	padding: 0px;
	margin: 0px;
}
	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
