/*
	Design by Free CSS Templates http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

html, body {				/* FIREFOX PAGE SHIFT */
height: 100.1%;
margin: 0 0 1px;
}



*	{
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body	{
	margin: 4px 0 2px 4px;
	background: #FFF;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #666;
	}
	
ol, ul {
	margin: 0;
	padding: 0 0 0 0.75em;
}

/* ===== HEADER ===== */

#header {
	width: 780px;
	height: 161px;
	margin: 0 auto;
	background: #336699 url(../images/header2.jpg) no-repeat 100% 50px;
	border-bottom: 8px solid #CC9900;
}

/* ===== LOGO ===== */

#logo {
	float: left;
	width: 240px;
	height: 160px;
	text-align: center;
}

#logo h1 {
	padding-top: 6px;
	font: bold 24px Georgia, "Times New Roman", Times, serif;	
}

#logo h2 {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #F8BE10;
	padding-top: 6px;
}

#logo a {
	text-decoration: none;
	color: #F8BE10;
}

/* ===== MENU ===== */

#menu	{
	float: left;
	width: 540px;
	height: 50px;
	background: #336699;	
}

#menu ul {
	height: 5px;
	background: #336699;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 15px 12px 0 12px;
	border-top: 5px solid #336699;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #DCDCDC;
	border-top-color: #CC9900;
	color: #336699;	
}

#menu .active a {
	background: #FFA800;
	border-top-color: #E16629;
}

#menu a b {
	text-decoration: underline;
}

/* ===== PAGE ===== */

#page	{
	width: 780px;
	margin: 0 auto;
	background: url(../images/img03.gif) repeat-y;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* ===== CONTENT ===== */

#content {
	float: right;
	width: 520px;
	padding: 20px 0px 20px 18px;
	border-bottom: 1px solid #FFFFFF;
}

#content p, #content ol, #content ul {
	line-height: 152%;
}

#content p {
	margin-bottom: 8px;
}

/* ===== SIDEBAR ===== */

#sidebar {
	float: left;
	width: 200px;
	padding: 20px 19px 20px 19px;
}

a	{
	color: #336699;
	}

a:hover {
	text-decoration: none;
	color: #cc9900;
	}

h4	{font: normal 129% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #cc9900;
	}

.imgleft {
	float: left;
	margin: 8px 8px 8px 0;
	}

.imgright {
	float: right;
	margin: 8px 0 8px 8px;
	}

.back {
	font: bold 9px Arial, Helvetica, sans-serif;
	text-align: right;
	}

table, th, td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: Arial, sans-serif;
	color: #555;
}

caption {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 6px 0 6px 0;
}

.faq dt {
	font-weight: bold;
	line-height: 150%;
	margin: 12px 0 0 0;
}

.faq dd {
	margin: 0 0 0 16px;
	line-height: 150%;
}

dl.faq {
	margin: 0 0 18px 0;
}

td, th {
	padding: 4px;
}

thead th {
	text-align: center;
	background: #e6edf5;
	color: #4f76a3;
	font-size: 11px !important;
}

tbody th {
	font-weight: normal;
	font-size: 11px;
}

tbody tr {
	text-align: center;
	background: #fcfdfe;
	font-weight: normal;
	font-size: 11px;
}

tbody tr.odd {
	 background: #f7f9fc;
}

table a:link {
	color: #718abe;
	text-decoration: none;
}

table a:visited {
	color: #718abe;
	text-decoration: none;
}

table a:hover {
	color: #718abe;
	text-decoration: underline !important;
}

tfoot th, tfoot td {
	font-size: 11px;
}

.tableright {
	float: right;
	margin: 0px 0px 0px 32px;
	}

/* ===== BOXED */

.title	{
	background: url(../images/img4.gif) no-repeat right center;
	border-bottom: 3px solid #CFCFCF;
	}

.boxed1 .title {
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CC9900;
	}

.boxed1 .content {
	background: url(../../images/img05.gif) no-repeat left bottom;
	height: 140px;
	padding: 8px 0 0 16px;
	}

