@import url(reset.css);
@import url(utilities.css);

/* Contents
1. Page sections
2. Typography - baseline
3. Typography and paragraphs- except headings, links/lists, footer
4. Headings
5. Links/lists, except navigation, footer
6. Navigation
7. Footer
8. Tables
9. Images
10. Miscellaneous
*/


	
/* 1. Page sections - size, margin, padding, background 
------------------------------------------------------------------------ */
body {
	background-color: #fff;
	}
	
#headingwrapper{
	height: 70px;
	background-color: #fff;
	}
	
#heading{
	background-image: url(../images/headingtop.gif);
	position: relative;
	height: 80px;
	width: 960px;
	margin-left: auto;
	margin-right:  auto;
		}
	
#inner #headingwrapper{
	background-color: green;
	background-image: url(../images/headinginnerside.gif);
	background-repeat: repeat-x;
	height: 100px;
	
	}
	
#inner #heading{
	background-image: url(../images/headingtopinner.gif);
	background-color: transparent;
	height: 100px;
	}	
	
#search {
	position: absolute;
	top: 5px;
	right: 0px;
	}
	

#bannerwrapper{
	width: 100%;
	background-color: #ededed;
	background-image: url(../images/banner4side.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	border-bottom: 2px solid gray;
	
	}
		
#banner {
	height: 200px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(../images/banner4.gif);
	background-repeat: no-repeat;
	}
	
#inner #bannerwrapper{
	display: none;
	height: 0px;
	}
	
#inner #banner{
	display: none;
	height: 0px;
	}

#main {
	background-color: #fff;
	background-image: url(../images/gradient8.gif);
	background-repeat: repeat-x;
	}	
	
#nav_main{
	width: 958px;
	margin-left: auto;
	margin-right: auto;
	background-color: #eee;
	border: 1px solid #999;
	
	}
	
#navwrapper {
	width: 100%;
	background-color:#ddd;
	} 
	
#topheading {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	}
		
#contents{
	background-color: #fff;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	width: 958px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	padding-top: 10px;
	}
	
#col1 {
	width: 430px;
	float:  left;
	margin-left: 10px;
	padding: 10px;
	background-color: #fff;
	margin-bottom: 40px;
	
	
	}
	
#col2 {
	width: 430px;
	padding: 10px;
	float: right;
	margin-right: 10px;
	background-color: #fff;
	margin-bottom: 40px;
	
	}
	
.onecolumn {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	}

.cola,.colb,.colc {
	width: 290px;
	float: left;
	margin-bottom: 40px;
	}
	
.cola1{
	padding-left: 20px;
	float:left;
	margin-bottom: 40px;
	width: 550px;
	margin-right: 10px;
}
	
.cola {
	padding-left: 20px;
	}
	
.colb, .colc{
	padding-left: 30px;
	}
	
.colx {
	padding-left: 20px;
	float: left;
	width: 220px;
	}
	
.coly {
	float: right;
	width: 660px;
	padding-right: 20px;
	}
	
.coly1 {
	float: right;
	width: 580px;
	padding-right: 20px;
}

#setoffbox1, #setoffbox2, #setoffbox3 {
	background-color: #eee;
	padding: 5px;
	}
			
#footer{
	clear: both;
	width: 100%;
	border-top: 1px solid #000;
	color: #000;
	font-size: 11px;
	background-color: #eee;
		}
		
#footer .cola, #footer .colb, #footer .colc{
	width: 298px;
	padding-left: 0px;
	margin-bottom: 15px;
	}
	
#footer .colb, #footer .colc{
	margin-left: 30px;
	}
	
#footer .cola {
	padding-top: 10px;
	}
		
#footerinner{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
#design{
	text-align: right;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 10px;
	}
	

			
/* 2. Typography - baseline
------------------------------------------------------------------------------- */
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	}

/* 3. Typography and paragraphs- except headings, links/lists, footer
 ------------------------------------------------------------------------------ */
	
p {
	line-height: 1.4;
	margin-bottom: 5px;
	font-size: 12px;
	}
	
	
p#mission {
	line-height: 1.6;
	font-size: 16px;
	font-style: italic;
	color: #9fa0a2;
	font-weight: bold;
	width: 450px;
	margin-bottom: 10px;
	}
	

	
#gettingstarted p{
	font-size: 14px;
	}
	
p.large{
	padding-top: 15px;
	
	}

.largeitalic p{
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #555;
}

		
/* 4. Headings
------------------------------------------------------------------------------- */

h1 {
	font-size: 24px;
	text-align: center;
	font-family: Georgia,"Times New Roman",serif;
	padding: 20px 0px;
	}
	
#topheading h1{
	font-size: 40px;
	text-align: left;
	padding: 10px 0px 0px 0px;
	line-height: 1;
	position: relative;
	top: 15px;
	}
	
#inner #topheading h1{
	color: #fff;
	background-color: green;
	}
	
h2 {
	background-color: #fff;
	color: #000;
	padding: 10px 5px 20px 0px;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	line-height: 1.2;
	}
	
h2.small{
	font-size: 14px;
	font-weight: bold;
	padding: 10px 5px 10px 0px;
	line-height: 1.2;
	}

.colc h2{
	background-color: transparent;
	padding-bottom: 10px;
	padding-top: 5px;
	}	

