* { margin: 0; padding: 0; }
/* background: #0d297a url(/images/bg.gif) repeat-y 50% 0 fixed;  */
html
{
	background: transparent url(/images/bg.gif) top left repeat;
	font: normal 12px "Arial", "Helvetica", Verdana, Sans-Serif;
}

/* Links */

a { text-decoration: none;}

a:link { color: #335577; text-decoration: none;}

a:visited { color: #557799; text-decoration: none; }

a:hover, a:active { color: #000000;text-decoration: none; }

img
{  border-style: none;
}


/* Headings */

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


h2 { font-size: 24px; }

h3 { font-size: 24px; }

h1, h4 { 
   font-size: 20px;
   font-family: Arial; 
   color: #132a62; 
width:450px; 
padding-bottom:4px; 
}
/*border-bottom:1px solid #dddddd;*/


h5, h6 { font-size: 20px; }
/*
hr { clear: both; height: 1px; visibility: hidden; }
*/

/* Structure */

body
{
	width: 900px;
	margin: 0 auto;
	line-height: 1.6em;
	background-color: #f9f9f9;
}

#skip 
{
	height: 1ypx;
	text-indent: -9999px;
	border-bottom: 0px solid #2647a4;
	background: transparent url(/images/bg.gif) top left repeat;
}

#header 
{
	float: left;
	width: 100%;
	height: 98px;
height:67px;
	position: relative; 
	background: transparent url(/images/header.png) top left repeat-x;
}

/*
	border-top: 1px solid #446bc0;
	border-bottom: 1px solid #0b196c;
*/

#navigation 
{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	height: 38px;
	list-style-type: none;
}

/*
	border-top: 1px solid #3555a7;
*/
/*background: transparent url(/images/navigation.png) top left repeat-x;*/

#wrapper 
{ 
width: 100%; 
float: left; 
background-color: #ffffff; 
padding-bottom:0px;
}

#content-wrapper { 
width: 100%;
float: left; 
}

#content { 
float: left; 
padding: 30px 0 20px;  
border:0px solid red;
width:100%;
background: transparent url(/images/sheader.png) top left repeat-x;
}


#content-right { 
margin-left:30%;
float: right; 
width:400px;
padding: 0px 0 20px 20px; 
border:0px solid orange;} 


#content-left { 
float: left; 
width:25%;
border:3px solid red;}


#sidebar-wrapper { width: 35%; float: left; }

#footer 
{
	clear: both;
	float: left;
	width: 100%;
	color: #ffffff;
	background: #031545 url(/images/bg.gif) top left repeat-x; 
}

/* Header */
/*	line-height: 130px;*/
#header h1
{ 
border:0px;
	height: 67px;
	width: 900px;
	background: transparent url(/images/top_banner.jpg) no-repeat; 
}

#top_banner
{ 
border:0px;
	height: 67px;
	width: 900px;
	background: transparent url(/images/top_banner.jpg) no-repeat; 
}


#header h1 a 
{ 
width: 900px; 
height: 67px; 
position: absolute; 
text-indent: -9999px; 
}

#header a:hover, a:active 
{
color: #000000; 
border:0px;
}


#header h2 { display: none; }


/* Left Menu */

div#leftmenu
{ 
  padding-top:30px;
  width:228px;
  float:left;
  position:relative;
  left:-30px;
}

div#leftmenu ul 
{ 
  float: left; 
  list-style-type: none; 
  width: 100%; 
}

div#leftmenu li 
{ 
  float: left;
  height:30px;
  list-style:none;
}

div#leftmenu li a
{
  float: left;
  width:228px;
  height:25px;
  display: block;
  text-decoration: none;
  padding:3px 0px 0px 10px;
  color:#999999;
}

li#bmenu
{ 
  height:30px;
  background: transparent url(/images/b_button.gif) no-repeat;
}

li#bmenu a:active, li#bmenu a:hover
{
  width: 228px;
  height:30px;
  background: transparent url(/images/b_button_on.gif) no-repeat;
  text-decoration: none;
}



