/* author: JHM Designs (www.jhmdesigns.com) */
/* Creation date: 02-06-2006 */
/* This file controls the css basic to all pages of the site */

html
	{
	margin: 0px;
	}
	
body
	{
	margin: 0px auto;
	padding: 0px;
	font-family:  Georgia, Verdana, "Lucida Fax",  "Times New Roman", Times, serif;
	font-size: 16px;
	background: url("images/slider_purple.gif") repeat-y 20% 0px;
	}

img
	{
	display: block;
	border: 0;
	}

/* * * * * * * * * * * *
   HEADER-SPECIFIC CSS 
* * * * * * * * * * * */
	
div#header_container
	{
	position: absolute;
	background: #4f2162;
	width: 100%;
	left: 0px;
	/* z-index: 1; */
	}	
	
div#header_content
	{
	position: relative;
	width: 100%;
	margin: 0px auto;
	height: 16px;
	text-align: left;
	/* z-index: 1; */
	}

div#header
	{
	margin: 0px auto;
	width: 100%;
	height: 16px;
	/* background: url(../images/image.jpg) no-repeat center top; */
	background-position: top;
	background-repeat: no-repeat;
	/* border:1px solid #ff0000; */
	}

/* * * * * * * * * * *
   NAV CONTAINER CSS 
* * * * *  * * * * * */

div#left_column
	{
	float: left;
	width: 20%;/* synchronize with #content_container's margin-left */
	height: 800px;
	background-color: #4f2162;
	padding-top: 10px;/* synchronize with padding-top of #content_container */
	}

#logo_home a
	{
	position: relative;
	top: 3px;
	right: 0px;
	display: block;
	}

#logo_home a img
	{
	float: right;
	}

* html #logo_home a img
	{
	margin-right: -3px;
	margin-top: 1px;
	}

div#nav_container
	{
	position: relative;
	width: 100%;
	_width: 100%;  /* hack for IE */
	/*	border: 1px solid #347528; */ /* dark-olive green */
	clear: right;  /* otherwise relative positioning will make it ride up over the image */
	}
	
/* * * * * * * * * * * *
  CONTENT CONTAINER CSS 
* * * * * * * * * * * * */

div#content_container
	{	
	position:relative;
	/* width: 100%; */
	margin-left: 20%;/* synchronize with #left_column width */
	/* border:1px solid black; */
	padding-top: 10px;  /* synchronize with padding-top of #left_column */
	}

* html #content_container
	{
	z-index: -1;
	}
		
div#content
	{
	position: relative;
	top: 0px;
	left: 0px;
	margin-left: 40px;
	margin-right: 50px;
	text-align: left;
	max-width: 1000px; 
	min-height: 700px;
	}

.pageheader
	{
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif; 
	font-size: 30px;
	/* padding-left: 40px; */
	margin-left: -15px;  /* experiment with this value */
	font-weight: normal;
	color: #4f2162;
	}

/* * * * * * * * * * *
 MAIN PAGE HEADING CSS 
* * * * * *  * * * * */	
		
/* formats the h3 headings for main page */
.mainpage
	{
	font-size: 20px;
	font-weight: bold;
	font-family:  "Trebuchet MS", Arial, sans-serif;
	}
	
/* formats the mission statement list */
.mission
	{
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 16px;
	font-family:  Verdana, Tahoma, "Trebuchet MS", Helvetica, Arial, sans-serif;
	}			
		

/* * * * * * * * * * *
 SUB PAGE HEADING SPECIFIC CSS 
* * * * * *  * * * * */		

/* formats the heading on sub pages */
.topicheading
	{
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 17px;
	font-family:  Helvetica, Arial, sans-serif;
	}	
	
/* * * * * * * * * * * *
  FOOTER AND LINK CSS 
* * * * * * * * * * * * */	
	
#footer
	{
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #d6b2e5;  /* pink-lavender */
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #4f2162; /* deep purple */
	padding-bottom: 10px;
	}	

#footer a:link
	{
	color: #d6b2e5;  /* pink-lavender */
	}		

#footer a:visited
	{
	color: #d6b2e5;  /* pink-lavender */
	}	
	
#footer a:hover
	{
	color: #fff;
	}		

/* * * * * * * * * * * *
   PAGE SPECIFIC CSS 
* * * * * * * * * * * * */	

/* COURSES - header */
.headerfont
	{
	font-family: Verdana, "Trebuchet MS", "Lucida Sans", Arial, sans-serif; 
	font-size: 18px;
	font-weight: bold;
	/* color: #4f2162; */
	}

/* COURSES - course title */
.coursetitle
	{
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif; 
	font-size: 20px;
	margin-bottom: -18px;  
	font-weight: normal;
	color: #4f2162; 
	}
	
/* COURSES - course time and date */	
.courseindent
	{
	margin-left: 30px;
	}	

/* bulleted lists - reduce leading under header */	
.listheader
	{
	margin-bottom: -18px;  
	font-weight: bold;
	}
	
/* indents first line of paragraph */	
.indent
	{
	text-indent: 1.0em;
	}

/* used in a span after a page break following the course title */	
.normal_bold
	{
	font-family:  Georgia, Verdana, "Lucida Fax",  "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	}	
			
	
/* * * * * * * * * * *
   IMAGE-SPECIFIC CSS 
* * * * * *  * * * * */	

/* pre-load images */
/*
#img_preload
	{
	position: absolute;
	width: 1px;	height: 1px;
	overflow: hidden;
	xz-index: -1; 
	}
*/	
	
	
/* * * * * * * * * * * *
      SNIPPIETS CSS 
* * * * * * * * * * * * */	
	
	
/* for reference only 
a:link  { text-decoration: none; color: #ffff00 }
a:active   { text-decoration: none; color: #AA0000 }
a:visited  { text-decoration: underline; color: #3366ff }
a:hover    { text-decoration: underline; color: #CC33FF }
*/	
	
