/* fs_text overrides */
body {
	color:#555;
	font-size:76%
	}

/* fs_text overrides */
body, p, input, textarea, label {
	font-family:"Helvetica", "Arial", sans-serif;
	}

div.error {
	color:red;
	}

fieldset {
	border:1px solid #b3b3b3;
	}

fieldset.fs_radioGroup legend {
	display:none;
	}

h1, h2, h3, h4 {
	margin:0;
	padding:0;
	color:#207eb6;
	font-weight:normal;
	}

h1 {
	font-size:1.8em;
	}

h1.export {
	font-size:1.4em;
	margin-bottom:0;
	font-weight:bold;
	}

h2 {
	font-size:1.1em;
	}

h3 {
	font-size:1.1em;
	color:#555;
	}

h4 {
	font-size:1em;
	}

a,
a:visited {
	color:#207eb6;
	text-decoration:underline;
	font-style:normal !important;
	/* font-weight:normal; */
	/* original (as supplied by MDM)
	color:#888;
	text-decoration:none;
	*/
	}

a:hover {
	color:#555;
	/* font-weight:normal; */
	/* text-decoration:none; */
	}

/* style Sandro Mosele differently to other links */
/* not the nicest way...rich text area cleans out all other tags */
/* no longer necessary due to updated hyperlink style */
i a {
	/* font-weight:normal; */
	color:#207eb6;
	/* text-decoration:none; */
	font-style:normal !important;
	}

i a:hover {
	/* font-weight:normal; */
	color:#555;
	/* text-decoration:none !important; */
	}

dt {
	font-weight:normal;
	}

form {
	background-color:transparent;
	}

table, th, tr, td {
	width:auto;
    background-color:transparent;
	border:none;
	}

td {
	padding:0;
	padding-right:5px;
	margin-right:0;
	line-height:1.2em;
	}

hr {
    display:none;
    }

/* fs_container overrides */
#fs_header {
	width:757px;
	height:142px;
	overflow:hidden;
	background-color:#fff;
	border-bottom:solid 2px #d6d4cf;
	}

#fs_page {
    position:relative;
	width:757px;
	background:url(images/fs_page.gif) repeat-y;
	padding-bottom:142px;
	}

#fs_page.fs_homepage {
	background:url(images/fs_homepage.gif) no-repeat;
	height:630px;
	padding:0;
	}

#fs_content {
	position:relative;
	margin:0;
	padding:0;
	padding-bottom:22px;
	float:right;
	top:142px; /* Move the container down under the header */
	width:757px;
	line-height:1.4em;
	}

#fs_page.fs_homepage #fs_content {
	top:0;
	}

#fs_footer {
	position:relative;
	top:142px; /* Move the container down under the content */
	padding-top:6px;
	padding-bottom:40px;
	width:757px;
	background-color:#fff;
	border-top:solid 2px #d6d4cf;
	text-indent:148px;
	}

/* fs_layout overrides */

/* 2 col */
#fs_content.fs_2ColLayout .fs_col1 {
	float:left;
	margin:0;
	padding:22px 24px 0 24px;
	width:584px;
	margin-left:124px;
	overflow:hidden;
	}

#fs_content.fs_2ColLayout .fs_col2 {
	margin:0;
	padding:0;
	padding-top:16px;
	padding-left:2px;
	float:left;
	width:120px;
	overflow:hidden;
	margin-left:-756px;
	}

#fs_content.fs_2ColLayout .fs_col3 {
	display:none;
	}

/* 3 col */
#fs_content.fs_3ColLayout .fs_col1 {
	float:left;
	margin:0;
	padding:22px 64px 0 24px;
	width:224px;
	margin-left:124px;
	}

#fs_content.fs_3ColLayout .fs_col2 {
	margin:0;
	padding:0;
	padding-top:16px;
	padding-left:2px;
	float:left;
	width:120px;
	overflow:hidden;
	margin-left:-436px;
	}

#fs_content.fs_3ColLayout .fs_col3 {
	margin:0;
	padding:0;
	padding-top:55px;
	float:right;
	width:320px !important;
	overflow:hidden;
	}

#fs_logo {
	position:relative;
	top:44px;
	}

/* fs_theme specific overides */
#fs_content h1 {
	margin:0 !important;
	padding:0 0 0.75em 0 !important;
	line-height: 1em;
	}

#fs_content h2 {
	margin:0 !important;
	padding:0 0 0.25em 0 !important;
	line-height: 1em;
	font-weight:bold;
	}

#fs_content h3 {
	margin:0 !important;
	padding:0.25em 0 !important;
	}

#fs_nav ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
	}

#fs_nav li {
	padding-bottom:1px;
	}

#fs_nav a {
	color:#6c6c6c;
	text-decoration:none;
	}

#fs_nav a.active {
	color:#207eb6;
	}

#fs_nav a:hover {
	color:#207eb6;
	text-decoration:none;
	}

/* form */

input {
	border:solid 1px #555;
	background-color:#fff;
	padding:0.25em 0.75em;
	margin-right:5px;
	width:65%;
	font-size:1em;
	}

textarea {
	border:solid 1px #555;
	background-color:#fff;
	padding:0.25em 0.75em;
	margin-right:5px;
	width:65%;
	font-size:1em;
	height:3em;
	overflow:auto;
	}

.button {
	text-align:center;
	border:solid 1px #555;
	background-color:#fff;
	padding:0.15em 0.75em;
	width:auto;
	}

label {
	width:90%;
	font-weight:normal;
	text-align:left;
	}

.label {
	width:25%;
	}

.ppe_image {
	height:298px;
	margin-bottom:12px;
	}

#ppe_splash {
	position:relative;
	top:256px;
	left:268px;
	width:298px;
	text-align:right;
	}

#ppe_splash a {
	text-decoration:none;
	}