body
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(../../../../images/bg.gif);
	background-repeat: repeat-x;
}

h1.gray
{
	font-size: 20px;
	color: #999999;
	font-weight:normal;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:0px;
	padding-right:0px;
}

h3.jobsearch
{	
	font-size: 18px;
	color: #FFFFFF;
	font-weight:normal;
	line-height:18px;
	padding:4px 0px 0px 0px;
	margin: 0px;
}

#layer_site
{
	position: relative;
	width: 800px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	z-index: 1;
}

#layer_site_navigator
{
	position: relative;
	width: inherit;
	height: 32px;
	margin: 0px;
	padding: 0px 15px;
	text-align: center;
	border: 0px solid #000000;
	z-index: 1000;
}

#layer_site_navigator ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 1100;
}

#layer_site_navigator ul li 
{
	position: relative;
	float: left;
	/*list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	line-height: 26px;
	border: 0px solid #000000;*/
}

#layer_site_navigator ul li a
{
	position: relative;
	float: left;
	width: auto;
	height: inherit;
	line-height: 32px;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	white-space:nowrap;
}
 
#layer_site_navigator ul li a:hover
{
	color: #CCC;
}

/*************** Extra Styles for Sub-Navigator **********/

#layer_site_navigator ul li ul
{
	position: absolute;
	display: none;
	border: none;
	z-index: 1100;
	background: orange;
}

#layer_site_navigator ul li:hover ul, #layer_site_navigator ul li.hover ul
{
	display:block;
	position:absolute;
	z-index:1200;
	top: 25px;
	margin-top:0.1em;
	left:0;
}

#layer_site_navigator ul li ul li ul
{
	display: none;
}

#layer_site_navigator ul li ul li
{
	margin: 0px 0px 2px 0px;
	clear: both;
}

#layer_site_navigator ul li ul li a
{
	display:block;
	float: none;
	width: 198px;
	height: 18px; 
	line-height: 18px; 
	margin: 0px;
	font-size: 11px;
	font-weight:normal; 
	color: #FFFFFF;
	text-transform: none;
	text-align: left;
	padding: 1px 20px;
	/*background-color: #3399FF;*/
	background: #3399FF url(../../../../images/sub-header-off.gif) no-repeat 2px 3px;
}

#layer_site_navigator ul li ul li a:hover
{
	background: #333333 url(../../../../images/sub-header-on.gif) no-repeat 2px 3px;
}

