html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
/* Base
------------------------------------------------------*/

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #444;
	font: normal 0.75em/145% Arial, Tahoma, sans-serif;
	color: #45371b;
	text-align: center;
	padding-bottom: 20px;
}

p
{
	margin: 0px 0px 10px 0px;
	line-height: 140%;
	color: #454545;
}

a
{
	color: #404d6c;
	outline: none;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.hide
{
	display: none;
}

img
{
	border: 0px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

input.hidden {
        display: none;
        border: none;
        background-color: #fff;
}


#page-navigation { behavior: url("/includes/js/iepngfix.htc") }


/* Clearing method
------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear
{
	clear: both;
}


/* Layout
------------------------------------------------------*/

#page-container
{
	width: 980px;
	margin: 0px auto;
	text-align: left;
}

#page-wrapper
{
	background: #fff url("/images/bg_sidebar.gif") repeat-y 100% 0%;
	border: 5px solid #fff;
}

#page-wrapper-inner
{
	background: url("/images/bg_content_wrapper.gif") repeat-x 0% 0%; 
}

#page-navigation
{
	padding: 0px;
	margin: 0px;
}

#page-extras
{
	background-color: #fff;
	border: 5px solid #e3e5ea;
	padding: 22px;
	margin-top: 10px;
}

#page-footer
{
	padding: 10px 10px 10px 5px;
	text-align: right;
}

#content-container
{
	width: 710px;
	float: left;
}

#content-wrapper
{
	border: 5px solid #fff;
	background-color: #fff;
	margin-left: 15px;
}

#content-sidebar
{
	width: 260px;
	float: right;
}


/* Branding
------------------------------------------------------*/

#branding h1
{
	padding: 25px 0px 25px 10px;
	text-align: left;
}

#branding h1 a
{
	display: block;
	width: 251px;
	height: 48px;
	text-indent: -9999px;
	background: url("/images/logo_header.jpg") no-repeat 0% 0%;
}



/* Page navigation
------------------------------------------------------*/

#page-navigation .rss
{
	display: block;
	width: 65px;
	float: right;
	text-align: right;
	font: bold 1.0em Arial, Tahoma, sans-serif;
	color: #596582;
	text-decoration: none;
	padding: 4px 0px 4px 28px;
	margin: 6px 2px 0px 0px;
	background: url("/images/rss.gif") no-repeat 0% 50%;
}

#page-navigation .twitter
{
	display: block;
	width: 120px;
	float: right;
	text-align: right;
	font: bold 1.0em Arial, Tahoma, sans-serif;
	color: #1B2C3D;
	text-decoration: none;
	padding: 4px 0px 4px 28px;
	margin: 6px 2px 0px 0px;
	background: url("/images/twitter.png") no-repeat 0% 50%;
}

#nav {
  position: relative;
	height: 38px;
  padding: 0px;
	margin: 0px;
  overflow: hidden;
}

#nav li {
  float: left;
	background: url("/images/nav_separator.gif") no-repeat 100% 28%;
  list-style: none;
}

#nav li.back {
  background-color: #125979;
  width: 2px; 
	height: 38px;
  z-index: 8;
  position: absolute;
}

#nav li a {
	font: bold 1.1em Arial, Tahoma, sans-serif;
	color: #125979 ; /* 596582*/
	text-decoration: none;
  z-index: 10;
  display: block;
  float: left;
  height: 38px;
  position: relative;
  overflow: hidden;
	padding: 11px 15px 0px 15px;
}

#nav li.current a {
  color: #fff;
	background-color: #125979;
}

#nav li a:hover, #nav li a:active, #nav li a:visited {
  border: none;
}

#nav li a:hover {
	color: #fff;
}


/* Page header
------------------------------------------------------*/

#page-header
{
	height: 216px;
	background: url("/images/actions/action_01.gif") no-repeat 30px 35px;
}

#current-action
{
	padding: 30px 50px 0px 220px;
	color: #fff;
}

#current-action h2
{
	font: normal 2.0em Arial, Tahoma, sans-serif;
	color: #fff;
	margin: 0px 0px 6px 0px;
}

#current-action p
{
	font: normal 1.1em/150% Arial, Tahoma, sans-serif;
	color: #fff;
}



/* Page content
------------------------------------------------------*/

#content-wrapper h1
{
	font: normal 2.0em Arial, Tahoma, sans-serif;
	color: #fff;
	margin: 0px 0px 8px 0px;
	padding: 18px 0px 18px 20px;
	background-color: #444;
}

#content-wrapper h1 span
{
	color: #7e8157;
}

#content-wrapper h2
{
	font: bold 1.3em/140% Arial, Tahoma, sans-serif;
	color: #454545;
	margin: 20px 0px 10px 0px;
	text-transform: uppercase;
}

