/************************************************************/
/*                                                          */
/*     CSS Style Sheet for Aligncarcarrying Web Site        */
/*                                                          */
/************************************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Trebuchet MS";
	color: #333333;
	background-color: #FFFFFF;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a:link, a:visited, a:hover {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	background-color: #B6DCD8;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
	font-size: 140%;
	color: #333333;
	font-weight: 900;
}

h3{
	font-size: 100%;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}
#container {
	width: 760px;
	border: thin solid #666666;
	text-align: center;
	background-color: #B6DCD8;
}


ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/*label{
	font: bold 100% Arial,sans-serif;
 	color: #334d55;
	background-color: #FFFFFF;
}
*/
#navBar{
	padding: 0px;
	background-color: #B6DCD8;
	color: #000000;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 84%;
}

#content{
	float:left;
	margin: 0;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	text-align: left;
	background-color: #B6DCD8;
	width: 84%;
}
#container #content .feature p {
	font-family: "Trebuchet MS";
	font-size: 100%;
	text-align: justify;
}


/*************** #pageName styles **************/

#pageName{
	font-family: "Trebuchet MS";
	text-align: center;
	color: #0000CC;
	background-color: #B6DCD8;
	font-size: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	background-color: #86A5B7;
	padding: 0px 0px 0px 10px;
	white-space: normal;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
	display: block;
	background-color: #3D9A98;
}

#globalNav a {
	font-size: 90%;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/************** .feature styles ***************/

.feature{
	font-size: 80%;
	color: #000000;
	background-image: none;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #000000;
	margin-top: 0px;
	background-color: #B6DCD8;
	text-align: left;
	width: 80%;
	font-family: "Trebuchet MS";
	padding: 10px;
}
#banner {
	margin: 0;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	color: #FFFFFE;
	background-color: #86A5B7;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#links {
	margin: 0px;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	font-family: "Trebuchet MS";
	font-weight: 600;
	border: 0px none #000000;
	background-color: #86A5B7;
}
#links p {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#linkshdg {

	margin: 0px;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	font-family: "Trebuchet MS";
	font-weight: 600;
	border: 0px none #000000;
	background-color: #86A5B7;
}
