@charset "utf-8";

/* CSS Document */
/*Copyright Integrated Network Technologies*/


/*General Styles*/


body {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bkgd-slice-green.png);
	background-repeat: repeat;
	background-attachment: fixed;
}
p {
	font-size:.8em;
	line-height: 1.5em;
	margin-right: 10px;
	margin-left: 10px;
	
}
a
{
	font-weight: bold;
	text-decoration: none;
	color: #0033CC;
}

a:active {
	color: #999999;
	
}

a:hover {
	
	text-decoration: underline;
	color: #66215A;
}


/*Container*/


#container {
	width: 1000px;
	margin: 1em auto;
	text-align: left;
}


/*Mast Head*/


#MastContainer {
	width: 1000px;
	height: 70px;
}
#masthead {
	padding: 0;
	margin:0;
	width: 1000px;
}
#masthead h1 {
	margin: 0;
	padding: 0;
	width: auto;
}


/*Content*/


#mainContent {
	width: 1000px;
	background-color: #FFFFFF;
	height: 300px;
}





#nav {
	margin:8px 0px 0 0;
	padding:0;
	float: right;
	width:750px;

}
/*Main Navigation
#nav ul {
	
	
}
#nav ul li {
}
#nav a {
	text-decoration: none;
	color: #C92900;
	margin:0;
	padding:0em;
	display: block;
	float: right;
	text-align: right;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .2em;
}
#nav a:link {
	text-decoration: none;
	color: #C92900;
	float: right;
}
#nav a:active {
	color: #000;

}
#nav a:hover {
	background-image:none;
	text-decoration: underline;
	color: #2A6285;
}

#nav .spacer {
	text-decoration: none;
	color: #662259;
	float: right;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
}


.content.visible {
	display: block;
	width: 250px;
}
*/

/*pageheader*/



#pageHeader {
	float: left;
}
#pageHeader h1 {
	font-size: 16px;
	color: #66215A;
	font-weight: bold;
	line-height: 12px;
}


/*footer*/


.footer {
	height:0px;
	font-size: 0.7em;
	color: #FFFFFF;
	background-color: #8B8ABD;
}
#footer p {
	margin: 0;
	padding: 0;
}
#footer a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
	font-size: 0.95em;
}
#footer a:link, #nav ul li a:visited {
	text-decoration: none;
	color: #0066CC;
}
#footer a:hover {
	background-image:none;
	text-decoration: underline;
}
#footer a:active {
	color: #C92900;

}
.footerBig {
	font-size: 1.3em;
	letter-spacing: .1em;
}


/*logo*/


#logo {
	width: 1000px;
	position: relative;
	background-image: url(../images/img-site-banner.png);
	background-position: center top;
	background-repeat: no-repeat;
	height:70px;
	float:left;
	overflow:hidden;
}
#logo h1 {
	font:Arial, Helvetica, sans-serif;
}
#logo h1 a {
	display: block;
	width:650px;
	height:125px;
	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;
	background-color: #5C8127;
	color: #FFFFFF;
	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;
	margin: 10px;
}
.float-right 	{
	float:right;
	margin: 10px;
}

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

.bold 			{
	font-weight:bold;
	color: #535381;
}
.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: "Trebuchet MS", 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;
}
h1 {
	font-size: 1.5em;
	color: #1B183A;
	margin-right: 10px;
	margin-left: 10px;
	text-indent: 11px;
}
h2 {
	font-size: 1.1em;
	color: #666666;
	padding-left: 10px;
	line-height: 1.8em;
}
h3 {
	font-size: 1.2em;
	letter-spacing: 0.05em;
	color: #1A173A;
	padding-left: 10px;
}
h4 {
	font-size: 1em;
}

li {
	font-size: 0.8em;
	line-height: 1.4em;
}
.BrdrDivider {
	border-right: 1px solid #316589;
	
}