#content-wrapper h3
{
	font: normal 1.3em/140% Arial, Tahoma, sans-serif;
	color: #404d6c;
	margin: 20px 0px 10px 0px;
}

#content-wrapper p strong
{
	color: #404d6c;
}

#content-wrapper img.border
{
	border: 1px solid #bcbcbc;
	background-color: #ecedf0;
	margin: 0px 0px 10px 0px;
	padding: 5px;
}

#content-wrapper img.head
{
	display: block;
	border: none;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#content-wrapper a
{
	color: #404d6c;
}

#content-wrapper ul
{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 16px;
	list-style-type: square;
}

#content-wrapper p, #content-wrapper ul
{
	padding-right: 25px;
}

#content-wrapper a.banner img
{
	clear: both;
	display: block;
	border: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}



/* Page content - Highlight area
------------------------------------------------------*/

#highlight-area .one, 
#highlight-area .two,
#highlight-area .three
{
	width: 225px;
	float: left;
	padding: 0px 0px 10px 0px;
	margin: 0px 5px 5px 0px;
	background-color: #f0f1f4;
}

#highlight-area .three
{
	margin-right: 0px;
}

#highlight-area .four
{
	clear: both;
	padding: 15px;
	margin-bottom: 5px;
	background-color: #f0f1f4;
}

#highlight-area  h2
{
	font: bold 1.1em Arial, Tahoma, sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
	padding: 7px 5px 7px 10px;
	background: #6e0019 url("/images/bg_content_wrapper_highlight_h2.gif") repeat-x 0% 0%;
}

#highlight-area img
{
	display: block;
	border: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#highlight-area p
{
	padding: 0px;
	margin: 0px 10px 5px 10px;
}

#highlight-area a.detail
{
	font-weight: bold;
	color: #404d6c;
	margin-left: 10px;
}

#highlight-area .four h2
{
	font: bold 1.6em Arial, Tahoma, sans-serif;
	color: #404d6c;
	text-transform: uppercase;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	background: none;
}

#highlight-area .four img
{
	display: block;
	float: left;
	border: 5px solid #fff;
	margin: 0px 20px 0px 0px;
}

#highlight-area .four p,
#highlight-area .four a
{
	margin: 0px 0px 10px 0px;
}


/* Page content - News topics
------------------------------------------------------*/

#news-topics 
{
	margin: 20px 0px 10px 0px;
}

#news-topics .item
{
	width: 340px;
	float: left;
	margin: 0px 0px 15px 0px;
}


#news-topics .alternate
{
	float: right;
}

#news-topics h3
{
	font: bold 1.2em/140% Arial, Tahoma, sans-serif;
	color: #404d6c;
	margin: 0px 0px 10px 0px;
}

#news-topics .date
{
	color: #999;
	margin: -10px 0px 5px 0px;
}

#news-topics .item img
{
	float: left;
	margin: 3px 10px 3px 0px;
}


/* Page content - Tab specification
------------------------------------------------------*/

#tab-specification ul.tabs-nav
{
	margin: 20px 0px 00px 0px;
	padding-left: 15px;
	list-style: none;
	border-bottom: 1px solid #999;
}

#tab-specification ul.tabs-nav li
{
	float: left;
	margin-right: 5px;
}

#tab-specification ul.tabs-nav li a
{
	display: block;
	font: bold 1.0em/140% Arial, Tahoma, sans-serif;
	color: #404d6c;
	text-decoration: none;
	padding: 6px 15px 6px 15px;
	margin-bottom: -1px;
	border: 1px solid #f0f1f4;
	border-bottom: 0px;
	background-color: #f0f1f4;
}

#tab-specification ul.tabs-nav li a:hover
{
	background-color: #dfe2ea;
}

#tab-specification ul.tabs-nav li.tabs-selected a
{
	border: 1px solid #999;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}


/* Page content - forms
------------------------------------------------------*/

#content-wrapper form
{
	/* width: 500px; */
	margin: 20px 0px 20px 0px;
}

#content-wrapper label
{
	display: block;
	font: bold 1.0em/110% Arial, tahoma, sans-serif;
	color: #444;
	float: left;
	/* width: 150px; */
	margin: 0px 0px 10px 0px;
}

#content-wrapper input, #content-wrapper textarea, #content-wrapper select
{
	/* display: block;
	float: left; */
	/* width: 250px; */
	background-color: #fff;
	border: 1px solid #404d6c;
	/* font: normal 1.1em/110% Arial, tahoma, sans-serif; */
	color: #444;
	margin: 0px 0px 10px 0px;
	padding: 2px;
}

#content-wrapper textarea
{
	width: 320px;
	height: 150px;
}

#content-wrapper input:focus, #content-wrapper textarea:focus, #content-wrapper select:focus
{
	border-color: #404d6c;
      background-color: #E3E5EA;
}

#content-wrapper input.submit
{
	font: bold 1.0em/140% Arial, Tahoma, sans-serif;
	color: #fff;
	width: 120px;
	margin-top: 10px;
	border: 1px solid #444;
	background-color: #444;
}

#content-wrapper input.none {
        width: 20px;
        border: none;
        background-color: #fff;
}

#content-wrapper input.hidden {
        display: none;
        border: none;
        background-color: #fff;
}


/* Page sidebar
------------------------------------------------------*/

#content-sidebar h2
{
	font: bold 1.2em/140% Arial, Tahoma, sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 7px 10px 10px 12px;
	margin-bottom: 10px;
	background: url("/images/bg_sidebar_title_blue.gif") no-repeat 0% 100%;
}

#content-sidebar h2.top
{
	margin-top: 20px;
}

#content-sidebar h2.red
{
	background: url("../images/bg_sidebar_title_red.gif") no-repeat 0% 100%;
}

#content-sidebar ul, #content-sidebar p, #content-sidebar .inner
{
	list-style: none;
	padding: 0px 15px 0px 14px;
}

#content-sidebar strong
{
	color: #404d6c;
}

#sidebar-navigation li a
{
	display: block;
	font: bold 1.0em/140% Arial, Tahoma, sans-serif;
	color: #404d6c;
	text-decoration: none;
	height: 1%;
	padding: 4px 10px 4px 18px;
	background: url("/images/bullet_1.gif") no-repeat 3% 50%;
	border-bottom: 1px solid #bcc1cc;
}

#sidebar-navigation li a:hover
{
	background-color: #f4f5f7;
}

#content-sidebar label
{
	display: block;
	margin-bottom: 2px;
}

#content-sidebar input, #content-sidebar textarea
{
	display: block;
	width: 220px;
	border: 1px solid #999;
	padding: 3px;
	margin-bottom: 8px;
}

#content-sidebar textarea
{
	height: 80px;
	font: normal 1.0em/140% Arial, Tahoma, sans-serif;
}




/* Page sidebar - search form 
------------------------------------------------------ */

#sidebar-search
{
	height: 252px;
	padding: 0px 16px 0px 16px;
}

#sidebar-search ul
{
	list-style: none;
	padding: 18px 0px 0px 0px;
}

#sidebar-search ul li
{
	float: left;
}

#sidebar-search ul li a
{
	display: block;
	font: normal 1.0em/140% Arial, Tahoma, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 6px 10px 6px 10px;
}

#sidebar-search ul li a:hover
{
	background-color: #BCD1D6;
}

#sidebar-search ul li.tabs-selected a
{
	font: bold 1.0em/140% Arial, Tahoma, sans-serif;
	background-color: #82A9B1;
}

.tabs-hide
{
	display: none;
}

#search-form, #search-custom
{
	color: #fff;
	padding: 10px 18px 10px 10px;
	background: #82A9B1 url("/images/bg_sidebar_search_form.gif") repeat-x 0% 0%;
}

#search-form label,
#search-custom label
{
	font: normal 0.9em/140% Arial, Tahoma, sans-serif;
	margin-bottom: 1px;
	padding-left: 1px;
}

#search-form input,
#search-custom input
{
	width: 192px;
	margin-bottom: 6px;
}

#search-form .small,
#search-custom .small
{
	width: 38px;
}

#search-form .small input,
#search-custom .small input
{
	width: 30px;
}

#search-form .medium, #search-form .medium input, 
#search-custom .medium, #search-custom .medium input
{
	width: 140px;
}

#search-form select,
#search-custom select
{
        width: 200px;
	background-color: #fff;
	border: 1px solid #404d6c;
	color: #444;
	margin: 0px 0px 5px 0px;
	padding: 2px;
       font-size: 11px;
}

#search-form input.none,
#search-custom input.none {
        display: none;
        border: none;
        background-color: #fff;
}


