@charset "utf-8";
/* CSS Document */

/* undo default html styling */
:link,:visited { text-decoration:none }

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code, p, a { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }

body {
	font-family:"Trebuchet MS","Segoe UI",trebuchet,helvetica,arial,geneva,sans-serif;
	padding: 13px;
	}

/* layout divs */

#container {
	margin: 0 auto;
	width:850px;
	clear: both;
	}

#header {
	width: 100%;
	margin-bottom: 30px;
	}

/*#logo {
	float: left;
	width: 200px;
	}*/

#languages {
	display: none;
	width: 100%;
	font-size:0.7em;
	text-align: right;
	color: #999999;
	}

#languages a {
	color:#000000;
	}

#languages a:hover {
	text-decoration:underline;
	}

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

#news {
	display: none;
	width: 230px;
	float: right;
	margin-top: 30px;}

#news h1 {
	text-transform: uppercase;
	padding: 0 0 10px 0;
	font-size: 0.9em;
	}

#news h2 {
	color: #999999;
	font-size: 0.7em;
	padding-top: 10px;
	}

#news h3 {
	text-transform: uppercase;
	font-size: 0.7em;
	color: #424242;
	}

#news p {
	font-size: 0.7em;
	}

#news a, #news a:active, #clients p a, #clients p a:active, #contact a, #contact a:active {
	color: #ff0074;
	}

#news a:hover, #clients p a:hover, #contact a:hover {
	text-decoration: underline;
	}
	
#portfolio {
	width: 545px;
	float: left;
	border: 1px solid #000000;
	background-color: #f9f9f9;
	margin-top: 20px;
	}

#portfolio h1 {
	text-align: right;
	}

.projectcontent {
	background-color: #FFFFFF;
	margin: 10px;
	border: 1px solid #000000;}

#footer {
	clear: both;
	width: 100%;
	text-align: right;
	color:#cecece;
	padding-top: 100px;
	font-size: 0.7em;
	}

#footer a {
	color:#cecece;
	}

#footer_tools a {
	display: none;
	color:#979797;
	}

#menu {
	display:none;
	}


.tabbed-nav {
display: block;
padding-left: .6em;
height: 2.2em;
font-size: .7em;
border-bottom: 1px solid #000000;
}
.tabbed-nav li {
margin-right: 10px;
}
.tabbed-nav a {
padding-right: .6em;
background: url(images/tab-bg.gif) right -200px no-repeat;
text-decoration: none;
color: #ffffff;
width: 72px;
}
.tabbed-nav span {
padding-left: 0.9em;
background: url(images/tab-bg.gif) left -200px no-repeat;
line-height: 2.2em;
position: relative;
left: -.6em;
cursor: pointer;
}
.tabbed-nav li, .tabbed-nav a, .tabbed-nav span {
display: block;
float: left;
}

/* -- hover states -- */
.tabbed-nav a:hover {
background: url(images/tab-bg.gif) right 0px no-repeat;
color: #000000;
}
.tabbed-nav a:hover span {
background: url(images/tab-bg.gif) left 0px no-repeat;
}

/* -- active states -- */
.tabbed-nav .active {
}

.tabbed-nav .active a, .tabbed-nav .active a:hover {
background: url(images/tab-bg.gif) right 0 no-repeat;
color: #000000;
}
.tabbed-nav .active span, .tabbed-nav .active a:hover span {
background: url(images/tab-bg.gif) left 0 no-repeat;
padding-bottom: 1px;
}

#content, #clients, #contact, #links, #faq {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 23px 35px 30px 35px;
	background-color: #f9f9f9;
	}

#clients {
	background-image: none;
	background-repeat: no-repeat;
	}
	
#links {
	background-image: none;
	background-color: #f9f9f9;
	}
	
#faq {
	background-image: none;
	}

#links_content {
	width: 400px;}

#services {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 23px 0px 30px 35px;
	background-color: #f9f9f9;
	}

#content p, #clients p, #links p, #services p {
	font-size: 0.7em;
	padding: 10px 0;}

 #services p {
	font-size: 0.7em;
	padding: 2px 0; 5px 0}
	
#contact p {
	font-size: 0.7em;
	padding: 10px 0 0 50px;}

#faq p {
	font-size: 0.7em;
	padding: 6px 0;}

 #content ul, #links ul {
	font-size: 0.7em;
	padding: 0 15px;}

#faq ul {
	padding-top: 20px;}

#faq ul ul {
	padding: 0 30px;}

#content li, #links li {
	list-style-type: circle;
	padding: 1px;
	}

 #faq li li {
 	list-style-image: url(images/dash.gif);
	padding: 1px;
	}

#faq h2 {
	padding-top: 70px;
	padding-bottom: 3px;
	font-size: 0.8em;
	border-bottom: 1px solid #cccccc;}

