/** tags                        **/
body {
	background: url(../images/bg-gradient-3.png) repeat-x top #E9E9E9;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	border-top:7px solid #0098FD;
}


a {
	outline:none;
	
}

h1 {
	font-size:32px;
	font-weight:bold;
	margin:20px 0;
}

h2 {
	font-weight:bold;
	font-size:26px;
	margin:26px 0;
}

h3 { 
	font-weight:bold;
	font-size:20px;
	margin:15px 0;
}

p { 
	font-size:14px;
	line-height:18px;
	margin-bottom:20px;
}

/** universal classes           **/

.right { float:right;}
.left { float:left;}

img.right { margin-left:8px;}
img.left { margin-right:8px;}

.clear { clear:both; }

.error { color:red; font-weight:bold;}

/** custom selectors and classes**/

.container {
	width:960px;
	margin:0 auto;
}

#header {
	margin:0 10px;
	position:relative;
}

#logo { overflow:auto; position:relative;}

#logo img{
	padding-top:10px;
	padding-bottom:10px;
}

#logo small {
	display:none;
	color:#aaa;
	font-size:12px; 
	position:absolute; 
	bottom:0;
	right:10px;
	font-style:italic;
	border-bottom:1px dotted #aaa;
}

a#logo:hover small {
	display:block;
	
	
}

#header ul {
	position:absolute;
	top:17px;
	left:320px;
	height:30px;
}

#header li {
	display:block;
	float:left;
	margin:0 5px;
	padding-top:7px;
	padding-bottom:7px;
	text-align:center;
	
	-webkit-border-radius: 7px;
	/*-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;*/
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#header li  a {
	padding:5px 30px;
	color:#003C64;
	font-size:16px;	
	margin:0 auto;
	text-decoration:none;
}

#header li a:hover {
	color:#0098FD;
	text-decoration:none;
	border-bottom:5px solid #0098FD;
	/*padding-bottom:30px;*/
}



#header li small {
	display:none;
}

#header li:hover {
	/*background:#0098FD;
	color:#fff;
	-webkit-border-radius: 7px;*/
	/*-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;*/
	/*-moz-border-radius: 7px;
	border-radius: 7px;*/
	/*border-bottom-left-radius: 7px;*/
}



#header li:hover small{
	display:block;
	font-size:12px;
	color:#dedede;
	margin:10px auto 0;
	
}

li#current {
	/*background:#0098FD;*/
	/*background:#003C64;
	border-right:solid 1px #fff;
	border-left:solid 1px #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;*/
	/*-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px; */
}

li#current a {
	/*color:white;*/
	color:#0098FD;
	font-weight:bold;
	/*border-bottom:5px solid #0098FD;*/
}

li#current small {
	display:block;
	font-size:12px;
	color:#dedede;
	height:18px;
	margin:10px auto 0;
}

li#current a:hover {
	
}

li#current:hover  small {color:#dedede;}

/*		MAIN content	*/

#content {
	margin:25px 10px 0;
	overflow:hidden;
}

#content strong {
	color:#0098FD;
	font-weight:bold;
}

#content a {
	color:#003C64;
	text-decoration:none;
	padding:1px;
	padding-bottom:0;
	border-bottom:1px solid #003C64;
}


#content a:hover {
	color:white;
	background:#003C64;
}

#content input, #content label, #content textarea, #content button, #content select {
	display:block;
	padding:3px;
	font-size:15px;
}

#content label { padding-left:0 }
#content input, #content textarea, #content select {
	margin-bottom:10px;
	border:1px solid #aaa;
	background:#efefef;
}

#content input, #content select {
	width:300px;
}

#content #searchform #s {
	width:150px;
}

#content input.hidden {
	display:none;
	margin:0;
	padding:0;
	height:0;
}

#content input:focus, #content textarea:focus, #content select:focus  {
	border:1px solid #0098FD;
	background:#fff;
}

#content textarea { 
	width:500px;
	height:150px;
	background:#efefef;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content label small {
	font-size:10px;
	color:#999;
}

#quote-info {
	width:320px;
	padding:20px;
	border:1px solid #ccc;
	background:#dedede;
	height:auto;
	margin-bottom:20px;
}


