body {
	font: 0.8em Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
	color: #000000;
}

#container {
	width: 765px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/frame_background.jpg);
	background-repeat: repeat-y;
}

#header {
	background-image: url(images/header_background.jpg);
	background-repeat: repeat-x;
	height: 111px;
	width: 723px;
	margin: 0px 22px;
	background-color: #C20000;
}


#header #nav {
	padding-top: 29px;
	padding-left: 35px;
}

#mainContent {
	margin: 35px 10px 0px 10px;
	padding: 0px 62px 20px 62px;
	background-image: url(images/watermark.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#mainContent p {
	line-height: 125%;
	padding-left: 3px;
}

#footer {
	background-image: url(images/footer_background.jpg);
	background-repeat: no-repeat;
	height: 103px;
	clear: both;
}

#footer p {
	margin: 0;
	padding-top: 50px;
	padding-left: 60px;
	color: #666666;
}

h1 {
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	border-bottom: 1px solid #ccc;
	padding: 2px;
	font-weight: normal;
}

h2 {
	font-size: 1.2em;	
	font-weight: normal;
	background-color: #EAEAEA;
	border-bottom: 1px solid #ccc;
	padding: 4px;
	margin: 10px 0px 15px 0px;
}

h2 .red {
	color: #CC0000;
}

img {
	border: 0px;
}

a:link { color: #990000; }
a:hover { color: #CC0000; }
a:active { color: #FF0000; }
a:visited {	color: #FF9900; }

.imageRight {
	float: right;
	border: 1px solid #ccc;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.imageLeft {
	float: left;
	border: 1px solid #ccc;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.redQuote li,  .testimonialsFloatRight li, .clientsCol li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 125%;	
}

.redQuote ul li, .testimonialsFloatRight ul li, .clientsCol ul li  {
	padding-left: 15px;
	margin-left: -30px;
	margin-top: 10px;
	background-image: url(images/dot_point.jpg);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

.testimonialsFloatRight {
	margin-left: 55px;
	margin-bottom: 30px;
}

#servicesSubNavCol {
	width: 35%;
	float: right;
	padding-left: 7px;
	margin-left: 10px;
}

#aboutSubNavCol {
	width: 200px;
	float: left;
	padding-right: 7px;
	margin-right: 10px;
}

#licensingSubNavCol {
	width: 35%;
	float: right;
	padding-left: 7px;
	margin-left: 10px;
}

#servicesSubNavCol ul, #aboutSubNavCol ul, #licensingSubNavCol ul {
	line-height: 165%;
	margin: 0px 5px 5px 10px;
	padding: 0px 5px 5px 10px;
}

#aboutSubNavCol ul {
	line-height: 135%;
}

.aboutHiddenDiv {
	margin-left: 215px;
}

.licensingHiddenDiv {
	margin-right: 245px;
}

ul, ol {
	line-height: 145%;
}

#servicesSubNavCol p, #licensingSubNavCol p {
	margin-top: 0px;
}

.clientsCol {
	width: 50%;
	float: left ;
}

#subNav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#subNav li {
	margin-bottom: 2px;
}

#subNav a {
	display: block;
	padding: 4px;
	background-color: #efefef;
	border-left:5px solid #ddd;
	color: #990000;
	text-decoration: none;
}

#subNav a:hover {
	border-left: 5px solid #CC0000;
	color: #CC0000;
	text-decoration: underline;
}


div.clear { clear:both;height:1px;overflow:hidden;font-size:1px; }