#search-form .submit,
#search-custom .submit
{
	display: block;
	font: bold 1.0em/140% Arial, Tahoma, sans-serif;
	color: #fff;
	text-decoration: none;
	margin-top: 10px;
	padding-left: 1px;
}

#content-sidebar input.submit
{
	font: bold 1.0em/140% Arial, Tahoma, sans-serif;
	color: #fff;
	width: 120px;
	margin-top: 10px;
	border: 1px solid #444;
	background-color: #444;
}


/* Page sidebar - banners
------------------------------------------------------*/

#banners
{
	margin: 10px 0px 0px 0px;
}

#banners a
{
	display: block;
	margin: 0px 0px 10px 12px;
}

/* Job Results */

table.jobresults {
	width: 100%;
	margin: 0;
	padding: 2px;
	border-spacing: 0;
	border-collapse: collapse;
       border: 1px solid #cccccc;

}
	table.jobresults th,
	table.jobresults td {
		border-bottom: 1px solid #cccccc;
		padding: 5px;
		font-weight: normal;
		text-align: left;
		vertical-align: middle;
	}


/* Page extras
------------------------------------------------------*/

#page-extras h2
{
	font: bold 1.3em/140% Arial, Tahoma, sans-serif;
	color: #454545;
	margin: 0px 0px 15px 0px;
	padding-bottom: 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #454545;
}

