/*
Theme Name: 
Theme URI: http://www.mysite.com/my-theme/
Description: Describe your theme in a sentence or two
Version: 1.0
Author: AppSoft Development
Author URI: http://www.appsoftdevelopment.com/
*/



/* CSS Document */


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




/* GENERAL CSS - CODE TO TELL FF AND IE TO SIT DOWN AND STFU */

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




/* GENERAL CSS - CODE TO TELL FF AND IE TO SIT DOWN AND STFU */
#body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 0.626em; }
body div, ul, ol, li, table, img {
	margin: 0px;
	padding: 0px; }
body p {
	margin: 10px 0px 15px; }
body img {
	border: none; }
.display_none {
	display: none; }
.clear_div {
	display: none;
	height: 0px;
	width: 0px; }
body:last-child .clear_div {
	display: block;
	clear: both; }
object:focus {
	outline:none;
}

/* CLEAR - BECAUSE SOMETIMES, FLOATING -ISN'T- A GOOD THING */

.clearme {
	clear: both;
}




a img {border:0}

body{
	background-image: url(images/background.jpg);
	background-position:top center;
	background-color:#C6C6C6;
	background-repeat:no-repeat;
	background-attachment:fixed;
	text-align: center;
	min-width:990px;
	margin:0 auto;
}


p {
	padding-left:5px;
	padding-right:5px;
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
	color:#464646;
	text-align:justify;
}


/* MAIN WRAPPER */

#main_wrapper {
	width:990px;
	margin:0 auto;
	text-align:left;
}



/* HEADER */

#header_wrapper {
	width:990px;
}
#header {
	width:990px;
	height:110px;
}
#logo {
	width:300px;
	height:110px;
	float:left;
}
#questions {
	width:295px;
	height:110px;
	float:right;
	background: url(images/calls-sprite.jpg) no-repeat 0 0;
}
#nav {
	width:990px;
	height:40px;
}
#nav-list {
	margin: 0;
	padding: 0;
}
ul#nav-list{
	background: url(/images/nav-sprite.jpg) no-repeat;
	width: 990px;
	height: 40px;
	margin: 0;
	padding: 0;	
}
#nav-list li {
	list-style-type: 0;
	list-style: 0;
	float: left;
	text-indent: -9999px;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
a.home-btn {
	background: url(/images/nav-sprite.jpg) no-repeat 0 0;
	width: 104px;
	height: 40px;	
	display: block;
}
a.home-btn:hover {
	background: url/images/nav-sprite.jpg) no-repeat 0 -40px;
}
a.services-btn {
	background: url(/images/nav-sprite.jpg) no-repeat -104px 0;
	width: 125px;
	height: 40px;
	display: block;	
}
a.services-btn:hover {
	background: url(/images/nav-sprite.jpg) no-repeat -104px -40px;
}
a.RPO-btn {
	background: url(/images/nav-sprite.jpg) no-repeat -229px 0;
	width: 96px;
	height: 40px;
	display: block;	
}
a.RPO-btn:hover {
	background: url(/images/nav-sprite.jpg) no-repeat -229px -40px;
}
a.travel-btn {
	background: url(/images/nav-sprite.jpg) no-repeat -325px 0;
	width: 112px;
	height: 40px;
	display: block;	
}
a.travel-btn:hover {
	background: url(/images/nav-sprite.jpg) no-repeat -325px -40px;
}
a.testimonials-btn {
	background: url(/images/nav-sprite.jpg) no-repeat -437px 0;
	width: 154px;
	height: 40px;
	display: block;	
}
a.testimonials-btn:hover {
	background: url(/images/nav-sprite.jpg) no-repeat -437px -40px;
}
a.government-btn {
	background: url(/images/nav-sprite.jpg) no-repeat -591px 0;
	width: 155px;
	height: 40px;
	display: block;	
}
a.government-btn:hover {
	background: url(/images/nav-sprite.jpg) no-repeat -591px -40px;
}
a.blog-btn {
	background: url(/images/nav-sprite.jpg) no-repeat -746px 0;
	width: 99px;
	height: 40px;
	display: block;	
}
a.blog-btn:hover {
	background: url(/images/nav-sprite.jpg) no-repeat -746px -40px;
}
a.contact-btn {
	background: url(/images/nav-sprite.jpg) no-repeat -845px 0;
	width: 145px;
	height: 40px;
	display: block;	
}
a.contact-btn:hover {
	background: url(/images/nav-sprite.jpg) no-repeat -845px -40px;
}
#marketing_window {
	width:990px;
	height:340px;
}
#top_window {
	width:990px;
	height:340px;
}
#marketing_window_inner {
	width:700px;
	height:340px;
	float:left;
}
#inner_nav {
	width:290px;
	height:340px;
	float:right;
}

