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

body { 
	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; color: #990000; cursor: pointer; }
a:visited { color: #990000; }
a:hover { color: #AA0000; text-decoration: underline; }
a:active { color: #AA0000; }
#white {
	color: #fff;
}
hr { border: 1px solid #ccc; } 
h2 { font-size: 1.3em; } 
h3 { font-size: 1.1em; } 
textarea {
	display: block;
	width: 100%;
	height: 100px;
}
label {
	text-align: top;
}
ul {
		line-height: 12pt;
}


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

.linkListSiteNavHeading, 
.sampleQuestionsHeading,
.questionHeading,
.aboutBoxHeading,
.newResourcesHeading,
.dirTopHeading,
.articleHeading,
.guideBoxHeading,
.searchBoxHeading{
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	background-color: #00CC00;
	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{
	padding: 5px 5px 0px 5px; 
	position: relative;
}

/***************************** Ask Question Box ******************************/
label.questionLabel {
	display: block;
	font-weight: bold;
	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;
}

/***************************** 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%;
	min-height: 500px;
	background: #eee;
	float:left;
	padding-bottom:10px;
}

/***************************** Right Module Container *************************/
div.rightModContainer {
	width:33%;
	min-height: 500px;
	background: #eee;
	float:left;
	padding-bottom:10px;
}

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

div.footerContainer {
	width: 100%;	
}
