body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}

ol, ul {
	list-style: none;
	}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}

fieldset, img {
	border: 0;
	}

caption, th {
	text-align: left;
	}

q:before, q:after {
	content:'';
	}
:focus {
		outline: 0;
	}

/*	------------------------------------------------------

	General
	
	======================================================	*/

html {
	text-align: center;
	}

body {
	position: relative;
	min-width: 790px;
	margin: 0 auto;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	background: #fefefe;
	}

h1 {
	font-size: 22px;
	font-weight: normal;
	padding: 0 0 0.7em 0;
	}
	
h2 {
	color: #5e7a8d;/*920000*/
	padding: 0.2em 0 0.5em 0;
	font-size: 19px;
	font-weight: normal;
	}

h3 {
	font-size: 17px;
	padding: 3px 0 3px 0;
	font-weight: normal;
	}

h3 a {
	font-weight: normal;
	}

h3 .focus {
	color: #2a699a;
	font-size: 16px;
	}

h4 {
	font-size: 14px;
	}

.focus {
	color: #2a699a;
	font-size: 14px;
	}

.clarity {
	color: #777;
	font-size: 15px;
	}

p {
	padding: 0 0 1em 0;
	}

.author {
	color: #999;
	}

.red {
	color: #980000;
	}

a {
	color: #5e7a8d;/*cc0000*/
	padding: 0 2px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px #dfdfdf;
	}

a:hover {
	color: #c7c365;
	/*background: #fffae0;
	border-bottom: none;*/
	}

strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}

/* 	------------------------------------------------------
	NOTE: Clearing div:
	-------------------
	The following is a clearing element used to pull the 
	container div over the content in order to add a unique 
	background color for that section. Not very semantic, 
	but a worthy sacrifice for the sake of a stretchable 
	footer, which uses the body background color so it can 
	be stretched down with larger browser windows.
	------------------------------------------------------	*/

.clear {
	clear: both;
	height: 25px;
	}


/*	------------------------------------------------------

	Branding
	
	======================================================	*/

#branding {
	height: 140px;
	/*background: url(images/branding.gif) repeat-x #222;*/
        background: url(images/header_bg.png) repeat-x center #222;
	border-bottom: solid 3px #000;
        background-color:#333;
	}

#logo {
	width: 780px;
	height: 110px;
	margin: 0 auto;
	padding: 22px 0 0 0;
	}

#logo a, #logo a:hover {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	}


/*	------------------------------------------------------

	Navigation
	
	======================================================	*/

#navigation {
	position: relative;
	background: url(images/tabs.gif) repeat-x #dcdcdc;
	height: 2.4em;
	/*border-bottom: solid 3px #6f0900;*/
        border-bottom: solid 3px #666;
	}

#navigation ul {
	position: relative;
	left: 50%;
	margin: 0 0 0 -390px;
	list-style: none;
	float: left;
	}

#navigation ul li {
	float: left;
	background: transparent;
	padding-left: 5px;
	}
	
#navigation li a {
	display: block;
	text-decoration: none;
	float: left;
	background: transparent;
	padding: 0.6em 1em 0.3em 0.7em;
	font-family: Arial, sans-serif;
	font-size: 15px;
	color:#fff;
	text-shadow: #000 0 0 2px;
	font-weight: bold;
	border-bottom: none;
	}
	
#navigation ul li a:hover {
	/*color:#ff9900;*/
        color:#c7c365;
	}

body#home_page #home_tab,
body#about_page #about_tab,
body#services_page #services_tab,
body#files_page #files_tab,
body#guides_page #guides_tab,
body#contact_page #contact_tab,
body#the_link_page #the_link_tab,
body#ministries_page #ministries_tab,
body#blog_page #blog_tab {
	background: url(images/tab-left.gif) top left no-repeat #f5f5f5;	
	}

