/* GENERAL STYLES */
body
{
    background-color: #dddddd;
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 14px;
    margin: 0;
    /*background-image: url(../images/TRW_bck.png);
    background-repeat: repeat-x;*/
}

#wrapper
{
    width: 100%;
    height: 100%;
}

#content
{
	width: 1024px;
	background-image: url(../images/page%20images/Home_back.gif);
	border: 1px #73bca9 solid;
	background-repeat: repeat-y;
	background-color: #ffffff;
	margin: 0 auto;
	margin-top: 24px;
	margin-bottom: 24px;
}

#content h2
{
	color: #73bca9;
	font: 60px/52px 'QuicksandLight', Arial, sans-serif;
	text-transform: uppercase;
	margin: 24px 0;
	position: relative;
	width: 590px;
}

#content h4
{
	color: #73bca9;
	font: 18px/27px 'QuicksandBold', Arial, sans-serif;
	text-transform: uppercase;
	margin:14px 0;
}

#content hr
{
	border: none;
	border-top: solid 1px #73bca9;
	color: #ffffff;
}

#content blockquote
{
	background-color: #73bca9;
	color: #fff;
	margin: 24px 0 0;
	padding: 24px;
}

#content blockquote h4
{
	color: #fff;
	border-bottom: 1px dashed white;
	margin: 0;
	padding: 0 0 6px 0;
	font-size: 14px;
}

#content blockquote h4 a
{
	color: #fff;
	text-decoration: none;
}

#title
{
	width: 320px;
	/*background-color: #73bca9;*/
	float: left;
	position: relative;
}

#arp
{
	position: absolute;
	top: -110px;
	left: 96px;
	height: 50px;
	overflow: hidden;
}

#title blockquote,
#footer blockquote
{
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	width: 220px;
	left: 50px;
	text-align: center;
	letter-spacing: 1px;
}

#title blockquote { top: 802px; }
#footer blockquote { bottom: 150px; }

#title_logo
{
	width: 320px;
	height: 192px;
	background-image: url(../images/F4H_logo.png);
}

#navigation
{
	width: 528px;
	height: 92px;
	margin:  32px 0 0 48px;
	text-align: left;
	font-weight: bold;
	float: left;
}

#subNav
{
	width: 529px;
	height: 32px;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding: 16px 0 16px 47px;
	float: left;
}

#pagecontentIndex
{
 	width: 512px;
	background-color: White;
	padding: 0 0 32px 50px;
	text-align: left;
	float: left;
	min-height: 700px;
}

#menu-container img
{
	position: absolute;
	z-index: 1;
}

#menu-container ul
{
	list-style-type: none;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
	z-index: 2;
}

#menu-container ul ul
{
	padding: 0;
}

#menu-container li
{
	border-bottom: 1px solid white;
}

#menu-container li a
{
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.5);
	color: #FFF;
	padding: 5px 10px;
	display: block;
	text-decoration: none;
	width: 300px;
}

#menu-container li a:hover
{
	border-left: 3px solid white;
	padding: 5px 10px 5px 7px;
	background: rgb(115,188,169);
	background: rgba(115,188,169,0.8);
}

#menu-container li li
{
	border-bottom: none;
}

#content #menu-container li li a
{
	background: url(/images/lv2-active.png);
}

#content #menu-container li li a:hover
{
	border-right: 10px solid #73bca9;
	width: 290px;
}

/*******************************************************
Themes
*******************************************************/

.green #content { border-color: #5b9874; background-image: url(../images/page%20images/Aboutus_back.gif); }
/*.green #content #title { background-color: #5b9874; }*/
.green #content .sidebanner { background-image: url(../images/Aboutus_bannerside.gif); }
.green #content h2 { color: #5b9874; }
.green #content h3 { color: #5b9874; }
.green #content h4 { color: #5b9874; }
.green #content hr { border-top-color: #5b9874; }
.green #content blockquote { background-color: #5b9874; }
.green #menu-container li a:hover { background: rgb(91,152,116); background: rgba(91,152,116,0.8); }
.green #content #menu-container li li a:hover { border-right-color: #5b9874; }

