/***************************** Global Styles *********************************/

body { 
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
	width: 95%;
	font-size: 62.5%; /* Resets 1em to 10px */
	background-color: #fff;
} 

a { text-decoration: none; }
a img { border: 0; }
a:link, a:visited { font-weight: bold; cursor: pointer; }
a:visited { color: blue;}
a:hover { text-decoration: underline; }
a:active { }
#white {
	color: #fff;
}
hr { border: 1px solid #ccc; } 
h2 { font-size: 1.3em; display: inline; } 
h3 { font-size: 1.1em; } 
textarea {
	display: block;
	width: 100%;
	height: 100px;
}
label {
	text-align: top;
}
ul {
		line-height: 12pt;
}
dt {
	font-weight: bold;
}
dd {
	padding: 5px;
}

/***************************** Link List Site Navigation *********************/
div.linkListSiteNav {
	padding: 3px 5px 0px 3px; 
	position: relative;
}

.linkListSiteNavHeading, 
.sampleQuestionsHeading,
.questionHeading,
.aboutBoxHeading,
.askQuestionHeading,
.newResourcesHeading,
.dirTopHeading,
.articleHeading,
.guideBoxHeading,
.searchBoxHeading{
	font-weight: bold;
	font-size: 1.2em;
	background-color: #990000;
	color: #fff;
	padding: 2px 2px 3px 8px;
}

ul.linkListSiteNav {
	list-style-type: none;
	margin: 2px 2px 0px 2px; 
	padding: 2px 2px 0px 2px; 
	
}

/***************************** About Box *************************************/
.aboutBox,
.questionBox,
.askQuestionBox,
.sampleQuestions,
.newResources, 
.guideBox,
.dirTop,
.article{
	display: block;
	padding: 5px 5px 0px 5px; 
	position: relative;
}

/***************************** Ask Question Box ******************************/
label.questionLabel {
	display: block;
	font-size: 1.1em;
}

ul.newResourceList, .dirTopList {
	list-style-type: circle;
	padding-left: 20px;
	margin: 2px 2px 0px 0px; 
	
}

img.articleImage {
	margin: 3px 5px 0px 3px; 
	border: 1px solid #000;
	float: left;
}

img.wag {
	float: right;
}

img.llgc {
	float: left;
}


/***************************** Top 5 Search Terms ****************************/
div.searchBox {
	padding: 3px 5px 0px 3px; 
	position: relative;
}

/***************************** Left Module Container *************************/
div.topBannerContainer {
	width:100%;
	border-bottom: 1px solid #ddd;
}

/***************************** Left Module Container *************************/
div.leftModContainer {
	width:33%;
	background: #fff;
	float:left;
	padding-bottom:10px;
}

/*************************** Middle Module Container *************************/
div.middleModContainer {
	width:34%;
	background: #eee;
	float:left;
	padding-bottom:10px;
}

/***************************** Right Module Container *************************/
div.rightModContainer {
	width:33%;
	float:left;
	padding-bottom:10px;
}

div.middlerightModContainer {
	width:67%;
	background: #eee;
	float:left;
	padding-bottom:10px;
}

div.footerContainer {
	display: block;
	background-color: #666;
	color: #fff;
	float: left;
	width: 100%;	
	bottom: 10px;
}
