/* ============ elements & gloabal settings ======= */
body {
	padding: 0;
	margin: 0;
	font: 76% arial, helvetica, sans-serif;
	color: #666;
	background: url(../images/bg_body_tile.gif) repeat-y center;
	/*text-align: center;*/
}
/* ------------ relative font sizes --------------- */
h1 {
	font-size: 2.0em;
}
h2 {
	font-size: 2em;
	font-weight:normal;
	margin: 0;
	padding: 0.5em 0 0 0;
}
h2.home {
	font-size: 1.2em;
	font-weight:bold;
	color: #5576A2;
	margin: 0;
	/*padding: 0.3em; */
}
table.homePics tr th {
	background: #7490B3;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
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: "century gothic", Arial, Helvetica, sans-serif;
	color: #EC6800;
}
/* ------------ 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;
}*/
h3.box {
	background: #6B7C92;
	font-size: 1.2em;
	padding: 0.3em;
}
h3.box a:link {
	color: #fff;
	text-decoration: none;
}
h3.box a:visited {
	color: #fff;
	text-decoration: none;
}
h3.box a:hover {
	color: #F4F4DA;
	text-decoration: underline;
}
h3.box a:active {
	color: #F4F4DA;
	text-decoration: underline;
}
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;
}

/* ------------ gallery --------------------------- */
.thumb {
	float: left;
	width: 91px;
	height: 91px;
	background: #eee;
	border: 1px solid #ccc;
	margin: 0 11px 11px 0;
}
.thumb img {
	margin: 0 auto;
	display: block;
	border: none;
}
.galleryHeader {
	/*width: 707px;*/
	width: 341px;
	/*background-color: #F9F9F9;*/
	background-color: #D8DEE4;
	background-image: url(../images/bg_catHeader.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-color: #9EA7BB;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	margin-top: 15px;
	/*padding-right: 10px;*/
}
.galleryHeader h3 {
	margin: 0.6em 0 0 5px;
	font-size: 1.3em;
}
.galleryHeader .catThumb {
	float: right;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-right: 10px;
}
.galleryHeader .catThumb img {
	display: block;
	margin-left: 1px;
	margin-right: 1px;
}
.contentsubnav {
	background-color: #F9F9F9;
	background-image: url(../images/bg_subNavHeader.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-color: #ccc;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	padding: 0.5em;
	margin: 2em 0 1em 0;
}
.caption {
	background: #eee;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #ccc;
	color: #596B83;
	padding: 0.5em;
	margin-top: 10px;
}
/*.contentsubnav a:link {
	color: #fff;
}
.contentsubnav a:visited {
	color: #f9f9f9;
}
.contentsubnav a:hover {
	color: #EC6800;
}
.contentsubnav a:active {
	color: #ffc;
}*/
ul.gallerycatlist {
	margin: 0;
	padding: 6px 0;
	padding-left: 10px;
	list-style: none;	
}
ul.gallerycatlist li {
	padding: 0;
}
ul.gallerylist {
	width: 341px;
	margin: 0 0 0px 0;
	padding: 6px 0 10px 0;
	padding-left: 0px;
	list-style: none;
	/*background: #f00;*/
}
ul.gallerylist li {
	margin-left: 2px;
	padding: 0.3em 0 0.3em 28px;
	background: #F9F9FB url(../images/ico_thumbs.gif) no-repeat 5px .4em;
	border-width: 0 0 1px 0;
	border-style: dotted;
	border-color: #9EA7BB;
}
p.galleryList {
	width: 331px;
	margin: 0 5px 0 5px;
	padding-top: 6px;
}
/* ------------ misc elements --------------------- */
address {
	display: inline;
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
a:link {
	color: #0060DD;
	text-decoration: underline;
}
a:visited {
	color: #0060DD;
	text-decoration: underline;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	color: #475970;
	text-decoration: none;
}

h3 a:link, h4 a:link, h5 a:link {
	color: #EC6800;
}
h3 a:visited, h4 a:visited, h5 a:visited {
	color: #EC6800;
}
h3 a:hover, h4 a:hover, h5 a:hover {
	color: #FFCC00;
}
h3 a:active, h4 a:active, h5 a:active {
	color: #EC6800;
}

label {	
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
	margin-top: 1em;
}
input.button {
	margin-top: 1em;
}
span.required {
	color: #ccc;
	font-size: .9em;
}
input, textarea {
	background: #E6E9EE;
	border-width: 1px;
	border-color: #7489A5 #5F7592 #5F7592 #7489A5;
	border-style: solid;
}
/* =========== Layout Elements ========== */
#pictureTopRight {
	background: url(../images/picture_top_right.gif) no-repeat top left;
	height: 200px;
}
#contentHolder {
	background: #fff url(../images/bg_content.gif) repeat-x bottom;
	padding: 0;
	margin: 0;
	width: 758px;
}
#contentHolderInside {
	background: transparent;
	margin: 0 20px;
	width: 718px;
}
#content {
	width: 758px;
	margin: 0 auto;
}
#banner {
	position: relative;
	padding: 44px 0 0 0 ;
	background: url(../images/bg_header_top.gif) no-repeat top right;
}
#bannerOutside {
	position: absolute;
	top: 44px;
	right: -17px;
	background: #0f0;
	width: 17px;
	height: 129px;
}
#bannerOutside img {
	display: block;
}
#banner img {
	display: block;
}
#breadCrumb {
	background: #f5f5dd url(../images/bg_breadcrumb.gif) repeat-x bottom;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 7px 20px;
	text-transform: lowercase;
	font-weight: bold;
	color: #878787;
	margin: 0;
} 
ul.breadCrumbNav {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.breadCrumbNav li {
	display: inline;
	background: url(../images/bullet_orange_square.gif) no-repeat 0 0.5em;
	padding: 0 0 0 10px
}
ul.breadCrumbNav li.noBullet {
	background: none;
	padding: 0 8px 0 0;
}
#footerbar {
	padding: 0.7em 23px;
	margin: 0;
	background: url(../images/bg_footer.gif) repeat-x bottom;
	border-width: 1px 0;
	border-color: #b2b2b2;
	border-style: solid;
}
#footerbarunder {
	font-size: 0.9em;
	color: #999;
	padding: 1em;
	background: #d5d8db url(../images/bg_footer_under.gif) repeat-x top;
}
div.threeColumn {
	width: 100%;
}
div.columnLeft {
	float: left;
	width: 226px;
	/*background: #f00;*/
}
div.columnMiddle {
	float: left;
	width: 286px;
	/*background: #0f0;*/
}
div.columnRight {
	float: left;
	width: 206px;
	/*background: #00f;*/
}
div.twoColumn {
	width: 100%;
}
div.twoColumn div.columnLeft {
	float: left;
	width: 512px;
	/*background: #f00;*/
}