.gray #content { border-color: #908e6e; background-image: url(../images/page%20images/Ourarea_back.gif); }
/*.gray #content #title { background-color: #908e6e; }*/
.gray #content .sidebanner { background-image: url(../images/Ourarea_bannerside.gif); }
.gray #content h2 { color: #908e6e; }
.gray #content h3 { color: #908e6e; }
.gray #content h4 { color: #908e6e; }
.gray #content hr { border-top-color: #908e6e; }
.gray #content blockquote { background-color: #908e6e; }
.gray #menu-container li a:hover { background: rgb(144,142,110); background: rgba(144,142,110,0.8); }
.gray #content #menu-container li li a:hover { border-right-color: #908e6e; }

.mauve #content { border-color: #cfb4d4; background-image: url(../images/page%20images/Ourservices_back.gif); }
/*.mauve #content #title { background-color: #cfb4d4; }*/
.mauve #content .sidebanner { background-image: url(../images/Ourservices_bannerside.gif); }
.mauve #content h2 { color: #cfb4d4; }
.mauve #content h3 { color: #cfb4d4; }
.mauve #content h4 { color: #cfb4d4; }
.mauve #content hr { border-top-color: #cfb4d4; }
.mauve #content blockquote { background-color: #cfb4d4; }
.mauve #menu-container li a:hover { background: rgb(207,180,212); background: rgba(207,180,212,0.8); }
.mauve #content #menu-container li li a:hover { border-right-color: #cfb4d4; }

.slateblue #content { border-color: #8ca6b3; background-image: url(../images/page%20images/Ourfees_back.gif); }
/*.slateblue #content #title { background-color: #8ca6b3; }*/
.slateblue #content .sidebanner { background-image: url(../images/Ourfees_bannerside.gif); }
.slateblue #content h2 { color: #8ca6b3; }
.slateblue #content h3 { color: #8ca6b3; }
.slateblue #content h4 { color: #8ca6b3; }
.slateblue #content hr { border-top-color: #8ca6b3; }
.slateblue #content blockquote { background-color: #8ca6b3; }
.slateblue #menu-container li a:hover { background: rgb(140,166,179); background: rgba(140,166,179,0.8); }
.slateblue #content #menu-container li li a:hover { border-right-color: #8ca6b3; }

.blue #content { border-color: #a6e0e8; background-image: url(../images/page%20images/Testimonials_back.gif); }
/*.blue #content #title { background-color: #a6e0e8; }*/
.blue #content .sidebanner { background-image: url(../images/Testimonials_bannerside.gif); }
.blue #content h2 { color: #a6e0e8; }
.blue #content h3 { color: #a6e0e8; }
.blue #content h4 { color: #a6e0e8; }
.blue #content hr { border-top-color: #a6e0e8; }
.blue #content blockquote { background-color: #a6e0e8; }
.blue #menu-container li a:hover { background: rgb(166,224,232); background: rgba(166,224,232,0.8); }
.blue #content #menu-container li li a:hover { border-right-color: #a6e0e8; }

.darkyellow #content { border-color: #abbc64; background-image: url(../images/page%20images/news_back.gif); }
/*.darkyellow #content #title { background-color: #abbc64; }*/
.darkyellow #content .sidebanner { background-image: url(../images/news_bannerside.gif); }
.darkyellow #content h2 { color: #abbc64; }
.darkyellow #content h3 { color: #abbc64; }
.darkyellow #content h4 { color: #abbc64; }
.darkyellow #content hr { border-top-color: #abbc64; }
.darkyellow #content blockquote { background-color: #abbc64; }
.darkyellow #menu-container li a:hover { background: rgb(171,188,100); background: rgba(171,188,100,0.8); }
.darkyellow #content #menu-container li li a:hover { border-right-color: #abbc64; }