/* Top Navigation */

#navigation ul 
{ 
float: left; 
list-style-type: none; 
width: 100%; 
width:900px;
padding:0px;
height: 38px;

	background: transparent url(/images/m_nav.gif) no-repeat;
}

#navigation li { float: left; }

#navigation li a
{
	float: left;
	height: 38px;
	display: block;
	color: #ffffff;
	padding: 0px;
}


/* ----------------------------------------- */
body#bservices li#lservices a
{
	width: 128px;
	height: 38px;
	background: transparent url(/images/m_services.gif) no-repeat; 
}

body#bservices li#lservices a:active,
li#lservices a:hover
{
	width: 128px;
	height: 38px;
	background: transparent url(/images/m_services_on.gif) no-repeat;
}
/* ----------------------------------------- */
body#babout li#labout a
{
	width: 81px;
	height: 38px;
	background: transparent url(/images/m_about.gif) no-repeat;
}

body#babout li#labout a:active,
li#labout a:hover
{
	width: 81px;
	height: 38px;
	background: transparent url(/images/m_about_on.gif) no-repeat;
}
/* ----------------------------------------- */
body#bcases li#lcases a
{
	width: 141px;
	height: 38px;
	background: transparent url(/images/m_cases.gif) no-repeat;
}

body#bcases li#lcases a:active,
li#lcases a:hover
{
	width: 141px;
	height: 38px;
	background: transparent url(/images/m_cases_on.gif) no-repeat;
}
/* ----------------------------------------- */
body#barticles li#larticles a
{
	width: 221px;
	height: 38px;
	background: transparent url(/images/m_articles.gif) no-repeat;
}

body#barticles li#larticles a:active,
li#larticles a:hover
{
	width: 221px;
	height: 38px;
	background: transparent url(/images/m_articles_on.gif) no-repeat;
}
/* ----------------------------------------- */
body#bwhat li#lwhat a
{
	width: 160px;
	height: 38px;
	background: transparent url(/images/m_what.gif) no-repeat;
}

body#bwhat li#lwhat a:active,
li#lwhat a:hover
{
	width: 160px;
	height: 38px;
	background: transparent url(/images/m_what_on.gif) no-repeat;
}
/* ----------------------------------------- */
body#bcontactus li#lcontactus a
{
	width: 168px;
	height: 38px;
	background: transparent url(/images/m_contact.gif) no-repeat;
}

body#bcontactus li#lcontactus a:active,
li#lcontactus a:hover
{
	width: 168px;
	height: 38px;
	background: transparent url(/images/m_contact_on.gif) no-repeat;
}




body#barticles h1
{ 
  color:#0196cf;
  padding-top:5px;
  font-size:16px;
  font-weight:bold;
}

body#barticles h2
{ 
  color:#0196cf;
  padding-top:5px;
  font-size:14px;
  font-weight:bold;
  width:500px; 
}





/* Search */

#search { float: right; width: 40%; }

#search p { margin: 0; }

#search label { visibility: hidden; }

#search input#keywords
{
	width: 262px;
	margin-top: 4px;
	padding: 0.1em 0.2em;
	border: 1px solid #0b236c;
	background: #ffffff url(/images/input.gif) 0 0 repeat-x;
}

#search input#search-submit { visibility: hidden; }

/* Content */

#content ul { list-style-type: square; margin: 20px 20px 20px 55px; }

/* About */

.about 
{ 
	margin-bottom: 2em; 
	padding-left: 40px; 
	padding-right: 90px; 
}

.about a { text-decoration: underline; }

.about h3 { padding: 0.3em 0 0.5em; }

.about h3 a
{
	color: #050d24;
	margin-bottom: 0.2em;
	text-decoration: none;
}

.about p
{
margin-bottom:10px;
}

.about .vcard{ padding-right: 30px; text-decoration: none; background: transparent url(/images/icon_vcard.gif) 100% 60% no-repeat; }

