/* CSS Document */
#apDiv1 {
	position:relative;
	width:702px;
	height:59px;
	z-index:1;
	left: 0;
	top: 0;
	color: #FFF;
	float: left;
	padding-left: 30px
}
body
{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../img/bkground.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment: fixed;
	background-color:#002d6c;
	margin-top:0px;
	
}


#siteName
{
	color:#8b0b04;
	font-size:3.0em;
	font-weight:bold;
	margin-left:20px;
	margin-bottom:-15px;
	margin-top:0px;
}

#page_container
{
	width:800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	
}

#container
{
	width:700px;
	margin-left:auto;
	margin-right:auto;
	
}

#container img
{
	cursor:pointer;

}

#header
{
	float:right;
	height:80px;
}

#main_content
{
	background-image:url(../img/mainCont2.gif);
	background-repeat:no-repeat;
	height:345px;
}

#main_content_bottom
{
	background-image:url(../img/mainContBottom.gif);
	background-repeat:no-repeat;
	height:80px;
}

#footer
{
	color:#FFFFFF;
	float:right;
	font-size:0.8em;
	margin-right:20px;
	margin-top:2px;
	font-weight:bold;
}

#leftNav
{
	float:left;
	width:80px;
	
	margin-top:10px;
	padding-left:20px;
	height:325px;
}

#rightCont
{
	float:left;
	width:575px;
	background-color:#FFFFFF;
	margin-top:10px;
	height:308px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	background-image:url(../img/mainBackground.gif);
	background-repeat:no-repeat;
	
	
}

#subCont
{
	font-size:0.9em;
}



.navButtons
{
	margin-top:20px;
}




#pageTitle
{
	font-size:1.3em;
	font-weight:bold;
	color:#8b0b04;
}

#padgeMenu
{
	margin-bottom:20px;


}

.menuItems
{
	color:#fc7e77;
	font-size:1em;
	font-weight:bold;
	cursor:pointer;
}

.pageContent
{
	float:left;
	width:400px;
}

.pageImage
{
	float:left;
	width:100px;
	height:100px;
	
	position:absolute;
 	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#vid
{
	margin-top:-20px;
	text-align:center;
	display:none;
}

#contactForm
{
	text-align:right;
	margin-right:20px;

}

.txtBox
{
	border:2px solid #8b0b04;
	padding:8px;
	width:450px;

}

#news
{
	padding-left:30px;
	width:500px;
	overflow:hidden;
	height:70px;
	line-height:70px;
	float:left;
	list-style:none;
	font-weight:bold;
	font-size:1em;
}

a { color: #fc7e77; text-decoration:none; font-weight:bold;}
a:visited { color: #fc7e77; text-decoration:none; }
a:hover { color: #fc7e77; text-decoration:underline; font-weight:bold; }
a:active { color: #fc7e77; text-decoration:none; } 


.contactText
{
	font-size:1em;
	}
	

.intCourseListItem
{
	border: 2px solid #fc7e77;
	padding: 5px;
	margin-bottom: 10px; 
}