.teal #content { border-color: #d7e9f5; background-image: url(../images/page%20images/FAQ_back.gif); }
/*.teal #content #title { background-color: #d7e9f5; }*/
.teal #content .sidebanner { background-image: url(../images/FAQ_bannerside.gif); }
.teal #content h2 { color: #c3def0; }
.teal #content h3 { color: #afd3eb; }
.teal #content h4 { color: #afd3eb; }
.teal #content hr { border-top-color: #d7e9f5; }
.teal #content blockquote { background-color: #d7e9f5; }
.teal #menu-container li a:hover { background: rgb(215,233,245); background: rgba(215,233,245,0.8); }
.teal #content #menu-container li li a:hover { border-right-color: #afd3eb; }

.red #content { border-color: #4D2520; background-image: url(../images/page%20images/Contactus_back.gif); }
/*.red #content #title { background-color: #4D2520; }*/
.red #content .sidebanner { background-image: url(../images/Contactus_bannerside.gif); }
.red #content h2 { color: #4D2520; }
.red #content h3 { color: #4D2520; }
.red #content h4 { color: #4D2520; }
.red #content hr { border-top-color: #4D2520; }
.red #content blockquote { background-color: #4D2520; }
.red #menu-container li a:hover { background: rgb(77,37,32); background: rgba(77,37,32,0.8); }
.red #content #menu-container li li a:hover { border-right-color: #4D2520; }

/***********************************************************************************************************************************
Link Styles
***********************************************************************************************************************************/

a:link
{
/*    font-size: 15px;
    font-weight: bold;*/
    color: #000000;
}

a:visited
{
/*    font-size: 15px;
    font-weight: bold;*/
    color: #000000;
}

a:hover
{
/*    font-size: 15px;
    font-weight: bold;*/
    /*color: #ec3031;*/
    color: #000000;
    text-decoration: none;
}

h1 a:link
{
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}

h1 a:visited
{
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}

h1 a:hover
{
    font-size: 15px;
    font-weight: bold;
    color: #ec3031;
}

/***********************************************************************************************************************************
Float Styles
***********************************************************************************************************************************/

.fl
{
    float: left;
}
.fr
{
    float: right;
}
.fcl
{
    clear: both;
}

.topnav
{
    font-size: 14px;
    font-weight: bold;
    color: #000000;
/*    padding-right: 20px;*/
    float:left;
/*    width: 88px;*/
/*    padding-bottom: 4px;*/
}

.subNav .topnav
{
	font-size: 10px;
	padding-right: 18px;
	width: 96px;
	margin-left:17px;
}

.subNav .imgnav
{
	float:left;
}

.subNav .imgnav a img
{
	border: none 0px;
}

h1
{
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    text-align: left;
}

h2
{
    font-size: 20px;
}

h3
{
    font-size: 18px;
}

h1 a
{
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    text-decoration: none;
}

.subNav a
{
	text-decoration: none;
	font-weight: bold;
}

a img
{
	border: none;
}

ul
{
	padding: 0;
	margin: 0;
}

ul ul
{
	padding-left: 40px;
}

ul.linkList li
{
	list-style-type:none;
}

.sitemap li
{
	padding-top: 10px;
}

.sitemap
{
	padding-bottom: 30px;
}

/***************************************************
Contact Form Styles
***************************************************/

.cssform select
{
	display: block;
}

.cssform input
{
	display: block;
	width: 200px;
}

.cssform textarea
{
	display: block;
}

/*******************************************************
Footer
********************************************************/

#footer
{
	position: relative;
}

#footer .copyright
{
	position: absolute;
	top: -20px;
	left: 384px;
	font-size: .8em;
}

#footer .telephone
{
	position: absolute;
	top: -85px;
	color: White;
}

#footer .links
{
	position: absolute;
	top: -20px;
	color: White;
}

#footer .links a:link
{
	color: White;
}

#footer .links a:hover
{
	color: White;
}

#footer .links a:visited
{
	color: White;
}

#footer .flashsidebanner
{
	position: absolute;
	right: 0px;
	top: -934px;
}

#footer .sidebanner
{
	position: absolute;
	right: 0px;
	top: -768px;
	width: 128px;
	height: 768px;
}

.sidebanner
{
	width: 128px;
	height: 768px;
}

/* EDITOR PROPERTIES */

