/* CSS Document */

/******************** LAYOUT **************************/

a img {
	border: 		0 none;	
}

body {
	background:		#FFF url(/images/background.jpg) 50% 0 repeat-x;
	font-family:	Calibri, Arial, sans-serif;
	color:			#5f6569;
	font-size:		15px;
	line-height:	20px;
	padding:		0;
	margin:			0;
	text-align:		left;
}

#main-wrapper {
	width:			980px;
	margin:			0 auto;
}

#header {
	width:			980px;
	height:			136px;
}

#logo {
	height:			115px;
	width:			256px;
	float:			left;
	margin:			7px 0 0 34px;	
}

#phone {
	height:			74px;
	width:			236px;
	float:			right;
	margin:			33px 32px 0 0;
}

#navbar {
	height:			55px;
	width:			980px;
	margin-bottom:	6px;
	position:relative;
	z-index:2;
}

#nav {
	width:			704px;
	height:			55px;
	float:			left;
	list-style:		none;
	margin:			0;
	padding:		0;	
}

#nav li {
	float:			left;
	display:		inline-block;
	margin:			0;
	padding:		0;	
}

#nav li a {
	display:		inline-block;
	height:			0;
	background:		url(/images/nav-sprites.gif) no-repeat;	
	padding-top:	55px;
	overflow:		hidden;
}

#nav-home {
	width:			74px;
	background-position: 0 0 !important;	
}

#nav-home:hover {
	background-position: 0 -55px !important;	
}

#nav-web-design {
	width:			114px;
	background-position: -74px 0 !important;	
}

#nav-web-design:hover {
	background-position: -74px -55px !important;	
}

#nav-internet-marketing {
	width:			164px;
	background-position: -188px 0 !important;	
}

#nav-internet-marketing:hover {
	background-position: -188px -55px !important;	
}

#nav-our-work {
	width:			96px;
	background-position: -352px 0 !important;	
}

#nav-our-work:hover {
	background-position: -352px -55px !important;	
}

#nav-learning-resources {
	width:			162px;
	background-position: -448px 0 !important;	
}

#nav-learning-resources:hover {
	background-position: -448px -55px !important;	
}

#nav-about-us {
	width:			94px;
	background-position: -610px 0 !important;	
}

#nav-about-us:hover {
	background-position: -610px -55px !important;	
}

#search-form {
	float: right;
	height: 30px;
	width: 170px;
	margin: 13px 13px 0 0;
	padding: 0;	
}

#search-box {
	height: 30px;
	width: 130px;
	margin: 0;
	padding: 0 0 0 10px;
	border: 0 none;
	background: url(/images/search-box-bg.gif) no-repeat;
	float: left;
	font-size: 14px;
}

#search-button {
	height: 30px;
	width: 30px;
	background: url(/images/search-button-bg.gif) no-repeat;
	border: 0px !important;
	cursor: pointer;
	display: block;
	font-size: 0px;
	line-height: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -999px;
	float: right;	
}

#slideshow {
	height:			377px;
	width:			606px;
	margin-bottom:	52px;
}

#contact-form {
	height:			358px;
	width:			318px;
	margin:			0 0 52px 0;
	background:		url(/images/contact-form-bg.jpg) no-repeat;	
	padding:		19px 28px 0;
	font-size:		14px;
	color:			#bbd5e3;
	line-height:	17px;
	letter-spacing: -.1px;
}

#contact-form p {
	margin: 		10px 0;	
}

#contact-form .input, #contact-form label {
	height:			18px;
	width:			308px;
	border:			0 none;
	background:		url(/images/contact-field-bg.gif) no-repeat;
	margin-bottom:	5px;
	color:			#717a7f;
	font-size:		14px;
	padding:		6px 5px;	
	line-height:	18px;
}

#contact-form .half-input, #contact-form .half-fields label {
	height:			18px;
	width:			144px;
	border:			0 none;
	background:		url(/images/contact-field-short-bg.gif) no-repeat;
	margin-bottom:	5px;
	color:			#717a7f;
	font-size:		14px;
	padding:		6px 5px;	
	line-height:	18px;
}

#contact-form .textarea, #contact-form .text-fields label {
	height:			50px;
	width:			308px;
	border:			0 none;
	background:		url(/images/contact-textarea-bg.gif) no-repeat;
	margin-bottom:	10px;
	color:			#717a7f;
	font-size:		14px;
	padding:		6px 5px;	
	line-height:	18px;
	font-family: 	'Lucida Sans Unicode', 'Lucida Grande', sans-serif !important;
}

#contact-form .fields {
	display:		inline-block;
    overflow:		hidden;
}

#contact-form label, #contact-form .half-fields label {
	display:		none;
    margin-top:		-35px;
	cursor:			text;
	color:			#AAA;
}

#contact-form .text-fields label {
	display:		none;
    margin-top:		-72px;
	cursor:			text;
	color:			#AAA;
}

#contact-submit {
	width:			148px;
	height:			40px;
	background:		url(/images/request-info.gif) no-repeat;	
	border: 		0 none !important;
	cursor: 		pointer;
	display: 		block;
	font-size: 		0;
	line-height: 	0;
	overflow: 		hidden;
	padding: 		0;
	text-indent: 	-999px;
}

#content {
	background:		#FFF;
	padding-right:	25px;
}

.subpage {
	padding:		35px;
	min-height: 	340px;
}

#main-col {
	width:			606px;
	float:			left;
	margin-right:	-374px;
}

