@charset "UTF-8";

body
{
	background:#f1eec5;
	color:#000;
	font:100% Verdana, Arial, Helvetica, sans-serif;
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	text-align:center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.oneColFixCtrHdr #container
{
	background:#f1eec5 url(img/corner_graphic.png) no-repeat bottom right;
	border:none;
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left; /* this overrides the text-align: center on the body element. */
	width:978px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
}

.oneColFixCtrHdr #header
{
	background:transparent url(img/header-bkgd.png) repeat-y top center; /* MODIFIED */
	/*behavior:url(iepngfix.htc); IE5.5+ PNG Alpha Fix v1.0RC4 (c) 2004-2005 Angus Turnbull http://www.twinhelix.com */
	
	height:102px;
	padding:20px 19px 8px 19px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width:940px;
}

.oneColFixCtrHdr #header #logo,
.oneColFixCtrHdr #header #name,
.oneColFixCtrHdr #header #contact
{
	display:table-cell;
	height:102px;
	margin:0;
	padding:0 10px;
	vertical-align:middle;
}

.oneColFixCtrHdr #header #contact
{
	width:200px;
}

.oneColFixCtrHdr #header #logo img
{
	border:none;
	margin:0;
	padding:0;
}

.oneColFixCtrHdr #header #name h1,
.oneColFixCtrHdr #header #contact h6
{
	color:#fff;
	text-transform:uppercase;
}

.oneColFixCtrHdr #header #name h1
{
	font-family:"Palatino", Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	font-weight:normal;
	margin:0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	letter-spacing:0.1em;
}

.oneColFixCtrHdr #header #contact h6
{
	display:inline;
	float:right;
	font-family:Helvetica, Arial, sans-serif;
	font-size:0.6em;
	font-weight:normal;
	line-height:2em;
	margin:0;
	padding:0;
	text-align:justify;
}

.oneColFixCtrHdr #navigation
{
	margin:-12px 0 0 0;
	padding:0 9px;
}

.oneColFixCtrHdr #navigation ul
{
	list-style:none;
	margin:0;
	padding:0;
}

.oneColFixCtrHdr #navigation ul li
{
	/*background-color:#666;*/
	float:left;
	margin:0 2px;
	padding:0;
	text-align:center;
	width:188px;
}

.oneColFixCtrHdr #navigation ul li a
{
	display:block;
	font-family:"Trade Gothic", Helvetica, Arial, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	height:15px;
	margin:0;
	padding:12px 0 18px 0;
	text-decoration:none;
	text-transform:uppercase;
	width:188px;
}

.oneColFixCtrHdr #navigation ul li a:link
{
	color:#fff;
}

.oneColFixCtrHdr #navigation ul li a:visited
{
	/*color:#888;*/
	color:#fff;
}

.oneColFixCtrHdr #navigation ul li a:hover
{
	color:#fff;
	padding-top:18px;
}

.oneColFixCtrHdr #navigation ul li a:active
{
	/*color:#111;*/
	color:#fff;
}

.oneColFixCtrHdr #navigation ul li a#button-1
{
	background:transparent url(img/button-1.png) no-repeat bottom center;
	/*behavior:url(iepngfix.htc); IE5.5+ PNG Alpha Fix v1.0RC4 (c) 2004-2005 Angus Turnbull http://www.twinhelix.com */
}

.oneColFixCtrHdr #navigation ul li a#button-2
{
	background:transparent url(img/button-2.png) no-repeat bottom center;
	/*behavior:url(iepngfix.htc); IE5.5+ PNG Alpha Fix v1.0RC4 (c) 2004-2005 Angus Turnbull http://www.twinhelix.com */
}

.oneColFixCtrHdr #navigation ul li a#button-3
{
	background:transparent url(img/button-3.png) no-repeat bottom center;
	/*behavior:url(iepngfix.htc); IE5.5+ PNG Alpha Fix v1.0RC4 (c) 2004-2005 Angus Turnbull http://www.twinhelix.com */
}

.oneColFixCtrHdr #navigation ul li a#button-4
{
	background:transparent url(img/button-4.png) no-repeat bottom center;
	/*behavior:url(iepngfix.htc); IE5.5+ PNG Alpha Fix v1.0RC4 (c) 2004-2005 Angus Turnbull http://www.twinhelix.com */
}

.oneColFixCtrHdr #navigation ul li a#button-5
{
	background:transparent url(img/button-5.png) no-repeat bottom center;
	/*behavior:url(iepngfix.htc); IE5.5+ PNG Alpha Fix v1.0RC4 (c) 2004-2005 Angus Turnbull http://www.twinhelix.com */
}

.oneColFixCtrHdr #mainContent
{
	background:transparent url(img/mainContent-bkgd.png) repeat-y top center;
	margin:66px auto;
	padding:16px 9px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:relative;
	width:880px;
}

.oneColFixCtrHdr #mainContent img.arrow
{
	border:none;
	margin:0;
	padding:0;
	position:absolute;
	top:-16px;
	z-index:200;
}

.oneColFixCtrHdr #mainContent a:link
{
	color:#000;
}

.oneColFixCtrHdr #mainContent a:visited
{
	color:#333;
}

.oneColFixCtrHdr #mainContent a:hover
{
	color:rgb(193, 39, 45);
}

.oneColFixCtrHdr #mainContent a:active
{
	color:#333;
}

.oneColFixCtrHdr #mainContent img#partners-arrow
{
	left:61px;
}

.oneColFixCtrHdr #mainContent img#services-arrow
{
	left:253px;
}

.oneColFixCtrHdr #mainContent img#news-arrow
{
	left:445px;
}

.oneColFixCtrHdr #mainContent img#faq-arrow
{
	left:637px;
}

.oneColFixCtrHdr #mainContent img#contact-arrow
{
	left:829px;
}

.oneColFixCtrHdr #mainContent img.topper,
.oneColFixCtrHdr #mainContent img.bottom
{
	border:none;
	left:0;
	margin:0;
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:absolute;
}

.oneColFixCtrHdr #mainContent img.topper
{
	top:-16px;
}

.oneColFixCtrHdr #mainContent img.bottom
{
	bottom:-16px;
}

.oneColFixCtrHdr #mainContent img#main
{
	border:none;
	float:left;
	margin:-23px 24px -23px 0;
	padding:0;
	position:relative;
	z-index:100;
}

.oneColFixCtrHdr #mainContent p.landing
{
	font-size:0.56em;
	font-weight:normal;
	letter-spacing:0em;
	line-height:1.7em;
	margin:0 24px;
	text-transform:uppercase;
}

.oneColFixCtrHdr #mainContent p.overview
{
	font-size:0.6em;
	font-weight:normal;
	letter-spacing:0em;
	line-height:1.9em;
	margin:0 24px;
	text-transform:uppercase;
}

.oneColFixCtrHdr #mainContent div.partner
{
	margin:0;
	padding:20px 40px;
}

.oneColFixCtrHdr #mainContent div.partner img
{
	float:left;
	padding-right:40px;
}

.oneColFixCtrHdr #mainContent div.partner p.description
{
	font-size:0.6em;
	font-weight:normal;
	letter-spacing:0em;
	line-height:1.9em;
	margin:0 0 0 125px;
	padding:0;
	text-transform:uppercase;
}

.oneColFixCtrHdr #mainContent div.partner p.description span.name-title
{
	color:rgb(193, 39, 45);
	display:inline;
	text-transform:none;
}

.oneColFixCtrHdr #mainContent div.service
{
	margin:16px 20px;
}

.oneColFixCtrHdr #mainContent div.service p.overview span.sub-title
{
	color:rgb(193, 39, 45);
	display:inline;
	text-transform:uppercase;
}

.oneColFixCtrHdr #mainContent h4
{
	color:rgb(193, 39, 45);
	font-size:0.9em;
	letter-spacing:0em;
	line-height:1.9em;
	margin:0 24px;
	padding:0;
	text-transform:uppercase;
}

.oneColFixCtrHdr #mainContent div.service h4
{
	color:rgb(193, 39, 45);
	font-size:0.9em;
	letter-spacing:0em;
	line-height:1.9em;
	margin:0 24px;
	padding:0;
	text-transform:uppercase;
}

.oneColFixCtrHdr #mainContent a
{
	text-decoration:none;
}

.oneColFixCtrHdr #mainContent div.inner-nav
{
	border-bottom:1px solid rgb(193, 39, 45);
	border-top:1px solid rgb(193, 39, 45);
	margin:40px;
	padding:20px 0;
}

.oneColFixCtrHdr #mainContent div#services-nav-box
{
	text-align:center;
}

.oneColFixCtrHdr #mainContent div.inner-nav ul#services-nav
{
	list-style:none;
	margin:0;
	padding:0;
}

.oneColFixCtrHdr #mainContent div.inner-nav ul#services-nav li
{
	float:left;
	width:20%;
}

.oneColFixCtrHdr #mainContent div.inner-nav ul#services-nav li a
{
	font-size:0.9em;
}

.oneColFixCtrHdr #mainContent div.inner-nav ul li a
{
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
}

.oneColFixCtrHdr #mainContent div.inner-nav ul li a:link
{
	color:#000;
}

.oneColFixCtrHdr #mainContent div.inner-nav ul li a:visited
{
	color:#333;
}

.oneColFixCtrHdr #mainContent div.inner-nav ul li a:hover
{
	color:rgb(193, 39, 45);
}

.oneColFixCtrHdr #mainContent div.inner-nav ul li a:active
{
	color:#333;
}

.oneColFixCtrHdr #mainContent div.question
{
	margin:16px 20px 40px 20px;
}

.oneColFixCtrHdr #mainContent div.question span
{
	color:rgb(193, 39, 45);
	font-size:1.1em;
	font-weight:bold;
	text-transform:uppercase;
}

.oneColFixCtrHdr #mainContent div.question span.back_btn a
{
	color:rgb(193, 39, 45);
	float:right;
}

.oneColFixCtrHdr #mainContent div.question span.category
{
	font-size:1.3em;
}

.oneColFixCtrHdr #mainContent div.question p.overview span.sub-title
{
	color:rgb(193, 39, 45);
	font-size:0.9em;
	font-weight:normal;
	display:inline;
	text-transform:uppercase;
}

.oneColFixCtrHdr #mainContent div.question p.overview span.back_btn a:link
{
	color:rgb(193, 39, 45);
}

.oneColFixCtrHdr #mainContent div.question p.overview span.back_btn a:visited
{
	color:rgb(193, 39, 45);
}

.oneColFixCtrHdr #mainContent div.question p.overview span.back_btn a:hover
{
	color:#000;
}

.oneColFixCtrHdr #mainContent div.question p.overview span.back_btn a:active
{
	color:rgb(193, 39, 45);
}

.oneColFixCtrHdr #mainContent div.question p.overview span.sample
{
	color:rgb(100, 100, 100);
	font-weight:normal;
	font-size:0.9em;
}

.oneColFixCtrHdr #mainContent div.question p.further_questions
{
	margin:16px 20px 40px 20px;
	color:rgb(193, 39, 45);
	font-size:0.7em;
	font-weight:normal;
	display:inline;
	text-transform:uppercase;
}

.oneColFixCtrHdr #mainContent div#faq-nav-box
{
	text-align:left;
}

.oneColFixCtrHdr #mainContent div.inner-nav ul#faq-nav
{
	list-style:none;
	margin:0;
	padding:0;
}

.oneColFixCtrHdr #mainContent div.inner-nav ul#faq-nav li
{
	line-height:1.8em;
}

.oneColFixCtrHdr #mainContent div.inner-nav ul#faq-nav li span.sub-title
{
	color:rgb(193, 39, 45);
	text-transform:uppercase;
	font-size:0.6em;
}

.oneColFixCtrHdr #mainContent div.inner-nav ul#faq-nav li a
{
	font-size:0.6em;
}

.oneColFixCtrHdr #mainContent div.contact
{
	height:100%;
	width:100%;
}

.oneColFixCtrHdr #mainContent div.contact h4
{
	color:rgb(193, 39, 45);
	margin:6px 40px;
	padding:0;
	text-transform:uppercase;
}

.oneColFixCtrHdr #mainContent div.contact p
{
	margin:0 40px 40px 40px;
	padding:0;
}

.oneColFixCtrHdr #mainContent div.contact div.info
{
	border-top:1px solid rgb(193, 39, 45);
	color:rgb(193, 39, 45);
	font-size:0.8em;
	margin:0 40px 40px 40px;
	padding:40px 0 0 0;
	text-align:center;
	text-transform:uppercase;
}

.oneColFixCtrHdr #footer
{
	color:#333;
	font-size:0.5em;
	text-align:center;
	text-transform:uppercase;
	margin:0;
	padding:10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

.oneColFixCtrHdr #footer p
{
	margin:0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clearfix:after 
{
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.overlap
{
	position:relative;
	z-index:100;
}

img
{
	border:none;
	margin:0;
	padding:0;
}