@charset "UTF-8";
/* CSS Document */

*{
margin:0;
padding:0
}


body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 62.5%; /*Resets 1em to 10px */
	height: 100%;
	width: 100%;
	margin: 0px;
	background-color: #00743f;
	background-repeat: repeat-x;
	background-image: url(../images/bkgd-chalkboad.jpg);
}

p{
	font-size: 1em;
	color: #666666;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-top: 0px;
}

.p-grn {
color: #8cb61d;
}

.emph {
	font-size:1em;
	color:#333333;
	padding-top: 5px;
	padding-bottom: 15px;
	font-style: italic;
}

.bold {
	font-size:1em;
	color:#333333;
	padding-top: 5px;
	padding-bottom: 15px;
	font-style: normal;
	font-weight: bold;
}

h1 {
	color:#1aa9d0;
	font-size:2em;
	text-align:left;
	padding-top:5px;
	padding-right:5px;
	font-weight:bolder;
}

h2 {
	color:#1aa9d0;
	font-size:1.2em;
	text-align:left;
	padding-bottom:2px;
	padding-right:5px;
	padding-left: 0px;
	margin-bottom: 2px;
	font-weight: bold;
}

h3 {
	color:#8cb61d;
	font-size:1.5em;
	padding-left:5px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#cs-pulaski {
	width: 385px;
	border: thin solid #1aa9d0;
}

.case-study-box {
	width: 385px;
	border: thin solid #1aa9d0;
	margin-bottom: 10px;
}
.h3-blue {
	color:#1aa9d0;
	font-size: 1.8em;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 10px;
	color: #1aa9d0;
}

h5 {
	font-size: 1.1em;
	font-weight: normal;
	color: #1aa9d0;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
}

h6 {
	color: #666666;
	margin-bottom: 0px;
	padding-left: 5px;
	font-size: 1em;
	padding-bottom: 10px;
}

/*------------ Start HEADER Attributes--------------*/
#header {
	margin-top: 5px;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	width: 750px;
}
#header a:link {
	text-decoration:none;

}
#header a:visited {
	text-decoration:none;

}
#header a:hover {
	text-decoration:none;

}
#header a:active {
text-decoration:none;
}
#header-logo {
	width: 300px;
	float: left;
}

#header-image {
	float: left;
	margin-left: 0px;
	width: 450px;
}
#header-image-left {
	width: 130px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#header-image-mid {
	width: 130px;
	float: left;
	margin-right: 10px;
}
#header-image-right {
	width: 130px;
	float: left;
}
#header-text {
	float: left;
	margin-left: 10px;
	width: 700px;
	margin-bottom: 10px;
}

/*------------ END HEADER Attributes--------------*/

/*------------GENERIC LIST RULES--------------*/
li {
	list-style-type: square;
	margin-right: 8px;
	margin-left: 8px;
	list-style-position: inside;
	margin-top: 2px;
	margin-bottom: 2px;
}

ul {
	list-style-type:none;
}


/*------------START OF TOP NAVIGATION RULES - includes list behavior and link behaviors--------------*/
#nav-top {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #ffffff;
	text-align: center;
	vertical-align: bottom;
	height: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	background-color: #007940;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#nav-top li {
	display:inline;
	text-align:right;
	padding-right:5px;
	padding-left:2px;
	padding-top:10px;
	color: #ffffff;
}

#nav-top a:link {
	color:#ffffff;
	text-decoration:none;
}
#nav-top a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#nav-top a:hover {
color:#CCCCCC;
}
#nav-top a:active {
	color:#1aa9d0;
}
/*------------END OF TOP NAVIGATION RULES--------------*/
#footer {
	padding-bottom:10px;
	padding-top: 10px;
	color: #1aa9d0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 1px;
	text-align: center;
	padding-right: 1px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #00743f;
}
#footer li {
	display:inline;
	padding-top:10px;
	color: #1aa9d0;
}
#footer a:link {
	color: #1aa9d0;
text-decoration:none;
}
#footer a:visited {
	color: #1aa9d0;
text-decoration:none;
}
#footer a:hover {
	color: #8cb61d;
text-decoration:underline;
}
#footer a:active {
	color: #1aa9d0;
text-decoration:none;
}
