/*                          */
/* Site colors 		        */
/*             		        */
/* Black - #000             */
/* Almost Black - #666      */
/* Dark Gray - #CCC         */
/* Light Gray - #EEE        */
/* White - #FFF             */
/* Orange - #F90            */

/* header */
header
{
	background: transparent url('../Images/bg_header.png') repeat-x bottom left;
	display: block;
}
header .wrap
{
	position: relative;
	display: block;
	width: 1000px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;    
}
#logo
{
	position: absolute;
	top: 15px;
	margin: 0;
	padding: 0;    
}
#logo img
{
	border: none;
	background: none;
}
#slogan
{
	position: absolute;
	top: 102px;
	right: 15px;
	color: #BBB;
	font: 100% 'Trebuchet MS', Verdana, Tahoma, Arial, sans-serif;
	letter-spacing: 2px;
}
#freeconsultation a
{ 
	position: absolute;
	top: 25px;
	right: 15px;
	display: block;
	margin: 0;
	padding: 2px 15px 10px 15px;
	border: 1px solid #FF7800;
	background: #F90 url('../Images/nav_hover.gif') bottom repeat-x;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 15px;
}
#freeconsultation a:hover 
{ 
	background: #F90 url('../Images/nav_hover.gif') bottom repeat-x;
	cursor: pointer; 
}
#freeconsultation a span
{
	display: block;
	color: #FFF;
	background: none;		
	font: bold 15px/3em 'Century Gothic', 'Trebuchet MS', Verdana, Tahoma, Arial, sans-serif;	
	letter-spacing: 1px;
}
#freeconsultation a span.getstarted
{
	display: block;
	margin-top: -10px;
	color: #FFF;
	background: none;
	font: bold 9px/2em 'Century Gothic', 'Trebuchet MS', Verdana, Tahoma, Arial, sans-serif;
	letter-spacing: 1px;	
}

/* navigation */
nav
{    
	background: #F90 url('../Images/nav.gif') repeat-x bottom;
	display: block;
}
nav .wrap
{
	clear: both;
	position: relative;
	height: 36px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
nav .wrap ul
{
	float: left;
	list-style: none;
	background: #F90 url('../Images/nav.gif') repeat-x bottom;
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline;
}
nav .wrap ul li
{
	display: inline;
	margin: 0;
	padding: 0;
}
nav .wrap ul li a
{
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 40px;
	border-right: 1px solid #F90;
	border-left: 1px solid #FF7800;
	border-bottom: none;
	color: #FFF;
	font: bold 13px/2.8em 'Century Gothic' , 'Trebuchet MS' , Verdana, Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}
nav .wrap ul li:last-child a
{
	border-right: 1px solid #FF7800;
}
nav .wrap ul li a:hover, #nav ul li a:active
{
	background: #F90 url('../Images/nav_hover.gif') bottom repeat-x;
}
nav .wrap ul li a.current
{
	background: #F90 url('../Images/nav_hover.gif') bottom repeat-x;
}

/* main content section */
#content
{
	float: left;
	width: 100%;
}
#content .wrap
{
	clear: both;
	position: relative;
	display: block;
	width: 1000px;
	padding: 0;
	margin: 35px;    
	margin-left: auto;
	margin-right: auto;
	min-height: 620px;
}
.stretch
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border: none;
	padding: 0;
	z-index: -1;
}
#main-one-column, #main-two-column, aside
{
	display: block;
	padding: 25px;
	margin: 0 0 25px 0;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 20px;
}
#backgroun-details-button
{
	cursor: pointer;
}
#background-details-button, #background-details-info
{
	clear: both;
	position: relative;
	margin: 0 auto 17px auto;
	padding: 8px;    
	background: #555;
	border: 1px solid #444;
	color: #EEE;
	font: 100% 'Trebuchet MS', Verdana, Tahoma, Arial, sans-serif;
	letter-spacing: 2px;
	text-transform: lowercase;
	text-align: center;
	border-radius: 10px;
}
#background-details-button, #background-details-info
{
	width: 115px;
	opacity: 0.60;    
}
#background-details-info
{
	display: none;
	width: 470px;
	color: #EEE;
}

/* main column */
#main-one-column
{
}
#main-two-column
{
	float: left;
	width: 65%;
}
#main-one-column h1, #main-two-column h1
{
	font: normal 1.7em 'Trebuchet MS' , Tahoma, sans-serif;
	color: #F90;
	text-transform: none;	
}
#main-one-column h1 a, #main-two-column h1 a
{
	color: #F90;
	text-decoration: none;
}
#main-one-column ul.square li, #main-two-column ul.square li, #post ul li 
{
	list-style-type: square !important;
	line-height: 20px;
}

