
/* General HTML Tag Styles */
html,body {
	margin:10px;
	padding:0;
}
	
body {
	font: 75% arial,sans-serif;
	text-align:center;
	line-height: 18px;
	}
	
p {
	margin:0 10px 0 10px;
	}
a {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #00adef
} 
	
h3 {
	margin: 0 0 10px 0;
	color: #0CABED;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-bottom: 5pt;
	border-bottom: 1px solid #0CABED;
}

td {
	font: 75% arial,sans-serif;
}
	
/* DIV Layout Styles */
div#pagecontainer {
	width: 770px;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	margin:0 auto;
	border: 0px solid #000;
}

div#headercontainer {
	position:relative;
	top: 73px;
	left: 10px;
	background-image: url(/images/menupicturesbeta.jpg);
	background-repeat: no-repeat;
	height: 155px;
	z-index: 100;
	clear: both;
}

div#topmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	z-index: 200;
}

div#logo {
	position:relative;
	float: left;
	width: 300px;
	top: -60px;
	left: 0px;
	text-align:left;
	padding: 0;
	border: 0px solid #000;
	z-index: 200;
}

div#searchbox {
	position:relative;
	top: -60px;
	left: 0px;
	text-align:right;
	padding: 0 35px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	z-index: 200;
}
	
div#welcomecontainer {
	float:right;
	margin-top: 90px;	
	width:740px;
	padding: 5px 5px 50px 5px;
	text-align: left;
	border: 0px solid #f00;
}

div#contentcontainer {
	float:right;
	margin-top: 90px;	
	width:585px;
	text-align: left;
	border: 0px solid #f00;
}

div#content {
	padding: 20px 15px 15px 10px;	
	clear:both;
}

div#newsflash {
	background-color: #ffffcc;
	padding: 5px 0 15px 0;
	border: 1px solid #0CABED;
}

div#newsflash h4 {
	margin: 0 0 0 10px;
	color: #0CABED;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	padding: 5px 0 5px 0;
}

div#banner {
	clear: both;
	padding: 20px 0 10px 10px;
}
	
div#navigation {
	margin-top: 90px;
	background: #00ADEF;
	background-image: url(/images/leftnav.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float:left;
	text-align: left;
	width:175px;
	border: 0px solid #000;
	z-index: 400;
}
	
div#navigationfooter {
	float:left;
	clear:left;
	width:175px;
}

div#footercontainer {
	clear:both;
	width:100%;
	border-top: 10px solid #41ad48; 
	background-color:#00adef; 
	text-align:center; 
	font-family:Arial; 
	font-size:12px; 
	color:#FFFFFF; 
	padding:10px;	
}

div#footercontainer a, div#footercontainer a:visited {
	color: #fff;
}


/* custom classes */
.whitetext{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.subheader{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.error{
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div#bullet li{
	list-style-color: #00adef;
	list-style-type: disc;
	padding: 5pt;
	margin-left: 10pt;
}
	
.blueheader {
	color: #04acf3;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}	
.greenheader {
	color: #29A73B;
	font-size: 14px;
	font-weight: bold;
}	
.bluesmallheader {
	color: #04acf3;
	font-size: 12px;
	font-weight: bold;
}	

.subscription {
	color: #0CABED;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 5pt;
	border-bottom: 1px solid #0CABED;
}

#textLeft {
	width: 350px;
	float: left;
}
#textRight {
	color: #0CABED;
	text-align: right;
	margin-left: 150px;
	font-size: 11px;
}
#employmentnav { margin: 0; }
#employmentnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.newsdate {
	font-weight: bold;
}

#pressrelease h4 {
	margin: 0 0 3px 0;
	padding: 0;
}

#pressrelease h5 {
	margin: 0;
	padding: 0 0 13px 0;
}

#pressrelease .image{
	border: 1px solid #04acf3;
	margin: 0px 0 10px 10px;
	float: right;
}

#pressrelease .article{
	width: 400px;
	float:left;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #04acf3;
}

#pressrelease .articlelist{
	float: right;
	width: 140px;
}

#subnote {
	border-top: 1px solid #04acf3;
	text-align: left;
	font-size: 8pt;
	padding-top: 10px;
	margin: 0 0 0 10px;
}
img.vpimages  {
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
	border: 1px solid #43c616;
}
img.googletrip {
	margin-left: 5px;
}
ul.themax li { margin: 0 20px 5px 20px; }
li.green { list-style-image: url(../schedulesandservices/themax/maxgreen.gif); }
li.brown{ list-style-image: url(../schedulesandservices/themax/maxbrown.gif); }
li.yellow{ list-style-image: url(../schedulesandservices/themax/maxyellow.gif); }
li.red{ list-style-image: url(../schedulesandservices/themax/maxred.gif); }
li.black{ list-style-image: url(../schedulesandservices/themax/maxblack.gif); }
li.purple{ list-style-image: url(../schedulesandservices/themax/maxpurple.gif); }
li.blue{ list-style-image: url(../schedulesandservices/themax/maxblue.gif); }