* { margin: 0; padding: 0; }

a img { 
	border: 0; 
}

a {
	outline:none;
}

body {
	font: 62.5% "Lucida Sans Unicode", "Lucida Sans Std", Arial, sans-serif;
	color:#111;
	margin:0;
	padding:0;
	
}

#outerWrap {
	background: #fff url(../assets/bg/wrapper_left2.jpg) repeat-y left top;
	margin: 0 auto;
	padding: 0;
	width: 990px;
}

#innerWrap {
	background: transparent url(../assets/bg/wrapper_right2.jpg) repeat-y right top;
	margin: 0;
	padding: 0 27px 15px 23px;
}

#contentWrap {
	background-color: transparent;
	padding: 0;
}

#content {
	width: 100%;
	float:left;
	position:relative;
	padding: 15px 0;
	margin: 0;
}

#sidebar-left {
	position:relative;
	width:214px;
	float:left;
	background-color: #fff;
}

#sidebar-right {
	position:relative;
	width:174px;
	float:left;
	background-color: #fff;
}

#sidebar {
	float:left;
	width:260px;
}

#adwords {
	width:120px;
	float:right;
}

#logo {
	position: absolute;
	top: 2px;
	left: 0px;
	width: 450px;
}

#header {
	background: #fff;
	position:relative;
	height:112px;
}

#header-graphic {
	margin: 0 auto;
	padding-bottom: 4px;
	width: 944px;
	border-top: solid 4px #fff;
	border-bottom: solid 8px #8C8786;
	background: #fff;
}

#sub-header {
	background-color: #eee;
	width: 914px;
	padding: 2px 15px 3px 15px;
	margin: 2px 0 2px 0;
}

#topNav {
	padding: 6px 0 0 0;
	list-style-type: none;
	text-align: right;
	font-size: 11px;
}

#tagline {
	display:none;
}

#intro {
	font-size:15px;
	padding-left:5px;
}

#intro strong {
	color:#000;
}

/* -------------------------------------------------------------------------
text
--------------------------------------------------------------------------- */

a:link, a:visited {
	font-weight:normal;
	color:#888;
}

a:hover {
	color:#000;
}

/* -------------------------------------------------------------------------
search box
--------------------------------------------------------------------------- */
#search {
	float: right;
	text-align:right;
	font-size: 12px;
	padding: 0;
	width: 210px;
}

#searchForm {
	float:right;
}

#searchForm .field {
	background: #fff url(../assets/bg/field_bkgd.gif) no-repeat left top;
	border:1px solid #ddd;
	padding: 2px 4px 2px 8px;
	font-size:11px;
	color:#000;
	margin-right:5px;
	width:125px;
}

#searchForm {
	vertical-align:top;
	margin-top:1px;
}

.submitButton {
vertical-align:top;
margin-top:1px;
}

#searchLabel {
	float:left;
	width:135px;
	margin-right:5px;
	padding:1px 0 0 20px;
	text-align:right;
}

.contentBox {
	border:1px solid #999;
}

/* -------------------------------------------------------------------------
misc
--------------------------------------------------------------------------- */

.clearfix {
	clear:both;
	line-height:0;
	font-size:0;
}

/* -------------------------------------------------------------------------
Breadcrumb Links
--------------------------------------------------------------------------- */
#breadcrumbs {
	float:  left;
 	font-size:         10px;	
	text-align: left;
	padding: 3px 0 0 0;
	width: 704px;
}

#breadcrumbs a:link { 
 	color:             #888;
 	background:        transparent;
 	text-decoration:   none;
} 

#breadcrumbs a:visited { 
 	color:             #888;
 	background:        transparent;
 	text-decoration:   none;
}

#breadcrumbs a:hover { 
 	color:             #000;    
 	background:        transparent;
 	text-decoration:   underline;
}

.currentcrumb {
 	color:  #000;
}

.breadcrumbspacer {
 	color:  #888;
}

form label {
cursor: pointer;
}

form br { 
clear: left; 
}

fieldset {
border: none;
}

.button,
.buttons,
.submit {
 background: transparent;
 font-weight: 600;
 font-size: 12px;
 padding: 3px 7px 3px 7px;
 margin: 0;
 text-align: center;
 cursor: pointer;
 border: 0;
}