/* sidebar */
aside
{
	float: right;
	width: 21%;
	display: block;
}
aside h3, aside h4
{
	padding: 5px 5px;
	font: bold 1.4em 'Trebuchet MS' , Tahoma, sans-serif;
	color: #F90;
	font-size: 135%;
}
aside ul.sidemenu, .content ul
{
	text-align: left;
	margin: 7px 4px 8px 0;
	padding: 0;
	text-decoration: none;
	background: url('../Images/link_underline.gif') repeat-x left top;
}
aside ul.sidemenu li, .content ul li
{
	list-style: none;
	background: url('../Images/link_underline.gif') repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0;
	color: #666;
}
aside ul.sidemenu li a, .content ul li a
{
	text-decoration: none;
	background-image: none;
	color: #666;
}
aside ul.sidemenu li a:hover, .content ul li a:hover
{
	color: #000;
}
aside ul.sidemenu ul
{
	margin: 0 0 0 5px;
	padding: 0;
}
aside ul.sidemenu ul li
{
	background: none;
}
aside img, .content ul li img
{
	background: none;
	border: none;
	padding: 0 5px 0 0;
	margin: 0;
}
aside ul.tools li
{
	list-style: square inside none;
	height: 14px;
}

/* footer */
footer
{
	clear: both;
	background: transparent url('../Images/bg_footer.png') repeat-x top left;
	border-top: 1px solid #555;
	display: block;
}
footer .wrap
{
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#sitemap 
{
	padding: 0;
	width: 1000px;
}
#sitemap h4
{
	padding: 5px 0 0 10px;
	color: #CCC;
	font: bold 13px/2.8em 'Century Gothic' , 'Trebuchet MS' , Verdana, Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}
#sitemap ul 
{
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;
	border-top: 1px dotted #666;
}
#sitemap li 
{
	border-bottom: 1px dotted #666;
	font: 1.1em 'Trebuchet MS', Verdana, Tahoma, Arial, sans-serif;
	text-transform: lowercase;
	letter-spacing: 2px;
}
#sitemap li a 
{
	display: block;
	font-weight: normal;
	padding: 5px 0 5px 10px;
	color: #888;
	text-decoration: none;
}
#sitemap li a:hover
{
	display: block;
	font-weight: normal;
	padding: 5px 0 5px 10px;
	color: #CCC;
	text-decoration: none;
}
#sitemap .col2, .col3, .col2-center, .col3-center 
{
	float: left;
	width: 200px;
}
#sitemap .col2-center, .col3-center 
{ 
	margin: 0 200px; 
}
#copyright
{
	clear: both;
	padding-top: 15px;
	text-align: center;
	font: 1.1em 'Trebuchet MS', Verdana, Tahoma, Arial, sans-serif;
	letter-spacing: 2px;
}
#copyright a
{
	 background-image: none;
	 border-bottom: 1px dotted #666;
}

/* display and additional classes */
.clear
{
	clear: both;
}

/*               */
/* HTML elements */
/*               */

/* Top Elements */
*
{
	margin: 0;
	padding: 0;
	outline: 0;
}

body
{
	font: 70%/1.5em Verdana, Tahoma, Arial, sans-serif;
	background-color: #666;
	color: #666;
	margin: 0;
}
section, article
{
	display: block;
}

/* links */
a, a:visited, a:hover
{
	color: #F90;
	background: inherit;
	padding-bottom: 0.2em;
	text-decoration: none;
}
p a, td a, th a, #post li a, p a:visited, td a:visited, th a:visited, #post li a:visited, p a:hover, td a:hover, th a:hover, #post li a:hover
{
	background: url('../Images/link_underline.gif') bottom repeat-x;
	padding-bottom: 0.2em;
}

/* headers */
h1, h2, h3, h4
{
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	font-weight: Bold;
}
h1
{
	font-size: 130%;
	font-weight: normal;
	color: #F90;
}
h2
{
	font-size: 135%;
}
h3
{
	font-size: 115%;
}
h4
{
	font-size: 115%;
	text-decoration: none;
}
h1, h2, h3, h4, p
{
	padding: 10px 0;
	margin: 0;
}
ul, ol
{
	margin: 5px 20px;
	padding: 0 20px;
}
ul
{
	list-style: none;
}
img
{
	background: #EEE;
	border: 1px solid #CCC;
	padding: 5px;
}
img.float-right
{
	margin: 5px 0px 10px 10px;
	float: right;
}
img.float-left
{
	margin: 5px 10px 10px 0px;
	float: left;
}
blockquote
{
	margin: 10px 0;
	padding: 0px 0px 0px 55px;
	background: url('../Images/quote_left.gif') no-repeat left top !important;
	text-align: justify;	
	font-weight: bold;
	margin-bottom: 50px;
}
blockquote p
{
	background: url('../Images/quote_right.gif') no-repeat right bottom !important;
	padding: 0px 55px 0px 0px;
}
blockquote .source
{
	display: block;
	padding: 15px 55px 0px 0px;
	text-align: right;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
}
fieldset
{
	display: block;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 5px 20px 20px 20px;
	border: 1px solid #CCC;
	background-color: #EEE;
}
legend
{
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	font-weight: Bold;
	font-size: 125%;
}

/* service offerings */
#services .project, #services .staffing
{
	width: 400px;
	display: block;
	vertical-align: top;
	cursor: pointer;
	float: left;
	padding: 15px 20px;
	margin: 10px 0;
	background-color: #EEE;
	border: 1px solid #CCC;
	border-radius: 20px;
}
#services .staffing
{
	margin-left: 60px;
}
#services .project h2, #services .staffing h2
{
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	font-weight: Bold;
	font-size: 130%;
	color: #F90;
	padding-bottom: 0px;
	text-align: center;
}
#services .hover
{
	background-color: #CCC;
}

/* tables */
table
{
	border-collapse: collapse;
	margin: 10px 0;
}
th
{
	background: #F90 url('../Images/nav.gif') bottom repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #FF7800;
	font-weight: bold;
}
tr
{
	height: 30px;
}
td
{
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #CCC;
}
tr.row-a
{
	background-color: #FFF;
}
tr.row-b
{
	background-color: #EEE;
}

/* form elements */
label
{
	display: block;
	font-weight: bold;
	margin: 12px 0px 3px 0px;
}
input
{
	padding: 2px;
	border: 1px solid #CCC;
	font: normal 1em Verdana, Tahoma, Arial, sans-serif;
}
select
{
	padding: 2px;
	border: 1px solid #CCC;
	font: normal 1em Verdana, Tahoma, Arial, sans-serif;
}
textarea
{
	width: 400px;
	padding: 2px;
	font: normal 1em Verdana, Tahoma, Arial, sans-serif;
	border: 1px solid #CCC;
	height: 100px;
}
button, input[type="button"], input[type="submit"], input[type="reset"]
{
	font: bold 1em Verdana, Tahoma, Arial, sans-serif;
	margin: 0 0 0 10px;
	padding: 4px 4px 4px 4px;
	color: #FFF;
	background: #F90 url('../Images/nav_hover.gif') bottom repeat-x;
	border: none;
	text-transform: lowercase;
}
fieldset button, fieldset input[type="button"], fieldset input[type="submit"], fieldset input[type="reset"]
{
	float: left;
	margin-left: 0px;
	margin-top: 10px;
}
.validation-summary-errors, .input-validation-error, .field-validation-error, span.required, .processing-result-error
{
	color: #CD0000;
}
.processing-result-error
{
	padding: 10px;
	margin: 0;
}
.validation-summary-errors li
{
	list-style-type: square;
	line-height: 20px;
}
.input-validation-error
{
	border: 1px solid #CD0000;
	background-color: #FFEEEE;
	display: inline;
	vertical-align: top;
}

/* progress indicator */
.indicator
{
	clear: both;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: none;
}
.progress_indicator
{
	width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 0px;
	font-weight: bold;	
	color: #F90;
	background: url('../Images/progress_indicator.gif') no-repeat left bottom !important;
	text-transform: lowercase;
}

/* job descriptions */
#jobdescriptions p 
{
	line-height: 16px;
}
#jobdescriptions h3, #jobdescriptions h3:hover
{
	position: relative;
	display: block;
	width: 645px;
	background-color: #EEE;
	border: 1px solid #CCC;
	cursor: pointer;
	margin: 10px 0;
}	
#jobdescriptions h3 a
{
	padding: 5px 5px;
	font: bold 1.2em 'Trebuchet MS' , Tahoma, sans-serif;
	color: #F90 !important;
	margin: 5px 5px 5px 20px;
}    
#jobdescriptions h3:hover
{
	background-color: #CCC;
}
#jobdescriptions div
{
	display: block;
	width: 615px;
	color: #666;
	font: 0.9em Verdana, Tahoma, sans-serif;
	background-color: #FFF;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	cursor: auto;
	padding: 15px;
	margin-top: -11px;
	margin-bottom: 20px;    
}
