/*  --------------------------------------------------------------------------
     
     Layout Style Sheet
     Version: 1.0
     Date: 6/09/2005

    ------------------------------------------------------------------------- */
	
body {
	background: url(../images/bg.gif) repeat-y 50% 0px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	}


/*  -------------------------- ID's Styles ---------------------------------*/

#pageholder {
	height: auto;
	margin: 0 auto;
	text-align: left;
	position: relative;
	}

#header {
	height: 107px;
	width: 100%;
	margin: 0;
	padding: 0;
	}
	
#header .img {
	display: none;
	}

#title {
	position: relative;
	margin: 7px 7px 0 0;
	float: right;
	font-size: x-small;
	font-weight: bold;
	}

#content	{
	float: left;
	margin: 5px 0 0 0;
	padding: 0 10px 80px 20px;
	}


	
#sidebar	{
	display: none;
	}
	
#fontsizer	{
	display: none;
	}

#footer {
	height: 88px;
	clear: both;
}

#center {
	display: block;
	text-align: center;
	margin-top: 20px;
}

#box {
	width: 100%;	
	margin-bottom: 10px;
	voice-family: "\"}\"";
	voice-family:inherit;
	}

#fontsizer {
	height: 28px;
	border:1px solid #b3c789;
	position: relative;
	float: right;
	font-size: 9px;
	color: #4E4E4E;
	padding: 4px 4px 0 4px;
	}

.hide {
	display: none;
	}
	
.imagebox {
	padding-bottom: 8px;
	}
.image {
	display: inline;
	float: left;
	padding-right: 8px;
	}

/* ---------------------------- Horizontal nav -------------------------------- */

#menu {
	display: none;
	}
	
#menu2 {
	display: none;
	}


/* ---------------------------- Tables ------------------------------------ */	

.datatable {
	margin: 15px 0 0 0;
	border: 3px solid #CCC;
	border-collapse: collapse;
	width: 100%;
}
.datatable td {
	border-top: 3px solid #CCC;
	padding: 4px;
	text-align: left;
}
.datatable td.spacer {
	font-size: 0.2em;	
}
.datatable td.left {
	border-right: 3px solid #CCC;
	padding: 4px;
	text-align: left;
}

.datatable tr.head {
	
	color: #000;
	background-color: #C7D3A8;
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
}

.datatable tr.altrow {
	
	background-color: #E4EBD2;
}
	
/* ---------------------------- Typography -------------------------------- */

p	{
	line-height: 120%;
	color: #4E4E4E;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
	}

a,
a:visited,
a:active {
	color: #177A3A;
	text-decoration: underline;
	}
	
a:hover {
	background: #DEE930;
	}
	
#content h1	{
	margin: 1em 0 1em 0;
	color: #536015;
	font-size:  large;
	text-decoration: underline;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size:    large;
	font-weight: normal;
    }

html>#content h1 	{
	font-size:  large;  
	}
	
#content h2	{
	margin: 2em 0 1em 0;
	color: #536015;
	font-size:  medium;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size:    medium;
	font-weight: bold;
    }

html>#content h2 	{
	font-size:  medium;  
	}
	
#content h3	{
	margin: 1em 0 1em 0;
	color: #536015;
	background-color: #E4EBD2;
	font-size:  x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size:    small;
	font-weight: normal;
    }

html>#content h3 	{
	font-size:  small;  
	}
	
#content h4	{
	display: inline;
	color: #4E4E4E;
	font-size:  0.9em;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size:    1em;
	font-weight: bold;
    }

html>#content h4 	{
	font-size:  1em;  
	}
	
#content ul {
	font-size: 0.9em;
	color: #4E4E4E;
	}
	
.bold {
	font-weight: bold;
	}
	
.break {
	display: block;
	border-bottom: 2px dotted #CCC;
	padding: 0 0 1.5em 0;
	margin-bottom: 1.5em;	
	}
	
.title {
	display: block;
	padding-top: 1.1em;
	vertical-align: bottom;	
	}

ul.career {
	list-style-position: outside;
	list-style-type: decimal;
	}

ul.career2 {
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(../images/arrow.gif);
	}
	
.faqbox {
	border: 2px dotted #CCC;
	background-color: #f5f8ec;
	padding: 10px;
	margin: 0 0 10px 0;
	}
	
ul.faq {
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(../images/disc.gif);
	}
	
ul.faq li {
	padding-bottom: 7px;
}

		
ul.faq li a:visited {
	color: #c67d16;
	}


	
p.testimonials {
	border: 2px dotted #CCC;
	background-color: #f5f8ec;
	padding: 10px;
	margin: 0 0 25px 0;
	}

p.faq {
	font-size: 10px;
	width: 125px;
	text-align: center;
	height: 50px;
	}

p.faq a,
p.faq a:visited,
p.faq a:active {
	border: 1px solid #000;
	border-top: 1px solid;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	line-height: 14px;
	float: left;
	}

p.faq a:hover {
	background-color: #DEE930;
	}
	
p.footer {
	font-size: 10pt;
	color: #333;
	background-color: transparent;
	text-align: center;
	margin: 15px 0 0 0;
	}

p.footer a,
p.footer a:visited,
p.footer a:active {
	color: #333;
	}
	
p.footer a:hover {
	background: #DEE930;
	}

