

/* html tags ***************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background: top center repeat-x url("images/background.gif") #ba242f;
	text-align: center;
}

h1 {
	/* Do Image Replacement for the logo */
}
h2 {
	font-size: 18px;
	color: #e5303e;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding: 0px;
}
h3 {
	margin: -1px 0 10px 0;
	padding: 0px;
	font-size: 12px;
	text-transform: uppercase;
	
}
a {
	color: #0066cc;
	font-weight: bold;
}
ul {
	padding-left: 25px;
	margin-left: 0px;
	margin-bottom: 10px;
}
li {
	margin-bottom: 5px;
}

/* overall *****************************************/

#page {
	width: 757px;
	background: url("images/page_bg.gif");
	margin: 0 auto 0 auto;
}

#leftside, #rightside {
	text-align: left;
	position: relative;
	float: left;
}

#footer {
	clear: both;
	background: url("images/page_end.gif");
	height: 34px;
}
#footer div {
	margin-left: 213px;
	font-size: 10px;
	color: #555;
}


/* left side ***************************************/

#leftside {
	width: 213px;
	background: url("images/left_bg.gif"); 
}
.leftinner {
	background: url("images/left_topbg.jpg") top no-repeat;
	padding: 22px 15px 22px 22px;
}
.leftsection {
	margin: 0 0 25px 0;
}
.lefthead {
	font-family: arial, verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent;
	border-bottom: 1px solid white; /* Trick IE to fix z-index problem. */
}
.leftentry {
	margin: 4px 0px 0px 4px;
}
.leftentry_date {
	color: red;
	font-size: 11px;
}
.leftentry_title {
	font-weight: bold;
}
.leftentry_hr {
	width: 165px;
	margin: 12px 0 10px 6px;
	border-bottom: 1px solid #7f7f7f;
}


/* right side ***************************************/

#rightside {
	width: 544px;
}

#navigation {
	background: top center repeat-x url("images/background.gif");
	float: left;
}

#navigation img {
	border: 0px;
}

#content {
	background: url("images/right_bg.gif");
}
#innercontent {
	padding: 14px 20px 20px 26px;
}

#column1, #column2 {
	float: left;
}
#column1 {
	width: 253px;
	margin-right: 31px;
}
#column2 {
	width: 185px;
}

.infobox_head {
	background: url("images/right_infobox_head.gif") repeat-x;
	height: 27px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0 3px 8px;
	text-transform: uppercase;
}

.firstwords {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}


div.blurb {
	margin: 25px 8px 15px 8px;
	border: 1px solid #ddd;
	padding: 3px;
	position: relative;
}
div.blurbheader {
	background: #cc3333;
	text-transform: uppercase;
	font-size: 10px;
	color: white;
	padding: 3px;
}
div.blurbinside {
	background: #EEF2F2;
	font-size: 12px;
	padding: 3px;
}

img.rightimage {
	float: right;
	margin: 10px 0 15px 20px;
	border: 5px solid #eee;
}

div.ultitle {
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}


/* navigation UL ************************************/

#navigation_images {
	float: left;
	width: 528px;
	margin: 55px 0 0 0;
	padding: 0;
	height: 31px;
	display: block;
	}
	
#navigation_images ul {
	margin:0px 0px 0px 30px;
	padding:0px;
	list-style-image:url('images/nav-bullet.png');
}

#navigation_images ul li {
	margin: 0;
	padding:8px 40px 0px 0px;
	float:left;
	}

#navigation_images ul li a:link, #navigation_images ul li a:visited  {
	display:inline;
	cursor:pointer;
	height:31px;
	color:#007c8a;
	padding:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:600;
	}

#navigation_images ul li a:hover, #navigation_images ul li a:active  {
	color:#ff2d2d;
	text-decoration:none;
	}	
	
	
/* infobox list *************************************/

#services_list {
	width: 164px;
	margin: 0 0 0 11px;
	padding: 0;
	text-align: left;
	color: #000;
}
#services_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#services_list li {
	border-bottom: 1px solid #d8d8d8;
	margin: 0;
}

#services_list li a {
	display: block;
	padding: 5px 8px 4px 19px; 
	background: transparent url("images/bullet.gif") left no-repeat;
	color: #000;
	text-decoration: none;
}

html>body #services_list li a { width: auto; }

#services_list li a:hover {
	background: #ddd url("images/bullet.gif") left no-repeat;
}