body#home_page #home_link,
body#about_page #about_link,
body#services_page #services_link,
body#files_page #files_link,
body#guides_page #guides_link,
body#contact_page #contact_link,
body#the_link_page #the_link_link,
body#ministries_page #ministries_link,
body#blog_page #blog_link {
	background: url(images/tab-right.gif) top right no-repeat #f5f5f5;
	color: #000;
	text-shadow: #e7decf 0 0 2px;
	border-bottom: solid 3px #f5f5f5;
	}

/*
	Search
	------------------------------------------------------	*/

#searchform {
	position: relative;
	color: #ec9320;
	padding: 0.5em 0 0.5em 0;
	padding-left: 35px;
	white-space: nowrap;
	}

#search fieldset {
	border: none;
	padding: 0;
	}

#search-form {
	background: url(images/bg_search_box.gif) no-repeat;
	width: 184px;
	height: 24px;
	padding: 0;
	margin: 0;
	}
 
#search-form #s {
	background: none;
	float: left;
	padding: 6px 0 0 5px;
	margin: 0;
	border: none;
	width: 159px;
	color: #999;
	font-size: 11px;
	}
 
#search-form #go {
	float: right;
	margin: 4px 2px 0 0; 
	width: 18px;
	height: 16px; 
	}
		
/*	------------------------------------------------------

	Content
	
	======================================================	*/


/*
	AP Divs
	------------------------------------------------------	*/
	
#cellotape {
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: -24px;
	width: 81px;
	height: 47px;
	}

#unpacking {
	position: absolute;
	left: 50%;
	margin-left: -290px;
	bottom: 15px;
	width: 275px;
	height: 228px;
	}

#unpacktext {
	position: relative;
	padding-left: 165px;
	z-index: 10;
	}

.highlighter {
	background: #ffefa0;
	font-weight: bold;
	padding: 0 2px;
	}

/*
	Main
	------------------------------------------------------	*/
	
#container {
	padding-top: 20px;
	position: relative;
	background: url(images/container.gif) repeat-x bottom #f5f5f5;
	}

#content {
	position: relative;
	width: 980px;
	margin: auto;
	}

#main {
	position: relative;
	background: url(images/main-2.gif) no-repeat transparent;
	width: 650px;
	float: left;
	padding: 20px 25px 0 25px;
	min-height: 400px;
	}

#main ul {
	list-style: square;
	padding-left: 20px;
	color: #777;
	}

#main li {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	padding-top: 6px;
	}

/*
	Landing Page
	------------------------------------------------------	*/

#main_full {
	position: relative;
	background: url(images/main_full.gif) no-repeat transparent;
	width: 730px;
	float: left;
	padding: 20px 25px 0 25px;
	min-height: 400px;
	}

#main_full img {
	border: 0;
	padding: 0;
	margin: 0;
	}
	
/*Sidebar------------------------------------------------------	*/

#sidebar {
	color: #555;
	position: relative;
	width: 205px;
	float: right;
	padding: 20px 0 0 25px;
	font-size: 12px;
	}

#sidebar h2 {
	border-bottom: solid 2px #ddd;
	padding: 0 0 0.3em 0;
	margin: 0 0 0.5em 0;
	}

#sidebar ul li a {
	display: block;
	/*background: #fafafa;*/
	padding: 5px 16px;
	font-size: 14px;
	text-decoration: none;
	/*border-bottom: solid 1px #ddd;*/
	}

#sidebar li.first{
	display: block;
	text-decoration: none;
	/*border-top: solid 1px #ddd;*/
	}

#sidebar li a:hover {
	/*background: #fff;*/
	}
	
#sidebar li a.active {
	/*background: #fff;*/
	}

#sidebarconnect {
	color: #555;
	position: relative;
	width: 250px;
	float: right;
	padding: 20px 0 0 25px;
	font-size: 12px;
	}

#sidebarconnect h2 {
	border-bottom: solid 2px #ddd;
	padding: 0 0 0.3em 0;
	margin: 0 0 0.5em 0;
	}

