@charset "UTF-8";
/* CSS Document */

body 
	{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	}
	
#wrapper {
	margin:10px auto;
	padding: 0px;
	width: 1000px;
	height:auto;
	}
	
.orange { color: #EE7D11}

.white { color: #FFF}

/* -------------------------------------------------------------------------------------- */

/* headContent*/

#headerContent {
	width: 1000px;
	height: 87px;
	}

#masthead{
	width: 297px;
	height: 75px;
	margin: 10px 0px 0px 87px;
	}

#logo{
	width: 168px;
	height: 0px;
	margin: 10px 0px 0px 0px;
	float: right;
	}
	
/* -------------------------------------------------------------------------------------- */
/* mainNav */
#mainNav {
	width: 1000px;
	height: 24px;
	margin: 0px 0px 0px 87px;
	}
	
#mainNav ul{
	height: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
	}
	
#mainNav li {
	list-style:none;
	height:14px;
	padding: 0px 0px 0px 0px;
	display:inline;
	}

/* -------------------------------------------------------------------------------------- */
/* MainContent*/

#mainContent{
	width: 1000px;
	height: 460px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 3px solid #999;
	border-bottom: 3px solid #FFF;
	}
	
#secondaryContent{
	width: 1000px;
	height: 564px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 3px solid #999;
	border-bottom: 3px solid #FFF;
	}
	
#col395{
	width: 317px;
	height: auto;
	float: left;
	margin: 23px 0px 0px 87px;
	padding: 0px;
	border: 4px solid #FFF;
	display: inline; /* :KLUDGE: Fixes IE double margin float bug */
	background-color:#EE7D11;
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	filter:alpha(opacity=90);
}

#col395 ul {
	list-style-type: disc;
	list-style-image:none;
	list-style-position: outside;
	padding: 0px 0px 0px 16px;
	margin: 0px 16px 0px 16px;
	color: #000;
	}
	
#col395 li {
	font-size: 14px;
	line-height: 130%;
	font-weight: normal;
	}

/* -------------------------------------------------------------------------------------- */
/* footerContent*/

#footer {
	width: 1000px;
	height: 30px;
	clear: both;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background:url(../images/base.gif) repeat-x;
	}
	
#footer p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #666666;
	font-size: 11px;
	line-height: 128%;
	font-weight: normal;
	}
	
#footer a {
	color: #666666;
	text-decoration: none;
	}
	
#footer a:hover{
	color: #ff9900;
	text-decoration: none;
	}
	
/* -------------------------------------------------------------------------------------- */

/* Case Study text formatting */

#col746{
	width: 738px;
	height: auto;
	float: left;
	margin: 23px 0px 0px 87px;
	padding: 0px;
	border: 4px solid #FFF;
	display: inline; /* :KLUDGE: Fixes IE double margin float bug */
	background-color:#EE7D11;
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	filter:alpha(opacity=90);
}

#col746 p   {
	margin: 0px 0px 5px 0px;
	padding: px 16px 0px 16px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 120%;
	font-weight: normal;
	}
	
#col746 h1	{
	margin: 0px 0px 15px 0px;
	padding: 6px 16px 6px 16px;
	color: #EE7D11;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 125%;
	font-weight: bold;
	background-color:#FFF;
	}
	
#col746 h2	{
	margin: 0px 0px 0px 0px;
	padding: 5px 16px 5px 16px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 130%;
	font-weight: bold;
	}
	
#col746 a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
	}

#col746 a:hover{
	font-weight: normal;
	color: #000;
	text-decoration: underline;
	}
	
#col746 ul {
	list-style-type: disc;
	list-style-image:none;
	list-style-position: outside;
	padding: 0px 0px 0px 16px;
	margin: 0px 16px 0px 16px;
	color: #000;
	}
	
#col746 li {
	font-size: 14px;
	line-height: 120%;
	font-weight: normal;
	}

#img {
	margin: 0px 16px 10px 16px;
	padding: 0px 0px 0px 0px;
	float:right;
}

#back {
	margin: 0px 16px 10px 16px;
	padding: 0px 0px 0px 0px;
	float:right;
	font-size: 14px;
}

#back a {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	}

#back a:hover{
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
	}
	
/* -------------------------------------------------------------------------------------- */

/* Contact text formatting */

#col395Contact{
	width: 287px;
	height: auto;
	float: left;
	margin: 23px 0px 0px 87px;
	padding: 0px;
	border: 4px solid #FFF;
	display: inline; /* :KLUDGE: Fixes IE double margin float bug */
	background-color:#EE7D11;
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	filter:alpha(opacity=90);
}

#col395Contact p   {
	margin: 0px 0px 10px 0px;
	padding: 0px 16px 0px 16px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 120%;
	font-weight: normal;
	}
	
#col395Contact h1	{
	margin: 0px 0px 15px 0px;
	padding: 6px 16px 6px 16px;
	color: #EE7D11;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 125%;
	font-weight: bold;
	background-color:#FFF;
	}
	
#col395Contact a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
	}

#col395Contact a:hover{
	font-weight: normal;
	color: #000;
	text-decoration: underline;
	}

/* -------------------------------------------------------------------------------------- */

/* text formatting */

p   {
	margin: 5px 0px 5px 0px;
	padding: 0px 16px 0px 16px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	font-weight: normal;
	}
	
h1	{
	margin: 0px 0px 0px 0px;
	padding: 6px 16px 6px 16px;
	color: #EE7D11;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 125%;
	font-weight: bold;
	background-color:#FFF;
	}
	
h2	{
	margin: 5px 0px 0px 0px;
	padding: 6px 16px 6px 16px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 130%;
	font-weight: bold;
	}
	
a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
	}

a:hover{
	font-weight: normal;
	color: #000;
	text-decoration: underline;
	}

