@charset "UTF-8";
/* CSS Document */

.hl {
	background-color: yellow !important;
}


body {
	background: #e1e1e1 url(../img/background.gif) repeat-x top left;
	text-align: center;
	/* font: 14px/20px 'helvetica neue', helvetica, arial, sans-serif; [cw - 4/2] */
	font: 12px/20px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	color: #616161;
}

.main_wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: transparent;
	position: relative;
}
 
.caps {
	font-size: 90%;	
}

p {
	padding-bottom: 9px;	
}

/*----------------------------------
	 Main Link Styles
------------------------------------*/

a {
	text-decoration: none;
	border-bottom: 1px solid #c4c4c4;
}

a:link {
	color: #616161;
	border-bottom: 1px solid #c4c4c4;
}

a:hover{
	color: #3e3e3e;
	border-bottom: 1px solid #878787;
}

a:visited { /* change this after edits */
	color: #3e3e3e;
}

a.nounder,a:link.nounder, a:visited.nounder,a:hover.nounder, a:active.nounder {
	border: none;
}

/*----------------------------------
	Logo & Nav
------------------------------------*/

#header { /*-- wraps nav and logo --*/
	padding-bottom:19px;
}

/*-- h1 replacement for logo --*/

#logo {
	float: left;
	margin: 15px 0 0 0px;
	position: relative;
	left: 25px;
}

.content {
	background: #fff url(../img/rounded_bottom.gif) bottom left no-repeat;
	margin-bottom: 18px;
}

.main_content {
	width: 599px;
	float: left;
	padding: 30px;
}

.main_content h2 {
	font-size: 24px;
	line-height: 28px;
	color:#000;	
	font-weight: Bold;
	padding: 20px 0 9px 0;

}

.main_content h3 {
	font-size: 14px;
	color:#333;	
	font-weight: bold;
	padding: 18px 0 9px 0;
}
.main_content h4 {
	font-size: 13px;
	color:#000;	
	font-weight: normal;
	text-transform: uppercase;
	padding: 12px 0 9px 0;
}

.main_content ol{
	padding: 9px 0 9px 25px;
	list-style-type: decimal
}

.main_content ul{
	padding: 9px 0 9px 25px;
	list-style-type: square;
}

.main_content li {
	padding: 0 0 9px 0;
}

.title_area {
	width: 960px;
	height: 119px;
	background: transparent url(../img/secondary_header.jpg) top left no-repeat;
	position: relative;
}


.search{
	position: absolute;
	top: 45px;
	right: 30px;
	}

.search input {
	vertical-align: middle;
	
}
.search .search_input{
	padding: 3px 3px 3px 3px;
	border: 1px solid #056c97;
	border-bottom: 1px solid #05a3e3;
	border-right: 1px solid #05a3e3;
	background: #fff url(../img/input_background.gif) top left no-repeat;
	font-size: 12px;
	line-height: 16px; 
	width: 200px;
}
.search .search_button {
	
}

.title_area .breadcrumb {
	position: absolute;
	top:98px;
	z-index:98;
	left:25px;	
	font-size: 12px;
	color: #777;
	line-height: 12px;
}

.title_area .breadcrumb a{
	margin: 0 5px;
	}


/*----------------------------------
	Side Nav
------------------------------------*/

#side_nav {
	width: 210px;
	padding: 30px;
	background: transparent url(../img/fade.gif) top left no-repeat;
	float: right;
	min-height: 400px;
}

* html #side_nav {
	height: 500px;	
}

#side_nav ul{
	padding-bottom:15px;	
}

#side_nav ul ul{
	padding-bottom:15px;	
	border-top: 1px solid #ddd;
	margin-top: 3px;
}

#side_nav ul li{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	color: #333;
	text-indent: 4px;
	text-align: baseline;

}

#side_nav ul li img{
	vertical-align: baseline;
	margin-right:3px;
	position: relative;
	top: 2px;
}

#side_nav ul li a,#side_nav ul li a:link,#side_nav ul li a:visited{
	padding: 3px 4px;
	display: block;
	border: none;
	color: #666;
}

#side_nav ul li a:hover{
	background-color: #f0f0f0;
	border: none;
}


#side_nav ul li li{
	font-weight: normal;
	text-transform: none;
	font-size: 12px;
	border-bottom: 1px solid #ddd;
	text-indent: 0px;
}

