/*
COLOR SWATCH

WHITE: #FFFFFF
DARK BLUE: #002d56
MEDIUM BLUE: #2a495b

*/
* { margin: 0px; padding: 0px; }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(gradient.png);
	background-position: top center;
	background-repeat: repeat-x;
}

/* link styles */
	.post a { color: #ce0000; }
	.post a:hover { color: #002d56; }
	
	.featured a { color: #ce0000; }
	.featured a:hover { color: #002d56; }
	
	.post_info a { color: #2a495b; }
	
	.our-work-link { color: #ce0000; }
	.our-work-link:hover { color: #002d56; }
	
	h2.blog-title a {
		color: #ce0000;
		font-size: 14px;
		font-family: verdana, arial;
		text-decoration: none;
	}
/* end of link styles */

#wrapper {
	width: 975px;
	margin: 0 auto;
	margin-top: 50px;
}

#topbar {
	width: 975px;
	height: 68px;
	margin-bottom: 40px;
}

#logo {
	width: 150px;
	margin-right: 25px;
	float: left;
	text-align: left;
}

#top-navigation {
	width: 575px;
	margin-right: 25px;
	float: left;
}

#top-navigation ul { margin-top: 28px; }
#top-navigation li { display: inline; padding-right: 20px; }

#left-sidebar {
	clear: both;
	width: 150px;
	margin-right: 25px;
	float: left;
	margin-top: 4px;
}

#left-sidebar li {
	list-style-type: none;
	padding-bottom: 5px;
}
#left-sidebar a {
	text-decoration: none;
	color: #800080;
	font-size: 12px;
}

#left-sidebar .current_page_item a { color: #002d56; }
#left-sidebar .current_page_parent a { color: #002d56; }

#left-sidebar a:hover {
	color: #C38EC7;
}

#main {
	width: 575px;
	margin-right: 25px;
	float: left;
	line-height: 16px;
}


h1{
	margin-bottom: 20px;
}

h2 {
	margin-bottom: 17px;
	color: #002d56;
	font-size: 18px;
	font-family: verdana, arial;
	letter-spacing: 0.5px;
	font-weight: normal;
}

h3 {
	color: #2a495b;
	font-weight: normal;
	font-size: 14px;
}

h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #2a495b;
}

p {
	padding: 0px 0 7px 0;
}

#main p {
	padding: 7px 0 7px 0;
}

img { border: 3px;
      color: #FFFFFF;

}

.featured {
	width: 575px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e5ebee;
}

.featured img {
	padding: 4px;
	float: left;
	margin-right: 15px;
}

.featured-title {
	font-weight: bold;
	color: #737373;
}


#right-sidebar {
	width: 200px;
	float: left;
	margin-top: 78px;
	margin-top: 37px;
	line-height: 16px;
}

#footer {
	clear: both;
	width: 975px;
	padding-top: 40px;
}

#footer-nav {
	padding-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 12px;
}

#footer-nav li { 
	display: inline; 
	padding-right: 15px;
	padding-left: 15px; 
	border-right: 1px solid #dcdddd; 
}

#footer-nav li.first {
	padding-left: 0px;
}

#footer-nav a {
	text-decoration: none;
	color: #919191;
}

#footer-nav a:hover {
	color: #002d56;
}

#footer-nav a.current {
	color: #002d56;
}

#footer-nav .current_page_item a { color: #002d56; }
#footer-nav .current_page_parent a { color: #002d56; }


#footer-text {
	color: #a1a1a1;
	line-height: 16px;
	font-size: 11px;
}

#footer-text table td {
	font-size: 11px;
}

#footer-text a {
	color: #a1a1a1;
}

#footer-text a:hover {
	color: #737373;
}

