/* === set all margins and paddings to 0 for consistency === */
* {
	margin: 0;
	padding: 0;
} 
/* ============ elements & gloabal settings ======= */
body {
	padding: 0;
	margin: 0;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #ffffff url(../images/bg_body.gif) repeat-x top;
}
/* ------------ relative font sizes --------------- */
h1 {
	font-size: 2.0em;
}
h2 {
	margin-top: 0;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: normal;
	padding: 15px 0 8px 0;
}
h3 {
	font-size: 1.15em;
}
h3.title {
	background: url(../images/bullet_circle_arrow.gif) no-repeat 0 0.35em;
	padding: 5px 0 8px 23px;
	margin: 4px 8px 0 8px;
	border-bottom: 1px solid #FFCC00;
}
h4 {
	font-size: 1.2em;
}
h4.link-title {
	margin: 5px 0;
}
div.link-item {
	margin: 0 10px;
	padding-bottom: 10px;
	line-height: 1.4em
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em; 
}
p, ol, ul, li {
	font-size: 1.0em;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

/* ------------ line heights ---------------------- */
p, .newsbody, li {
	line-height: 1.6em;
}
ul.box li {
	line-height: 1.4em;
}
/* ------------ margins --------------------------- */
h3, h4, h5, h6 {
	margin-bottom: 0.2em;
}
h4.box {
	margin-bottom: 0.6em;
}
h5, h6 {
	margin-bottom: 0;
}
/* adjacent sibling selectors not supported by: 
ie except ie5 (mac)
nn4
opera 3.5 */
h5 + p, h6 + p {
	margin-top: 0;
}
p {
	margin: 1em 0 0 0;
}
/* ------------ misc elements --------------------- */
address {
	display: inline;
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
div.img-full {
	width: 378px;
	margin: 0 10px;
}
div.img-full img {
	border: 1px solid #333333;
}
a {
	font-weight: bold;
}
a:link, a:visited {
	color: #ff0000;
}
a:active, a:hover {
	color: #CC3300;
}

label {	
	display: block;
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
	margin-top: 1em;
	margin-bottom: 2px;
}
input.button {
	margin-top: 1em;
}
span.required {
	color: #ccc;
	font-size: .9em;
	letter-spacing: 1px;
	color: #CC3300;
	text-transform: uppercase;
}
/* ============  MAIN PAGE BLOCKS ================= */
#pagebodycontent {
	background: url(../images/bg_main.gif) no-repeat top;
	margin: 0 auto;
	width: 761px;
	border-bottom: 1px solid #000;
}
#content-side {
	width: 164px;
	float: left;
}
#content-main-container {
	width: 597px;
	float: left;
}
#content-main {
	background: #fff;
	margin: 10px;
	width: 573px;
	border: 1px solid #cccccc;
}
#banner {
	padding: 0;
	width: 761px;
	margin: 0 auto;
	background: url(../images/bg_header.gif) no-repeat top;
	height: 123px;
}

/* ============ contact button in header =================== */
div#contact-button {
	float: right;
	width: 117px;
}
div#contact-button img {
	margin-top: 50px;
}

#page-header {
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #797979;
}
#page-header img {
	float: left;
	display: block;
	margin-right: 15px;
}
#page-header h2 {
	margin-left: 190px;
	margin-right: 15px;
	border-bottom: 1px solid #ffcc00;
}
#page-header p {
	font-size: 0.9em;
	margin-top: 10px;
	margin-right: 5px;
}
#page-header a:link, #page-header a:visited {
	text-decoration: none;
}
#page-header a:active, #page-header a:hover {
	text-decoration: underline;
}

#content-box p {
	font-size: 0.9em;
	padding: 10px;
}
#content-box ul {
	font-size: 0.9em;
}

/* ============ THREE COLUMN LAYOUT ================= */
div#three-cols {
	background: url(../images/bg_threecols.gif) repeat-y top;
	width: 100%;
}
/* ============ COLUMN ONE ================= */
div#col-one {
	width: 175px;
	font-size: 0.9em;
	float: left;
}
div#col-one p {
	margin: 0 0 0 4px;
}
div#col-one ul {
	list-style: none;
	margin: 0 0 0 10px;
}
div#col-one ul li {
	background: url(../images/bullet_arrow_red.gif) no-repeat 0 0.6em;
	padding: 0 0 2px 10px;
}
div#col-one a {
	font-weight: normal;
}
div#col-one a:link, div#col-one a:visited {
	color: #000;
}
div#col-one a:active, div#col-one a:hover {
	color: #CC3300;
}
/* ============ COLUMN TWO ================= */
div#col-two {
	width: 213px;
	float: left;
}
div#col-two h3 {
	background: url(../images/bullet_circle_arrow.gif) no-repeat 0 0.35em;
	padding: 5px 0 8px 23px;
	margin: 4px 8px 0 8px;
	border-bottom: 1px solid #FFCC00;
}
div#col-two p {
	font-size: 0.9em;
	margin: 10px 15px;
}
div#col-two a:link, div#col-two a:visited {
	color: #ff0000;
	text-decoration: none;
}
div#col-two a:active, div#col-two a:hover {
	color: #ff0000;
	text-decoration: underline;
}
/* ============ COLUMN THREE ================= */
div#col-three {
	width: 185px;
	float: left;
}
div#col-three img {
	display: block;
	border-bottom: 1px solid #797979;
}