#content dl {
	font-size:12px;
	margin-bottom:30px;
}

#content dt {
	
	font-weight:bold;
	margin-bottom:10px;
	font-size:20px;
}

#content dt strong { color: #003C64;}

#content dd {
	
	margin-bottom:10px;
	padding-bottom:10px;
	line-height:18px;
	border-bottom:1px solid #ddd;
	width:580px;
}

#content dd img {
	float:left;
	margin-right:8px;
}

#content p small {
	font-size:10px;
	color:#333;
}


.home {
	/*background: url(../images/screens-2.jpg) top no-repeat;*/
}

.home h1 {
	padding-top:30px;
	margin-bottom:0;
	margin-left:80px;
	
}

.home h2 { 
	margin-top:0;
}

#home-points {
	margin-left:80px;
	font-size:32px;
}

#home-points li {
	background:url(../images/check.png) left no-repeat;
	background-position: 0 .4em;
	margin:9px 0;
	padding-left:25px;
}

a#work-with-us {
	margin-top:50px;
	margin-right:80px;
	float:right;
	border:0;
}

a#work-with-us:hover {
	background:none;
}

/*		MAIN IMAGE BOX 		*/
#main-image, #main-image-2 {
	width:940px;
	height:268px;
	/*background:url(../images/confused-bg.jpg) no-repeat;*/
	background:url(../images/january-cta-bg.jpg) no-repeat;
	position:relative;
	margin-bottom:0;
	padding-bottom:0;
}

#main-image-2 {
	background:url(../images/eyes.jpg) no-repeat right;
}

#main-image h1 strong, #main-image-2 h1 {
	position:absolute;
	top:15px;
	left:80px;
	margin:0;
	padding:0;
	color:white;
	font-size:60px;
}

#main-image-2 h1 {
	left:0;
	color:#0098FD;
	font-size:41px;
	text-shadow:1px 1px 1px #666;
	
}


#main-image span, #main-image-2 span {
	font-size:32px;
	font-weight:bold;
	margin:20px 0;
	position:absolute;
	top:60px;
	left:80px;
	line-height:38px;
	color:#0098FD;
}

#main-image-2 span {
	left:0;
	color:#333;
	top:50px;
	line-height:45px;
}

#main-image a , a#cws-cta {
	position:absolute;
	left:80px;
	bottom:25px;
	display:block;
	/*width:301px;*/
	width:222px;
	/*height:65px;*/
	height:65px;
	background: url(../images/hire-us-button.jpg) bottom no-repeat;
	text-indent:-99999px;
}

#main-image a:hover {
	background: url(../images/hire-us-button.jpg) top no-repeat;
}

a#cws-cta {
	left:0;
	background: url(../images/hire-us-button-white.jpg) top no-repeat #f2f2f2;
	text-decoration:none;
	border:0;
}

a#cws-cta:hover {
	background: url(../images/hire-us-button-white.jpg) bottom no-repeat;
}

a#portfolio {
	position:absolute;
	left:250px;
	bottom:45px;
	font-size:24px;
}



.main-box {
	margin-top:50px;
	width:300px;
	float:left;
	margin-right:19px;
	border-right:1px solid #ccc;
	height:192px;
}

.main-box h2 { 
	font-size: 22px;
	margin-bottom:20px;
}

.main-box p {
	line-height:20px;
	margin-bottom:10px;
}

.main-box span {
	display:block;
	font-weight:bold;
	font-size:16px;
	margin-bottom:5px;
}

.main-box li {
	margin:10px 0;

}

.main-box a {
	padding-left:1px;
}

.main-box li a {
	line-height:22px;
	font-weight:bold;
}
/** projects  				**/
.project-box {
	width:180px;
	margin:0;
	padding:0;
	margin-right:18px;
	margin-bottom:25px;
	display:block;
	float:left;
	clear:left;
}

.final {
	clear:none;
}

.last-project {
	margin-left:18px;
}

#content .project-box a {
	font-weight:bold;
	font-size:13px;
}

#content .project-box  img {
	background:none;
	margin-top:10px;
	width:175px;
	border:5px solid #013c64;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius:5px;
	
}

