@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding:0px;
	background-color:#EEECDD;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;	
	font-size:13px;
	xline-height:1.3em;
}
p {
  	margin: 0;
}
#wrapper {
	width:100%;
	background-image:url(/images/layout/wrapper-bg.jpg);
	background-repeat:repeat-x;
	}

/* ----- Top Bar ----- */
#top-bar {
	width:100%;
	background-image:url(/images/layout/top-bar-bg.jpg);
	background-repeat:repeat-x;
	height:60px;
	}
#top-container {
	width:730px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	text-align:right;
	}
#top-container a {
	color:#FFFFFF;
	text-decoration:none;
	}

/* ----- Page Body ----- */
#main {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	}
#page-top {
	width:800px;
	height:157px;
	background-position:0 60px;
	background-image:url(/images/layout/page-top-bg.jpg);
	background-repeat:no-repeat;
	}
#page-mid {
	width:800px;
	background-image:url(/images/layout/page-mid-bg.jpg);
	background-repeat:repeat-y;
	}
#page-bot {
	width:800px;
	height:22px;
	background-image:url(/images/layout/page-bot-bg.jpg);
	background-repeat:no-repeat;
	}

	
/* ----- Top Nav ----- */
#hor-nav {
	float:right;
	margin-top:41px;
    width:64%;
    line-height:normal;
	font-size:12px;
    }
#hor-nav ul {
	margin:0;
    padding:0;
    list-style:none;
    }
#hor-nav li {
	float:left;
    margin:0 0 0 2px;
    padding:0;
    }
#hor-nav a {
	display:block;
	padding:7px 6px;
	text-decoration:none;
	color:#624b53;
	}
#hor-nav #current {
	background:url(/images/layout/tab-right-bg.jpg) no-repeat right top;
    }
#current a {
	background:url(/images/layout/tab-left-bg.jpg) no-repeat left top;
	}
	
/* ----- Bottom Area ----- */
#bot-blue {
	width:757px;
	height:166px;
	margin:0 0 7px 19px;
	background:url(/images/layout/bot-blue-bg.jpg) no-repeat;
	clear:both;
	}
.bot-holder {
	width:221px;
	height:140px;
	margin:19px 0 0 6px;
	float:left;
	padding:0 0 0 14px;
	}
.bot-divider {
	width:7px;
	height:140px;
	margin:19px 0 0 6px;
	float:left;
	background:url(/images/layout/bot-blue-divider.jpg) no-repeat;
	}
#bot-blue a {
	color:#FFFFFF;
	text-decoration:none;
	}
#bot-blue p {
	color:#FFFFFF;
	padding-bottom:8px;
	}
.bot-blue-quote {
	font-style:italic;
	}
#bot-blue p.bot-blue-title {
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	padding-bottom:12px;
	}
.bot-blue-link {
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	}
#bot-blue ul {
	padding:0 0 8px 16px;
	margin:0;
	color:#FFFFFF;
	}
#bot-blue li {
	padding-bottom:3px;
	}
#footer {
	xfloat:left;
	width:100%;
	color:#666666;
	}
#footer p.footer-copy {
	float:right;
	margin-right:30px;
	}
#footer ul {
	margin:0 0 0 20px;
	padding:0 0 4px 0;
	}
#footer li {
	display:inline;
	margin:0;
	padding:0 0 0 5px;
	}
#footer a {
	color:#666666;
	text-decoration:none;
	}

/* ----- Home Page ----- */
#home-main {
	width:752px;
	height:174px;
	background:url(/images/layout/home-mainse-bg.jpg) no-repeat;
	background-position:0 20px;
	margin:0 0 0 20px;
	padding-top:34px;
	}
#home-main p {
	padding:0 0 12px 16px;
	width:350px;
	color:#FFFFFF;
	font-size:16px;
	}
#home-main a {
	color:#FFFFFF;
	}
#home-3 {
	width:752px;
	height:231px;
	background:url(/images/layout/home-3sections-bg.jpg) no-repeat;
	margin:0 0 0 21px;
	}
.home-holder1 {
	width:220px;
	height:180px;
	float:left;
	margin:39px 0 0 20px;
	}
.home-holder2 {
	width:220px;
	height:180px;
	float:left;
	margin:39px 0 0 26px;
	}
.home-holder3 {
	width:220px;
	height:180px;
	float:left;
	margin:39px 0 0 26px;
	}
