/* CSS Document */

/*The body tag will have a dark green color and include a green gradient image that displays horizontally and sets the link colors to shades of green*/
body	{background-color:#FFF;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-color: #003300;
	font-size: 12px;
	}

a.link:link 	{
	color: #006;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}

a.link:visited 	{
	color: #006;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	border: 0px;
}

a.link:hover 	{
	color: #666;
		text-decoration: underline
		border: 0px;	text-decoration: underline;
}

a.link:active 	{color: gray;
		text-decoration: none;
		border: 0px;}

ul	{display:block;}

/*This makes the heading on each page have a slightly different look displayed in white and reside on a layer higher than most of the other elements
*/ 
h1	{
	font-family:Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 30px;
	color:#000;
	position: relative;
	top: 0px;
	text-align: center;
	}

/*This will be used for the content area headings and displayed in black
*/
h2	{text-align: center;
	font-family:Verdana, Helvetica, sans-serif;
	font-style: italic;
	}

h3	{		text-align: center;
	}


h4	{
	font-family:verdana;
	color:#000000;
	background-color:#87C8FF;
	text-align: center;
	font-size: 16px;
	}


h5	{text-align: center;
	font-family:Verdana, Helvetica, sans-serif;
	color:black;
	}

/*This is for the column headings in the lower half of the content area*/
h5	{font-family:Verdana, Helvetica, sans-serif;
	font-style: italic;
	color:black;
	}

/*This creates the squares for unorder lists (like on the splash page)*/
ul.square 	{list-style-type: square}


/*This creates no bullet points (like on the exam)*/
ul.none 	{list-style-type: none}

/*This is the class that will center elements on the site
*/
div.main	{text-align: center;
		vertical-align: center;
		}


/*This will set up the road image for the background of the table on the splash page
*/
div.road	{background-color: black;
		background-image: url(media/road50x300.jpg);
		background-repeat: repeat-x;
		overflow: hidden;
		vertical-align: top;
		}


/*This is the class for elements on the site which will not be displayed in the browser but is included on the site*/
p.blind	{
	visibility: hidden;
	z-index: 0;
	}

/* This is the outer container for the pages. It conatains all elements in each page*/
div.wrapper	{
	width:1000px;
	min-width: 500px;
	margin:0 auto;
	position: relative;
	border:0px solid gray;
	line-height:140%;
	height:800px;
	background-image: url('media/bg02.jpg');
	z-index: 1;
		}
div.container	{
	width:800px;
	min-width: 500px;
	margin:0 auto;
	position: relative;
	line-height:140%;
	height:700px;
	border-right: #000 thin solid;
		}


/* This is the outer header for the pages. It conatains all elements in each page*/
div.header	{
	width:800px;
	margin:0 auto;
	position: relative;
	height: 90px;
	clear: both;
	background-color: #000;
	padding-top: 10px;
		}


/*This is the class that will put the logo on the left side of the header*/
div.logo	{float: left;
		width:175px;
		height: 75px;
		margin:0;
		padding: 0px 0px 0px 0px;
		background-color: black;
		text-align: center;
		vertical-align: center;
		border: 0px solid white;
		}


/*This is the banner to the right of the logo*/
div.banner	{text-align: center;
		background-color: black;
		background-position: left center;
		margin:0 auto;
		min-width: 625px;
		background-image: url('media/head600x75.jpg');
		background-repeat: no-repeat;
		float: left;
		height: 75px;
		vertical-align: text-top;
		overflow: hidden;
		}

/*This is for the navigation bar that will display at the top and bottom of each page*/
div.nav		{
	text-align: center;
	width: 100%;
	height: 25px;
	clear: both;
	background-color: #92BED4;
	padding-top: 5px;
		}

/*This is for the div of the short columns at the bottom of the splash page.*/
#colsplash	{width: 99%;

		text-align:center;
		position: relative;
		border: 1px dotted gray;
		}

/*This is the class for the content area on each page*/
div.content	{
	width: 100%;
	height: 525px;
	margin: 0,0;
		}
