* {margin: 0;}
* {padding: 0;}

body {
background-color: #ddeeee;
background-image: url(../images/cth_bkg.gif);
background-repeat: repeat-x;
font-size: 100%;
font-family: Helvetica, Arial, san-serif;
behavior:url("csshover.htc");
}

/* navigation styles */

#nav2 {
	width: 170px !important;
	margin: 25px 0 25px 25px;
	font-size: 0.7em;
	}
	
	
#nav2 ul {
	list-style: none;
	border: none;
	}
	
		
#nav2 li {
	border-bottom: 1px solid #fff;
	}

	
#nav2 li a {
	display: block;
	padding: 10px;
	background-color: #eef6f6;
	background-image: url(../images/bkg_corner.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	color: #009ee0;
	text-decoration: none;
	width: 100%;
	}
	

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

#nav2 li a:hover {
	color: #009ee0;
	background-color: #ddeeee;
	background-image: url(../images/bkg_corner.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	}
	
#nav2 li a:active, #nav2 li a.selected {
	color: #fff;
	background-color: #ef9a00;
	background-image: url(../images/bkg_corner.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	}
	
/* header styles */

#header {
	background-color: #004e8e;
	padding: 25px 25px 17px 25px;
	}
	
#header h1 {
	color: #fff;
	font-size: 1.6em;
	}
	
#header h2 {
	color: #fff;
	font-size: 0.8em;
	font-weight: normal;
	margin-top: 0.4em;
	}


/* main area styles */

#main {
	background-image: url(../images/cth_betterbydesign.jpg);
	background-repeat: no-repeat;	
	}

#mainarea {
	margin: 129px 25px 25px 25px;
	}
	
#mainarea p {
	font-size: 0.8em;
	line-height: 1.4em;
	color: #666;
	margin-bottom: 0.8em;
	margin-left: 25px;
	margin-right: 25px;
	}
	
#mainarea ul {
	font-size: 0.8em;
	line-height: 1.4em;
	color: #009ee0;
	margin-bottom: 0.8em;
	margin-left: 50px;
	margin-right: 50px;
	}
	
#mainarea a {
	color: #ef9a00;
	text-decoration: none;
	}
	
#mainarea a:hover {
	text-decoration: underline;
	}
	
#mainarea h2 {
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 0.8em;
	margin-top: 2em;
	padding: 4px 25px 2px 25px;
	color: #009ee0;
	border-top: 1px dotted #009ee0;
	background: #e5f3fa;
	background-image: url(../images/bkg_corner.gif);
	background-position: right bottom;
	background-repeat: no-repeat;	
	}
	
#mainarea h3 {
	margin-top: 2em;
	margin-bottom: 0.8em;
	margin-left: 25px;
	margin-right: 25px;
	color: #ff0000;
	font-size: 1em;
	font-weight: bold;
	}
	
#positions {
	margin-bottom: 20px;
	}

#positions ul li {
	list-style-type: none;
	color: #73bc2b;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.8em;
	border-top: 1px dotted;
	padding-top: 5px;
	}
	
#positions ul li span {
	font-size: 0.7em;
	font-weight: normal;
	color: #666;
	}
	
#mainarea .logo {
	margin: 0px 0px 5px 10px;
	}
	
#ttc {
	border: 1px dotted #ef9a00;
	padding: 15px 25px;
	margin: 10px 25px 0 0;
	}
	
#ttc p {
	color: #ef9a00;
	margin: 0;
	}
	
#qualitytable {
	margin-left: 25px;
	}
	
#qualitytable img {
	padding: 10px;
	}
	
.tablehead {
	color: #fff;
	font-size: 0.8em;
	padding: 10px;
	}
	
.tablebody {
	color: #009ee0;
	font-size: 0.8em;
	padding: 10px;
	}
	
#quote {
	margin-top: 20px;
	margin-left: 25px;
	padding: 10px 25px 0px 25px;
	background-image: url(../images/quote_bkg.gif);
	background-repeat: no-repeat;
	border-top: 1px dotted #ef9a00;
	border-bottom: 1px dotted #ef9a00;
	}
	
#quote p {
	font-family: Georgia, Times, serif;
	font-size: 1em;
	color: #ef9a00;
	}
	
#quote .quotename {
	font-family: Helvetica, Arial, san-serif;
	font-size: 0.8em;
	text-align: right;
	}
	
/* form styles */
	
form {
	font-size: 0.8em;
	line-height: 1.4em;
	color: #666;
	margin-left: 25px;
	}
	
input {
	background: #fff;
	color: #ef9a00;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 2px;
	}
	
input:focus {
	border: 1px solid #ef9a00;
	}
	
textarea {
	color: #ef9a00;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 2px;
	}
	
textarea:focus {
	border: 1px solid #ef9a00;
	}
	
.break {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
	}
	
/* popup styles */

#popup {
	font-size: 0.7em;
	line-height: 1.4em;
	color: #666;
	}
	
#popup a {
	color: #ef9a00;
	text-decoration: none;
	}
	
#popup a:hover {
	text-decoration: underline;
	}
	
#popup p {
	margin-left: 20px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #ccc;
	}
	
/* footer styles */
	
#footer {
	background-image: url(../images/footer_bkg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 25px;
	font-size: 10px;
	line-height: 12px;
	color: #999;
	}
	
#footer p {
	padding: 5px 0px;
	border-top: 1px dotted #ccc;
	}
	
#footer a {
	color: #ef9a00;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