/* nav */
a.btn-home {
	display: inline;
	width: 38px;
	height: 13px;
	text-decoration: none;
	background: url(images/btn-home.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-right: 34px;
}

a.btn-home:hover {
	background-position: -38px 0;
}

a.btn-aboutus {
	display: inline;
	width: 63px;
	height: 13px;
	text-decoration: none;
	background: url(images/btn-aboutus.gif);
	background-repeat: no-repeat;
	padding-right: 60px;
}

a.btn-aboutus:hover {
	background-position: -63px 0;
}

a.btn-qa {
	display: inline;
	width: 39px;
	height: 13px;
	text-decoration: none;
	background: url(images/btn-qa.gif);
	background-repeat: no-repeat;
	padding-right: 35px;
}

a.btn-qa:hover {
	background-position: -39px 0;
}

a.btn-ourwork {
	display: inline;
	width: 65px;
	height: 13px;
	text-decoration: none;
	background: url(images/btn-ourwork.gif);
	background-repeat: no-repeat;
	padding-right: 61px;
}

a.btn-ourwork:hover {
	background-position: -65px 0;
}

a.btn-blog {
	display: inline;
	width: 30px;
	height: 13px;
	text-decoration: none;
	background: url(images/btn-blog.gif);
	background-repeat: no-repeat;
	padding-right: 26px;
}

a.btn-blog:hover {
	background-position: -30px 0;
}

a.btn-contact {
	display: inline;
	width: 53px;
	height: 13px;
	text-decoration: none;
	background: url(images/btn-contact.gif);
	background-repeat: no-repeat;
	padding-right: 49px;
}

a.btn-contact:hover {
	background-position: -53px 0;
}

ol {
	margin-left: 25px;
}
ol ul {
	margin-left: 25px;
	margin-bottom: 5px;
}
.entry ul {
	margin-left: 25px;
	margin-bottom: 5px;
}
ul li {
	padding-bottom: 2px;
	padding-top: 2px;
}

#newsletter {
	padding-top: 5px;
}

.newsletter_text_field {
	width: 150px;
	padding: 2px;
	color: #999999;
	font-size: 11px;
	margin-bottom: 1px;
}

/* form styles */
.label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 175px;
}

.field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.textinput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding: 3px;
	width: 250px;
	
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.selectinput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding: 3px;
	width: 258px;
	
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
.textinputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding: 3px;
	width: 250px;
	height: 125px;
	
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.errormessage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	padding-bottom: 5px;
}
.req {
	font-size: 10px;
	color: #999999;
	padding-left: 10px;
}

.grid-block {
	text-align: center;
	padding-bottom: 15px;
}
.grid-title {
	font-weight: normal;
	color: #2a495b;
	font-size: 11px;
}
.grid-image {
	padding-top: 5px;
}

.post {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 35px;
	margin-bottom: 35px;
}

.the_time { /* styling the time it was posted */
	font-size: 10px;
	color: #aaa;
}

.post_by { 
	font-size: 10px;
	color: #666;
}

.post_info {
	background-color: #f3f3f3;
	width: 565px;
	padding: 5px 10px 5px 10px;
	margin-top: 10px;
}

h2.blog-title {
	margin-bottom: 13px;
}

.balloon {
	vertical-align: middle;
	height: 16px;
	padding-top: 1px;
}

.navigation { width: 100%; }
.navigation .alignleft { float: left; }
.navigation .alignright { float: right; }
.navigation .aligncenter { text-align: center; }
.navigation a {
	color: #2a495b;
}

#sidebar {
	width: 200px;
	float: left;
	margin-top: 78px;
	margin-top: 37px;
	line-height: 16px;
}

#sidebar li {
	list-style-type: none;
	padding-bottom: 3px;
}
#sidebar a {
	text-decoration: none;
	color: #919191;
	font-size: 12px;
}

#sidebar a:hover { color: #002d56; }

.btn {
	background-color:#002d56; 
	color:#FFFFFF; 
	font-weight:bold; 
	border:0px; 
	padding:3px; 
	font-size:10px;
	
}


.input-textarea {
	width: 575px;
	height: 200px;
}
p.alt {
	color: #CCCCCC;
}
p.alt a {
	color: #CCCCCC;
}
.commentlink {
	color: #ce0000;
}
.commentlink:visited {
	color: #ce0000;
}

.border-image {
	border: 7px solid #FFFFFF;
	margin-bottom: 10px;
}

.tooltip { 
    display:none; 
    background-color:#ffa; 
    border:1px solid #cc9; 
    padding:3px; 
    font-size:13px; 
    -moz-box-shadow: 2px 2px 11px #666; 
    -webkit-box-shadow: 2px 2px 11px #666; 
}