.boxed2 .title {
	font: normal 182% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CC9900;	
	}

.boxed2 .content {
	background: url(../images/img06.gif) repeat-x left bottom;
	padding: 20px;
	}

h3, .boxed3 .title {
	font: normal 129% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CC9900;
	margin-top: 28px;
	}

.boxed3 .content {
	padding: 20px;
	}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
	}

/* ==== NEWS */

#news {
	padding: 10px;
	}

#news ul {
	list-style-type: square;
	}

#news li {
	margin-bottom: 15px;
	}

#news h3 {
	margin-bottom: 4px;
	font-size: 92%;
	}

#news h3 a {
	display: block;
	}

#news p {
	font-size: 85%;
	}


/* ======= WELCOME */

#welcome {
	margin-bottom: 16px;
	}


/* ======= SAMPLES */

#sample1, #sample2 {
	float: left;
	width: 250px;
	}

#sample1 {
	}

#sample2 {
	margin-left: 20px;
	}

#sample3 {
	}


/* ====== FOOTER */

#footer {
	width: 780px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 5px solid #cc9900;
	}

#footer p {
	text-align: center;
	font-size: 77%;
	}
	
.boxleft {
	float: left;
	width: 45%;
	}
	
.boxright {
	float: right;
	width: 45%;
	}

.box_highlight {
	background-color: #f4f4f4;
	padding: 12px;
	margin: 8px 20px 8px 20px;
	}
	
.box_currentinfo,
.box_currentinfo_filled,
.box_currentinfo_hired {
	border: 1px solid #D4E0EE;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-size: 12px;	
	color: #555;
	padding: 8px;
	margin: 0px 0px 24px 0px;
	background: #e6edf5;
	color: #4f76a3;
	}
	
.box_currentinfo_filled {
	background-image: url(../images/filled.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.box_currentinfo_hired {
	background-image: url(../images/hired.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.box_currentinfo p {
	border-bottom: 1px dotted;
	}
	
#navSidebar {
	margin: 0;
	padding: 0 0 40px 0;
	width: 180px;
}

#navSidebar ul {
	margin: 0;
	padding: 0;
	width: 100%; /* to display the list horizontaly */
	line-height: 100%;
	font: normal 11px Arial, Helvetica, sans-serif;
}

#navSidebar ul li {
	display: inline; /* for IE5 and IE6 */
}

#navSidebar ul li a,
#navSidebar ul li a:visited {
	display: block;
	width: 172px;
	margin: 1px 0 1px 0;
	padding: 6px 0 6px 6px;
	text-decoration: none;
	background-color: #EEE;
	border-bottom: solid 1px #D6D6D6;
	border-left: solid 1px #D6D6D6;
	border-top: solid 1px #F4F4F4;
	border-right: solid 1px #D6D6D6;
}

#navSidebar ul li a:hover {
	background-color: #336699;
	color: #FFF;
	border: solid 1px #336699;
}

.clearfloats {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0px;
}

.panelbox {
	margin: 0 auto;
	padding: 0;
	width: 80%;
	font-size: 100%;
	background: #F4B800 url(../images/F4B800r20br.png) no-repeat bottom right;
}
.panelboxhead {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #F4B800 url(../images/F4B800r20tr.png) no-repeat top right;
}
.panelboxhead h2 {
	margin: 0;
	padding: 12px 10px 2px 10px;
	background: url(../images/F4B800r20tl.png) no-repeat top left;
	color: white;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}

.panelboxbody {
	margin: 0;
	padding: 8px 10px;
	background: url(../images/F4B800r20bl.png) no-repeat bottom left;
}

.panelboxbody p {
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	text-align: center;
	line-height: 1em;
	margin: 0 0 4px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.panelboxhead a,
.panelboxhead a:visited {
	color:white;
	font weight: bold;
	text-decoration:underline;
}

.panelboxhead a:hover {
	color: blue;
	text-decoration:none;
}
