BODY
{
	COLOR: #000; /* default text color */
	font-family: tahoma;
	font-size: 10pt;
	background-color: #7DB6D4;
}

/* General Settings */

H1
{
	COLOR: #000;
	FONT-FAMILY: arial;
	font-size: 14pt;

}

H2
{
	COLOR: #000;
	text-decoration: none;
	FONT-FAMILY: arial;
	font-size: 12pt;
}


H3
{
	COLOR: #000;
	text-decoration: ;
	FONT-FAMILY: arial;
	font-size: 10pt;
}


a:link, a:visited {
	text-decoration: underline;
	color: #0000ff;
}
a:hover {
	text-decoration: underline;
	color: #0000ff;
}

li
{
	margin-bottom: 6px;
}



/* Begin Layout Settings */

.wrapper
{
	width: 1000px;
	border: solid 2px #000;
	display: block;
	background: url(images/body-bg.jpg) repeat-y;
	background-position: left top;
	text-align: left;
}

.header
{
	background: url(images/header.jpg) no-repeat;
	height: 150px;
}

.headerlink a:link, .headerlink a:visited
{
	width: 990px;
	height: 145px;
	display: block;
	text-decoration: none;
}


.leftbar
{
	width: 200px;
	float: left;
	display: block;
}

.leftbar li, .leftbar ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.bodywrapper
{
	width: 780px;
	float: right;
	display: block;
}




.bodyinside
{
	padding: 10px;
	text-align: left;
}



.footer
{
	display: block;
	clear: both;
	background-color: #006AA6;
	color: #fff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10pt;
	border-top: solid 2px #000;
}

/* End Layout */


/* Begin Navigation */


#menu
{
	margin-top: 20px;
}

/* Heading for Navigation (optional) */

#menu ul li h2
{
	margin-top: 0px;
	padding-top: 5px;
	font-size: 10pt;
	height: 35px;
	display: block;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}


/* Define Main Navigation */

#menu ul li ul li a:link, #menu ul li ul li a:visited {
	FONT-FAMILY: tahoma;
	font-size: 10pt;
	color: #A3DBFE; /* text color */
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	border-bottom: solid 1px #fff;
	width: 100%;
	display: block; /* makes it so you don't need br's between the buttons */
}



#menu ul li ul li a:hover {
	background-color: #FFF;
	text-decoration: none;
	color: #1A476A; /* text color */

}

#menu ul li ul li a:link span, #menu ul li ul li a:visited span {
	padding-left: 10px;
	display: block;
	padding-top: 6px;
}



/* End Navigation */



@media print
{
.wrapper, .header, 
{
	width: 640px;
}
.leftbar
{
	display: none;
}

}

.skygads
{
float: left;
display: block;
width: 360px;
padding: 5px;
}

.bodyinside ul 
{
list-style-position:inside;
}

.bodyinside ol 
{
list-style-position:inside;
}


.headergads
{
display: block;
text-align: center;
padding-bottom:20px;
}

/* ---- Begin Indeed Widget ---- */

/* ---- Default Fonts and Background Styles ---- */
.INDEED .layout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-color: #ECECEC;

}

/* ---- Default Link Styles ---- */
.INDEED .layout a,
.INDEED .layout a:link {
	color: navy;
}

.INDEED .layout a:visited	{
	color: purple;
}

.INDEED .layout a:hover		{
	color: navy;
}

.INDEED .layout a:active	{
	color: red;
}


/* ---- What/Where input labels ---- */
.INDEED .jobSearchForm label {
	color: #f60;

}

/* ---- Search Title ---- */
#jobSearch .searchResultsHeader .searchResultsTitle {
	font-size: 21px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;

}

#jobSearch .searchResultsHeader .searchResultsTitle em { font-style: normal;}

/* ---- Search Title - Amount Jobs Found ---- */
#jobSearch .searchResultsHeader .searchResultsTitle .amount {
	color: dark-grey;

}

/* ---- Job Title for View Job, Preview Job ---- */
.INDEED .job .jobTitle {
	font-size: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}


/* --- Post Job Title --- */
#postJob #postJobForm h1 {
	font-size: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-bottom: 0;
	
}

/* ---- End Indeed Widget ---- */



