/* Hacks and general CSS Stuff */
body { 
	margin: 0px 0px 20px 0px; 
	padding: 0px;
	
}

body { 
	background-color: #FFFFFF; 
	color: #005A99;
}

body, input, select, textarea { 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px;  
}

input, select, textarea { 
	color: #4E4E4E; 
	text-transform: none;
}

h1, h2 { 
	color: #4E4E4E; 
	font-size: 16px; 
}

li { 
	list-style-type:disc; 
	list-style-image: url(images/blueArrowL.gif); 
	list-style-position: outside; 
	line-height: 20px; 
}

form { margin: 0px; }

.errorText { color: #FF0000; font-weight: bold; }

/* Basic Core Frame work of site */
#container { 
	position: relative; 
	height: 100%; 
	width: 784px; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 0px 4px 0px 4px; 
}

#header { 
	position: relative; 
	background-image: url(images/bgHdr.jpg); 
	width: 100%; 
	height: 113px; 
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#footer { 
	position: relative; 
	clear: both; 
	line-height: 20px; 
	width: 100%; 
	height: 25px; 
	padding-top: 5px; 
	text-align: center; 
}

#toc {
	background-image:url(images/menubg.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 36px;
	width: 100%; 
	text-align: center; 
	padding: 7px 0px 0px 0px; 
}

#toc a {
	color: #FFFFFF; 
	text-transform: uppercase; 
	text-decoration: none; 
	padding: 0px 5px 0px 5px; 
}
#footer{
	float: left;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #398AA6; 
	text-transform: uppercase; 
	text-decoration: none; 
}
#footer a{
	float: left;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #398AA6; 
	text-transform: uppercase; 
	text-decoration: none; 
}
#footer a:hover{
	float: left;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0C6482; 
	text-transform: uppercase; 
	text-decoration: none; 
}
#toc a:hover { 
	color: #CEE3EC; 
	text-decoration: none; 
}
.toc {
	text-transform: uppercase; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

#content { 
	position: relative; 
	background-color: #FFFFFF; 
	clear: both; 
	width: 784px; 
	height: 100%; 
	padding: 0px 0px 0px 0px; 
  
}

#col1, #col2, #col3 { 
	position: relative; 
	background-color: #FFFFFF; 
	float: left; 
	width: auto; 
	height: auto; 
	max-width: 550px; 
	padding: 0px 7px 0px 7px; 
}

#col2sub { 
	background-color: #FFFFFF; 
	position: relative; 
	float: left; 
	width: 586px; 
	height: auto; 
	padding: 0px 7px 0px 7px; 
	margin: 0px 0px 0px 0px; 
}
#col4 { 
	position: relative; 
	float: left; 
	width: 170px; 
	height: 355px; 
	max-width: 550px; 
	padding: 0px 0px 0px 7px; 
}

#reset { 
	position: relative; 
	width: 100%; 
	height: 0px; 
}
#jobcol1 {
	position: relative;
	float: left; 
	width: 163px; 
	height: 255px;  
	padding: 14px 0px 7px 0px; 
}
#advertleft {
	position: relative;
	background-color:#E4F3FC;
	float: left; 
	width: 150px; 
	height: 255px;  
	padding: 0px 0px 0px 0px; 
}
#jobcol2 {
	position: relative; 
	float: left; 
	width: 587px; 
	height: 255px;  
	padding: 0px 0px 0px 0px;
}
