html,
body {
	margin:0;
	padding:0;
	font-family:"Tahoma", "Verdana", "Geneva", "Arial", "Helvetica", sans-serif;
	font-size:1em;
	}

h1,h2,h3,h4 {
	margin-top:1em;
	padding-top:0;
}

.fs_clear {
	clear:both;
	}

/**
 * fs_header and fs_breadcrumb
 */

#fs_header {
	position:absolute;
	top:0;
	left:0;
	height:37px;
	width:100%;
	background:green;
	background-image:none;
	}

#fs_breadcrumb p,
#fs_breadcrumb p a {
	color:white;
	text-decoration:none;
	margin:0;
	padding:0;
}

#fs_breadcrumb p a[href] {
	color:#ff0;
}

#fs_breadcrumb p a[href]:hover {
	text-decoration:underline;
}

#fs_content {
	padding:37px 0 0 0;
	margin:0;
	position:relative;
	height:auto !important;
	height:1%;
	}

#fs_footer {
	}

#fs_footer span.pipe {
	margin:0 10px 0px 10px;
	}

#fs_footer a {
	text-decoration:none;
	}

/**
 * fs_custom_page
 */
 
#fs_custom_homepage {
	}

#fs_custom_page {
	}

/**
 * Customer Specific Overides
 */

/* Layout Containers */

#fs_header {
	background:#432763 url(images/fullbanner.gif) no-repeat top center !important;
	width:760px !important;
	height:105px !important;
	text-align:left;
	}

#fs_content {
	background-color:white;
    background-image:url(images/content_bg.gif);
    background-repeat:repeat-x;
	background-position:left 60px;
	padding:125px 0px 0px 0px;
	width:760px !important;
	height:227px;
  	margin:0px auto;
	text-align:left;
	height:1%;
	position:relative;
	}

#fs_footer {
	clear:both;
	display:block;
	margin:10px auto 10px auto;
	width:720px !important;
	text-align:right;
	font-size:10px;
	height:20px;
	color:#432763;
	font-weight:bold;
	}

/**
 * Customer Styles
 */
 
/* HTML default tags */

body {
	font-size:.7em;
	text-align:center;
	margin:0px auto;
	width:100%;
	background:url(images/body_bg.gif) repeat-y;
	background-position:50%;
	background-color:#5f4481;
	height:100%;
	}

h1 {
	font-size:1.5em !important;
	color:#432763;
	}

h2 {
	font-size:1.5em !important;
	color:#432763;
	}
	
h3, h4 {
	font-size:1em !important;
	color:#432763 !important;
	}

a {
	color:#432763;
	}

/* Bread Crumb Modifications */

#fs_breadcrumb a,
#fs_breadcrumb p {
	font-weight:bold;
	color:#442762 !important;
	}

#fs_breadcrumb p span#location {
	display:block;
	text-indent:-2000em;
	}

/* Navigation Container and Link Appearance */

#nav {
	position:absolute;
	top:105px;
	left:0;
	display:block;
	width:760px;
	background-color:#432763;
	height:19px;
	}

#nav ul {
	list-style:none;
	position:relative;
	display:block !important;
	height:18px;
	padding:0;
	margin:1px 0 1px 0;
	overflow:hidden;
	}
	
#nav li {
	line-height:18px;
	float:left;
	width:116px;
	height:18px;
	margin-right:1px;
	}

#nav li a {
	float:left;
	font-size:11px;
	font-weight:bold;
	width:116px;
	color:#fff;
	height:18px;
	line-height:18px;
	text-decoration:none;
	background:url(images/nav_onoff.gif) top left;
	overflow:hidden;
	text-align:center;
	}

#nav li a:hover {
	background-position:116px 0px;
	}

/* Specific Page Layouts */

#leftCol {
	padding:0 15px 37px 15px;
 	width:46%;
	float:left;
	position:relative;
	height:auto !important;
	height:1%;
	}

#rightCol {
	padding:15px 15px 0 15px;
	float:left;
	width:45%;
	text-align:center;
	position:relative;
	height:auto !important;
	height:1%;
	}

#fs_custom_homepage {
	position:relative;
	height:auto !important;
	height:1%;
	}

#fs_custom_homepage #rightCol #mainImage{
	border:10px solid #fff;
	}

#fs_content #fs_custom_homepage .features {
	clear:both;
	position:relative;
	width:690px !important;
	width:700px; /* Hack for IE Box Model */
	margin:0 auto !important;
	padding:0 !important;
	height:auto !important;
	height:1%;
	background-color:#ffffff;
	}

#fs_custom_homepage .features .feature {
	float:left;
	width:220px;
	margin:0px 5px 0px 5px;
	padding-top:10px;
	text-align:center;
	height:auto !important;
	height:1%;
	}

#fs_custom_homepage .features .feature img {
	border:0px;
	}

#fs_custom_homepage .features .feature p {
	text-align:left;
	}

#fs_custom_homepage .features .feature h2 {
	font-size:1.25em !important;
	}

#fs_custom_page {
	width:100%;
	}

#fs_custom_page #leftCol{
	float:left;
	width:28% !important;
	text-align:center !important;
	}
	
#fs_custom_page #rightCol{
	float:left;
	width:63% !important;
	overflow:hidden;
	text-align:left !important;
	}
	
#fs_custom_page #leftCol img {
	margin-top:15px;
	border:10px solid #fff;
	}