/* @override http://gcdf.dev.barkingdogstudios.com/styles.css */

/********** TEXT **********/



body {
	background-color: #666666;
	font-size: 100%;
}

a {
	color: #996666;
	font-weight:bold;
}

a:hover {
	color: #333333;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.75em;
	font-weight: bolder;
	color: #666666;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.25em;
	font-weight: bolder;
	color: #CC3333;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


h3 {
	font-family: Trebuchet MS, Trebuchet MS, sans-serif;
	font-size: 1em;
	font-weight: bolder;
	color: #6699CC;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.wordmark {
	color: #333333;
}


h4 {
	font-family: Trebuchet MS, Trebuchet MS, sans-serif;
	font-size: .75em;
	font-weight:bolder;
	color: #333333;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .625em;
	line-height: 140%;
	color: #333333;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .625em;
	line-height: 140%;
	color: #333333;
	font-style:italic;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

ul.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	line-height: 140%;
	color: #333333;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 8px;
	padding-left: 8px;
}

ul.listinlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 140%;
	color: #333333;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

ol.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .625em;
	line-height: 140%;
	color: #333333;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

ol.listinlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 140%;
	color: #333333;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .625em;
	line-height: 140%;
	color: #333333;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.sub {
	font-weight:normal;
}

.end {
	border-bottom-color: 88BB55;
	border-bottom-style: dotted;
	padding-bottom: 20px;
	border-bottom-width: 1px;
}

.note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.indent
{
text-indent:20px;
}

/********** LAYOUT **********/

.floatimgleft {
	float:left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.floatimgright {
	float:right;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right:0px;
	}

.section {
	width: 100%; 
	border: 0px;
	border-collapse:collapse;
	background-color: FFFFFF;
	margin-bottom:15px;
}

.footer1 {
	background-color:#6699CC;
}

/********** NAVIGATION **********/
.menu {
	background-color:#CC3333;
}

ul#navigation {
	margin: 10px 0 0;
	padding: 0;
	width: 160px;
	list-style: none;
}

ul#navigation li {
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
}

ul#navigation li.dropdown {
	background: url(../images/general/dropdown_arrow.gif) no-repeat 140px 5px !important;
}

ul#navigation li a {
	display: block;
	padding: 4px 1px 4px 12px;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}

ul#navigation ul {
	margin: 0 0 2px;
	padding: 5px 0 2px 12px !important;
	list-style: none;
	background: #99CCFF;
	border-top: 1px solid #7474b8;
	border-bottom: 1px solid #7474b8;
}

ul#navigation ul li {
	margin: 0;
	padding: 0 10px 5px !important;
	font: normal 11px Verdana, Arial, sans-serif !important;
	background: transparent !important;
}

ul#navigation ul li a {
	display: inline !important;
	padding: 0;
	color: #333333;
}