/* Selected State */
#side_nav li a:link.selected,
#side_nav li a:visited.selected,
#side_nav li a:active.selected,
#side_nav li a:hover.selected {
	background-color: #f0f0f0;
	color: #0082d4;
	font-weight: bold;
	padding-left: 3px;
}

/* Current States */
body#about a.about {
	background-color: #f0f0f0;
	font-weight: bold;
	padding-left: 10px;
	border: none;
}
body#employment a.employment {
	background-color: #f0f0f0;
	font-weight: bold;
	padding-left: 10px;
	border: none;
}
body#contact a.contact {
	background-color: #f0f0f0;
	font-weight: bold;
	padding-left: 10px;
	border: none;
}
body#form a.form {
	background-color: #f0f0f0;
	font-weight: bold;
	padding-left: 10px;
	border: none;
}
body#mailing a.mailing {
	background-color: #f0f0f0;
	font-weight: bold;
	padding-left: 10px;
	border: none;
}
body#asset a.asset {
	background-color: #f0f0f0;
	font-weight: bold;
	padding-left: 10px;
	border: none;
}
body#design a.design {
	background-color: #f0f0f0;
	font-weight: bold;
	padding-left: 10px;
	border: none;
}
body#database a.database {
	background-color: #f0f0f0;
	font-weight: bold;
	padding-left: 10px;
	border: none;
}
body#marketing a.marketing {
	background-color: #f0f0f0;
	font-weight: bold;
	padding-left: 10px;
	border: none;
}
body#webdev a.webdev {
	background-color: #f0f0f0;
	font-weight: bold;
	padding-left: 10px;
	border: none;
}
body#loyalty a.loyalty {
	background-color: #f0f0f0;
	font-weight: bold;
	padding-left: 10px;
	border: none;
}
body#customer a.customer {
	background-color: #f0f0f0;
	font-weight: bold;
	padding-left: 10px;
	border: none;
}
body#fulfillment a.fulfillment {
	background-color: #f0f0f0;
	font-weight: bold;
	padding-left: 10px;
	border: none;
}
/* ------------------- */

.entry {
	margin-bottom:20px;
	padding-bottom:15px;
	border-bottom: 1px solid #eee;	
	font-size: 14px;
	line-height: 150%;
}


.entry ul {
	padding: 9px 0 9px 30px;
	list-style-type: square;
}


.pagination {
	font-weight: bold;
}

.pagination .older {
	float: left;
	display: block;
	width: 200px;
}

.pagination .newer {
	float: right;
	display: block;
	width: 200px;
	text-align: right;
}

/*---------------------------------
	Forms
	-------------------------------*/
	
label {
	font-weight:bold;
	font-size: 12px;
}

label em { /* for required fields */
	color: red !important;
}


.form_tips {
	display: block;
	color:#999;
	font-size: 12px;
}

.error {
	color: red;
	display: block;
}

input.error {
	color: #333;

}

.textfield{
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	background: #fff url(../img/text_field.gif) top left no-repeat;
	padding: 3px;
	
}

.selectfield {
	padding: 2px;
}

#home select {
	border: 1px solid #04588e;
}





/*----------------------------------
	Footer
------------------------------------*/

.footer {
	position:relative;
	text-align: left;
	font-size: 11px;
}

/*----------------------------------
	Miscellaneous
------------------------------------*/

#no_translation_available {
	background-color:#ffffe1;
	padding:3px 0 2px 6px;
	border-bottom:1px solid #a0a0a0;
	text-align:left;
	font-size:12px;
}


/*----------------------------------
	Bottom Bar
------------------------------------*/

.bottom_bar {
	background: #fff url(../img/rounded_top.gif) top left no-repeat;
	margin-bottom:18px;
}

.bottom_bar h4 {
	text-transform: uppercase;
	color:#a21410;
	font-weight: bold;
}


.bottom_bar_inner {
	background: url(../img/rounded_bottom.gif) bottom left no-repeat;
	padding: 15px 0 10px 0;
	font-size: 12px;
}

.bottom_bar blockquote {
	width: 280px;
	float: right;
	padding-left: 28px;
	padding-right: 10px;
	font-size: 13px;
	line-height: 20px;
	color: #999;
}

.bottom_bar blockquote span{
	font-size:12px;
	color: #575757;	
	line-height: 15px;
	display: block;
	padding-top: 9px;
}

.img {
	position:relative; 
	float:right; 
	top:80px;
	right:-250px;
	
}
.info {
	float: left;
	width: 200px;
	padding-left: 30px;
}