#right-col {
	float:			right;
	width:			374px;
}

#footer-wrapper {
	width:			100%;
	background:		url(/images/footer-bg.jpg) 50% 0 repeat-x;
}

#footer {
	width:			980px;
	height:			437px;
	margin:			0 auto;
	padding:		36px 0 0 0;
	font-size:		14px;
	color:			#a0c1da;
	line-height:	20px;
}

#footer a {
	color:			#a0c1da;
}

#latest-news {
	float:			right;
	border-left:	1px solid #d6d6d6;	
	padding:		25px 0 0 25px;
	margin-left:	25px;
	width:			199px;
}

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

#news-list li {
	margin-bottom:	18px;	
}

#testimonial-wrapper {
	width:			100%;
	background:		#f8f5b6;
}

#testimonial {
	width:			980px;
	margin: 		0 auto;
	padding:		20px 0;
}

#testimonial h2 {
	font-size:		23px;	
}

#testimonial .quote {
	font-size:		95px;
	color:			#002958;
	padding-top:	23px;
}

#testimonial .testimonial-quote {
	color:			#3a3f44;
	font-size:		14px;
}

#testimonial .testimonial-quote span {
	display:		block;
	margin-bottom:	12px;	
}

#testimonial .testimonial-quote strong {
	font-size:		13px;	
}

#footer h3 {
	color:			#FFF;
	font-size:		23px;
	background:		url(/images/footer-h3-bg.gif) 0 2px no-repeat;
	padding:		0 0 0 22px;	
	margin-bottom:	18px;
}

.fb_iframe_widget, #fb-root {
	z-index:1;
}

/******************** STYLES **************************/

table {

}

.clear {
	clear:			both;	
}

a {
	color:			#00407d;
	text-decoration:none;
}

a img {
	border:none;
	border-collapse:collapse;
}

a:hover {
	text-decoration:underline;
}

p, ol, ul {
	margin: 		0 0 18px 0;
}

blockquote {
	text-align:center;
	display:block;
	margin:5px 0;
	font-style:italic;
}

.alttext1 {
	font-size:		15px;
}

.alttext2 {
	font-size:		18px;
}

.header1 {
	color:			#000;
	font-size:		26px;
	font-weight:	normal;
	line-height:	27px;
	font-family:	Museo, 'Myriad Pro', Myriad, Arial, Helvetica, sans-serif;
}

.header2 {
	color:			#000;
	font-size: 		20px;
	font-weight:	normal;
	line-height:	23px;
	font-family:	Museo, 'Myriad Pro', Myriad, Arial, Helvetica, sans-serif;
}

.header3 {
	color:			#000;
	font-size:		16px;
	font-weight:	normal;
	line-height:	19px;
	font-family:	Museo, 'Myriad Pro', Myriad, Arial, Helvetica, sans-serif;
}

h1 {
	color:			#000;
	font-size:		26px;
	font-weight:	normal;
	line-height:	27px;
	margin:			0 0 12px 0;
	font-family:	Museo, 'Myriad Pro', Myriad, Arial, Helvetica, sans-serif;
}

h2 {
	color:			#000;
	font-size: 		20px;
	font-weight:	normal;
	line-height:	23px;
	margin:			0 0 8px 0;
	font-family:	Museo, 'Myriad Pro', Myriad, Arial, Helvetica, sans-serif;
}

h3 {
	color:			#000;
	font-size:		16px;
	font-weight:	normal;
	line-height:	19px;
	margin:			0 0 3px 0;
	font-family:	Museo, 'Myriad Pro', Myriad, Arial, Helvetica, sans-serif;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color:			#000;
	text-decoration:none;
}

.header1 a:hover, .header2 a:hover, .header3 a:hover, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
}

.image_on_right {
	float:			right;
	margin-left:	20px;
	margin-bottom:	10px;
}

.image_on_left {
	float:			left;
	margin-right:	20px;
	margin-bottom:	10px;
}

.keywords {
	background-color:#EEEEEE;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}

.sidebar-form label {
	display:		block;
	margin-bottom:	1px;
}

.sidebar-form .sidebar-field {
	margin-bottom:	10px;
}

/* Comments */

.commentContent {
	border-top:1px dotted #999999;
	padding-top:10px;
}

.commentInfo {
	padding-top:4px;
	padding-bottom:10px;
}

/* Calendar */

.cal_header {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

.calendar {
	width:100%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}

.calendar td {
	border: 1px solid #DDDDDD;
	vertical-align: top; 
}

.calendar td.today {
	background-color:#FFFFCC;
}

.calendar td.other_day {
	background-color:#FFFFFF;
}

.dayofweek {
	background-color: #333333;
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	padding:2px;
}

.empty_day {
	background-color:#DDDDDD;
}

.highlight {
	background-color: #FFE7D0;
}

.day {
	background-color:#EEEEEE;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day_today {
	background-color:#DDDDDD;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day a, .day_today a {
	color:#4F4F45;
	text-decoration:none;
}

.calendar hr {
	border: none 0;
	height: 1px;
	border-top: 1px dotted #B9B9A2;
}

.gray {
	color:#CCCCCC;
}

.author {
	font-weight:normal;
}

.author a {
	color:#000000;
	text-decoration:none;
}

.author a:hover {
	text-decoration:underline;
}

.error {
	text-align:left;
	padding:6px;
	background-color:#FFFFCC;
	border:solid #FFCC33 2px;
}
