@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
}
#list_icon {
	position: absolute;
	margin-left: 410px;
	margin-top: 32px;
}

.body_summer{
	background-image: url(../images/grass_tile.jpg);
}
.summer {
	background-image: url(../images/summer_backdrop.jpg);
	background-repeat: no-repeat;
}
.body_fall{
	background-image: url(../images/grass_fall.jpg);
}
.fall {
	background-image: url(../images/fall_backdrop.jpg);
	background-repeat: no-repeat;
}
.body_spring{
	background-image: url(../images/grass_spring.jpg);
}
.spring {
	background-image: url(../images/spring_backdrop.jpg);
	background-repeat: no-repeat;
}
.body_winter{
	background-image: url(../images/snow_tile.jpg);
}
.winter{
	background-image: url(../images/winter_backdrop.jpg);
	background-repeat: no-repeat;
}
#header {
	background-image: url(../images/header_back.jpg);
	background-repeat: no-repeat;
	height: 148px;
}
#header_pop {
	background-image: url(../images/header_pop_back.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding-left: 300px;
	padding-top: 15px;
}
#header_pop h1{
	margin:0px;
}
#nav {
	float: right;
	clear: right;
	margin: 35px 20px 0px 0px;
}
#content {
	height: 480px;
	width: 942px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	/*position: relative;*/
}
#greenstrip{
	background-image:url(../images/green_strip.jpg);
	height: 20px;
}
#cuplink {
	display: block;
	height: 120px;
	width: 150px;
	margin: 35px 0px 0px 40px;
}
#servelink {
	display: block;
	height: 280px;
	width: 125px;
}
#tablelinks {
	float: left;
	margin: 0px;
}
#napkin {
	background-image: url(../images/napkin.png);
	background-repeat: no-repeat;
	height: 400px;
	width: 160px;
	float: left;
	z-index: 5;
	margin: 35px 0px 0px 85px;
	padding: 30px 40px 0px 42px;
}
#home_pie {
	margin: 5px 0px 0px -50px;
	float:left;
}
#footer {
	background-image: url(../images/footer_back.jpg);
	background-repeat: no-repeat;
	height: 85px;
	border-top: solid 1px #ffffff;
	position: relative;
}
#footer_sub {
	background-image: url(../images/footer_sub_back.jpg);
	background-repeat: no-repeat;
	height: 85px;
	border-top: 1px solid #ffffff;
	clear: both;
	position: relative;
}
#napkin h2 {
	color: #01A0E2;
	font-size: 12px;
	margin: 0px;
}
#napkin h3 {
	font-size: 12px;
	margin: 0px;
}
#napkin p {
	font-size: 12px;
	margin: 0px 0px 12px;
	line-height: 15px;
	/*line-height: 16px; change back when bronze anvil is gone*/
}
#coffee_links{
	float: left;
	height: 247px;
	width: 316px;
	background-image: url(../images/coffe_napkin.jpg);
	background-repeat: no-repeat;
	margin: 15px 0px 0px;
}
#coffee_links .selected, #port_menu .selected, #port_menu a:hover, #coffee_links ul li a:hover {
	background-image: url(../images/blue_arrows.gif);
	background-repeat: no-repeat;
}
#content_inner {
	float: left;
}
.normal{
	width: 510px;
	padding: 40px 100px 0px 10px;
}
.wide{
	width: 605px;
	padding: 40px 10px 0px;
}
.centered {
	width: 634px;
	padding: 0px;
	margin: 0px 0px 0px 150px;
}
.centered_wide{
	width: 695px;
	margin: 0px 0px 0px 25px;
}
.centered_portfolio{
	width: 770px;
	margin: 0px 0px 0px 80px;
}
.centered_news{
	width: 900px;
	margin: 0px 0px 0px 20px;
}

