ul {  
	list-style-type: square;
	margin-top: 12px;
	margin-bottom: 12px;
}
li {
	margin-top: 4px;
	margin-bottom: 4px;
}	
/****************************************************************/
/*                       Main Content                           */
/****************************************************************/
#header {
	height: 200px;
}
#logo {
	background: url(../template/misc/logo.jpg) no-repeat;
	width: 100%;
	height: 136px;
}
#left_partition {
	display: inline;
	width: 204px;
	margin-left: 40px;
	float: left;
}
#nav_menu_box {
	width: 204px;
	margin-top: 0px;
	float: left;
}
#nav_menu_top {
	width: 204px;
	height: 18px;
	background: url(../template/nav/nav_menu_top.gif) no-repeat;
}
#nav_menu_bot {
	width: 204px;
	height: 18px;
	background: url(../template/nav/nav_menu_bot.gif) no-repeat;
}
#nav_menu {
	width: 174px;
	padding: 0px 15px 0px 15px;
	background-color: #C7D4DA;
}
#right_partition {
	display: inline;
	width: 480px;
	margin-left: 14px;
	float: left;
}
#page_header {
	display: block;
	margin-bottom: 20px;
}
h1, h2
{
	line-height: 20px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 20px;
	color: #0E415E; /* #4A7186; */
	font-family: Swiss Condensed BT, Arial, Sans-Serif;
}
h2
{
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #0E415E;
	font-family: Swiss Condensed BT, Arial, Sans-Serif;
}
#horiz_nav 
{
	line-height: 2em;
	background-color: #C7D4DA;
	margin-bottom: 20px;
	padding: 5px 5px;
}
/****************************************************************/
/*                          Text                                */
/****************************************************************/
.menu_header {
	color: #0E415E;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	line-height: 15px;
	margin-bottom: 10px;
}
.menu_text {
	color: #0E415E;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	margin-bottom: 5px;
	margin-left: 5px;
}
a.menu_text {
	line-height: 22px;
	text-decoration: underline;
}
a:hover.menu_text {
	color: #2E85D0;
}
span.menu_text 
{
	color: #2E85D0;
	line-height: 22px;
	font-size: 14px;
}
#content  {
	margin: 0px 5px 10px;
	text-align:left;
}
td.frm_inst
{
	font-weight: bold;
	font-size: smaller;
	padding-top: 10px;
}
.success 
{
	font-size:larger;
	font-weight: bold;
	color: Blue;
}
.fail 
{
	font-size: larger;
	font-weight: bold;
	color: Red;
}
/****************************************************************/
/*                          FAQs                                */
/****************************************************************/
.faqquestion 
{
	font-size: larger;
	font-weight: bold;
}
.faqanswer {}
/****************************************************************/
/*                          Testimonials                        */
/****************************************************************/

div#reference_item {
	margin-left:auto;
	margin-right:auto;
	width: 75%;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #717172;
	text-align: left;
	line-height: 1.25em;
	margin-bottom: 5px;
	margin-top: 10px;
}
div#reference_item span.audio {
	margin-left: 55%;
}
div#reference_item span.doublequote {
	color: #0E415E;
	font-size: 14pt;
}
div#reference_item img {
	width: 80px;
	margin: 10px;
	border: 1px solid #717172;
	padding: 5px;
}
div#reference_item span.name {
	font-weight:bold;
	font-style:italic;
	color: #0E415E;
}
div#reference_item p {
	margin-bottom: 7px;
}
div#reference_item td.contact_details {
	font-weight: bold;
	padding-top: 5px;
	text-align: left;
}
