/* Common headings and paragrah types */

p {
	padding: 0;
	margin: 0 0 15px 0;
}

h3, h2, h1 {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 13px;
}


h2 {
	font-size: 17px;
}

h1 {
	font-size: 22px;
	margin-bottom: 5px;
}

a {
    color: #c50007;
}

a:hover {
	text-decoration:underline;
}

table, tr, td {
    padding: 0;
    margin: 0;
    border: 0;
    border-collapse: collapse;
}

.textInput {
	width: 200px;
	padding: 2px;
}

.small {
    font-size: 10px;
}

/* Main Body Definitions */

body {
	background-image: url("../graphics/main_back.jpg");
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

form, input, select, textarea {
	display: inline;
	margin: 0px;
	border-spacing: 0;
}

.cleaner {
	clear: both;
	display: inline;
	font-size: 0px;
}

.noCssComment {
    display: none;
    visibility:hidden;
}


#container {
	margin: 12px auto;
	width: 721px;
	padding: 0 15px 0 15px;
	font: normal 13px Tahoma, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

/* Main Header */

#header {
	height: 55px;
	margin: 0px 10px 11px 10px;
	padding: 12px 0 0 0;
	background: url("../graphics/certifications.gif") no-repeat bottom right;
}

#header a {
	text-decoration:none;
}

#header a:hover {
	text-decoration:underline;
}

/* Main Content Section */

#content {
	margin: 0;
    background-color: #808080;
}

#mainContentWrapper {
    background-color: white;
    padding: 12px 0 0 11px;
    margin: 0 0 0 150px;
}

#mainContent {
    padding: 0 10px 24px 10px;
	background: white url("../graphics/main_bottom.jpg") no-repeat bottom;
}

#mainContentHome {
    font-size: 11px;
    padding: 0 0 24px 0;
	background: white url("../graphics/main_bottom.jpg") no-repeat bottom;
}

/* Hide from IE5-mac \*/
* html #mainContent {
	margin: 0px;
}
/* End IE5/mac hide */


/* Left navigation bar */

#navTop {
    width: 150px;
    height: 85px;
    background: white url("../graphics/nav_top.gif") no-repeat bottom;
}

#leftNavigation {
	float: left;
    width: 150px;
    color: white;
    font-size: 11px;
    background-color: #808080;
}

ul.menu {
    list-style: none;
    padding: 0;
    margin: 0 10px;
}

li.menu {
    font-weight: bold;
    background: url("../graphics/nav_dots.gif") no-repeat top;
    margin: 2px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
}

ul.submenu {
    list-style: none;
    padding: 0 10px;
    margin: 0;
}

li.submenu {
    font-weight: normal;

}

#leftNavigation a {
    color: white;
	text-decoration:none;
}

#leftNavigation a:hover {
	text-decoration:underline;
}


#testimonials {
    margin: 10px 8px;
    width: 130px;
    color: white;
}

/* Page Footer */

#mainFooter {
	height: 60px;
    width: 721px;
	margin: 0;
	padding: 0;
	background: white url("../graphics/bottombar.jpg") no-repeat bottom;
    clear: both;
}

#footer {
	height: 70px;
    width: 701px;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
    line-height: 18px;
}

#footer a {
    color: black;
    text-decoration: none;
}

#footer a:hover {
    color: black;
    text-decoration: underline;
}

.august {
    line-height: 11px;
}