/* -----------------------------------
	Project: Tongue Tied CSS
	Type: CSS/2
	Author: Stuart Lees
	Company: TXD Limited
	Web: http://www.txdlimited.co.uk
	Date: 16/08/2007
   ----------------------------------- */
   
/* ------------------------------ Layout ------------------------------ */

* {
	margin:0;
	padding:0;
}

img, a img {outline:0; border:0}

body {
	margin:10px;
	font: 62.5%/1.2 Arial, Helvetica, Verdana, sans-serif;
	color:#4d4b4b;
	text-align:center;
	background:url(images/page_bgr.gif) repeat-x #fff;
}

#container {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:718px;
	border:1px solid #ddd;
	background:url(images/faux_columns.jpg) top left repeat-y #f5f5f5;
}

#corporate_banner {
	position:relative;
	height:130px;
	background-color:#ffffff;
}

#header_image {
	background-color:#fff;
}

#main_content_index {
	float:left;
	width:500px;
	display:inline;
	margin-left:20px;
	text-align:justify;
}

#main_content {
	float:right;
	width:500px;
	margin-right:20px;
	text-align:justify;
	display:inline;
}

#latest_news_index{
	float:right;
	width:130px;
	display:inline;
	margin-right:35px;
}

.latest_news_index{
	float:right;
	width:130px;
	display:inline;
	margin-right:35px;
}

#latest_news{
	float:left;
	width:140px;
	display:inline;
	margin-left:37px;
}

#latest_news img {
	margin:5px 10px;
}

#footer {
	clear:both;
	height:1%;
	background-color:#9D1117;
	color:#ffffff;
}

.footerLeft {
	width:310px;
	padding:15px 0 10px 30px;
	float:left;
	display:inline;
	font-size:1.1em;
	text-align:left;
}

.footerRight {
	width:320px;
	padding:15px 0 10px 30px;
	float:left;
	display:inline;
	font-size:1.1em;
	text-align:right
}

.footerLeft a, .footerRight a  {
	color:#ffffff;
	font-size:1em;
}


/* ------------------------------ High Level Navigation ------------------------------ */

#navigation {
	background:url(images/header_bgr.gif);
}

#navigation ul {
	margin-left:20px;
	padding:10px 0;
	list-style-type:none;
	background:url(images/header_bgr.gif);
}

#navigation ul li {
	/*padding:0 55px 0 60px; 
	*padding:0 50px 0 54px; 
	_padding:0 50px 0 64px;*/ 
	display:inline;
}

#navigation ul li a {
	font-size:1.1em;
	font-family:Tahoma;
	font-weight:normal;
	color:#cccccc;
	text-decoration:none;
	padding:10px 24px 10px 24px;
}

#navigation ul li a:hover {
	color:#F7F7F7;
	background-color:#b12126;
	padding:10px 24px 10px 24px;
	
}

/* ------------------------------ Typography ------------------------------ */

h2, h3, p, ul {
	padding:10px;
}

h1 {
	padding:0 10px 10px 10px
}

h1, h2 {
	font-size:1.6em;
	color:#9E1319;
	font-weight:bold;
}

h3 {
	color:#004f2f;
	font-size:1.2em;
	font-weight:bold;
}

h4 {
	color:#4D4D4D;
	font-size:1.2em;
	font-weight:bold;
	padding: 10px 10px 10px 10px
}

h5 {
	color:#1a1a1a;
	font-size:1.3em;
	font-weight:bold;
	padding: 5px 10px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif
}

p, ul, dl {
	font-size:1.2em;
}

ul {
	margin-left:30px;
}

li {
	margin:0.5em 0;
}

dl {
	margin-bottom:30px;
	margin-left:10px;
}

dt {
	font-weight:bold; 
	text-align:left;
	margin-top:10px;
}

dd {
	font-style:italic
}	

a {
	font-size:1.1em;
	color:#004f2f;
}

hr {
	border: 0;
	margin-left:7px;
	color:#999;
	background-color:#999;
	height: 1px;
}

/* ------------------------------ tabular data ------------------------------ */

