@charset "UTF-8";
/* CSS Document */
/****Coded by the Webmistress - Paula Shackles, October 2009. BIG UP.****/
/** pshackles@crowder.edu **/



/***********
Basic Tags
************/
body {
	margin:0px;
	padding:0px;
	background-attachment: scroll;
	background-image: url(assets/bg-nav-repeat.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
}
* {
margin:0;
padding:0;
}




.underlineMe {border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #c9e3e8;
	width:400px;}
	
	
ul, li {
	list-style-position: outside;
	list-style-image: url(assets/bullet.jpg);
	list-style-type: none;
}	

ul {margin-left:20px;}
li {padding:5px;}

/*****
.Styles
****/

.subBanner {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
	float:right;
	margin:35px 15px 0px 0px;
	text-shadow: #000 1px 1px 1px;
}

.imgRight {float:right;}
.imgLeft {float:left;}
.imgRightPad {float:right; padding:5px;}
.imgLeftPad {float:left; padding:5px;}
.imgClear {clear:both;}

/***********
Layout
***********/
#crowderCollege  {width:800px;}
#highNav {	position:absolute;
	left:492px;
	top:7px;
	width:298px;
	height:21px;
	z-index:1;
	text-align:right;}

#highNav a:link, #highNav a:visited {
	color: #000;
	text-decoration:none;
	list-style-type: none;
		}

#highNav a:hover, #highNav a:active
{
	color:#000;
	background-color: #FFC;
	text-decoration:underline;
		}

#banner{
	background-attachment: scroll;
	background-color: #a5cdd4;
	background-image: url(assets/banner-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear:both;
}

#subBanner {width:700px;
height:100px;}

#subBanner a:active, #subBanner a:link {color:#FFF; text-decoration:none;}
#subBanner a:hover, #subBanner a:visited {color:#000; text-decoration:none;}

#container {
clear:both;}

#container h1 
{
	
	font-size: 20px;
	font-weight: bold;
	color: #47515B;
	margin-top:10px;
	}
#container h2 {
	
	font-size: 16px;
	font-weight: bold;
	color: #6c8995;
	margin-top:10px;}

#container h3 {
		font-size: 14px;
	font-weight: bold;
	color: #535C61;
	margin-top:10px;
}




#navigation {
	background-attachment: scroll;
	background-image: url(assets/nav-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:363px;
	width:173px;
	float:left;
	padding:30px 10px 15px 68px;
	color:#999;
}
#navigation li {padding:4px;
font-size: 14px;
	font-weight: bold;
	}
	
#navigation ul, li {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}	

#navigation ul {margin-left:0px;}


#navigation ul li a{
color: #535C61;
	text-decoration:none;
	list-style-type: none;
	padding-left:17px;
	}

#navigation ul li a:hover
{
	color:#000;
	background-attachment: scroll;
	background-image: url(assets/red-cross-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
/**note: Might have to change content back to width:437px, I set the width on paragraph so I could place larger graphics in the container.**/

#content {
float:left;
padding:10px 0px 15px 15px;}

#content p {
	width:437px;
	margin-top:15px;
	font-size: 16px;
}

#content a:link, #content a:visited {
	color: #47515B;
	text-decoration:none;
	list-style-type: none;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #47515B;
	background-color:none;
	}

#content a:hover, #content a:active
{
	color:#000;
	background-color: #FFC;
	text-decoration:none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #47515B;
	}

a.pdf:hover, a.pdf:active
{
	color:#000;
	background-color: #FFC;
	text-decoration:none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #47515B;
	}
	
a.pdf:link, a.pdf:visited {
	color: #47515B;
	text-decoration:none;
	list-style-type: none;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #47515B;
	background-attachment: scroll;
	background-image: url(assets/PDF-icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:48px;
	}

	
	

#footer {
	clear:both;
	background-attachment: scroll;
	background-image: url(assets/footer-graphic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #c9e3e8;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #c9e3e8;
	height:36px;
	padding:50px 0px 10px 200px;
	color:#333; font-size:10px;
}

