@charset "UTF-8";
/* CSS Document */

body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input {
font-family : verdana, arial, helvetica, sans-serif;
}
body,td,th {
	font-size: 14px;
	color: #002f38;
	background-color: #49a8de;
}
* {
	margin: 0;
}
#wrapper {
	position: relative;
	width: 1009px;
	margin-top:-7px;
	margin-left: auto;
	margin-right: auto;
}
#menu_image {
	position: absolute;
	top: 0px;
	left: 80px;
	text-decoration: none;
}
a img {
	border:none;
}
#banner {
	position: relative;
	margin: 0;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 215px;
}
#web_tab {
	position: absolute;
	top: 65px;
	right: 31px;
}
#web_tab li {
	font-size: 100%;
	text-align: center;
	list-style: none;
	float:right;
	width: 160px
}
#web_tab a {
	text-decoration: none;
	display:block;
}
li.web {
	background: url(../images/web_tab_behind_blue.jpg) no-repeat top left;
}
li.web a {
	background: url(../images/web_tab_behind_right_blue.jpg) no-repeat top right;
	color: #3a4042;
	padding: 12px 0px;
	height: 19px;
}
li.web a:hover {
	color: #fff;
}
li.graphics {
	background: url(../images/graphics_tab.jpg) no-repeat top left;
	margin-right: 10px;
}
li.graphics a {
	background: url(../images/graphics_tab_right.jpg) no-repeat top right;
	padding: 12px 0px;
	height: 19px;
	color: #faa643;	
}
li.graphics a:hover {
	color: #fff;
}
#nav {
	position: absolute;
	top: 108px;
	right: 31px;
	width:948px;
	margin:0px;
	padding:0px;
}
#nav li {
	font-size: 100%;
	line-height:170%;
	text-align: center;
	list-style: none;
	float:right;
}
#nav a {
	text-decoration: none;
	color: #002f38;
	border-left: #ffffff 1px solid;
	display:block;
	padding: 7px 20px 0px 20px;
}
#nav a:hover {
	color: #FFFFFF;
}
body#index a#indexLink, body#about a#aboutLink, contact#about a#contactLink, body#faqs a#faqsLink {
	color: #FFFFFF;
	cursor:default;
}
#logo {
	position: absolute;
	top: 135px;
	left: 67px;
	width:270px;
	height: 53px;
}
#number {
	position: absolute;
	top: 24px;
	right: 35px;
	color: #fff;
	font-size: 130%;
	line-height: 100%;
	text-align: right;
}
#number p span {
	font-weight: bold;
}
body#home a#indexLink, body#about a#aboutLink, body#form a#formLink, body#request a#requestLink, body#faqs a#faqsLink {
	color: #FFFFFF;
	cursor:default;
}
#menu ul {
	width: 230px;
	position: absolute;
	list-style: none;
	top: 250px;
	margin-left: 74px;
	padding: 0px;
}
#menu a {
	width: 230px;
	text-decoration: none;
	font-size: 100%;
	color: #3a4042;
	display: block;
	text-indent: 28px;
	padding: 7px 0px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
}
#menu a:hover {
	color: #fba741;
}
#menu a:active, #menu a:focus {
	outline: 0;
}
body#who a#whoLink, body#why a#whyLink, body#web a#webLink, body#design a#designLink, body#test a#testLink {
	color: #fba741;
	font-weight:bold;
	cursor:default;
}

.bttn_large {
	position: absolute;
	top: 580px;
	left: 50px;
}
.bttn_large a {
	background:url(../images/bttn_large.gif) center no-repeat;
	text-decoration: none;
	color: #ffffff;
	font-size: 110%;
	padding: 8px 0px 0px 0px;
	display: block;
	width: 183px;
	height: 39px;
	text-align: center;
}
.bttn_large a:hover {
	background-image:url(../images/bttn_large_down.gif);
	background-position: center;
	background-repeat: no-repeat;
	color: #353536;
	padding: 12px 48px 15px 48px;
}
.tip_bubble {
	position: absolute;
	top: 350px;
	left: 55px;
	width: 260px;
	background-image: url(../images/tip_bubble.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}
.tip_bubble p {
	font-size: 100%;
	line-height: 150%;
	color: #ffffff;
	padding: 30px 30px 60px 30px;
}

.link a {
	margin: 0px 0px 0px 10px;
	width: 230px;
	text-decoration: none;
	font-size: 100%;
	color: #3a4042;
	display: block;
	text-indent: 28px;
	background: url(../images/arrow.gif) no-repeat 5% 50%;
	font-weight: bold;
}
.link a:hover {
	color: #fba741;
}
