/***********************************************/
/* qcw_v2.css                                  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;
	background-attachment: fixed;
	background-color: #6890cb;
	background-image: url(../images/bg.gif);
	margin: 0;
	padding: 0 10px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif; 
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif; 
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper
{
	/*
	text-align: left;
	background: url(../images/bg.gif) repeat-y center;
	width: 910px;
	border-width: 0 0px 0 0px;
	border-style: none solid none solid;
	margin: 0px auto 15px auto;
	*/
	text-align: left;
	margin: 0 auto;
	padding: 0 10px;
	width: 800px;
	top: 0px;
	position: relative;
}

#pagecell{
	position:relative;
	/*left: 20px;*/
	width: 800px;
	background-color: #ffffff;
	padding-bottom: 10px;
	background-repeat: repeat;
}

#tl {                                         
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#navbar {
	width: 100%;
	background: url(../images/header.gif) no-repeat 0px 100%;
	text-align: left;
	min-height: 69px;
	padding-top: 1px;
	position: relative;
	float: left;
} * html #navbar { height: 69px; }

#navbar  ul{
	list-style-type: none;
	padding: 1px;
	padding-left: 200px;
	height: 1.3em;
	
}

#navbar li{
	display:inline;
	padding:0;
	margin:0;
}

#navbar li a {

	font-size: 12px;
	color: #000000;
	font-weight: bold;
	height: 1.2em;
	padding: .2em .5em;
	border-left: none;
	border-right: 1px solid #8FB8BC;
	width: auto;
}



#navbar  li a:visited{
			/*background-color: #5779ba;*/
			color: #000000;
			border-right: 1px solid #8FB8BC;
		}

#navbar  li a:hover{
  	        background-image: url(../images/glblnav_selected.gif);
	        text-decoration: none;
}


#masthead{
	clear:both;
	position: relative;
	top: 0px;
	font-style: normal;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin: 5px 0 5px 0;
	padding-top: 10px;
	background: url(../images/masthead.gif) no-repeat left;
	height: 42px;
}
#masthead h1{
	font-size: 120%;
	font-style: normal;
	color: #FFFFFF;
	letter-spacing: 0.3em;
	padding-left: 10px;
	display: none;
}

#leftcol{
	position: relative;
	float: left;
	top: 0px;
	padding: 10px 10px 10px 10px;
	font-size: 80%;
	width: 290px;
	clear: none;
}

#leftcol img{
	float: left;
	width: 280px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#leftcol h3{
	font: bold 125% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #000000;
}

#rightcol{
	position: relative;
	float: left;
	width: 485px;
	top: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#rightcol h3{
	font: bold 125% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #000000;
}

#slideshow img{
	margin-bottom: 10px;
	padding: 3px;
	height: 280px;
	width: 280px;
	border: 1px solid #990000;
}

#redBox {
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #990000;
}
/*************** news styles ******************/

#news {
	font-size: 80%;
	position: relative;
	float: left;
	clear: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#news h3{
	font: bold 125% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #000000;
}

#news p {
	padding: 0px 0px 10px 0px;
}


#news a.capsule{
	font: bold 1em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

#news a.capsule:hover{
	text-decoration: underline;
}

.newshldate{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
}
.newshltext{

	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
}

.newshltext a.capsule{
	font: bold 1em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #005FA9;
	display:block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.newshltext a.capsule:hover{
	text-decoration: underline;
}
.eventhl{

	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
}
.eventhl a.capsule{
	font: bold 1em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #005FA9;
	display:block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.eventhl a.capsule:hover{
	text-decoration: underline;
}
.eventhldate{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
}	

#footer{
	border-top: 1px solid #990000;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	clear: both; 
	float:left;
	top: 0px;
	width: 800px;
	margin-bottom: 20px;
	text-align: center;
	}

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
	
#clearboth{
	clear: both;
}
#clearleft{
	clear: left;
}		
#clearright{
	clear: right;
}
#clearnone{
	clear: none;
}
/*************** news styles ******************/

#onecolumn {
	font-size: 80%;
	position: relative;
	float: left;
	clear: none;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

#onecolumn h3{
	font: bold 125% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #000000;
}

#onecolumn p {
	padding: 0px 0px 10px 0px;
}


#onecolumn a.capsule{
	font: bold 1em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