#box_nav a {
	margin:0px 5px 0px 5px;
	text-decoration:none;
	color: #000000;
}
#box_nav .orange {
	color:#F8AA4F;
	font-weight:bold;
}
#box_nav .blue {
	color: #00A0E7;
	font-weight:bold;
}
#box_nav .green{
	color: #71bf44;
	font-weight:bold;
}
#box_nav .purple {
	color: #8a73b4;
	font-weight:bold;
}
#box_nav {
	margin: 20px 0px;
	float:right;
}
#principle_paragraph {
	width: 450px;
	height:100px;
	float: right;
	margin: -60px 0px 0px;
	clear: both;
}
#number_list {
	clear: both;
	margin: 80px 0px 0px;
}
#number_list a {
	text-decoration: none;
	color: #618091;
	font-size: 11px;
	margin: 0px 7px 0px 0px;
}
#number_list a:hover, #number_list .selected{
	color: #00A0E7;
	font-weight:bold;
}
#arrow_nav {
	float: right;
	clear: both;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}


#principle_paragraph p {
	color: #618091;
	text-align: justify;
}

.suit {
	padding: 0px 0px 0px 135px;
	background-image: url(../images/black_suit.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#rfp_form {
	height: 512px;
	width: 604px;
	background-image: url(../images/rfp_back.gif);
	background-repeat: no-repeat;
	padding: 15px;
}
#rfp_form form{
	margin:0px;
}
#rfp_form td {
	text-align: right;
}
#rfp_form input, #rfp_form textarea {
	font-size: 11px;
	background-color: #606060;
	border:2px solid #606060;
	color: #FFFFFF;
}
#rfp_form .input1{
	width: 180px;
}
#rfp_form .input2{
	width: 456px;
}
#rfp_form .input3{
	width: 80px;
}
#rfp_form .input4{
	width:582px;
}
#rfp_form .input5{
	width:250px;
}
#rfp_form label {
	font-size:11px;
}
.blue {
	color: #00A0E7;
}
.white {
	color: #FFFFFF;
}
.orange {
	color: #F8AA4F;
}
.green{
	color: #71bf44;
}
.green_link {
	color: #71bf44;
	text-decoration: none;
}

.purple {
	color: #8a73b4;
}

.pie_link {
	background-repeat: no-repeat;
	background-position: right;
}
.heading_link {
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	padding: 0px 0px 0px 18px;
}
.orange_link {
	color: #FBAA4F;
	text-decoration: none;
}
.blue_link {
	color: #00A0E7;
	text-decoration: none;
}
.black_link{
	color: #000000;
	text-decoration: none;
}
#case_text a{
	color:#000000;
}
.black_link:hover, #case_text a:hover {
	color:#00A0E7;
}
.heading_link:hover {
	background-image:url(../images/orange_arrow.gif);
	background-repeat:no-repeat;
}
.pie_link img {
	float: right;
}
#content_inner p, #content_inner table {
	font-size: 12px;
	line-height: 14px;
	margin: 11px 0px;
}
#content_inner #send_resume {
	font-size: 10px;
}

#content_inner h1 {
	font-size: 24px;
	margin: 11px 0px;
}
#content_inner h2 {
	font-size: 16px;
}

