/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(assets/bg.gif); /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #666;
	}
img { display: block; border: 0; }
img.float-left { 
	float: left;
	margin: 10px 15px 15px 0 !important;
	margin: 20px 15px 15px 0;
}
img.float-staff { 
	float: left;
	margin: 10px 15px 15px 0 !important;
	margin: 20px 15px 15px 0;
}
img.float-right { 
	float: right;
	margin: 10px 0 15px 15px !important;
	margin: 20px 0 15px 15px;
}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a:link, a:visited { text-decoration: none; color: #369; border-bottom: 1px dashed #369; }
a:hover { border-bottom: 1px dashed #49515C; color: #49515C; }
a.noborder:link, a.noborder:visited, a.noborder:hover { border-bottom: none; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 740px;
	background: #fff url(assets/dot_line.gif) repeat-y 25%;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
a#header:link, a#header:visited, a#header:hover {
	display: block;
	background: #49515C url(assets/ban_head.jpg) no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	height: 90px;
	width: 740px;
	padding: 0;
	margin: 0;
}
a#header span { display: none; }
/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #858F9E; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
}		
#nav li a:link, #nav li a:visited { 
	text-decoration: none; 
	color: #ddd;
	background-color: #858F9E;
	border-right: 4px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	float: left;
	font-weight: bold;
}
#nav li a:hover { background-color: #6B7687; }
#nav li a.on:link, #nav li a.on:visited { background-color: #49515C; color: #C6C4C5; }
/*------------------------------------------------------------*
**  Subnav
**------------------------------------------------------------*/

#subnav {
	position: relative;
	margin: 0;
	padding: 0;
	background: transparent url(assets/para_bg.jpg) repeat-x;
}
#subnav li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	height: 24px;
	list-style-type: none;
}
#subnav li a:link, #subnav li a:visited {
	display: block;
	position: relative;
	color: #369;
	margin: 0;
	padding: 5px;
	height: 13px;
	vertical-align: middle;
}
#subnav li a:hover {
	background-color: #369;
	color: #fff;
}
#subnav li a.on:link, #subnav li a.on:visited {
	background-color: #369;
	color: #fff;
}
#subnav div { background: #fff url(assets/para_bg.jpg) repeat-x; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 175px;
	position: relative;
	font-size: 11px;
	line-height: 13px;
}
#sidebar div {
	background: #fff url(assets/para_bg.jpg) repeat-x;
	padding: 10px;
	border-top: 1px solid #ddd; 
}
#sidebar q {
	display: block;
	font-style: italic;
	margin: 0 0 10px 0;
}
#sidebar cite {
	color: #49515C;
	font-weight: bold;
	font-size:  10px;
}
#sidebar #cite_position, #sidebar #cite_company  { 
	font-style: italic;
}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 550px;
	position: relative;
	margin-left: 15px;
	line-height: 18px; 
	text-align: justify; 
	word-spacing: 2px;	
	min-height: 400px;
	}	
#content div {
	background: #fff url(assets/para_bg.jpg) repeat-x;
	border-top: 1px solid #ddd; 
	padding: 10px;
}
#content h3 {
	font-size: 18px;
	color: #49515C; 
	margin: 0 10px 0 0; 
}
#content h4 {
	font-size: 14px;
	color: #369; 
	margin: 10px 10px 0 0; 
}
#content ul {
  list-style: circle;
  }
  /*------------------------------------------------------------*
**  Job Detail Content
**------------------------------------------------------------*/
#jobdetail {
	float: left;
	width: 740px;
	position: relative;
	margin-left: 0px;
	line-height: 18px; 
	text-align: justify; 
	vertical-align: top;
	word-spacing: 2px;	
	}	
#jobdetail div {
	background: #fff url(assets/para_bg.jpg) repeat-x;
	border-top: 1px solid #ddd; 
	padding: 16px;
	text-align: left;
	vertical-align: top;
}
#jobdetail h3 {
	font-size: 18px;
	color: #49515C; 
	margin: 5px 0 25px 0;
	text-align: center; 
}
#jobdetail h4 {
	font-size: 12px;
	color: #369; 
	vertical-align: top;
	text-align: right; 
}
#jobdetail ul {
  list-style: circle;
  line-height: 18px;
  padding-left: 16px;
  }
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #49515C url(assets/ban_foot.jpg) no-repeat 100% 0;
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: #fff;
	font-size: 10px;
	line-height: 16px;
	padding: 10px;
	clear: both;
}
	
#footer a { text-decoration: none; color: #A2AFBF; border-bottom: 1px dashed #A2AFBF; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }
