@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	background: #fff;
	font-family: Trebuchet, "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a img {
	border: 0;
}

input, textarea, select {
	font-family: Trebuchet, "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.clear {
	visibility: hidden;
	clear: both;
	height: 0 !important;
}



#siteWrapper {
	width: 100%;
	height: 100%;
}

#pageWrapper {
	width: 920px;
	margin: 0 auto;
	padding: 0 30px;
}

#header {
	width: 920px;
	height: 39px;
	padding: 0;
	background: url(../images/logo.gif) no-repeat 0 10px;
}

body.Home #header {
	background: none;
}
	
#navigation {
	height: 38px;
	width: 700px;
	float: right;
	border-bottom: dotted 1px #ccc;
}



#navigation ul {
	list-style: none;
	height: 27px;
	float: right;
	margin: 0;
	padding: 11px 0 0 0;
}

#navigation li {
	float: left;
	display: block;
	margin: 0 0 0 15px;
	font-size: 12px;
}	

#navigation li a {
	text-decoration: none;
	color: #ccc;
}
#navigation li a:hover {
	color: #666;
}

#contentWrapper {
	width: 920px;
	padding: 0 0 20px 0;
	min-height: 400px;
	_height: 400px;
	display: block;
}

#pageTitle {
	width: 680px;
	padding: 0 30px 0 220px;
	float: left;
	margin: 20px 0 25px 0;
}


#pageTitle h1 {
	color: #17a9a1;
	font-size: 44px;
	line-height: 44px;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
}

#pageTitle h2 {
	color: #9acdca;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
}

#pageTitle h3 {
}

#pageTitle h4 {
	font-size: 18px;
	color: #666;
}

#pageTitle p {
	font-size: 15px;
	color: #333;
	line-height: 24px;
	margin: 0 0 15px 0;
}

#content {
	width: 700px;
	float: right;
}

#col1 {
	width: 460px;
	/*margin: 0 240px 0 0;*/
	float: left;
}

body.Contact #col1 {
	width: 300px;	
}

body.OurClients #col1,
body.OurWork #col1{
	width: 350px;
}

#col1 h2 {
	color: #9acdca;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
}

body.blog #col1 h2 {
	margin: 0 0 40px 0;	
}

#col1 h3 {
	color: #333;
	font-size: 21px;
	margin: 25px 0 5px 0;
}

#col1 p {
	font-size: 13px;
	color: #666;
	line-height: 21px;
	margin: 0 0 15px 0;
}

#col1 a {
	color: #17a9a1;
	text-decoration: none;
}

#col1 a:hover {
	color: #000;
}

#col1 ul {
	padding: 0 20px;
}

#col1 li {
	font-size: 13px;
	color: #666;
	line-height: 21px;
	margin: 0 0 15px 0;
}

#col1 p.intro {
	font-size: 15px;
	color: #333;
	line-height: 24px;
}

#col2 {
	width: 180px;
	padding: 0 0 0 60px;
	float: right;
	/*margin: 0 -700px 0 0;*/
}


body.OurClients #col2,
body.OurWork #col2{
	width: 290px;
	float: right;
}

#col2 h3 {
	margin: 0 0 15px 0;
	color: #17a9a1;
	font-size: 18px;
	font-weight: bold;
}

body.OurClients #col2 h3,
body.OurWork #col2 h3{
	text-align: right;
}

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

#col2 li {
	font-size: 12px;
	margin: 0 0 10px 0;
}

body.OurClients #col2 li,
body.OurWork #col2 li{
	text-align: right;
}

#col2 li a {
	color: #999;
	text-decoration: none;
}
#col2 li a:hover {
	color: #17a9a1;
}

#col2 #clientGallery {
	margin: 0 0 40px 0;
}


a.bPdf {
	display: block;
	padding: 3px 3px 3px 25px;
	background: url(/images/page_white_acrobat.jpg) no-repeat 0 50%;
}

#col2 p {
	font-size: 12px;
	margin: 0 0 10px 0;
	text-align: left;
	color: #999;
}

#col2 a {
	color: #999;
	text-decoration: none;
}
#col2 a:hover {
	color: #17a9a1;
}



#col3 {
	width: 160px;
	padding: 0 60px 0 0;
	display: block;
	float: left;
}

#col3 ul {
	list-style: none;
	margin: 3px 0 0 0;
	padding: 0;
}

#col3 li {
	font-size: 12px;
	margin: 0 0 10px 0;
	text-align: right;
}

#col3 li a {
	color: #999;
	text-decoration: none;
}
#col3 li a:hover {
	color: #17a9a1;
}


#subWrapper {
	width: 100%;
	background: url(../images/bgSubInnerBorder.gif) repeat-x bottom #dcf2f1;
	height: 186px;
}

#subInner {
	width: 920px;
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
}

#subNews {
	float: left;
	display: block;
	width: 465px;
	height: 166px;
	padding: 20px 0 0 0;
}

#subNews h3 {
	margin: 0 0 10px 0;
	color: #17a9a1;
	font-size: 24px;
	width: 160px;
	float: left;
	text-align: right;
	font-weight: bold;
}

.rss {
	padding: 1px 0 2px 22px;
	text-decoration: none;
	background: url(/images/feed.png) no-repeat top left;
	font-size: 11px;
	line-height: 16px;
	width: 160px;
	float: right;
	display: block;
}

#subNews p a {
	color: #17a9a1;	
}
#subNews p a:hover {
	color: #333;	
}


#subNewsFeed {
	float: right;
	width: 215px;
	padding: 3px 30px 0 0;
}

#subNewsFeed ul {
	list-style: none;
}

#subNewsFeed li {
	width: 215px;
	margin: 0 0 15px 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	color: #17a9a1;
}

#subNewsFeed li a {
	color: #17a9a1;
	text-decoration: none;
	display: block;
}

#subNewsFeed li a:hover {
	color: #333;
}

#subNewsFeed li span {
	color: #9acdca;
	margin: 0 0 2px 0;
}

#subWork {
	width: 210px;
	height: 183px;
	padding: 24px 25px 0 0;
	float: left;
	display: block;
}

#subWork p {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 0;
	color: #9acdca;
	
}

#subWork a {
	text-decoration: none;
	color: #17a9a1;
}

#subWork a:hover {
	color: #333;
}

#subWork ul {
	list-style: none;
}

#subWork li {
	width: 215px;
	margin: 0 0 5px 0;
	font-size: 13px;
	line-height: 16px;
	color: #17a9a1;
}

#subWork li a {
	color: #17a9a1;
	text-decoration: none;
	display: block;
}

#subWork li a:hover {
	color: #333;
}

#subWork li span {
	color: #9acdca;
	margin: 0 0 2px 0;
}


#subWorkImage {
	width: 210px;
	height: 137px;
	* height: 135px;
	overflow: hidden !important;
	margin: 6px 0 0 0;
}

#subWorkImage { height /*\**/: 135px\9 }


#subTwitter {
	background: url(../images/bgTwitterBird.gif) no-repeat bottom right;
	height: 186px;
	width: 210px;
	overflow: hidden;
	position: absolute;
	right: 40px;
	top: 0;
	display: block;
}

.panelTwitter {
	width: 170px;
	height: 100px;
	padding: 26px 0 0 40px;
	background: url(../images/bgTwitterQuote.gif) no-repeat 0 27px;
}

.panelTwitter ul {
	list-style: none;
}

.panelTwitter li {
	color: #17a9a1;
	font-size: 13px !important;
}

.panelTwitter a {
	color: #17a9a1;
}

.panelTwitter a:hover {
	color: #333;
}

.panelTwitter li span {
	font-style: italic;
	font-size: 11px;
}

.panelTwitter span {
	font-size: 11px;
	line-height: 14px;
	display: block;
}
.panelTwitter a {
	text-decoration: none;
}

#tweet {
	margin: 0 0 15px 0;
}

#tweet p.tweetLoad {
	color: #17a9a1;
	font-size: 12px;
}



#footerWrapper {
	width: 100%;
	background: #17a9a1;
	height: 90px;
}

#footerInner {
	width: 700px;
	padding: 25px 30px 0 250px;
	margin: 0 auto;
}


#footerLeft {
	float: left;
	width: 550px;
}

#footerRight {
	width: 78px;
	float: right;
	padding: 0 15px 0 0;
}

#footerRight ul {
	list-style: none;
	float: right;
	display: block;
	width: 78px;
}
#footerRight li {
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	padding: 0 0 0 10px;
	font-size: 11px;
}
#footerRight li a {
	width: 16px;
	color: #fff;
	text-decoration: none;
	height: 16px;
	display: block;
	float: left;
}

#footerLeft ul {
	list-style: none;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 0 7px 0;
}

#footerLeft li {
	float: left;
	display: block;
	margin: 0 15px 0 0;
	font-size: 12px;
}	

#footerLeft li a {
	text-decoration: none;
	color: #fff;
}
#footerLeft li a:hover {
	color: #333;
}

#footerInner p {
	font-size: 12px;
	color: #9acdca;
}

#search {
	margin: 0 0 20px 0;
	display: block;
	width: 180px;
	padding: 0 0 15px 0;
	border-bottom: dotted 1px #ccc;
	/*border-top: dotted 1px #ccc;*/
}

#search input.text {
	width: 125px;
	border: solid 1px #ccc;
	padding: 4px;
	text-align: left;
	color: #666;
	font-size: 12px;
	margin: 0 0 5px 0;
}

#search input.button {
	/*border: 0;
	background: none;
	color: #122632;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	margin: 0;
	text-align: right;*/
}


.post{
padding: 0 0 10px 0;
margin: 0 0 15px 0;
}

.postTitle {
	padding: 0 0 20px 0;
}

.post h2{
font-size: 22px;
color: #122632;
margin: 0 0 3px 0;
}
.post h2 a {
	text-decoration: none;
	color: #122632;
}
.post h2 a:hover {
	color: #333333;
}

.postTitle small {
	color: #999;
	margin: 0 0 15px 0;
	display: block;
	font-size: 12px;
}



.post p {
font-size: 14px;
color: #77838f;
line-height: 20px;
}

.more-link {
display: block;
width: 100%;
text-align: right;
font-weight: bold;
font-size: 14px;
color: #122632 !important;
text-decoration: none !important;
}

.more-link:hover {
color: #333333 !important;
}

.entry{
line-height: 16px;
padding: 0 0 10px 0;
border-bottom: dotted 1px #c7ced5;
}

p.postmetadata{
margin: 10px 0 0 0;
}

.navigation{
padding: 0 0 10px 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}

.navigation p {
	color: #999 !important;	
}

.navigationPrev {
	width: 45%;
	float: left;
	text-align: left;
}

.navigationNext {
	width: 45%;
	text-align: right;
	float: right;
}

.sidebar{
float: right;
width: 180px;
display: inline;
padding: 0;
margin: 0 0 5px 0;
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0;
}

.sidebar ul li{
padding:  0;
margin: 0 !important;
display: block;
float: left;
width: 180px;
font-size: 14px;
color: #ccc !important;
}

.sidebar a {
color: #333333;
text-decoration: none;
}
.sidebar a:hover {
color: #122632;
}

.sidebar ul ul {
padding: 0;
margin: 0 0 40px 0 !important;
}

.sidebar ul li h3 {
	margin: 20px 0 3px 0 !important;	
}
.sidebar ul li#search h3 {
	margin: 0 0 3px 0 !important;	
}

.sidebar ul li h2{
font-size: 18px;
font-weight: normal;
color: #77838f;
border-top: solid 2px #c7ced5;
padding: 8px 10px;
}

.sidebar ul ul li{
padding: 0;
line-height: 24px;
}

ul.blogroll li {
	line-height: 120% !important;
	color: #77838f;
	font-size: 12px;
	margin: 0 0 10px 0;
}
ul.blogroll li a {
	display: block;
	width: 248px;
	padding: 0 0 3px 0;
	font-size: 14px;
}

table#wp-calendar{
width: 100%;
}

.comments-template{
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: dotted 1px #ccc;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-size: 12px;
}

img.alignleft {
	float: left;
	margin: 0 13px 5px 0;
	padding: 5px 0 0 0;
}

img.alignright {
	float: right;
	margin: 0 0 5px 13px;
	padding: 5px 0 0 0;
}

#map {
	float: right;
	width: 400px;
	height: 300px;
	display: block;
	
}

.bubble {
	width: 200px;
}

.bubble h3 {
	color: #17a9a1;	
}

#sitemaplink{
	color:#9ACDCA !important;
	font-size:12px;
}


