@charset "UTF-8";
/* CSS Document */

/* reset */
body, p, h1, h2, h3, h4, h5, h6, a, div, blockquote, cite, a img, address {
	margin: 0;
	padding: 0;
	text-indent: 0;
	border: none;
	outline: none;
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	list-style: none;
}
table, td, tr, tbody, thead, th, caption {
	border-spacing: 0;
	border: none;
	border-collapse: separate;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
a, a:visited {
	text-decoration: underline
}
a:hover, a:active {
	text-decoration: none
}
/* typography */
body {
	font-size: 0.75em;
	background: #858585;
	color: black;
	font-family: Arial, serif;
	margin: 0 auto
}
p {
	margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6 {
	color: #38b7d2;              /********** Change this Color *************/
	margin-bottom: 15px;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.4em;
}
h4, h5, h6 {
	font-size: 1.3em;
}#rightcol h3{
	font-weight:900;
}
#header {
	background-color:#fff;
	padding:0;
	margin:0;
}
div.branding {
	margin: 0;
	padding:10px 0 0 10px;
	float: left;

}
#header p {
	float: right;
	font-size: 1.5em;
	color: #38b7d2;             /********** Change this Color *************/
	text-align: right;
	margin:0;
	padding:20px 15px 0 0;
	font-family:times, serif;

}
#header span {
	font-size: 1.5em;
	font-weight: bold;
	display: block;
}
#container {
	width: 800px;
	margin: 10px auto 0;
	background: #fff;
}
.home #container {
	background: #fff url(../design/drip.gif) top left repeat-y;
}
#leftcol, #midcol, #footer {
	float: left;
	clear: none;
	padding: 10px;
	margin: 0 10px 10px;
	display: inline
}
 #rightcol {
	float: right;
	text-align:left;
	clear: none;
	padding: 10px 0 0 10px;
	margin: 0 10px 0 0;
	display: inline
}
#leftcol {
	width: 175px
}
#leftcol.full {
	width: 760px;
	background: no-repeat
}#leftcol.full table{
	width: 720px;
}
#midcol {
	width: 285px;
	border-right: 1px dotted #ccc;
	padding-right: 15px;
	margin-right: 5px;
}
#rightcol {
	width: 230px;
	padding: 0;
}
#nav {
	background: #22337c;           /********** Change this Color *************/
	margin: 0 10px 10px
}
#nav * {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#nav ul, #nav li {
	display: inline;
}
#nav a {
	line-height: 26px;
	color: #fff;
	font-weight: bold;
	padding: 0 11px;
	text-decoration: none;
}
#footer {
	width: 760px;
	border-bottom: 10px #fff solid;
	background: #22337c;           /********** Change this Color *************/
	padding: 10px;
	text-align: center;
	color: #fff;
	margin:10px 10px 0 10px;
	font-size:.9em;
}
#footer div{
	display:inline;
}
#footer a {
	color: #fff;
}
td {
	padding: 5px;
	min-width: 140px
}
/* * * =forms * * * * * * * * * * * * * * * * * * * * * * * * * * */
form, fieldset, input {
	margin : 0;
	padding : 0;
}
form {
	margin-left: 5px;
}
form p {
	font-size: 100%;
	padding: 2px;
	margin: 0;
}
/* fieldset styling */
fieldset {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border : none;
	text-indent: 0;
}
/* legend styling */
legend {
	font-weight: bold;
	color: #0567ae;
	padding: 0;
	margin: 0;
	text-indent: 0;
}
/* style for  labels */
label {
	display: block;
	margin-bottom: 10px;
	;
	font-weight: bold;
	color:  #666;
}
/* style for required labels */
label .required {
	font-size: 0.9em;
	font-style: normal;
	color: red;
}
label.error, input.submit {
	color: #F00;
	margin: 5px 0 0 0;
}
input {
}
input.radio, input.submit {
	width: auto;
}
textarea {
	width: 190px;
	height: 100px;
	padding:0;
}
/* submit */

form div input {
	width: 100px;
	margin-top:5px;
	display: block;
	padding: 0.25em;
	background-color: #ccc;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
	color: #000;
}
/* apply style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.group {
	zoom: 1;
	display: block;
}
.cleaner {
	clear: both;	
}