#layer_site_header
{
	position: relative;
	width: inherit;
	height: 74px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#layer_site_header_left
{
	position: relative;
	width: 200px;
	float: left;
	margin: 0px;
	padding: 0px;
	z-index: 110;
}

#layer_site_header_right
{
	position: relative;
	width: 200px;
	float: right;
	margin: 2px 0px;
	padding: 0px;
	z-index: 110;
}

#layer_site_content
{
	position: relative;
	overflow: auto;
	width: inherit;
	height: auto;
	margin: 0px;
	padding: 20px 20px 10px 0px;
}

#layer_site_content_left
{
	position: relative;
	float: left;
	width: 520px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px solid #000000;
}

#layer_site_content_right
{
	position: relative;
	float: right;
	width: 240px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px solid #000000;
}

#layer_site_footer
{
	position: relative;
	width: 100%;
	float: left;
	/*height: auto;*/
	margin: 0px;
	padding: 0px;
	clear: both;
}

#layer_site_footer ul
{
	position: relative;
	float: left;
	width: 100%;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
}

#layer_site_footer ul li 
{
	position: relative;
	list-style: none;
	float: left;
	display: inline;
	width: auto;
	padding: 0px;
	margin: 0px 4px 0px 0px;
	line-height: 26px;
	border: 0px solid #000000;
}

/*************** Table Styles **************/
table.myJobsearch, table.myJobsearch td, table.myJobsearch tr
{
	padding: 0px;
	margin: 0px;
	border: 0px solid #000000;
}
.jobsearch
{
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin: 0px;
	background-color: #7abbff;
	background-image:url(../../../../images/jobsearch-bg.gif);
	background-repeat:repeat-x;
}

.featured
{
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	font-size: 16px;
	color: #999999;
	background-image:url(../../../../images/featured-bg.gif);
}

ul.question_mark
{
	list-style-image: url(../../../../images/quotation_marks.gif);
}

ul.question_mark li
{
	padding: 10px 0px;
}

.micro
{
	font-size:9px;
	text-transform:capitalize;
	color: #FF9900;
}

.small, .small a, a .small, .small p, p .small
{
	color: gray;
	font-size:9px;
	font-weight:normal;
}

a.latest
{
	color: #000000;
}

a.latest:hover
{
	color: #000000;
	text-decoration: underline;
}

#layer_site_footer li, #layer_site_footer a, #layer_site_footer a:hover
{
	font-size: 10px;
	text-transform: none;
	color: #999999;
}

/* Global User Table Styles */
/* These styles define the basic properties for tables in the Immediacy Editor */

	/* Default Table */
	table.ImmTS_Default		{padding:0px; width:100%; border-collapse:collapse;} /* Overall table style */

	table.ImmTS_Default th, 
	table.ImmTS_Default td	{padding:2px; margin:2px;} /* Cell padding and spacing styles */

	table.ImmTS_Default, 
	table.ImmTS_Default th, 
	table.ImmTS_Default td	{border:1px solid black;} /* Table border style */
	     
	table.ImmTS_Default th	{}						/* Apply style to header cells */
	table.ImmTS_Default tr	{vertical-align:top;}	/* Apply style to data cells */
	table.ImmTS_Default td	{}						/* Apply style to data cells */

/* Plugin Styles */
/* These styles are used by plugins through out the site. */

	/* Scroller */
	#divscroller0	{z-index:1;}
	.scrollertitle	{z-index:1; color:#8C897A; font-family:Arial,Verdana,Helvetica;	font-size:12px; font-weight:bold;}
	.scrollerbody	{z-index:1; color:#8C897A; font-family:Arial,Verdana,Helvetica; 	font-size:12px; font-weight:normal;}
	.search         {color:#8C897A;	font-size:small; font-weight:bold;}

	/* Whats new */
	.WhatsnewTitle	{font-size:9pt; color:#8C897A; font-weight:bold;}
	.WhatsnewTitle:hover	{color:#8c89ff;}
	.WhatsnewBody	{font-size:8pt; color:#8C897A; font-weight:normal; float:left;}

	/* SiteMap */
	DIV.sitmp0				{padding:2px; font-size:110%; background-color:#f3f3ff;}
	DIV.sitmp1				{padding:2px; font-size:90%;}
	DIV.sitmp2				{padding:2px; font-size:90%;}
	A.sitmpA0				{color:#000070; font-weight:bold;}
	A.sitmpA0:hover			{color:#8C897A;}
	A.sitmpA1				{color:#000070; font-weight:normal;}
	A.sitmpA1:hover			{color:#8C897A;}
	A.sitmpA2				{color:#000070; font-weight:normal;}
	A.sitmpA2:hover			{color:#8C897A;}

/* Rss Feed Styles */
UL.rssFeed			{list-style:none; margin:0px; margin-bottom:20px; width:40em;}
UL.rssFeed LI		{margin-bottom:.75em;}
UL.rssFeed A		{font-size:120%; font-weight:bold;}
Ul.rssFeed .desc	{margin-bottom:.2em;}
Ul.rssFeed .meta	{}

/* Blogging Plugin  Styles */
.BloggingAboutBox
{
                padding: 10px;
}

.BloggingAboutBox A
{
                display: block;
}

.RSSFeedLink
{
                float:right;
                margin-top: -30px;
                margin-right: 5px;
}

.BlogItem
{
                margin-bottom: 30px;
}

.BlogItem .CreatedDate
{
                font-size: large;
                border-bottom: 1px dashed navy;
                padding-bottom: 10px;
                margin-bottom: 10px;
}

.BlogItem h1.Title
{
                font-size: large;
}

.BlogItem .Content
{
                margin-bottom: 10px;
}

.CommentItem
{
                border-bottom: 1px lightgrey dashed;
                padding-bottom: 10px;
                margin-bottom: 10px;
}

.CommentItem .Title
{
                font-weight: bold;
                margin-bottom: 5px;
}

.CommentItem .MetaData
{
                font-style: italic;
                color: gray;
                margin-bottom: 10px;
}

.CommentItem .Content
{
                margin-bottom: 10px;
}

.CommentItem .CreatedDate
{
                /*font-weight: bold;*/
}




/* New comment form layout */
.BlogEntryNewCommentForm fieldset {
  margin-bottom: 10px;
}
.BlogEntryNewCommentForm legend {
                padding: 0 2px;
                font-weight: bold;
                _margin: 0 -7px; /* IE Win */
}

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

.BlogEntryNewCommentForm fieldset ol, 
.BlogEntryNewCommentForm fieldset ul 
{
  margin: 0;
  padding: 0;
}


.BlogEntryNewCommentForm fieldset li {
  list-style: none;
  list-style-image: none;
  padding: 5px;
  margin: 0;
  clear: both;
  border: 0;
}

.BlogEntryNewCommentForm fieldset li input,
.BlogEntryNewCommentForm fieldset li textarea
{
  width: 350px;
}

.BlogEntryNewCommentForm fieldset li div.captcha
{        
    line-height: 1.8em;    
    margin-bottom: 5px;
    float: left;    
}

.BlogEntryNewCommentForm fieldset label, .captchaLabel
{
    width: 120px; /* Width of labels */
    vertical-align:top;
    line-height: 1.8em;
    float: left;
    margin-right: 5px;
}

.BlogEntryNewCommentForm fieldset li div.captcha img 
{
    margin-bottom: 2px;
}

/* Form styles */
                
.BlogEntryNewCommentForm legend { padding-left: 0; color: #333; }

.BlogEntryNewCommentForm fieldset {
                border: none;
                /*border-top: 1px solid #C9DCA6;*/
                }
                                
.BlogEntryNewCommentForm fieldset li {
                padding: 5px 10px 7px;
                border-top: 1px solid #C9DCA6;
                }

/* End blogging styles */