/* internal.css */

@import "defaultNew.css";

#submenu ul {
	list-style-type: none;
    width: 265px;
    margin: 0 auto;
}

*html #submenu ul {
	list-style-type: none;
	padding-top: 40px;
}

#submenu li {
	margin: 5px 0 0;
	display: block;
	float: none;
	padding: 0;
	width: 265px;
    
}

#submenu li a {
	width: 235px;
	height: 26px;
	display: block;
	background-image: url('../img/newNav/sideBg.gif');
	font-family: verdana;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding: 4px 0 0 30px;
	margin: 0;
}

#submenu li a:hover {
    text-decoration: underline;
}

#submenu ul ul {
	background: url('../img/menubox_bottom.gif') no-repeat bottom;
	margin-bottom: 10px;
	padding: 0 0 3px 10px;
	width: 255px;
}


#submenu ul ul li {
    margin: 8px 0;
	background: url('../img/bullet2.gif') bottom left no-repeat;
	padding: 0 0 0 20px;
	width: 235px;
    
}

#submenu ul ul li a {
    display: inline;
	height: auto;
	background: none;
	font-weight: bold;
	font-size: 0.8em;
	color: #B11F24;
	padding: 0;
}


#submenu ul ul li a:hover {
	text-decoration: underline !important;
}

#subpages {
	background: url('../img/menubox_bottom.gif') no-repeat bottom;
}

#subpages div {
	background: url('../img/menubox_top.gif') no-repeat top;
	padding: 10px;
}

*html #subpages div {
	background: url('../img/menubox_top.gif') no-repeat top;
	padding-left: 30px;
}

#subpages ul {
	list-style-type: none;
}

#subpages ul li {
	padding: 4px;
}

#subpages ul li a {
	padding-left: 20px;
	background: url('../img/bullet2.gif') no-repeat left;
	font-size: 0.9em;
	text-decoration: none;
}


.box {
	float: left;
	clear: none;
	width: 200px;
	margin-right: 20px;
}

#chatbox {
	background: url('../img/livechatbox.gif') no-repeat top;
	width: 206px;
	height: 205px;
	padding: 5px 4px 10px 4px;
}

#chatbox h2 {
	line-height: 40px;
	background: url('../img/livechat_heading.gif') no-repeat left;
}

#chatbox p {
	height: 60px;
	margin: 10px 40px 0px 10px;
}

#chatscript {
	height: 60px;
	width:120px;
	margin: 0px 0px 0px 0px;

}

#chatbox .chat {
	display: block;
	width: 80px;
	height: 36px;
	background: url('../img/chat_button.gif') no-repeat top;
	text-decoration: none !important;
	margin: 10px 0 0 10px;
}




h2#theteam, h2#company {
	line-height: 95px; /*46*/
	margin: 10px 0 0 0;
}

/*h2#theteam {background: url('../img/the_team.gif') no-repeat left;}*/
h2#theteam {background: url('../img/management_team.jpg') no-repeat left;}
h2#company {background: url('../img/company.gif') no-repeat left;}


.news {
	list-style-type: none;
}

.news li {
	padding-left: 30px;
	background-image: url('../img/bullet1.gif');
	background-repeat: no-repeat;
	background-position: 2px 2px;
}
#content ul {
	margin: 0px;
	padding-left: 16px;
	font-size: 0.8em;
	line-height: 140%;
	color: #6C6C6C;
	margin-bottom: 10px;
	margin-top: 10px;
}
#content ul ul ul {
	margin: 0px;
	padding-left: 16px;
	font-size: 1em;
	line-height: 140%;
	color: #6C6C6C;
	margin-bottom: 10px;
	margin-top: 10px;	
	
}
#content li {
	margin-bottom: 10px;

	
}

.nobullet{
	list-style-type: none;
	
}

#content ol {
	margin-top: 10px;
	padding-left: 16px;
	font-size: 0.8em;
	line-height: 140%;
	color: #6C6C6C;
	margin-bottom: 10px;
	
}
table  {
	font-size: 0.8em;
	color: #B11F24;
	font-family: Verdana, Arial, sans-serif;
	
}

td {
	vertical-align: top;
}
.bold {
	font-weight: bold;

}
.italic {
	font-style: italic;

}

.border-right {
	border-right: 1px solid #E5AFB0;
	}
.border-left {
	border-left: 1px solid #E5AFB0;
	
	}
.maintext_list_indent {
	margin-left: 25px;
}

.faqdivider {
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;

}
.SAtableelement {
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}

	
.faq_header {
	color: #B11F24;
	padding-top: 5px;
	padding-bottom: 5px;
}
.faq_item {
	color: #6C6C6C;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.faq_question {
	font-weight: bold;
	color: #B11F24;
}
p.faq_question a {
	text-decoration: none;
}