#sidebarconnect ul li a {
	display: block;
	/*background: #fafafa;*/
	padding: 5px 16px;
	font-size: 13px;
	text-decoration: none;
	/*border-bottom: solid 1px #ddd;*/
	}

#sidebarconnect li.first{
	display: block;
	text-decoration: none;
	/*border-top: solid 1px #ddd;*/
	}

#sidebarconnect li a:hover {
	/*background: #fff;*/
	}

#sidebarconnect li a.active {
	/*background: #fff;*/
	}

#sidebar_followus {
	color: #555;
	position: relative;
	width: 250px;
	float: right;
	padding: 20px 0 0 5px;
	font-size: 12px;
	}

#sidebar_followus h2 {
	border-bottom: solid 2px #ddd;
	padding: 0 0 0.3em 0;
	margin: 0 0 0.5em 0;
	}

#sidebar_followus ul li a {
	display: block;
	/*background: #fafafa;*/
	padding: 5px 16px;
	font-size: 14px;
	text-decoration: none;
	/*border-bottom: solid 1px #ddd;*/
	}

#sidebar_followus li.first{
	display: block;
	text-decoration: none;
	/*border-top: solid 1px #ddd;*/
	}

#sidebar_followus li a:hover {
	/*background: #fff;*/
	}

#sidebar_followus li a.active {
	/*background: #fff;*/
	}

.usp {
	clear:both;
	}

.usp_image {
	float: left;
	}
	
.usp img {
	width: 32px;
	height: 32px;
	}

.usp_text {
	float: right;
	width: 165px;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 1em;
	}

#usp_conclude {
	clear: both;
	}

.special {
	position: relative;
	background: url(images/special.gif) no-repeat bottom #fff6ca;
	padding: 15px 20px 10px 20px;
	margin: 5px 0 15px 0;
	font-size: 15px;
	line-height: 1.4em;
	}

.special a {
	border-bottom-color: #d6cda5;
	}

.special a:hover {
	color: #ff9000;
	background-color: #ffefa6;
	}

.highlight {
	background: #F8F2E6;
	padding: 15px 20px 0 20px;
	border: dashed 1px #adadad;
	margin: 5px 0 15px 0;
	}

.note {
	font-size: 17px;
	color: #cb0018;
	}

.arrows {
	color: #eeac40;
	}

.portfolio {
	background: #ebebeb;
	border: solid 1px #d1d1d1;
	padding: 10px;
	margin-bottom: 15px;
	min-height: 150px;
	}

.portfolio img {
	position: relative;
	float: left;
	padding-right: 15px;
	}
	
.portfolio .border {
	border: 1px solid #333;
	padding: 0; 
	margin-right: 12px;
	}
	
.portfoliotitle {
	font-size: 11pt;
	font-weight: bold;
	color: #a30000;
	}

	
.benefits_left img {
	float: left;
	margin-right: 10px;
	}
	
.benefits_right img {
	float: right;
	margin-left: 10px;
	}

.code {
	color: #294c5c;
	padding: 20px;
	background: #d0dce2;
	border: dashed 1px #99b2bd;
	font-weight: bold;
	font-family: "Courier New", sans-serif;
	margin-bottom: 1em;
	}

code {
	display: block;
	color: #294c5c;
	padding: 20px;
	background: #d0dce2;
	border: dashed 1px #99b2bd;
	font-weight: bold;
	font-family: "Courier New", sans-serif;
	margin-bottom: 1em;
	}

.image img {
	background: #ebebeb;
	border: solid 1px #d1d1d1;
	padding: 5px;
	}

.caption {
	font-size: 8pt;
	font-family: Verdana, sans-serif;
	color: #2a699a;
	padding-bottom: 1em;
	}

/*
	People
	------------------------------------------------------	*/

#dmitry {
	background: #ebebeb;
	border: solid 1px #d1d1d1;
	width: 200px;
	padding: 20px;
	margin-right: 5px;
	margin-bottom: 1em;
	float: left;
	}