/* MIDSECTION */

#middle_wrapper {
	width:930px;
	background-color:#FFFFFF;
	min-height:330px;
}

#left_col {
	float:left;
	width:290px;
	margin-left:5px;
	margin-right:5px;
}
#calls {
}
#right_col {
	float:right;
	width:680px;
	margin-left:0px;
	margin-right:0px;
	text-align:justify;
}
#interior {
	width:900px;
	margin-left:0px;
	margin-right:0px;
	text-align:left;
}
#content {
}

/* FOOTER */

#footer_wrapper {
	width:990px;
	height:45px;
	padding-top:5px;
	background-color:#FFFFFF;
	background-image:url(images/footer_bg.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	font-family:Verdana;
	font-size:11px;
	line-height:16px;
	color:#4B4B4B;
	text-align:center;
}


/* LISTS */

td {
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
	color:#464646;
	text-align:justify;
}


/* HEADER TAGS */
h1 {
	padding-left:5px;
	padding-right:5px;
	font-family:Verdana;
	font-size:22px;
	line-height:26px;
	font-weight:bold;
	color:#464646;
}
h2 {
	padding-left:5px;
	padding-right:5px;
	font-family:Verdana;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	color:#464646;
}
h3 {
	padding-left:5px;
	padding-right:5px;
	font-family:Verdana;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	color:#464646;
}


/* LINKS */

a {
	color:#1098E0;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}



/* MENUS */

#menu {
	background:#E6E6E6;
	list-style:none;
	margin:0px;
	padding:0px;
	width:287px;
	height:33px;
}
#menu li {
	margin:0px;
	padding:0px;
}
#menu a {
	background:#E6E6E6;
	color:#6F6C6C;
	display:block;
	margin:0px;
	padding:0px 12px;
	text-decoration:none;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}
#menu a:hover {
	background-color:#37BDFA;
	background-image:url(images/link_bg.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	padding-bottom:8px;
}  

#menu a.blanklink {
	background:#E6E6E6;
	display:block;
	margin:0px;
	padding:8px 12px;
	cursor:default;
}


/* Sociable Style _ DO NOT PASTE BELOW HERE */

div.sociable {
margin: 16px 0;
}

span.sociable_tagline {
position: relative;
}

span.sociable_tagline span {
display: none; width: 14em;
}

span.sociable_tagline:hover span {
position: absolute;
display: block;
top: -5em;
background: #ffe;
border: 1px solid #ccc;
color: black;
line-height: 1.25em;
}

.sociable span {
display: block;
}

.sociable ul {
display: inline;
margin: 0 !important;
padding: 0 !important;
}

.sociable ul li {
background: none;
display: inline;
list-style-type: none;
margin: 0;
padding: 1px;
}

.sociable ul li:before {
content: "";
}

.sociable img {
float: none;
width: 16px;
height: 16px;
border: 0;
margin: 0;
padding: 0;
}

.sociable-hovers {
opacity: .7;
-moz-opacity: .7;
filter: alpha(opacity=70);
}

.sociable-hovers:hover {
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
}