h2#tagline {
	text-align: right;
	padding: 0px 0px 10px 0px;
	}	
		
h3	{
	font-size: 14px;
	line-height: 1.2;
	padding: 5px 5px 5px 0px;
	font-weight: bold;
	color: #000;
	}
	
h4 {
	font-size: 14px;
	font-weight: bold;
	}


/* 5. Links and lists - except navigation, footer
 -------------------------------------------------------------- */

a:link, a:visited, a:hover, a:active {
	text-decoration:  underline;
	}
	
a:link, a:visited{
	background: transparent;
	color: #000;
	}

a:hover, a:active{
	background-color: #555;
	color: #fff;
	padding: 2px;
	}

a#samplebutton, a#samplebutton:link,a#samplebutton:visited{
	text-indent: -5000px;
	background-image: url(../images/sample.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 200px;
	margin-right: 10px;
	display: block;
	}
		
a#samplebutton:hover, a#samplebutton:active{
	background-image: url(../images/sampleactive.gif);
	padding: 0px;
	background-color: transparent;
	height: 100px;
	width: 200px;
	} 
	
a#quizbutton, a#quizbutton:link,a#quizbutton:visited{
	text-indent: -5000px;
	background-image: url(../images/quiz.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 200px;
	margin-right: 10px;
	display: block;
	}
		
a#quizbutton:hover, a#quizbutton:active{
	background-image: url(../images/quizactive.gif);
	padding: 0px;
	background-color: transparent;
	}
	
a.none, a:link.none, a:visited.none {
	text-decoration: none;
	}
		
a.largelink, a.largelink:link, a:largelink:visited {
	font-size:14px;
	text-decoration: none;
	padding: 15px;
	padding-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/sampleactive.gif);
	float: right;
		
	}
	
a.largelink2, a.largelink2:link, a.largelink2:visited{
	font-size: 14px;
	text-decoration:none;
	color: #444;
	font-weight: bold;
}

a.largelink2:hover, a.largelink2:active{
	text-decoration: underline;
	color: #fff;
}
	
	

a.mediumlink, a.mediumlink:link, a.mediumlink:visited{
	font-size: 13px;
	text-decoration: none;
	padding: 2px 2px 2px 0px;
	line-height: 1.2;
	}
		
table a:link, table a:visited, table a:hover, table a:active {
	text-decoration: none;
	font-size: 14px;
	color: #444;
	padding: 10px;
	}
	
#gettingstarted a:link, #gettingstarted a:visited{
	text-decoration: none;
	}
	
	
ul.bulleted{
	padding-left: 20px;
	margin-left: 10px;
	list-style-type: disc;
	}
	
ul.bulleted li, ul.nobullet li{
	margin-bottom: 5px;
	line-height: 1.4;
	}
	
ul.spaced li{
	padding-bottom: 20px;
	}
	
ol {
	list-style-type: decimal;
	margin-left: 40px;
	line-height: 1.4;
	}
	
ol ol{
	list-style-type: lower-alpha;
	}

ol#answers li{
	margin-bottom: 20px;
	}	
	
/* 6. Navigation
-------------------------------------------------------------------
in horz_menu style sheet

 */	


/* 7. Footer
----------------------------------------------------------------- */
#footer p{
	font-size: 11px;
	}
	
	
#footer ul{
	padding: 3px 0px;
	}	


#footer li{
	display: inline;
	list-style-type: none;
	text-decoration: none;
	padding: 3px 10px;
		}
	
#footer a, #footer a:link, #footer a:visited {
	color: #000;
	background-color: transparent;
	padding: 3px 10px;
	line-height: 1.5;
	}
	
#footer a:hover, #footer a:active {
	color: #fff;
	background-color: #555;
	padding: 3px 10px;
	}
	
/* 8. Tables
---------------------------------------------------------------------  */

td h4 {
	padding-bottom: 12px;
	padding-top: 15px;
	line-height: 1.3;
	
	}
	
td h4, td p {
	margin-left: 30px;
	margin-right: 200px;
	}
	
td p {
	line-height: 1.5;
	}
	
td{
	vertical-align: top;
	padding: 10px 30px;
	border-left: 1px solid #777;
	border-bottom: 1px solid #777;
	background-color: #eee;
	}
	
th{
	background-color: #555;
	color: #fff;
	padding: 10px 30px;
	}
	
table {
	margin-top: 10px;
	margin-bottom: 30px;
	border-right: 1px solid #777;
	border-top: 1px solid #777;
	}
	

/* 9. Images
---------------------------------------------------------------------  */

/* 10. Miscellaneous
---------------------------------------------------------------------  */
  .indent40 {
  	padding-left: 40px;
	}
	
table.contact, .contact tr, .contact td{
	border: none;
	background-color: #fff;
}

table.contact a, table.contact a:link, table.contact a:visited, table.contact a:hover, table.contact a:active{
	padding-left: 0px;
	text-decoration: underline;
	font-size: 12px;
}

table.contact a:hover, table.contact a:active{
	background-color: #ccc;
	text-decoration: none;
	padding: 2px 0px;
}
											

table.contact td p{
	margin: 0px;
}




	
.largearrow {
	font-size: 40px;
	color: green;
	}
	
ul#linkmenu li{
	display: inline;
	padding-top: 10px;
	}
	
ul#linkmenu{
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	}