body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
body {
	background-color: #712536;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}


.container {
	background: url(images/bg.jpg) repeat-y left;
	width: 752px;
}
.container-nav {
	background: url(images/bg.jpg) repeat-y left;
	padding-left: 20px;
}

.container-foot {
	background: url(images/bg-foot.jpg) no-repeat;
	height: 16px;
	width: 752px;
}
#content {
	padding: 4px 40px 20px 30px;
}
hr {
	height: 1px;
	width: 690px;
	color:#a8a2a2
}
.fact {
	float: right;
	margin: 0 0 18px 9px;
	clear: right;
	border: 4px solid #F0AC1E;
	width: 160px;
}
.subnav {
	padding-bottom: 10px;
}


#bullets li {
	list-style: url(images/bullet-red.gif);
}








/* these are the main links */

a:link {
	color: #a0a4af;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}
a:visited {
	color: #A0A4AF;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #25507F;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #25507F;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
}

#active {
	color: #25507F;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
}

/* Headings */
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #7F7A30;
	margin-bottom: 0px;
}

h2 {
	color: #712536;
	font-size: 18px;
	font-weight: bold;
	border-top: 1px solid #712536;
	border-bottom: 1px solid #712536;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
h3 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #69A3C8;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/* Footer */
.footer {
	color:#F0AC1E;
	font-size:12px;
	vertical-align: middle;
}


#footer a:link, #footer a:visited {
	color: #F0AC1E;
	text-decoration: none;
}
#footer a:hover {
	color: #F0AC1E;
	text-decoration: underline;
}


/* IMAGES ---------- */
.float-left {/* Left Floated Images */
	float: left;
	margin: 0 12px 18px 0;
	border: 0px;
	text-align: left;
}

.float-right {/* Right Floated Images */
	float: right;
	margin: 0 0 18px 9px;
	clear: right;
	border: 0px;
}

img {
	border-width: 0px;
}


/* ---------------Navigation ------------------ */
ul#nav {
	height: 31px;
	list-style: none;
	margin: 0;
	padding: 0;
}


/*  Makes the list items sit next to each other */
#nav li {float: left;}


/*  Sets styles for all links that are inside the ul id="top-nav" */
#nav a {
display: block;
height: 31px; 
overflow: hidden; 
text-indent: -1999em; /* Indents the rich-text so it does not show */
}

/* Set the image for each nav item */

#about {background: url(images/nav-about.gif); width:134px;}
#contact {background: url(images/nav-contact.gif); width:101px;}
#services {background: url(images/nav-services.gif); width:106px;}
#clients {background:url(images/nav-clients.gif); width:106px;}
#blog {background:url(images/nav-blog.gif); width:98px;}
#home {background:url(images/nav-home.gif); width:137px;}


/* Shift the image position up to show the active state */
#nav a:hover, #nav a.active, #top-nav .active {
	background-position: 0 -31px;
	color: #25507F;
}

/* Set the cursor to default arrow so link does not appear clickable */
#nav .active {
	cursor: default;
	color: #25507F;
}