#myles {
	background: #ebebeb;
	border: solid 1px #d1d1d1;
	width: 200px;
	padding: 20px;
	margin-left: 5px;
	margin-bottom: 1em;
	float: right;
	}

/*
	Contact
	------------------------------------------------------	*/

#contact_tel {
	padding-left: 40px;
	background: url(images/callskype.gif) no-repeat 0 2px;
	}

#contact_mobile {
	padding-left: 40px;
	background: url(images/callmobile.png) no-repeat 0 2px;
	}

#contact_email {
	padding-left: 40px;
	background: url(images/writeemail.gif) no-repeat 0 2px;
	}

#clientform input, textarea {
	font-size: 10pt;
	font-family: Arial, san-serif;
	padding: 3px;
	}

#clientform fieldset {
	font-size: 10pt;
	background: #ebebeb;
	padding: 5px 20px;
	border: solid 1px #d1d1d1;
	margin-bottom: 10px;
	}

#clientform legend {
	color: #000;
	font-size: 13pt;
	padding: 5px 10px;
	}

.field_description {
	color: #a5a5a5;
	font-size: 9pt;
	}

.required_field {
	color: #ff0000;
	font-weight: bold;
	}


/*	------------------------------------------------------

	Site Information
	
	======================================================	*/

#information {
	background: url(images/contact.gif) repeat-x bottom #d6d6d6;/*961400*/
	border-top: solid 3px #5e7a8d;/*6f0900*/
	}
	
#information p {
	padding: 0;
	}

#information a {
	color: #5d798b;/*ff7045*/
	border-bottom: solid 1px #333;/*a7320e*/
	}

#information a:hover {
	color: #c7c366;/*ffae00*/
	background: #333;/*973000*/
	border-bottom: none;
	}

#information h4 {
	/*text-shadow: #000 0 0 2px;*/
        text-shadow: #fff 0 0 2px;
	color: #5e7a8d;/*ffaa3b*/
	font-size: 1.4em;
	padding: 0.5em 0;
	font-weight: bold;
	}

#contact .ccolor {
	color: #5e7a8d;/*ffaa3b*/
	}
	
#contact {
	color: #fff;
	width: 780px;
	margin: 0 auto;
	}

#contact td {
	color: #666;
	margin: 0 auto;
        font-size: 10pt;
	font-family: Arial, san-serif;
	}

#direct {
	position: relative;
	width: 250px;
	float: right;
	padding: 5px 0 1px 0;
	}

#clientwebform {
	background: url(images/clientwebform.gif) no-repeat 0 3.5em;
	position: relative;
	width: 500px;
	float: left;
	margin-left: 25px;
	padding: 5px 0 1px 0;
	}

#direct img {
	vertical-align: middle;
	}
	
#clientwebform p {
	padding-left: 40px;
	}

#legal {
	padding: 0.3em 0;
	border-top: solid 3px #000;
	}

#legal p {
	color: #777;
	background: url(images/copyright.gif) no-repeat 0 6px;
	font-size: 13px;
	padding: 0.5em 0 1em 0;
	padding-left: 25px;
	width: 700px;
	margin: 0 auto;
	}

#legal a {
	color: #5d798b;/*e65400*/
	border-bottom: solid 1px #333;
	}

#legal a:hover {
	color: #c7c366;/*eb9500*/
	background: #333;/*3b2e00*/
	border-bottom: none;
	}

#legal .imagelink {
	border-bottom: none;
	}

#legal .imagelink:hover {
	background: none;
	}

#legal img {
	vertical-align: middle;
	padding-left: 5px;
	}

#navigation li ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:transparent; /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	display:none;
}
#navigation li:hover ul {
	display: block;
	position: absolute;
        top:34px;
        left:310px;
	margin: 0;
	padding: 0;
        z-index: 1;
}
#navigation li:hover li {
	float: none;
        width: 200px;
}
#navigation li:hover li a {
	background-color: #dcdcdc;
	border-bottom: 1px solid #fff;
        width: 200px;
}
#navigation li li a:hover {
	background-color: #999999;
}