div.categoryBox {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #ccc;
	padding-bottom: 14px;
	margin-top: 12px;
}
div.categoryBox img {
	float: left;
	margin: 0px 10px 0 0;
}
div.categoryBox h4 {
	margin: 0px 0 0 0;
	color: #555555;
}
div.categoryBox p {
	margin: 0;
	line-height: 1.4em;
	font-size: 0.9em;
}
table.homePics th {
	background: #e5e5e5;
	text-align: left;
}
table.homePics h4 {
	color: #606060;
	padding: 4px 9px;
}
table.homePics img {
	display: block;
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
}
table.homePics img.large {
	border-right: 1px solid #fff;
}
.homeText {
	width: 226px;
	background: transparent url(../images/bg_hometext.gif) repeat-x top;
	margin-top: 0;
	border-top: 1px solid #fff;
}
.homeText p, .homeText h2 {
	margin: 10px;
}

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.box li p, ul.box li h4 {
	margin: 0;
}

/* ============ nav bar content =================== */
#navbarh {
	padding: 0.2em;
	background: url(../images/bg_navbar.gif) no-repeat top right;
/*	border-width: 0 1px;
	border-style: solid;
	border-color: #b2b2b2;	*/	
}
#navbarh ul {
	padding: 10px 0 10px 19px;
	margin: 0;
	list-style: none;
}
#navbarh ul li {
	display: inline;
	padding: 0 30px 0 18px;
	background: url(../images/bullet_orange_arrow.gif) no-repeat 0 0.25em;
}
#navbarh ul li a {
	font-weight: bold;
	text-decoration: none;
	font-size: 1.15em;
	text-transform: lowercase;
}
#navbarh a:link {
	color: #878787;
}
#navbarh a:visited {
	color: #878787;
}
#navbarh a:hover {
	color: #394b62;
}
#navbarh a:active {
	color: #878787;
}

/* ============ misc content styles =============== */
h3.headerbar {
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	padding: 0.5em;
	margin: 1em 0 0 0;
	background: #F5F7FA;
}
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: #ff9900;
	margin: 0 0 1em 0;
	padding-left: 15px;
	background: url(../images/doc_ico1.gif) no-repeat 0 0.1em;
}
div.usermessage {
	border: 1px solid #eee;
	padding: 0.3em;
	background: #f9f9f9;
	color: #c30;
	font: 0.9em 'ludica console', courier, monospace;
	margin-bottom: 1em;
}

/* ============ signature ========================= */
A.qdk:link, A.qdk:visited, A.qdk:active	{	
	text-decoration: underline;	
	color: #6e8094;	
}
A.qdk:hover	{ 
	text-decoration: underline; 
	color: #f60;  
}
.sig {
	color: #6e8094;
	font: 0.8em arial, helvetica, sans-serif;
	margin: 1em 0 0 0;
}

