/*  
Theme Name: Coaliance Theme
Theme URI: http://wordpress.org/
Description: A custom Wordpress theme.
Version: 1.0
Author: Tim Challies

*/

html,body {
	font: 11px Verdana, Trebuchet MS, Arial, sans-serif;
	color: #4c6977;
	margin:0 auto;
	text-align:center;
	padding:0;
	background:url(images/bg.jpg);
	background-color:#e0ca9b;
}
img {
	border:none;
}
div.clear {
	clear:both;
}
p, li {
	line-height:24px;
}

#container {
	width:776px;
	margin:0 auto;
}
#logo {
	height:79px;
	padding-right:442px;
}
#buttons {
	height:33px;
}
#submenu {
	height:15px;
	width:776px;
	margin:0 auto;
	background:url(images/submenu.jpg);
	color:#7f7f7f;

}
#content {
	background:url(images/slice.jpg);
	width:776px;
	display:table;
}
#main {
	width:748px;
	margin:0 auto;
}
#left {
	float:left;
	width:520px;
	text-align:left;
}
#right {
	float:right;
	width:228px;
	text-align:left;
	background:url(images/right.jpg) no-repeat;
}
#right_text {
	padding: 90px 0 0 18px;
	width:180px;
	color:#7f7f7f;
}
#right_text ul {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}
#right_text ul li {
	padding-bottom:14px;
	line-height:18px;
}
#text {
	padding: 20px;
}
#between {
	height:53px;
	width:776px;
	background:url(images/between_boxes.jpg);
}
#lower {
	background:url(images/lower_slice.jpg);
	width:776px;
	display:table;
	color:#7f7f7f;
}
#lower_boxes {
	width:400px;
	margin:0 auto;
	padding: 30px 0 20px 0;
	line-height:18px;
}
#lower_left {
	width:200px;
	float:left;
	text-align:left;
}
#lower_right {
	width:200px;
	float:right;
	text-align:left;
}
#footer {
	height:30px;
	background:url(images/footer.jpg);
}

h1 {
	font-size:16px;
	color:#ed1f24;
	font-weight: bold;
	font-family: arial;
}
h2 {
	font-size:15px;
	color:#41607e;
	font-weight: bold;
	font-family: arial;
border-bottom:1px solid #41607e;
padding-top:15px;
}
a {
	color:#41607E;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
}

#submenu a, #right a, #lower a, #lower a:visited {
	text-decoration:none;
}
#submenu a:hover, #right a:hover, #lower a:hover {
	text-decoration:underline;
}


a#buttonA {float:left;width:101px;height:33px;background:url(images/btn_home.jpg);}
a#buttonA:hover {background:url(images/btn_home.jpg) 0 -33px}
a#buttonA.current {background:url(images/btn_home.jpg) 0 -33px;}
a#buttonB {float:left;width:105px;height:33px;background:url(images/btn_news.jpg);}
a#buttonB:hover {background:url(images/btn_news.jpg) 0 -33px;}
a#buttonB.current {background:url(images/btn_news.jpg) 0 -33px;}
a#buttonC {float:left;width:105px;height:33px;background:url(images/btn_customers.jpg);}
a#buttonC:hover {background:url(images/btn_customers.jpg) 0 -33px;}
a#buttonC.current {background:url(images/btn_customers.jpg) 0 -33px;}
a#buttonD {float:left;width:105px;height:33px;background:url(images/btn_solutions.jpg);}
a#buttonD:hover {background:url(images/btn_solutions.jpg) 0 -33px;}
a#buttonD.current {background:url(images/btn_solutions.jpg) 0 -33px;}
a#buttonE {float:left;width:104px;height:33px;background:url(images/btn_employment.jpg);}
a#buttonE:hover {background:url(images/btn_employment.jpg) 0 -33px;}
a#buttonE.current {background:url(images/btn_employment.jpg) 0 -33px;}
a#buttonF {float:left;width:104px;height:33px;background:url(images/btn_about.jpg);}
a#buttonF:hover {background:url(images/btn_about.jpg) 0 -33px;}
a#buttonF.current {background:url(images/btn_about.jpg) 0 -33px;}
a#buttonG {float:left;width:102px;height:33px;background:url(images/btn_contact.jpg);}
a#buttonG:hover {background:url(images/btn_contact.jpg) 0 -33px;}
a#buttonG.current {background:url(images/btn_contact.jpg) 0 -33px;}

table .customerLogos {border-style: none;}      
table .customerLogos td {vertical-align: middle;}

a.namedAnchor, a.namedAnchor:hover {text-decoration: none;}