/*These styles are unique to the top page although the top page also uses styles
from the main.css too*/

#missionPictureArea  {/*This holds the bylineMission div and randomPicture div*/
	width:900px;
	position:relative;
	
}

#bylineMission {/*holds the byline image and the mission paragraph*/
	height:250px;
	width:500px;
	background-image: url(../images/background_missionPictureArea.jpg);
	background-repeat: no-repeat;
	float:left;
}

#bylineMission p {/*styles the mission paragraph*/
	font-size: 13px;
	font-style: italic;
	color: #666;
	padding-top: 35px;
	text-align: right;
	line-height: 20px;
}

#randomPicture  { /*holds the random picture of the women on the right*/
	width:400px;
	height:250px;
	float:right;
}

#topNavArea  { /*Used to position the navbar over the random picture*/
	width:900px;
	height:32px;
	position:absolute;
	top:218px;
	left:0px;
	z-index:100;
}

#navbar  { /*holds the navbar abd dropdowns*/
	position:relative;
	z-index:100;
	height: 32px;
}

#topContent  { /*holds everything below navbar except the bottominfo*/
	width:900px;
	padding-bottom:15px;
	padding-top:25px;
	background-color:#FFF;
	
}

#topTextarea  { /*holds the everything in the text area*/
	width:840px;
	padding-left:30px;
	padding-right:30px;
	min-height:300px;
}

.twoColumn {/*Holds the top_left_col and top_right_col. Is repeated on the page to hold the three distinct areas*/
	width:840px;
	margin-bottom:30px;
}

.top_left_col  {
	width:500px;
	float:left;
}

.top_left_colParaBox  {/*this styles the paragraphs in the News & Events section to clear the thumbnail pictures*/
	margin-left:120px;	
}
.top_left_colParaBox h2 { /* home page News & Events h2 tags */
	font-size: 75%;
	font-weight: bold;
	color: #008FA1;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: none;
}
.top_right_col  {
	width:300px;
	float:right;
}

/*Next six elements style the Quick Links box*/
#quicklinksBox  {
	width: 282px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCC99;
	border-bottom-color: #CCCC99;
	border-left-color: #CCCC99;
	background-image: url(../images/background_quicklinks.jpg);
	background-repeat: no-repeat;
	padding: 8px;
	margin-bottom: 20px;
}

#quicklinksBox ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	/* clear: both; */

}


#quicklinksBox li {
	font-style: italic;
	line-height: 130%;
	margin-top:0px;
	margin-bottom:8px;
	margin-left: 0px;
	background-image: url(../images/ball_arrow.png);
	background-repeat: no-repeat;
	background-position: 0em 0.35em;
	padding-left: 1.5em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 8px;
	list-style-type: none;
	font-size: 80%;
}

#quicklinksBox a:link  {
	color:#666;
	font-style: italic;
	text-decoration:none;
}

#quicklinksBox a:visited  {
	color:#666;
	font-style: italic;
	text-decoration:none;
}

#quicklinksBox a:hover  {
	color:#008FA1;
	font-style: italic;
	text-decoration:underline;
}

#socialIcons  {/*Holds the social icons that I just did as an image and mapped */
	margin-top:15px;	
}


