*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  // Globals and Tags
*/

* {margin: 0; padding: 0;}

body {
	background: #ffffff;
	color: #000000;
	padding: 2% 0;
	font-family: sans-serif;
	font-size: 60%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

a {
	color: #009900;
}

a:hover {
	color: #999999;
}

big {font-size: 1.1em;}


h1,h2,h3 {
	font-family: tahoma, serif, sans-serif;
	color: #333333;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0;
}

h1 {
	font-family: tahoma, sans-serif;
	font-size: 2.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.6em;
	color: #000000;
}

h1 a {text-decoration: none;}

h1 a:hover {text-decoration: underline;}

h2 {
	font-family: arial, serif, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
}

h3 {font: bold 1.2em serif,sans-serif;}

form,table {margin-bottom: 1.2em;}

img {
}

img.floatright
{
	float: right;
	margin: 0px 10px 3px 20px;
}

label {display: block;}

li {line-height: 1.5em;}

p {
	font-size: 16px;
	line-height: 1.6em;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

small,.small {font: normal 0.9em sans-serif;}

ul {padding: 0 2em 1.2em;}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  // Global Structure
*/

#wrapper {
	margin: 0 auto;
	width: 762px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#container {
	background: #ffffff;
	border-top: 6px solid #000000;
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  // Header
*/

.header {
	border-top: 2px solid #999999;
	height: 190px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(images/header.jpg);

}
.title {
	border-top: 1px solid #ffffff;
	background-color: #FFFFFF;
	background-repeat: repeat-x;

}

.title h1 {
	color: #333333;
	font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;
	padding: 10px 0 10px 18px;

}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  // Navigation
*/

.navigation {
	height: 41px;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: tahoma, sans-serif;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	color: #000000;

}

.navigation a {
	background: #FFF;
	border-right: 1px solid #C9C6B3;
	color: #333333;
	float: left;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	letter-spacing: 0.15em;
	font-family: Tahoma, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

.navigation a:hover,.navigation a#active {
	background-position: left bottom;
	color: #009900;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  // Main Content
*/

.main#feature {
	background: #FFF;
	border: 6px solid #000000;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  // Client List
*/

ul.clientlist {

	border-top: 1px dashed #BCBAAC;

	margin: 4px 0;

	padding: 0;

	width: 90%;

}

.clientlist li {

	border-bottom: 1px dashed #BCBAAC;

	list-style: none;

}

.clientlist li a,.clientlist li em {

	color: #553;

	display: block;

}

.clientlist li em {

	font-size: 0.9em;

	font-style: normal;

}

.clientlist li a {

	padding: 4px 3%;

	text-decoration: none;

	width: 94%;

}

.clientlist li a span {font-weight: bold;}

.clientlist li a:hover {

	background: #D2D0C0;

	color: #553;

}

.right .clientlist,.right .clientlist li {
	border-color: #DCDACC;
	font-size: 13px;
}

.right .clientlist li a:hover {background: #F2F0EA;}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  // Bottom Grass
*/

.bottom {
	color: #333333;
	background-color: #ffffff;

	border-bottom-width: 1.5px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 0px;
	padding: 0px;
	height: 40px;

}

.bottom .left,.bottom .right {width: 49%;}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  // Footer
*/

.footer {
	color: #CCCCCC;
	background-color: #000000;

}

.footer .left {
	width: 60%;
	background-color: #000000;
}

.footer .right {
	width: 40%;
	text-align: right;

}

.footer a {

	color: #FFF;

	text-decoration: none;

}

.footer a:hover {

	color: #FFF;

	text-decoration: underline;

}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  // Misc
*/

.clear,.clearer {clear: both;} 

.clearer {font-size: 0;}

.col2 .left {
	width: 100%;
}

.col2 .right .content {background: #FFF;}

.col2 .right {
	width: 33%;
}

.content {
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.left {
	float: left;
}

.right {float: right;}

.right .content {padding: 18px 12px 12px;}

.question {
	color: #06C100;
	font-weight: bold;
}
.client {
	color: #333333;
	font-weight: bold;
}
.registered {
	font-weight: lighter;
	font-size: x-small;
}