#faq li h2 {
	font-size: 0.8em;
	padding: 10px 0 0 0;
	border: none;}

#faq li li {
	font-size: 0.75em;}

#faq li a {
	color: #003708;}

#content h1, #clients h1, #contact h1, #links h1, #services h1, #faq h1 {
	font-size: 0.9em;
	}

#content h2, #links h2 {
	font-size: 0.8em;
	padding-bottom: 3px;
	padding-top: 10px;
	}


#faq h3 {
	font-size: 0.8em;
	padding-top: 7px;
	color: #003708;}

#services h2 {
	font-size: 0.8em;
	padding-bottom: 3px;
	padding-top: 25px;
	}
	
#links a, #links a:active {
	color: #ff0074;
	}

#links a:hover {
	text-decoration: underline;
	}
	
#contact h1 {
	margin-bottom: 25px;}

#content img, #links img {
	float: right;
	padding: 30px 15px 20px 40px;}

#services img {
	float: right;
	padding: 15px 0px 10px 25px;}

#contact img {
	float: right;
	padding: 15px 45px 20px 40px;}

#clients a {
	font-size: 0.8em;
	}

#clients p a {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;}

span.small {
	text-transform: lowercase;
	font-weight: normal;
	font-size: 0.78em;
	}

p.alignright {
	text-align: right;}

p.faqblurb {
	width: 250px;
	}

p.clients_blurb {
	width: 250px;}

p.seo {
	width: 480px;}

img.top {
	float: right;
	padding-top: 10px;}
	
	
/* Turn off list bullets */
ul.aqtree3clickable li { 
	list-style: none;
	cursor: pointer;
	font-size: 0.95em;
	font-weight: bold; }

ul.aqtree3clickable li ul li {
	cursor: default;
	font-weight: normal;
	font-size: 1.1em;
	}
	
ul.aqtree3clickable li ul li a {
	font-style: italic;
	font-weight: bold;
	}

ul.aqtree3clickable li ul {
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 10px;
	margin-bottom: 35px;
	margin-top: 15px;
	cursor: default;
	}
	
ul.aqtree3clickable {
	padding-top: 30px;
	}

ul.aqtree3clickable ul, ul.aqtree3clickable li {
  margin: 0; padding: 0; 
}

/* This controls the indent for each sublist */
ul.aqtree3clickable ul {
  padding-left: 20px;
}

/* Provide space for our own "bullet" inside the link */
ul.aqtree3clickable li a { padding-left: 20px; }

/* Show "bullets" in the links, depending on the class of the
   LI that the link's in */
ul.aqtree3clickable li.aq3open a {
    background: url(images/arrow_ver.gif) center left no-repeat;
}
ul.aqtree3clickable li.aq3closed a {
    background: url(images/arrow_hor.gif) center left no-repeat;
}
ul.aqtree3clickable li.aq3bullet a {
    /*background: url(bullet.gif) center left no-repeat;*/
	padding-left: 0;
	background:none;
}

/* Actually show and hide sublists */
ul.aqtree3clickable li.aq3open ul { display: block; }
ul.aqtree3clickable li.aq3closed ul { display: none; }


/* faq tree menu */
ul.faqtree li { 
	list-style: none;
	cursor: pointer;
	font-size: 0.8em;
	font-weight: bold;
	}

ul.faqtree li ul li {
	cursor: pointer;
	font-weight: normal;
	font-size: 1em;
	color: #003708;
	}
	
a.links, a:link.links, a:visited.links, a:active.links  {
	color: #ff0074;
	}

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

ul.faqtree li ul {
	cursor: default;
	padding-top: 3px;
	padding-bottom: 17px;
	}

ul.faqtree li ul li ul {
	padding-bottom: 0;
	}
	
ul.faqtree {
	padding-top: 20px;
	font-size: 1em;
	
	}

ul.faqtree ul, ul.faqtree li {
  margin: 0; padding: 0; 
}

/* This controls the indent for each sublist */
ul.faqtree ul {
  padding-left: 20px;
}

/* Provide space for our own "bullet" inside the link */
ul.faqtree li a { padding-left: 20px; }

/* Show "bullets" in the links, depending on the class of the
   LI that the link's in */
ul.faqtree li.aq3open a {
    background: url(images/minus.gif) center left no-repeat;
}
ul.faqtree li.aq3closed a {
    background: url(images/plus.gif) center left no-repeat;
}

ul.faqtree li.aq3bullet {
	cursor: default;
	padding-bottom: 15px;
	color: #000000;
	}

ul.faqtree li.aq3bullet a {
    /*background: url(bullet.gif) center left no-repeat;*/
	padding-left: 0;
	background:none;
	font-size: 0.9em;
}

/* Actually show and hide sublists */
ul.faqtree li.aq3open ul { display: block; }
ul.faqtree li.aq3closed ul { display: none; }