#coffee_links ul{
	list-style-type:none;
	margin:80px 0px 0px 40px;
	padding:0px;
	width: 100px;
}
#coffee_links ul li{
	margin:0px;
	width: 100px;
	border-bottom: 1px dotted #999999;
}
#coffee_links ul li a{
	display:block;
	text-transform: uppercase;
	font-size: 10px;
	color: #f7901d;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	padding: 3px 0px 3px 10px;
}
#content_inner .graydot {
	height: 2px;
	border-bottom: 1px dotted #999999;
	font-size:0px;
}
#blog {
	width: 400px;
	height: 58px;
	float: right;
	margin: 10px 25px 0px 0px;
	padding: 5px;
}
#blog span {
	font-size: 11px;
	font-weight: bold;
	color: #71bf44;
}
#blog a{
	text-decoration: none;
}
#header #logo {
	margin: 10px 0px 0px 10px;
}
#blog h2 {
	font-size: 16px;
	margin: 0px;
	color: #01A0E2;
}
#blog p {
	font-size: 11px;
	color: #999999;
	margin: 0px 0px 5px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#nav ul li {
	float: left;
	position:relative;
}
#nav ul li:hover ul{
	visibility:visible;
}
#nav ul li ul{
	visibility:hidden;
	position:absolute;
	top: 22px;
	left: 0px;
	width: 135px;
	background-image:url(../images/nav_drop_back.jpg);
	background-position:bottom;
	z-index: 500;
}
#nav ul li a {
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	padding: 5px;
	margin: 0px 20px 0px 0px;
}
#nav ul li a:hover, #footer a:hover, #footer_sub a:hover {
	color: #FFFF99;
}
.lastlink{
	margin-right:65px;
}
.clear {
	clear:both;
	margin:0px;
}
#shadow {
	width: 942px;
	margin: 0px auto;
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	padding: 0px 20px 20px 0px;
}
#contain_sub {
	width: 942px;
	margin: 0px auto;
}
#footer p, #footer a, #footer_sub p, #footer_sub a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration:none;
}
#napkin .newslink {
	text-decoration: none;
	color: #000000;
}
#napkin .morelink {
	text-decoration: none;
	color: #01A0E2;
}
#napkin .morelink:hover {
	text-decoration:underline;
}
#bubble {
	height: 80px;
	width: 128px;
	position: absolute;
	left: 500px;
	top: -35px;
}
#newslinks a {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#newslinks span{
	color:#00A0E7;
}
#client_logos a{
	display: block;
}
#client_logos {
	vertical-align: middle;
	text-align: center;
	width: 605px;
}
#client_logos td {
	height: 80px;
}
#client_logos img{
	border: 0px;
}
#port_left {
	width: 550px;
	float: left;
	margin: 0px 85px 0px 0px;
}
#port_right {
	width: 135px;
	float: left;
	padding: 35px 0px 0px;
}
#port_right a{
	float:left;
	margin: 2px;
}
#port_right p{
	margin:0px;
}
#port_right br{
	display:none;
}
#port_menu {
	margin: 20px 0px;
}
.purple_menu a{
	background-color:#8a73b4;
}
.green_menu a{
	background-color:#71bf44;
}
.orange_menu a{
	background-color:#F8AA4F;
}
.blue_menu a{
	background-color:#00A0E7;
}
#port_right a:hover img, #port_right .selected{
	filter:alpha(opacity=60); 
	-moz-opacity: 0.6; 
	opacity: 0.6;
}
#port_menu a {
	text-decoration: none;
	font-size: 12px;
	display: block;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	float:left;
}
#port_menu div{
	float:right;
}
#awards td {
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
}
#case_text p {
	margin-top: 5px;
	margin-bottom: 5px;
}
#service_text p{
	margin-top: 2px;
	margin-bottom: 2px;
}
#contain_news{
	width:100%;
}
#header_news{
	background-image:url(../images/news_top.jpg);
	background-repeat:repeat-x;
	height:41px;
}
#footer_news{
	background-image:url(../images/news_bottom.jpg);
	background-repeat:repeat-x;
	height:66px;
}
#content_news{
	width: 800px;
	padding:0px 50px;
	margin:0px auto;
}
#newslogo{
	margin:15px;
	text-align:center;
}
#news_text p{
	font-size:12px;
}
#pie_button{
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
}
#news_text img{
	margin:10px;
}
#head_text{
	font-size: 11px;
	margin-left: 20px;
	text-align:left;
}
#bronze{
	position:absolute;
	margin-top: 60px;
}
#anviltext{
	margin-left: 60px;
} 
#icon_group{
	float:right;
	margin: -6px 8px 0px 0px;
}
#footer #copyright{
	font-size:10px;
	float:left;
	clear:left;
	width:250px;
	margin: 25px 0px 0px 10px;
}
#footer #phone{
	margin:20px 0px 0px 10px;
	width:450px;
	float:left;
}
.smalltext{
	font-size:11px;
	margin: 0px 0px 0px 30px;
}
#promo_bar{
	float:left;
	margin:0px 0px 30px 200px;
}
#promo_contact{
	margin-bottom: -17px;
}