/* Posts */

#content .post-content h3, 
#content .post-content h4, 
#content .post-content h5, 
#content .post-content h6
{
	margin: 10px 0 15px; 
}

#content .post-content ul, 
#content .post-content ol,
#content .post-content dl
{
	padding: 10px 25px 15px 35px;
}

#content .post-content ol
{
	padding-left: 60px; 
}

#content blockquote,
#content pre
{
	margin: 10px 25px 15px;
}

#content .post-content p { margin: 15px 0 10px; }

#content code { font-family: Consolas, Verdana, "Courier New"; font-size: 11px; color: #72d40c; }

#content ins { text-decoration: none; font-style: font-size: 10px; font-weight: bold; }

#content del { color: #555555; font-size: 11px; } 

#content abbr, #content acronym, #content cite { cursor: help; border-bottom: 1px dotted #333333; }

.post
{
	padding-left: 40px; 
	margin-right: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}

.post .post-meta { margin: 10px 0; }

.post .post-meta em, 
.post .post-meta a.comments
{
	color: #2f63b3;
	padding-left: 20px; 
	padding-right: 0.7em;
}

.post .post-meta em
{
	font-style: normal;
	background: transparent url(/images/icon_date.gif) center left no-repeat;
}

.post .post-meta a.comments
{
	background: transparent url(/images/icon_comment.gif) center left no-repeat;	
}

.post .post-meta a.comments:hover,
.post .post-meta a.comments:active
{
	text-decoration: underline; 
}

.post .post-content { }

.post a.more
{
	padding-right: 14px;
	background: transparent url(/images/icon_more.gif) 100% 60% no-repeat;
}

.latest
{
	padding-top: 20px;
	margin-right: 30px;
	background: #dce6ff url(/images/separator2.gif) top left repeat-x;
}

.latest .post
{
	margin-right: 0;
	margin-bottom: 30px;
	padding-bottom: 20px;
	background: transparent url(/images/separator2.gif) bottom left repeat-x;
}

/* Comments */

div.comments
{
	float: left;
	width: 100%;
	clear: both;
	position: relative;
}

.comments .comment
{
	clear: both;
	min-height: 90px;
	margin-left: 40px;
	margin-right: 40px;
	position: relative;
	padding: 1em 0 0.1em 40px;
	border-top: 1px solid #dce6ff;
}

.comments .comment.alternate
{
	background: #e8f9ca url(/images/bg_comment.gif) 100% 0 repeat-y;
}

.comments .comment p 
{
	margin-left: 40px;
	margin-bottom: 1em;
	padding-right: 1.5em;
}