/** sidebar 				**/
#sidebar {
	width: 300px;
	float: right;
	margin-left:60px;
	text-align:center;
	margin-bottom:80px;
}

#sidebar span {
	display:block;
	color:#0098FD;
	font-weight:bold;
	font-size:18px;
	margin-top:0;
	margin-bottom:20px;
}

#sidebar blockquote {
	font-style:italic;
	font-size:13px;
	text-align:left;
	line-height:16px;
	margin-bottom:20px;
	color:#666;
}

#sidebar blockquote span {
	display:block;
	clear:left;
	margin-top:2px;
	color:#888;
	font-size:14px;
}

#sidebar p {
	text-align:left;
	font-size:12px;
	margin-bottom:30px;
}

#sidebar ul {
	margin-bottom:25px;
}

#sidebar li {
	font-size:12px;
	text-align:center;
	margin:8px;
	
}

#sidebar li strong {
	font-size:14px;
	color:#003C64;
}

#sidebar li span {
	font-style:italic;
	color:#666;
	font-size:12px;
	font-weight:normal;
}

/** Payment OL 				**/
ol { margin-top:0;
	padding-top:0;
	list-style-type: decimal;
	list-style-position:inside;
 }

ol li {
	font-size:14px;
	margin-bottom:5px;
}

/** footer 				**/
#footer {
	margin-top:50px;
	height:300px;
	background:#333;
	border-top:2px solid #0098FD;
	color:white;
	position:relative;
}

a#twitter {
	background:url(../images/twitter.jpg) top;
	position:absolute;
	top:-24px;
	height:26px;
	display:block;
	width:30px;
	right:10px;
	text-indent:-9999px;
}

a#twitter:hover {
	/*background-position:0 35px;*/
}


#footer-content {
	margin:5px 10px 0;
	overflow:hidden;
}

.footer-box {
	margin-top:20px;
	width:220px;
	float:left;
	margin-right:20px;
}

.footer-box input, .footer-box textarea {
	padding:5px 3px;
	margin-bottom:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:210px;
	font-size:12px;
	background:#bbb;
	color:#003C64;
}

.footer-box input:focus, .footer-box textarea:focus {
	background:#eee;
	color:black;
}

.footer-box button {
	cursor:pointer;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float:left;
	font-size:16px;
	margin:0;
	padding:5px 20px;
	
	
	color:#eee;
	border:0;
	/*
	border:1px solid #EFEEEB;
	border-right:1px solid #7E7B76;
	border-bottom:1px solid #7E7B76;
	background:url(../images/button-bg.png) repeat-x;*/
	background: #0098FD;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3-4 */
    border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome */
	outline:none;
	
	position:relative;
}

.footer-box button:hover {
	background:#2f79aa;
}

.footer-box small {
	
	vertical-align:middle;
}

.footer-box small {
	margin-top:5px;
	font-size:12px;
	display:block;
	
	width:100%;
	line-height:20px;
	padding:0 6px 0 0;
	
}

.footer-box small span {
	height:20px;
	line-height:20px;
	padding:3px;
	background:#777;
	color:white;
	font-size:12px;
	font-weight:bold;
}



.footer-box strong {
	color: #0098FD;
}

.footer-box span {
	width:220px;
	font-size:18px;
	letter-spacing:1.1px;
	text-transform:uppercase;
}

.footer-box hr {
	margin-top:6px;
	border:0;
	border-bottom:1px solid #454545;
}

.footer-box p {
	color:#cccccc;
	margin-bottom:10px;
}

.footer-box p a:link {
	color:white;
	text-decoration:none;
	border-bottom:1px solid #fff;
	padding:1px;
}

.footer-box p a:visited {
	color:#efefef;
	text-decoration:none;
	border-bottom:1px solid #fff;
	padding:1px;
}

.footer-box p a:hover {
	background:white;
	color:#333;
}
.footer-box p a img {
	vertical-align:middle;
	border:0;
	padding:1px;
	text-decoration:none;
}

a#rss { border:0; }

a#rss:hover {background:none;}


.final {
	margin-right:0;
	border-right:0;
}
