@charset "UTF-8";

/* FUSION PROJECT CSS ------------------------------------------------------ */

body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#EDEBDE;
}

.style3 {
	font-size: medium;
	font-weight: bold;
	color: #000000;
}

.style4 {
	font-size: 10px;
	color: #000000;
	text-decoration:none;
}

/* LINKS */
a:link {
	color:#000000;
	text-decoration:none;
}

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

a:visited {
	color:#A49617;
	text-decoration:none;
}


/* CLEAR FLOATS */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* HEADERS */
h1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

h1 a {
	width:400px;
	text-indent:-9999px;
	display:block;
}
h2 {
	text-align:left;
	margin:0 0 4px 0;
	padding:0;
	border-bottom:#999966 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666600;
	font-weight:normal;
	font-size:1.4em;
	text-transform:uppercase;
}
h3 {
	font-weight:normal;
	color:#999966;
	font-size:1.2em;
}
h4 {
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.1em;
}


/* LOGO EFFECTS */
#logos {
}
.pics {  
	height:235px;
    width:300px;  
    padding:0;  
    margin:0;
}
.pics img {  
    padding:50px 0 0 80px;  
    background-color: #FFFFFF;  
    width:140px; 
    height:100px; 
    top:0; 
    left:0;
	text-align:center;
} 

.icon {
	float:right;
	margin:-18px 0 0 0;
}
.social_icon {
	margin:4px;
}
 

.acc_logo {
	float:right;
	padding: 10px;
	margin:10px 10px 10px 10px;
	border:#CCCCCC 1px solid;
	background:#FFFFFF;
}

/* BREADCRUMBS */
#breadcrumbs {
	width:964px;
	background:#f3f3ef;
	padding: 10px;
}


/* LAYOUT
----------------------------------------------- */
#wrap {
	width: 100%;
	margin: 0 auto;
}

#container {
	width: 980px;
	margin: 0 auto;
    position: relative;		
	background:#f3f3ef;

}

#header {
	width:800px;
	height:78px;
	background:#FFFFFF;
}

/* VERTICAL MENU
----------------------------------------------- */

#dropd
{
	margin: 0;
	padding: 0;
	z-index: 30;
}

#dropd li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
	border-top: 0px solid #EDEBDE;
	border-right: 1px solid #EDEBDE;
	border-bottom: 0px solid #EDEBDE;
	border-left: 0px solid #EDEBDE;
}

#dropd li a
{
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: #000000;
	color: #EDEBDE;
	text-align: center;
	text-decoration: none;
}

#dropd li a:hover
{
	background: #DBD249;
	color: #000000;
}

#dropd div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EDEBDE;
	border: 1px solid #000000}

	#dropd div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #000000;
		color: #EDEBDE;
		font: 11px arial}

	#dropd div a:hover
	{	background: #DBD249;
		color: #000000}


#menu {
	width:791px;
	height:27px;
	align:center;
	background:transparent url("images/menu_bkgd.jpg") top left repeat-x;
	padding:1px 0 0 0;
	z-index: 1;
}

#intro {
	min-height:220px;
	background:#FFFFFF;
	padding:10px;
	margin:10px 10px 0 10px;
}

#intro p {
	padding:0 0 20px 0;
	color:#999966;
	font-size:1.7em;
	line-height:2.1em;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main_body {
	background:#f3f3ef;
	padding:0 0 10px 0;
}


#main_body_interior {
	background:#FFFFFF;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	padding:0 0 10px 0;
}


/* HOME PAGE CASE STUDY AND RESULTS NAVIGATION */
#cs_nav {
	padding:2px;
	float:right;
	color:#666666;
	margin:-26px 0 0 0;
}
#cs_nav a {
	text-decoration:none;
	color:#666666;
}
#cs_nav a:hover {
	text-decoration:none;
	color:#666600;
}


/*** ORIGINAL SKIN ***/
.nav {
	float:left;
	background:transparent url("images/menu_bkgd.jpg") top left repeat-x;
}
.nav li {
	border-left:1px solid #999966;
	border-right:1px solid #cccc99;
	width:9.45em;
}
.nav li.left_end {
	border-left:0px;
}
.nav li.right_end {
	border-left:1px solid #999966;
	height:28px;
	border-right:0px;
}
.nav a {
	color: #FFFFFF;
	padding: .75em 0;
	text-decoration:none;
	text-align:center;
}

.nav ul a {
	padding:1em 0 1em 1em;
	text-align:left;
	width:15.25em;
}

.nav li:hover, .nav li.sfHover, .nav a:focus, .nav a:hover, .nav a:active {
	background:#666600;
}
.nav li li {
	border-top:1px solid #cccc99;
	border-left:0;
	border-right:0;
}
.nav li li li {
}




/* SEARCH
----------------------------------------------- */