.comments .comment h4 { color: #2f63b3; font-size: 13px; margin-left: 40px; } 

#content .comments .comment h4 cite 
{
	display: block;
	color: #030612;
	font-weight: bold;
	font-style: normal;
	border-bottom-width: 0;
}

.comments .comment h4 a
{
	color: #030612;
}

.comments .comment .gravatar
{
	left: 0; 
	top: 1em;
	margin-left: 0; 
	position: absolute; 
	width: 62px;
	height: 62px;
	background: transparent url(/images/gravatar.gif) center left no-repeat; 
}

.comments .comment .gravatar img { margin: 15px; text-indent: -9999px; color: #ffffff; }

/* Comment Form */

#comment-form
{
	clear: both;
	margin: 500px 30px 20px;
	padding: 10px 20px;
	background: #dce6ff url(/images/separator2.gif) top left repeat-x;
}

#comment-form h3
{
	margin: 10px 0; 
}

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

/* Sidebar */

#sidebar-wrapper h2
{
	background: transparent url(/images/separator.gif) repeat-x 0 100%; 
}

#sidebar-wrapper a { color: #050d24; }

#sidebar-wrapper .more
{
	float: left;
	border-bottom-width: 0;
	background: transparent url(/images/icon_more.gif) 90% 50% no-repeat;
}

/* Rss */

#sidebar-wrapper .rss
{
	padding: 30px 10px 10px;
	min-height: 83px;
	margin-bottom: 3em;
	background: transparent url(/images/feeds.gif) 100% 100% no-repeat;	
}

#sidebar-wrapper .rss h2 { padding: 0.3em 5px; font-size: 24px; background: none; }

#sidebar-wrapper .rss ul
{
	clear: both;
	padding-left: 5px;
	margin-bottom: 5px;
	line-height: 2.0em;
	padding-bottom: 2em;
	list-style-type: none;
}

#sidebar-wrapper .rss a
{
	padding-left: 22px;
	background: transparent url(/images/icon_rss.gif) 0 50% no-repeat;
}

/* Sidenotes */

.sidenotes { margin: 1.0em 0 1.5em; }

.sidenotes h2 { padding: 0.3em; font-size: 24px; }

.sidenotes ul { list-style-type: none; line-height: 1.6em; }

.sidenotes a
{
	display: block;
	color: #000000;
	padding: 0.5em 30px 0.5em 0;
	border-bottom: 1px solid #dceaf9;
}

#sidebar-wrapper .sidenotes ul a:hover strong,
#sidebar-wrapper .sidenotes ul a:active strong
{
	text-decoration: underline;
}

#sidebar-wrapper .sidenotes strong
{
	display: block;
	font-weight: bold;
	padding-left: 15px;
	background: transparent url(/images/icon_link.gif) 0 50% no-repeat; 
}

.sidenotes span
{
	color: #2f63b3;
	display: block;
}

#sidebar-wrapper .sidenotes .fresh strong 
{
  background-image: url(/images/icon_sidenotes_fresh.gif);
}

/* Footer */

#extras { clear: both; float: left; width: 100%; }

#extras .block
{
	margin: 0;
	float: left;
	width: 240px;
	position: relative;
	padding: 1em 0 1em 25px;
}

#extras .recently { width: 270px; }

#extras .destinations { width: 240px; }

#extras .bookmark { width: 220px; }

#extras .block h3
{
	margin: 1em 0;
}

#extras .block h3 em
{
	color: #698fd2;
	font-style: normal;
}

#extras .block ul
{
	float: left;
	width: 100%;
	list-style-type: none;
}

#extras .block li
{
	width: 100%;
}

#extras .block li a
{
	color: #ffffff;
	display: block;
	white-space: nowrap;
	padding: 0.3em 0;
	margin-top: -1px;
	border-top: 1px solid #031c5d;
	border-bottom: 1px solid #031c5d;
}

#extras .block li a:hover,
#extras .block li a:active
{
	background-color: #010b32;
}

#extras .block li a span
{
	right: 0;
	color: #698fd2;
	padding-left: 1em;
	position: absolute;
	padding-right: 0.5em;
}

/* Meta */

#meta
{
	float: left;
	clear: both;
	width: 100%;
	font-size: 90%;
	overflow: hidden;
	padding: 1.5em 0;
	background-color: #010b32;
}

#meta a:link, #meta a:visited { color: #a8cbff; }

#meta a:hover { color: #ffffff; }

#meta a:active { color: #9ad202; }

#meta p, #meta ul { padding-left: 25px; }

#meta ul 
{ 
	clear: both;
	padding-top: 10px;
	padding-right: 40px;
	list-style-type: none; 
}

#meta li
{
	display: inline;
	line-height: 1em;
	margin-right: 0.5em;
}

#meta li a
{
	padding: 0.2em 0;
	padding-left: 20px;
	background: transparent url(/images/icon_valid.gif) 0 50% no-repeat;
}

#banner
{
height: 270px;
width: 806px;
padding-left:50px;
border:0px solid purple;
}

#contact_banner
{
height:600px;
margin-left:72px;
border:0px solid purple;
background: transparent url(/images/contact.gif) top left no-repeat;
font-family:arial;
}

#quote_banner
{
height: 260px;
width: 828px;
margin-left:50px;
border:0px double purple;
background: transparent url(/images/services_banner.png) 0 50% no-repeat;
}

#quote 
{ 
padding-left:5px;
border:0px solid red;
color:#ffffff;
}

/*;*/

#quote1
{
color:#071F5B;
border:0px solid green;
float:left;
height:40px;
padding-top:8px;
padding-left:6px;
font-size:20px;
font-weight:bold;
width:100%;
}
#quote2
{
padding-top:50px;
padding-right:50px;
margin-right:20px;
float:right;
width:340px;
border:0px double gray;
}







#bread
{
height:0px;
width: 880px;
padding-left:20px;
padding-top:5px;
border:0px solid red;
   background: transparent url(/images/bread.png) top left repeat;
font-size:11px;
}


#bread a, #bread a:link, #bread a:visited, #bread a:hover 
{ 
color:#555555;
font-family:arial;
font-size:11px;
font-weight:bold;
text-decoration: none;
}




.case_studies
{
margin-left:45px;
width:442px;
border:0px solid green;
padding-left:4px;
float:left;
padding-top:8px;
padding-left:8px;
background: transparent url(/images/services_cases.png) top left no-repeat;
}

.case_studies h1
{
font-size:24px;
padding-bottom:10px;
width:420px;
}

.case_studies a
{ 
text-decoration: none;
}


.case_study_item
{
padding-top:10px;
padding-left:6px;
border:0px solid blue;
height:80px;
width:426px;
}




.case_study_item img
{
float:left;
border:0px solid black;
vertical-align:top;
}


.case_study
{
width:320px;
border:0px solid purple;
float:right;
margin-right:10px;
color:#777777;
}


#case_study_title
{
font-size:12px;
line-height:14px;
width:200px;
border:0px solid purple;
color:#06205d;
font-weight:bold;
padding-bottom:4px;
}




#case_study h2
{
font-size:12px;
font-weight:bold;
}

#case_study h3
{
font-size:14px;
font-weight:bold;
color:gray;
line-height:14px;
}

.case_study h3
{
font-size:11px;
color:gray;
line-height:14px;
}



#case_study h4
{
font-size:11px;
color:gray;
color:#06205d; 
line-height:14px;
}

.case_main
{ 
 position:relative;
 left:-6px;
 width:438px;
}



#case_study p
{
font-size:12px;
line-height:12px;
border:0px solid red;
color:#666666;
text-decoration: none;

}


.case_study_full
{
width:360px;
border:0px solid red;
float:right;
}

.case_study_full h2
{
font-size:12px;
font-weight:bold;
}

.case_study_full h3
{
font-size:11px;
color:gray;
line-height:14px;
}


.case_study_full p
{
font-size:11px;
color:gray;
line-height:14px;
}

.row_separator
{
width:95%;
border-top:1px solid #dddddd; 
padding-top:10px; 
}

.row_separator1
{
width:95%;
border-top:1px solid #dddddd; 
padding-top:10px; 
}


.articles
{
width:330px;
padding-right:60px;
border:0px solid green;
float:right;
padding-left:8px;
padding-top:8px;
background: transparent url(/images/services_arts.png) top left no-repeat;

}

.articles h1
{
font-size:24px;
padding-bottom:10px;

width:330px;
padding-bottom:16px;

}

.recent_main
{ 
 height:84px;
 position:relative;
 left:-6px;
 top:-4px;
 width:352px;
 border:0px solid red;
 margin-top:3px;
 margin-bottom:0px;
}

.recent_main a
{ 
padding-left:5px;
}

.article_item
{
padding-top:2px;
padding-bottom:4px;
border:0px solid blue;
height:60px;
}

/*border-bottom:1px solid #dddddd;*/


.article_item img
{
float:left;
vertical-align:middle;
padding-left:10px;
border:0px solid black;
}

.article 
{
width:280px;
float:right;
border:0px solid green;
}

.article  h2
{
font-size:12px;
font-weight:bold;
}

.article  h3
{
font-size:11px;
color:gray;
line-height:14px;
}


.article p
{
font-size:11px;
color:gray;
line-height:14px;
}





/*margin-left:280px;*/
.item
{
width:506px;
padding-left:20px;
padding-right:90px;
padding-top:10px;
border:0px solid yellow;
   background: transparent url(/images/theader.png) top left no-repeat;
float:right;
}

.item_cs
{
width:490px;
padding-left:20px;
padding-right:90px;
padding-top:10px;
border:0px solid yellow;
   background: transparent url(/images/theader.png) top left no-repeat;
}


.item h3
{
font-size:20px;
color:gray;
line-height:14px;
width:570px;
border:0px solid red;
color:#061f58;
padding-top:4px;
padding-bottom:8px;
font-weight:normal;
height:30px;
}

.item_cs h3
{
font-size:20px;
color:gray;
line-height:14px;
width:580px;
border:0px solid red;
color:#061f58;
padding-top:4px;
padding-bottom:8px;
border-bottom:1px solid #dddddd;
font-weight:normal;
height:30px;
}



.item p
{
font-size:12px;
color:#555555;
line-height:14px;
padding-bottom:10px;
}



.partner_item
{
padding-left:20px;
padding-right:90px;
border:0px solid yellow;
float:right;
background:white;
padding-bottom:10px;
}

.partner_item h3
{
font-size:11px;
color:gray;
line-height:14px;
}


.partner_item h5
{
font-size:12px;
line-height:14px;
width:200px;
border:0px solid purple;
padding-top:4px;
color:#0094d2;
font-weight:bold;
}

.partner_item p
{
font-size:12px;
color:#555555;
line-height:14px;
padding-bottom:0px;
}



#c_email a, #c_email a:link, #c_email a:visited, #c_email a:hover 
{ 
color:black;
font-family:arial;
font-size:12px;
font-weight:bold;
text-decoration: underline;
}


.service_cards
{ 
width:100%;
 padding-left:58px;
 float:left;
border:0px solid blue;
 }


.service 
{
width:246px;
height:343px;
float:left;
margin-bottom:30px;
margin-right:30px;
background:url(/images/services_border.png);
vertical-align:top;
font-size:11px;
border:0px solid red;
}

.service_item
{
 height:300px;
 border:0px solid green;
 }

.service_item table
{ 
height:30px;
 }


#service_title 
{
height:60px;
width:200px;
text-align: left;
vertical-align:bottom;
padding:24px 0px 0px 20px;
border-bottom-width:80%;
line-height:1em;
}

#service_title  h5
{
font-size:20px;
color:#061f57;
line-height:1em;
font-weight:bold;
text-align: left;
}

.service_case
{ 
padding-left:120px;
 }


#navlist
{
padding-left: 0px;
margin-left: 0px;
width: 216px;
color:#555555;
border:0px solid red;
position:relative;
left:-40px;
top:-20px;
}

#navlist ul
{ 
width:88%;
}

#navlist li
{
list-style: none;
margin: 0px;
padding: 2px;
border-top: 1px solid #aaaaaa;
font:9px;
line-height:18px;
}

#bcontactus
{ 
font-family:arial;
font-size:12px;
font-weight:normal;
}

#bcontactus a:hover, a:active
{ 
color: #7cc3ea;
text-decoration: underline;
}

#bcontactus a:link, a:visited 
{ 
color: #0094bc;
text-decoration: underline;
}

.whatis
{ 
width:550px; 
padding-right:70px;
float:right;
border:0px solid blue;
line-height:1.4em; 
color:#555555;
 }


.pub_container
{ 
   border:0px solid blue; 
   float:right; 
   width:600px;
   padding-bottom:50px;
}

.art_container
{ 
   border:0px solid blue; 
   float:right; 
   width:600px;
   padding-bottom:50px;
   padding-right:0px; 
}