/*This is for the div of the short columns at the bottom of every main page.*/
div.contentboxL	{
	width: 60%;
	position: relative;
	padding: 3px;
		}
div.contentboxR {
	width: 30%;
	position: relative;
	padding: 3px;
	float: right;
	z-index: 2;
}

/*This is for the div of the box container at the bottom of the exam & store pages.*/
div.listbox	{
	width: 99%;
	height: 55px;
	text-align:center;
	position: relative;
	clear: both;
	overflow: hidden;
	border: 1px dotted black;
	vertical-align: middle;
	margin-top: 8px;
		}



div.colleft	{width: 262px;
		height: 230px;
		margin: auto;
		padding: 0px, 3px, 0px, 3px;
		overflow: auto;
		min-width: 35px;
		float: left;
		border: 1px dotted orange;
		text-align: left;
		}

div.colmid	{width: 262px;
		height: 230px;
		margin: auto;
		padding: 0px, 3px, 0px, 3px;
		overflow: hidden;
		min-width: 35px;
		float: left;
		border: 1px dotted yellow;
		text-align: left;
		}
div.colright	{width: 262px;
		height: 230px;
		margin: auto;
		padding: 0px, 3px, 0px, 3px;
		overflow: auto;
		min-width: 35px;
		float: right;
		border: 1px dotted red;
		text-align: left;
		}

/*This is the id for centering*/
div.middle	{text-align: center;
		vertical-align: text-top;
		}


/*This is the footer of each page containing identificaiton elements*/
div.footer	{
	text-align: center;
	width: 100%;
	height: 20px;
	color: #333;
	background-color: #CCC;
		}

/*This set the alignment for forms*/
.form		{text-align: justify
		}

/*This is an id tag for the cars fdriving by on the site.  It puts the images on a higher layer so they don't disrupt the main elements of the site*/
#minicar	{position: relative;
		text-align: left;
		}

/*This is the id tag to remove the border of image links*-
img.plain	{border: 0px;
		}
	
/*This is the id tag for the address text in the footer*/
#address	{clear: both;
		color: gray;
		text-align: center;
		}
/*This is for the upper left box on every main page*/
div.services	{
	width: 210px;
	height: 525px;
	float: left;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	border: 0px dotted gray;
	background-color: #F1F1D1;
		}


/*This is for the upper right box on every main page*/
div.upperright	{
	width: 576px;
	height: 515px;
	float: right;
	clear: right;
	text-align: justify;
	vertical-align: top;
	overflow: auto;
	padding: 5px;
		}


/*This displays the exam question choices with letters*/

ol.ualpha	{padding-left: 200px;
		text-align: left;
		list-style-type: upper-alpha;
		}

/*This is the div for the shopping cart page*/
div.cart	{width: 785px;
		height:475px;
		float: right;
		padding: 5px;
		text-align: left;
		vertical-align: top;
		position: relative;
		overflow: auto;
		border: 0px dotted gray;
		}

label{
float: left;
width: 75px;
font-weight: bold;
}


textarea{
width: 150px;
height: 50px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 5px;
margin-top: 1px;
width: 75px;
}

br{
clear: left;
}

#links ul {
        list-style-type: none;
        width: 180px;
} 

#links li 	{
	border-bottom: 1px dotted #999;
			}

#links li a {
	color: #006;
	display: block;
	font: bold 110% Arial, Helvetica, sans-serif;
	padding: 1px;
	text-decoration: none;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 180px;
}

#links li a:hover {
        background:  #666;
}

#links a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#links a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}
ol#faq {
	padding: 0 0 0 30px;
}

ol#faq a {
	color: #000;
	text-decoration: none;
}

ol#faq a:hover {
	text-decoration: underline;
}

.question {
	margin: 30px 0 10px 10px;
	font-weight: bold;
}
.info 	{
	margin: 0 auto;
	clear: both;
	padding: 0px;
	width: 50%;
	float: none;
	text-align: center;
		}