#search {
	float:right;
	padding:1px 0 0 0;
}
.nav li.search_box {
	border:0px none;
	width: 176px;
	float:right;
}
.nav li.search_box:hover {
	background:transparent url("images/menu_bkgd.jpg") top left repeat-x;
}
.nav .search_button {
	background:#EDEBDE;
	color:#000000;
	font-weight:normal;
	margin:0 10px 4px 0;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:0px none;
	font-size:11px;
}



/* FOOTER
----------------------------------------------- */
#footer_block {
	width:980px;
	height:10px;
	margin: 0 auto; 
	clear:both;
}

#sf {
	width:470px;
	margin:0;
	padding:0 10px 10px 10px;
	float:left;
	background:#f3f3ef;
}
#sf ul {
	margin:0;
	padding:0;
	list-style: none;
	float:left;
}
#sf ul li {
	margin:0;
	padding:0 10px 0 0;
	list-style-type: none;
	float:left;
	text-align: left;
	color:#999999;
}
#sf ul li a {
	margin:0;
	padding:0;
	color:#999966;
	font-size:.9em;
	text-decoration: none;
}
#sf ul li a:hover {
	text-decoration: underline;
}
#nyc {
	width:470px;
	margin:0;
	padding:0 10px 10px 10px;
	float:right;
	background:#f3f3ef;
}

#nyc ul {
	margin:0;
	padding:0;
	list-style: none;
	float:right;
	text-align: right;
}
#nyc ul li {
	margin:0;
	padding:0 0 0 10px;
	list-style-type: none;
	float:right;
	text-align: right;
	color:#999999;
}
#nyc ul li a {
	margin:0;
	padding:0;
	color:#999966;
	font-size:.9em;
	text-decoration: none;
}
#nyc ul li a:hover {
	text-decoration: underline;
}



/* BOTTOM NAVIGATION 
----------------------------------------------- */

#bottom_nav {
	width:490px;
	height:10px;
	margin:0;
	padding: 0 0 40px 0;
	float:left;
}
#bottom_nav ul {
	margin:0;
	padding:4px 0 0 0;
	list-style: none;
	float:left;
}
#bottom_nav ul li {
	margin:0;
	padding:0;
	list-style-type: none;
	float:left;
	text-align: left;
	color:#999999;
}
#bottom_nav ul li a {
	width:60px;
	margin:0;
	padding:0;
	color:#999999;
	font-size:.9em;
	text-decoration: none;
}

#bottom_nav ul li a:hover {
	width: 60px;
	color:#000000;
}

#bottom_nav ul li a.current {
	color:#666600;
	font-weight:bold;
}

/* SIGN UP AND CONTACT FORMS
----------------------------------------------- */

fieldset { 
	border:0;
	margin:0;
	padding:0; 
}
label.contact {
	display:block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
}
input.text,textarea { 
	width:300px;
	font:12px/12px Arial, Helvetica, sans-serif;
	color:#000000;
	padding:3px;
	margin:1px 0 1px 100px;
	background-color:#FFFFFF;
}

select.large { 
	width:300px;
	font:12px Arial, Helvetica, sans-serif;
	color:#000000;
	padding:3px;
	margin:1px 0 1px 100px;
	background-color:#FFFFFF;
}

select.small { 
	width:200px;
	font:12px Arial, Helvetica, sans-serif;
	color:#000000;
	padding:3px;
	margin:1px 0 1px 100px;
	background-color:#FFFFFF;
}

input.textsmall { 
	width:200px;
	font:12px/12px Arial, Helvetica, sans-serif;
	color:#000000;
	padding:3px;
	margin:1px 0 1px 100px;
	background-color:#FFFFFF;
}

label.ia_label_name1 { 
	font-size:.9em;
	color:#999999;
	text-transform:uppercase; 
	margin:0;
}
label.ia_label_name2 { 
	font-size:.9em;
	color:#999999;
	text-transform:uppercase; 
	margin:0 0 0 68px;
}
label.ia_label_email { 
	font-size:.9em;
	color:#999999;
	text-transform:uppercase; 
	padding:4px 0 0 0;
	margin:4px 0 0 0;
}
input.ia_name1 { 
	width:110px;
	font:12px/12px 'courier new',courier,monospace;
	color:#222222;
	padding:3px;
	margin:2px 0 8px 0;
	border:1px solid #ccc; 
}
input.ia_name2 { 
	width:170px;
	font:12px/12px 'courier new',courier,monospace;
	color:#222222;
	padding:3px;
	margin:2px 0 8px 0;
	border:1px solid #ccc; 
}
input.ia_email { 
	width:222px;
	font:12px/12px 'courier new',courier,monospace;
	color:#222222;
	padding:3px;
	margin:2px 0 0 0;
	border:1px solid #ccc; 
}
input.submit { 
	padding:3px 10px;
	margin:0 0 0 100px;
	font:normal 0.9em/12px arial, sans-serif;
	color:#EDEBDE;
	text-transform:uppercase; 
	background:#000000;
	border:2px outset #333333;
	cursor:pointer;
}