table {
	border-collapse:collapse;
	border:1px solid #cccccc;
	margin:10px;
}

td {
	padding:0.5em;
	vertical-align:top;
	font-weight:normal;
	text-align:left;
	font-size:1.2em;
}

th {
	background-color:#B22A1A;
	color:#fff;
	font-weight:bold;
	padding:0.5em;
	vertical-align:top;
	border-top:1px solid #ccc;
	text-align:left;
	font-size:1.3em;
}

table.homepage {
		border:none;
		padding:0.2em;
		text-align:left;
		}

/* ------------------------------ additional classes ------------------------------ */

.clear {
	clear:both
}

.kludge {
	height:20px; 
	background-color:#f5f5f5
}

.newsDate {
	text-align:right;
	color:#000
}

.index {
	padding:12px 10px 10px 10px
}

.quote {
	margin:10px;
	padding:10px;
	border:1px solid #ddd;
	background-color:#eee;
	font-size:1.3em;
}

.success {
	padding:12px 10px 10px 25px;
	background:url(images/success.jpg) left 50% no-repeat #ffc;
	font-size:1.2em;
	border:1px solid #CACA00;
	margin:10px;
}

.error {
	padding:12px 10px 10px 25px;
	background:url(images/error.jpg) left 50% no-repeat #FEB8C2;
	font-size:1.2em;
	border:1px solid #E66455;
	margin:10px;
}

.formattedList {
	list-style-type:disc;
	float:left;

}

.formattedList li {
	margin:0;
}

.associatesAlignLeft {
	margin-bottom:10px;
	border-bottom:3px solid #eee;
	border-top:3px solid #eee;
	text-align:left
}

.associatesAlignLeft img {
	float:left;
	margin:5px 0;
}

.associatesAlignLeft dl {
	float:right;
	width:390px;
	padding-top:10px;
	display:inline;
	margin-bottom:5px;
}

#servicesList ul{
	list-style:none;
	padding:0;
	margin:0;
}

#servicesList ul li{
	padding:0.5em;
	font-weight:bold;
	margin-left:1em;
}

#servicesList ul li a{
	color:#004f2f;
	text-decoration:none;
	border-bottom:1px dotted #004f2f;
}

#servicesList ul li a:hover{
	border:none;
}

#applicant {
	border-bottom:2px solid #eee;
	margin-top:10px;
}

.small {
	font-size:1em
}

.index_small_img, #main_content a img {
	float:left; 
	margin:10px; 
	border:none;
}
/* -------------- services menu ----------------------------- */

#button {
	float:left;
	width: 125px;
	margin-left:5px;
	background-color: #ddd;
	color: #1a1a1a;
	display:inline;
}

* html #button {width: 115px;}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#button li {
	margin: 0;
}

#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #eee;
	color: #1a1a1a;
	text-decoration: none;
	width: 100%;
	font-size:0.9em;
}

html>body #button li a {
	width: auto;
}
.body1
{
	background-image:none;
}
#button li a:hover {
	background:url(images/header_bgr.gif);
	color: #fff;
}

table a, table a:hover {color:#fff; text-decoration:none;}

a.darker{color:#4D4B4B}
.msgclass{color:Green;font-size:12px}
.tableform{background-color:White;height:180px;width:400px; border:none;}
.msg
{
	color:#9b1919;
	font-size:12px;
	font-weight:bold;
}
.white_content2{display:none;position: absolute;top: 8%;left:27%;width:470px; height:auto;background-color:#fff; z-index:3000;overflow:auto; position:fixed; border:8px solid #4D4949;padding-right:18px;}

.black_overlayw
{
display: none;
position: fixed;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: #000;
z-index: 1001;
-moz-opacity: 0.8;
opacity: .80;
filter: alpha(opacity=50); /display: none;position: fixed;top: 0%;left: 0%;width: 100%;height: 100%;background-color: black;z-index: 1001;-moz-opacity: 0.6;opacity: .60;filter: alpha(opacity=10);/
}
.left{ float:left;}
.right{ float:right;}



