
/* Neutralize styling: 

   Elements we want to clean out entirely: */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-size:12px;
    line-height:14px;
    font-family:"trebuchet ms", Arial, Helvetica, sans-serif;
	color:#000;
	
}

/* Neutralize styling: 
Elements with a vertical margin: */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0px;
	padding: 0px;
}

/* Apply left margin:
 Only to the few elements that need it: */
 
li, dd, blockquote {
	margin-left: 0;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

/* Form field text-scaling */

input, select, textarea {
	font-size: 100%;
}

a, a:link, a:visited, a:hover{
	color:#794137;
	text-decoration:underline;
	}

a:hover{
	color:#794137;
	text-decoration:none;
	}

.clear {
 clear: both;
 height: 1px;
}

/*------------------------------------------------------------------
END INITIAL RULES 
/*------------------------------------------------------------------*/

body{
	background:#4b2d22 url(../images/bg-body_02.jpg) 800px 0px no-repeat;
}	

#wrapper{
	width:875px;
	padding-left:50px;
	
	
}

#left{
	width:647px;
	float:left;
	
}

#header{
	padding-top:35px;
	margin-bottom:20px;
	width:647px;
	
}

#logo{
	float:left;
}

input{
	background:url(../images/bg-input_24.jpg) 0 0 no-repeat;
	border:1px inset #4b2d22;
	color:#fff;
}

/*------------------------------------------------------------------
Navigation
/*------------------------------------------------------------------*/

#topNav{
	float:left;
}

#topNav ul{
	list-style:none;
	margin-left:144px;
}

#topNav ul li{
	float:left;
}

#topNav ul li a {
	display: block;
	height: 121px;	
}

#topNav ul li a span {
	display:none;
}

#topNav ul li#lead{
	background:url(../images/topnav_05.jpg) 0 0 no-repeat;
	width:100px
}

#topNav ul li#engage{
	background:url(../images/topnav_06.jpg) 0 0 no-repeat;
	width:98px
}

#topNav ul li#inspire{
	background:url(../images/topnav_07.jpg) 0 0 no-repeat;
	width:101px;
}

#topNav ul li#lead a:hover{
	background:url(../images/topnav_over_05.jpg) 0 0 no-repeat;
	width:100px
}

#topNav ul li#engage a:hover{
	background:url(../images/topnav_over_06.jpg) 0 0 no-repeat;
	width:98px
}

#topNav ul li#inspire a:hover{
	background:url(../images/topnav_over_07.jpg) 0 0 no-repeat;
	width:101px;
}

#topNav ul li#lead a.current{
	background:url(../images/topnav_over_05.jpg) 0 0 no-repeat;
	width:100px
}

#topNav ul li#engage a.current{
	background:url(../images/topnav_over_06.jpg) 0 0 no-repeat;
	width:98px
}

#topNav ul li#inspire a.current{
	background:url(../images/topnav_over_07.jpg) 0 0 no-repeat;
	width:101px;
}



/*------------------------------------------------------------------
Sub Navigation 
/*------------------------------------------------------------------*/

#subNav{
	background:transparent url(../images/bg-trans_17.png) 0 0 no-repeat;
	width:517px;
	height:23px;
	margin-bottom:15px;
	padding:3px 0;	
	display:block;
	
}

* html #subNav{
   background-image:none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-trans_17.png',sizingMethod='scale');

}

#subNav ul{
	list-style:none;
	color:#4b2d22;
	padding-left:15px;
	
}

#subNav ul li{
	float:left;
}
#subNav ul li a{
	font-family: "lucida grande", Arial, Helvetica, sans-serif;	
	padding:4px 5px;
	font-size:12px;
	font-weight:bold;
	display:block;
	position:relative;
	height:23px;
	
}

#subNav ul li a.current{
	text-decoration:none;
	background:url(../images/current-sub_26.png) center bottom no-repeat;
	
}

* html #subNav ul li a.current{
   background-image:none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/current-sub_26.png',sizingMethod='scale');

}





/*------------------------------------------------------------------
Left Content Main
/*------------------------------------------------------------------*/

#contentWrapper{
	background:url(../images/bg-content-wrap.jpg) bottom right no-repeat;
	width:597px;
	padding:40px 0 40px 40px;
	margin:0;
	clear:both;
	
}

#contentBody{
	background:url(../images/bg-contentBody.jpg) bottom right no-repeat;
	width:477px;
	padding:20px;
	font-family: "lucida grande", "trebuchet ms", Arial, Helvetica, sans-serif;	
}

#contentBody h1{
	color:#5caee1;
	margin:8px 0;
	font-weight:normal;
	font-size:18px;
	letter-spacing:-.05em;
}

#contentBody h2{
	color:#5caee1;
	margin:8px 0;
	font-weight:normal;
	font-size:14px;
	letter-spacing:-.05em;
	color:#4b2d22;
}

#contentBody h3{
	color:#5caee1;
	margin:8px 0 3px 0;
	font-size:13px;
}

#contentBody p{
	color:#4d2d22;
	margin:10px 0 5px 0;
	font-size:13px;
	line-height:22px;
}

#contentBody ul{
	color:#4d2d22;
	padding:15px 0 15px 15px;
	list-style:disc;
}

#contentBody ul li{
	padding:4px 0;
}

#contentBody ul li a{
	color:#5caee1;
	text-decoration:none;
}	

#contentBody ul li a:hover{
	color:#5caee1;
	text-decoration:underline;
}

#images{
	list-style:none;
	padding:0;
	margin:0;
}

#images li{
	display:inline;
	padding:0;
	margin:0;
}

.dropImage{
	float:left;
	margin-right:5px;
}

/*------------------------------------------------------------------
Right Tiles
/*------------------------------------------------------------------*/

#right{
	width:176px;
	float:left;
	padding-top:160px;
	font-family: "lucida grande", "trebuchet ms", Arial, Helvetica, sans-serif;
	margin-left:10px;
	
}

#right h1{
	color:#f58025;
	margin:8px 0;
	font-weight:normal;
	letter-spacing:-.05em;
	font-size:16px;
	border-bottom:1px dotted #765746;
	padding:5px 0 5px 5px;
	
}

#right p{
	font-size:10px;
	color:#fff;
	margin:3px 0;
}

#right a{
	text-decoration:none;
	color:#f58025;
}

#right a:hover{
	text-decoration:underline;
	color:#59ade0;
}

.rightTile{
	margin-bottom:15px;
	
}

.rightTile strong{
	color:#59ade0;
}

#mailRequest{
	padding:5px 0;
}

#mailRequest label{
	color:#fff;
	font-size:10px;
}

.butSubmit{
	margin:5px 0;
}

.errorBox{
	color:#59ade0;
}

.errorBox p{
	color:#59ade0;
}

.errorBox ul{
	list-style:none;
}

/*------------------------------------------------------------------
Footer
/*------------------------------------------------------------------*/

#footer{
	display:block;
	clear:both;	
}


#miceType{
	font-size:10px;
	color:#fff;
	padding:10px 0 0 0;
	display:block;
	clear:both;
}