.home-title {
	color:#333333;
	font-size:13px;
	padding-bottom:80px;
	}
#home-3 a{
	color:#333333;
	float:right;
	margin:10px 0 0 0;
	}

/* ----- Bread Crumbs ----- */
#crumbs {
	color:#666666;
	text-align:right;
	padding-right:30px;
	margin-bottom:10PX;
	}
#crumbs a {
	color:#624b53;
	}

/* ----- Left Menu ----- */
#leftmenu {
	width:180px;
	height:390px;
	float:left;
	background:url(/images/layout/leftmenu-bg.jpg) no-repeat;
	background-position:15px;
	padding-left:40px
	}
.left-title {
	color:#624b53;
	font-size:15px;
	font-weight:bold;
	padding:5px 0 15px 0;
	}
#leftmenu a {
	color:#999999;
	text-decoration:none;
	}
#leftmenu ul {
	margin:0 0 20px 0;
	padding:0;
	}
#leftmenu li {
	list-style-type:none;
	padding:8px 0 8px 0;
	border-bottom:#CCCCCC 1px solid;
	width:140px;
	font-size:14px;
	font-weight:bold;
	}
#leftmenu li.last {
	border:none;
	}	
#leftmenu a.selected {
	color:#624b53;
	}

/* ----- Content ----- */
#content {
	width:542px;
	margin:0 0 10px 228px;
	}
#content h1 {
	margin:0;
	padding:0 0 12px 0;
	font-size:26px;
	color:#624b53;
	}
#content h2 {
	margin:10px 0 0 0;
	padding:0 0 10px 0;
	font-size:20px;
	color:#624b53;
	}
#content h3 {
	margin:0;
	padding:10PX 0 10px 0;
	font-size:16px;
	color:#624b53;
	}
#content p {
	padding-bottom:8px;
	color:#666666;
	line-height:1.3em;
	}
#content a {
	color:#624b53;
	}
#content a:hover {
	text-decoration:none;
	}
#content p.content-next-link {
	float:right;
	color:#624b53;
	font-weight:bold;
	font-size:14px;
	padding:8px 0 15px 0;
	}
#content img {
	border:1px solid #999999;
	float:right;
	padding:4px;
	margin:4px 8px 4px 4px;
	}
#content img.content-img-centre {
	border:1px solid #999999;
	margin-left:auto;
	margin-right:auto;
	float:none;
	}
#content-intro {
	width:525px;
	background-color:#F3F3F3;
	border:2px solid #CCCCCC;
	padding:7px;
	margin:0 0 12px 0;
	}
#content-intro p {
	padding-bottom:6px;
	}
#content ul {
	color:#666666;
	margin-top:6px;
	}
#content li {
	padding-bottom:6px;
	}
#content ul ul {
	padding-top:6px;
	}
#content ol {
	color:#666666;
	margin-top:6px;
	}
#content table {
	margin-left:auto;
	margin-right:auto;
	}
#content p.contact-red {
	color:#FF0000;
	}	

/* ----- Article CSS ----- */
#content table.cost-article {
	width:450px;
	border:1px solid #CCCCCC;
	margin-bottom:8px;
	}
.sphinn-top {
	float:left;
	padding:6px 13px 3px 0;
	}
.sphinn-bot {
	float:right;
	padding:8px 10px 0 0;
	}

/* ----- Landing Page CSS ----- */
#ppc-landing-table {
	color:#666666;
	}
#tri-contact-box {
	width:140px;
	margin-top:5px;
	background-color:#F3F3F3;
	border:2px solid #CCCCCC;
	padding:7px 4px 7px 11px;
	}
.tri-textbox {
	width:115px;
	margin-bottom:3px;
	padding-left:4px;
	color:#333333;
	}
.tri-watermark {
	width:115px;
	margin-bottom:3px;
	padding-left:4px;
	color:#999999;
	}
#tri-contact-box2 {
	width:330px;
	margin-top:5px;
	background-color:#F3F3F3;
	border:2px solid #CCCCCC;
	padding:7px 4px 7px 11px;
	}
.tri-textbox2 {
	width:135px;
	margin-bottom:3px;
	padding-left:4px;
	color:#333333;
	}
.tri-watermark2 {
	width:135px;
	margin-bottom:3px;
	padding-left:4px;
	color:#999999;
	}
.tri-table {
	margin:0;
	padding:0;
	}