@charset "utf-8";
@import url("reset.css");
/* CSS Document */
/*INT Inc */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 20px;
	background-color: #E5E5E5;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	
}

#container {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	
}
#masthead {
	padding: 0;
	margin: 0;
	
}
#masthead h1 {
	margin: 0;
	padding: 0;
	width: auto;
}
#MastContainer {
	width: 1000px;
	height: 115px;
	background-image: url(../images/bkgd-slice-green.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
}

#mainContent {
	width: 1000px;
	padding:0 0 0 20;
	background-image: url(../images/bkgd-slice-green.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	background-color: #FFFFFF;
}

#nav {
	margin:10 0 0;
	float: right;
	width:955px;
	text-align: right;
	border-bottom: 3px double #000000;
	height: 20px;
}
#nav a {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Geneva;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-right: 15px;
	padding-top: 7px;
	text-align: right;
}
#nav a:hover {
	background-image:url(../images/icon-arrow-down.gif);
	color: #2E6938;
	background-repeat: no-repeat;
	background-position: center top;
}
#nav a:link, a:visited, a:active {
	color: #000000;
}

#nav ul {
	padding: 0px;
	margin: 0px;
	color: #000000;
}
#nav ul li {
	display:inline;
	list-style-type: none;
	float: right;
	color: #000000;
}

#mainContent a:link, a:visited, a:active
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	margin-left: 4px;	
}
#mainContent a:link {
	color: #2F6838;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
#mainContent a:active {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
	margin-left: 4px;
}

#mainContent a:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #95BE92;
	margin-left: 4px;
}
.BrdrGray {
	border: 1px solid #999999;
}


.content.visible {
	display: block;
	width: 250px;
}
#pageHeader {
	float: left;
}
#pageHeader h1 {
	font-size: 16px;
	color: #66215A;
	font-weight: bold;
	line-height: 12px;
}
#footer {
	font-size: 0.7em;
	height:20px;
	width: 1000px;
	font-size: 10px;
	padding: 0px;
	float: left;
	margin: 10px auto 1em;
}
#footer p {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
	margin:0 10;
	padding:0em;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#footer a:link, {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	background-image:none;
	text-decoration: underline;
	color: #2E6838;
}
#footer a:active {
	color: #2F6939;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: lowercase;

}
#footer .spacer {
	text-decoration: none;
	color: #2F6939;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
	font-variant: small-caps;
}
#logo {
	width: 1000px;
	position: relative;
	background-image: url(../images/banner-csc.jpg);
	background-repeat: no-repeat;
	height:81px;
	float:left;
	overflow:hidden;
	background-position: left top;
}
#logo h1 {
	font:Arial, Helvetica, sans-serif;
}
#logo h1 a {
	display: block;
	width:300px;
	height:90px;
	margin:0;
	padding:0;
	text-indent: -999px;
}
#logo h1 a span {
}


/* Forms 
--------------------------------------------------------------------------------------- */
select	{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:14px;}
.button {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	background-color: #5C8127;
	color: #000;
	margin-right: 50px;
}
table.form td {
	padding: .5em 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
}
/* Default Styles
--------------------------------------------------------------------------------------- */
.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }
.small			{ font-size: .9em;}
.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{
	float:left;
	margin:0 10px 4px 0;
}
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

ul.bullet {
	list-style-position: outside;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 1em 3em;
}
h3.leaders  {
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-transform: uppercase;
}
.twoColFixLtHdr #wrap #container #mainContent h3.leaders {
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-transform: uppercase;
	font-variant: normal;
	color: #000000;
	font-style: normal;
}
h1 {
	font-size: 20px;
	color: #2F6838;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px double #95BE92;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

h2 {
	font-size: 14px;
	color: #000000;
}
h3 {
	font-size: 1.4em;
	letter-spacing: 0.15em;
	color: #666666;
}
h4 {
	font-size: 1em;
}
.divider {
	border-right: 1px dotted #990000;
}
.bkgdGreen {
	color: #FFFFFF;
	background-color: #81A47E;
	font-size: 12px;
	line-height: 28px;
	letter-spacing: 0.07em;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}
.Company {
	font-variant: small-caps;
}.textGreen {
	color: #2E6938;
}
.bkgdLogo {
	background-image: url(../images/bkgd-logo-fade.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.bkgdGreen-tall {
	font-size: 15px;
}
#topNav {
	width: 980px;
	float: left;
	text-align: right;
	padding: 5px;
}