/* ============  NEWS BOX STYLING ================= */
h3.news-cat {
	background: url(../images/bullet_speech.gif) no-repeat 0 0.5em;
	border-bottom: 1px solid #d5b225;
	padding: 7px 0 8px 23px;
	margin: 0 6px;
}
h3.news-cat a:link, h3.news-cat a:visited {
	color: #000;
	text-decoration: none;
}
ul.news-box {
	list-style: none;
	margin: 5px 10px 0 10px;
}
ul.news-box li {
	background: url(../images/bullet_arrow_white.gif) no-repeat 0 0.6em;
	padding: 0 0 10px 10px;
	font-size: 0.8em;
}
ul.news-box li a:link, ul.news-box li a:visited {
	color: #000;
	text-decoration: none;
}

/* ============ TWO COLUMN LAYOUT ================= */
div#two-cols {
	background: url(../images/bg_twocols.gif) repeat-y top;
	padding-bottom: 10px;
}
div#two-cols p {
	font-size: 0.9em;
	padding: 0 10px 10px 10px;
}
div#two-cols ul {
	font-size: 0.9em;
}
div#col-left {
	width: 398px;
	float: left;
}
div#col-left ul {
	list-style: none;
	margin: 0 15px;
}
div#col-left ul li {
	background: url(../images/bullet_arrow_red.gif) no-repeat 0 0.55em;
	padding: 0 0 4px 10px;
}
div#col-left h3 {
	background: url(../images/bullet_circle_arrow.gif) no-repeat 0 0.35em;
	padding: 5px 0 8px 23px;
	margin: 4px 8px 0 8px;
	border-bottom: 1px solid #FFCC00;
}
div#col-right {
	width: 175px;
	float: left;
	background: #FFCC00;
}
div#col-right h3 {
	background: url(../images/bullet_circle_white.gif) no-repeat 0 0.5em;
	border-bottom: 1px solid #d5b225;
	padding: 7px 0 8px 23px;
	margin: 0 6px;
}
div#col-right ul {
	list-style: none;
	margin: 0 0 0 15px;
}
div#col-right ul li {
	background: url(../images/bullet_arrow_black.gif) no-repeat 0 0.6em;
	padding: 0 5px 6px 9px;
}
div#col-right ul li.sel {
	background: #ffe16d;
	border-top: 1px solid #D5B225;
	border-bottom: 1px solid #D5B225;
	border-left: 1px solid #D5B225;
	padding: 2px 0 4px 9px;
}
div#col-right a:link, div#col-right a:visited {
	text-decoration: none;
	color: #000;
}
div#col-right a:active, div#col-right a:hover {
	text-decoration: underline;
	color: #FF0000;
}

/* ============ GALLERY STYLES ================= */
h3.gallery-cat {
	background: url(../images/bullet_circle_arrow.gif) no-repeat 0 0.35em;
	padding: 5px 0 8px 23px;
	margin: 4px 8px 0 8px;
	border-bottom: 1px solid #FFCC00;
}
ul.gallerylist {
	list-style: none;
	margin: 5px 15px;	
}
ul.gallerylist li {
	background: url(../images/bullet_arrow_red.gif) no-repeat 0 0.55em;
	padding: 0 0 4px 10px;
}
div#thumbs-container {
	margin: 0 10px;
	font-size: 0.9em;
}
div.thumb {
	background: #f3f3f3;
	float: left;
	margin: 10px 10px 10px 0;
	padding: 0 8px;
	border: 1px solid #CCCCCC;
}
div.thumb img {
	display: block;
}

ul.box {
	padding: 0 0 0 0.7em;
	margin: 0 0 0 0.7em;
	list-style: outside url( '../images/list_bullet_arrow.gif' );
	font-size: 0.9em;
}

ul.documents {
	padding: 10px 0;
}

/* ============ nav bar content =================== */
#navbar {
	background: #fff;
	width: 152px;
	margin-left: 10px;
	border-width: 0 1px;
	border-style: solid;
	border-color: #cccccc;
	font-size: 0.9em;
	padding-bottom: 10px;
}
#navbar ul {
	list-style: none;
	margin: 0 6px;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #cccccc;
}
#navbar ul li {
	margin: 0;
	padding: 6px 0 8px 15px;
	background: url(../images/bullet_arrow_yellow.gif) no-repeat 0.3em 1.0em;
	border-top: 1px solid #cccccc;
}
#navbar a:link, #navbar a:visited {
	color: #000;
	text-decoration: none;
}
#navbar a:active, #navbar a:hover {
	color: #CC3300;
	text-decoration: underline;
}
#navunder {
	background: url(../images/bg_navfade.gif) no-repeat top right;
	height: 100px;
}
/* ============ misc content styles =============== */
h3.headerbar {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff #ccc #ccc #ccc;
	padding: 0;
}
div.hr {
	border-top: 1px solid #ccc;
	margin: 1em 0;
}
div.hr hr {
  display: none;
}
p.newsarticledate {
	font: normal 0.9em 'lucida console', courier, monospace;
	color: #FF0000;
	margin: 15px 0 0 0;
}
div.usermessage {
	border: 1px solid #eee;
	padding: 0.3em;
	background: #f9f9f9;
	color: #c30;
	font: 0.9em 'ludica console', courier, monospace;
	margin-bottom: 1em;
}

/* ============ footer styles ========================= */
#footerbarunder {
	font-size: 0.9em;
	color: #333333;
	padding: 10px 0;
	width: 761px;
	margin: 0 auto;
	text-align: right;
}
#footerbarunder a:link, #footerbarunder a:visited {
	color: #333333;
}
#footerbarunder a:active, #footerbarunder a:hover {
	color: #CC3300;
}

/* ============ signature ========================= */
A.qdk:link, A.qdk:visited, A.qdk:active	{	
	text-decoration: underline;	
	color: #999999;	
}
A.qdk:hover	{ 
	text-decoration: underline; 
	color: #f60;  
}
.sig {
	color: #999999;
	font: 0.8em arial, helvetica, sans-serif;
	margin: 0 auto;
	width: 761px;
}