#onecolumn a.capsule:hover{
	text-decoration: underline;
}

/* -------------------------------------------- */
/* Definitions for balloon popups               */
/*                                              */
/*    Added: JDD - 10/19/2006                   */
/*                                              */
/* -------------------------------------------- */


#balloon_tooltip{
	position: absolute;
	width: 150px;
	border: 1px solid black;
	background-color: #FFFF66;
	visibility: hidden;
	z-index: 10000;
/*	filter: Shadow(Color=grey, Direction=135); */
	}
/*
#balloon_tooltip .balloon_top_left{
	background-image: url('../images/balloon_top.gif');
	background-repeat:no-repeat;
	height:16px;
	}
#balloon_tooltip .balloon_top_middle{
	background-image: url('../images/balloon_top.gif');
	background-repeat:repeat-x;
	height:16px;	
	}
	#balloon_tooltip .balloon_top_right{
	background-image: url('../images/balloon_top.gif');
	background-repeat:no-repeat;
	height:16px;	
	}
#balloon_tooltip .balloon_middle_left{
	background-image: url('../images/balloon_middle_left.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
	}
*/
#balloon_tooltip .balloon_middle_middle{
	background-image: url('../images/balloon_middle_middle.gif');
	background-repeat:repeat-y repeat-x;	
	background-position:bottom left;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	}	

#balloon_tooltip .balloon_middle_middle  span{
	position:relative;
	top:0px;
    font: normal .8em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
#balloon_tooltip .balloon_middle_middle dt{
	padding-top:4px;
	font: bold .8em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
#balloon_tooltip .balloon_middle_middle dd{
	font: normal .8em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
/*
#balloon_tooltip .balloon_middle_right{
	background-image: url('../images/balloon_middle_right.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
	} 
#balloon_tooltip .balloon_bottom_left{
	background-image: url('../images/balloon_bottom_left.gif');
	background-repeat:no-repeat;
	height:16px;
	}
#balloon_tooltip .balloon_bottom_middle{
	background-image: url('../images/balloon_bottom_middle.gif');
	background-repeat:repeat-x;
	height:16px;	
	}
	#balloon_tooltip .balloon_bottom_right{
	background-image: url('../images/balloon_bottom_right.gif');
	background-repeat:no-repeat;
	height:16px;	
	}
*/	

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	color: #ffffff;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	letter-spacing: .3em;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 6px;
	right: 4px;
	color: #919999;
	z-index: 15;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 12px;
	right: 8px;
	padding: 0px;
	margin: 0px;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}



/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(../images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

 
	
.dashedline{
	padding-top: 10px;
	margin-bottom: 10px;
	clear:right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}

.image-right
{
    float: right;
    BORDER-RIGHT: white 10px solid;
    BORDER-TOP: white 10px solid;
    BORDER-LEFT: white 10px solid;
    BORDER-BOTTOM: white 1px solid;
}

.resultsheading 
{
FONT-FAMILY: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size: 1em;
line-height:14px;
font-style: normal; 
font-weight: normal; 
color:#333333;
#background-color: #6890cb;;
background-color: #cccccc;
height:30px;
text-align:CENTER;
#border-Top:1px #000000 solid;
#border-right:1px #000000 solid;
#border-left:1px #000000 solid;
#border-bottom:1px #000000 solid;
}
.resultsheading a{
	color: #333333;
}
.resultsheading a:visited{
	color: #333333;
}
.resultsheading a:hover{
	text-decoration: underline;
}


.ResultsDataR 
{
FONT-FAMILY: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size: .7em;
line-height:14px;
font-style: normal; 
font-weight: normal; 
color:#000000;
background-color:#FFFFFF;
text-align:right;
border-Top:none;
border-bottom:1px BUTTONFACE solid;
border-right:1px BUTTONFACE solid;
border-left:None;
}

.ResultsDataL 
{
FONT-FAMILY: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size: .7em;
line-height:14px;
font-style: normal; 
font-weight: normal; 
color:#000000;
#background-color:#FFFFFF;
text-align:left;
border-Top:none;
border-bottom: 1px BUTTONFACE solid;
border-right: None;
border-left: 1px BUTTONFACE solid;
}
	
.resultsLine0 {
	background-color:#FFFFFF;
}

.resultsLine1 {
	background-color:#DDDDDD;
}

/********************* end **********************/
