BODY

{
	COLOR: #000; /* default text color */
	background-image:url('images/back.jpg');
	background-attachment: fixed;


	font-family: arial;
	margin: 10px;
}



/* General Settings */



H1

{
	font-family: arial;
	COLOR: #182272;
	font-size: 14pt;
	text-align: left;

}



H2 {

	COLOR: #182272;

font-size: 11pt;

}


H3 {

	COLOR: #182272;

font-size: 10pt;

}

H4 {

COLOR: #000000;

font-size: 10pt;

}


a:link, a:visited {

	text-decoration: underline;
	font-weight: normal;
	color: #0000FF;

}

a:hover {

	text-decoration: underline;
	font-weight: normal;
	color: #0000FF;

}





/* Fixed width in the middle of the screen with a border */



.container

{
	width: 900px;
	border: solid 0px #000;
}



/* Not important if using one solid header the same size as the container above */

.headerwrapper

{

	border-bottom: solid 0px #ff0000;
	
}

.header

{

	position: relative;
	display: block;
	
}

.headerform
{
	position: absolute;	
	top: 0px;
	left: 400px;
	width: 377px;
	height: 115px;
}


/* Use to set the color and size of the leftbar */



td.leftbar

{

	background-color: #000;
	color: #FFF;
	width: 200px;
	border-right: solid 1px #000;


}

td.mainwindow

{

	padding: 10px;
	width: 700px;
	background-color: #fff;
	font-size: 11pt;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;

}

div.navbar

{

	margin-top: 10px;

	margin-bottom: 100px;

	width: 100%;

}

td.atable
{

	FONT-FAMILY: arial;
	font-size: 10pt;
	text-align: left;
}



td.directory
{

	FONT-FAMILY: arial;
	font-size: 10pt;
	text-align: left;
	padding: 6px;
}

table.courses

{	
	FONT-FAMILY: arial;
	font-size: 10pt;
}



div.mainbodytext

{

	FONT-FAMILY: arial;
	font-size: 10pt;
	text-align: left;
}



.bluelinks a.nav:link, .a.nav:visited
{
text-align: center;
display: block;

font-weight: bold;

}

.bluelinks p {
font-size: 100%;
FONT-FAMILY: Arial;
text-align: center;
font-weight: bold;
}



a.nav:link, a.nav:visited
 {

	background-color: #000;
	FONT-FAMILY: arial;
	font-size: 10pt;
	color: #fff; /* text color */
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	width: 100%; 
	margin-bottom: 6px;
	border-bottom: solid 0px #061348;
	display: block; /* makes it so you don't need br's between the buttons */

	-moz-box-sizing:border-box;box-sizing:border-box;

}








a.nav:hover {

	background-color: #FFF;
	text-decoration: none;
	color: #000;

}














.copy {

	background-color: #ccc;
	display: block;
	color: #000; 

	font-weight: bold;

	font-size: 10pt;

	FONT-FAMILY: Arial;

	text-align: center;

	width: 990px;

	padding-top: 10px;

	padding-bottom: 10px;

}





a.jwd:link, a.jwd:visited {

	color: #fff;  
	text-decoration: none;
	font-weight: bold;

}


a.admin:link, a.admin:visited {

	color: #cccccc;  
	text-decoration: none;
	font-size: 10pt;
	text-align: center;
	width: 100%;

}




div.contactform

{

	width: 280px;
	float: right;
	text-align: center;

}


.assess

{

	background-color: #000;
	color: #fff;

}

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

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

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

.footergads
{
text-align: center;
display: block;
padding-top: 40px;
}

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



.floatright

{

float: right;

}

.floatleft

{

float: left;

margin-right: 10px;

}

DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;}

/* ---- 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 ---- */


