html, body {
	margin: 0;
	padding: 0;
}

html {
	height: 101%; 
}

body {
	background: #e9e9e9 url('images/bg.gif') repeat-y center;
	border: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	height: 100%;
	text-align: center;
}

img, table, td { border: none; }

a:link {
	color: #468ede;
	text-decoration: none;
}
a:visited { 
	color: #1e446f;
	text-decoration: none;
}
a:hover { 
	color: #60a000; 
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, legend {
	color: #7DBD1E;
	font-size: 1.5em;
	margin-bottom: 10px;
}
h2 { font-size: 1.3em; }
h3 { font-size: 1.1em; }
h4 { font-size: .9em; }
h5 { font-size: .7em; }
h6 { font-size: .5em; }
h1.blue, h2.blue, h3.blue, h4.blue, h5.blue, h6.blue  {
	color: #193394;
}
.red { color: Red; }


ul { list-style: disc inside; }
ol { list-style: decimal inside; }

p sup {font-size: 70%; vertical-align: top;}


#wrapper {
	width: 720px;
	margin: 0 auto;
	text-align: left;
	height: 100%;
}


#header {
	background: #fff url('images/bg_navi.gif') no-repeat 60px bottom; 
	border-bottom: 1px solid #7DBD1E;
	border-top: 1px solid #7DBD1E;
	display: table;
	width: 100%;
	margin-top: 10px;
	padding: 2px 0 2px 0;
	display: table;
}

#header table {
	width: 100%;
}

#header_left {
	width: 150px;
}

#header_center {
	vertical-align: middle;
	font-size:9px;
}

#header_center h1 {
	color: #1D589A;
	font-size: 2.8em;
	font-weight: bold;
}

#header_right {
	text-align: right;
}

/* CONTENT */
#content {
	clear: both;
	margin: 10px 0 10px 0;
}
#content p {
	margin-bottom: 10px;
}

#content ul {
	margin-left: 20px;
}

#content td{ vertical-align: top; }

.center {
	text-align: center;
}

/* END CONTENT */

/* FOOTER */
#footer {
	font-size: .8em;
	margin: 30px 0 10px 0;
	padding-top: 20px;
	text-align: center;
	width: 100%;
}
/* END FOOTER */


#disclaimer {  /*Lindamood-Bell disclaimer at bottom of page */
				/* style changed aug 2011 */
	color:#99ccff;
	font-size:xx-small;
	font-style:italic;
	text-align:center;
}

#fast_track {
	background: #FFF url('images/promo_box.gif') no-repeat top center;
	clear: right;
	float: right;
	height: 256px;
	margin: 10px 0 20px 10px;
	text-align: center;
	width: 424px;
}

#fast_track_new {  /* added april16 */
	background: #FFF url('images/new_promo_box.gif') no-repeat top center;
	clear: right;
	float: right;
	height: 256px;
	margin: 10px 0 20px 10px;
	text-align: center;
	width: 424px;
}



#fast_track #badge {  /* now hiring star */
	float: right;
	padding: 15px 10px 10px 10px;
	vertical-align: top;
}

#fast_track #badge2 {  /* now hiring star - added april16 */
	float: left;
	padding: 15px 10px 10px 10px;
	vertical-align: top;
}

#fast_track h2 a {
	color: #7DBD1E;
}

#hiring {
	text-align: right;
}


#float_table {
	width:70%; margin-right:15%;
}

#float_table td {
	text-align: left;	
	width: 250px;
}


.boxme {
	background-color: #F0F0F0;
	border: 1px solid #1D589A;	
	padding: 10px;
}

table#staff-list td { 
	padding: 0 20px 10px 20px;
	text-align: center;
}

ul#staff-list { 
	list-style-type: none;
	padding: 0;
}

ul#staff-list li { 
	padding: 0 0 5px 0;
}


.menu_table {
line-height:14px;
	}
	


/* NEWSLETTER page */
#float_table_news {
	width:100%; margin-left:5%; margin-right:5%;
}

#float_table_news td {
	text-align:left;	
	width:50%;
}

#float_table_news ul {
  margin-left: 0;
  padding-left: 10px;
}
/* end NEWSLETTER */



/* TESTIMONIALS */
.right{ /* name that follows quotation */
	text-align:right;
	line-height:100%;
}

/* for horizontal rule */
div.rule{
	height:1px;
	margin-top:10px;
	margin-bottom:15px;
	background-color:#7dbd1e;
}
/*  end TESTIMONIALS */