#page-extras h3
{
	font: bold 1.1em/140% Arial, Tahoma, sans-serif;
	color: #414e6d;
	margin: 0px 0px 5px 0px;
}

#page-extras .item
{
	width: 135px;
	float: left;
	margin-right: 23px;
}

#page-extras .last
{
	margin-right: 0px;
}

#page-extras .item img
{
	display: block;
	margin-bottom: 10px;
}


/* Page footer
------------------------------------------------------*/

#page-footer h2
{
	padding: 5px 0px 15px 5px;
	float: left;
	text-align: left;
}

#page-footer h2 a
{
	display: block;
	width: 200px;
	height: 38px;
	text-indent: -9999px;
	background: url("/images/logo_footer.gif") no-repeat 0% 0%;
}

#page-footer ul 
{
	height: 30px;
	list-style: none;
}

#page-footer ul li
{
	float: right;
	border-right: 1px solid #777;
	padding-right: 15px;
	margin-right: 15px;
}

#page-footer ul li.last
{
	margin-right: 0px;
}

#page-footer ul li a
{
	text-decoration: none;
}

#page-footer ul li a:hover
{
	text-decoration: underline;
}

#page-footer ul li.current a
{
	font-weight: bold;
}

#page-footer p
{
	font: normal 1.0em/150% Arial, tahoma, sans-serif;
	color: #CCC;
	text-decoration: none;
	margin: 0px;
}

#page-footer a
{
	color: #FFF;
}


/* Pricing and Plans section */

table.plans {
	width: 100%;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
	table.plans th {
		text-align: left;
	}
	table.plans td {
		vertical-align: top;
		border-bottom: 1px solid #F3F3F3;
	}


table.plans {
	margin-bottom: 1em;
	font-size: 100%;
}
	table.plans th,
	table.plans td {
		border-bottom: 1px solid #F3F3FF;
		padding: .65em .5em;
		font-weight: normal;
		text-align: center;
		vertical-align: middle;
	}

	table.plans thead th {
		padding: 0;
		color: #000;
		font-size: 135%;
		font-weight: bold;
		border: 0;
		background-color: #FFF !important;
	}
	
	table.plans thead .buttons td {
		border-bottom: 2px solid #C7D5E1 !important;
	}

	table.plans tbody th {
		text-align: left;
		color: #889;
	}
		table.plans tbody .highlight th {
			font-weight: normal;
			color: #778;
		}

	table.plans .highlight th {
		background-color: #FAFAFF;
		border-color: #F3F3FF;
	}

	table.plans .highlight td {
		background-color: #EFEFFF;
		border-color: #E1F1FA;
	}
		table.plans .highlight th {
			font-weight: bold;
		}
				
	table.plans tr.price td {
		color: #667;
		font-size: .9em;
	}
		table.plans tr.price td strong {
			padding: 0 .125em;
			color: #333;
			font-size: 135%;
		}

	table.plans strong.yes {
		position: relative;
		display: block;
		margin: 0 auto;
		color: #AAC;
		font-size: 135%;
	}
	
	table.plans .entity {
		font-size: 135%;
		font-weight: normal;
	}
	
	table.plans .buttons td {
		padding-top: 0;
	}
		table.plans .buttons td .button {
			margin-left: 15px;
		}
		
	/* Free plan */
	table.plans thead th.free {
		color: #695;
	}
	table.plans td.free {
		border-left: 2px solid #F3F3FF;
	}
	table.plans .highlight td.free {
		color: #9A9;
		background-color: #F3FFF0;
		border-color: #EFF9DE;
		border-left-color: #C7D5E1;
	}
		table.plans .price td.free strong {
			color: #889;
			font-size: 100%;
		}
		
	/* Max plan */	
	table.plans td.max {
	  border-right: 2px solid #F3F3FF;
	}
	table.plans .highlight td.max {
		background-color: #F9F9FF;
		border-color: #F3F3FF;
		border-right-color: #C7D5E1;
	}
		
	/* New markers */
	table.plans thead th.new span {
		padding-right: 1.35em;
		background: url(../images/i-new.gif) 100% center no-repeat;
		
	}	
	table.plans tbody th.new span {
		padding-left: 2em;
		background: url(../images/i-new.gif) 0 center no-repeat;
	}



