@charset "ISO-8859-1";

body {
	background-color: #DD021C;
	margin-top: 0px;
	color: #000000;
}

img { border: none; }

.homepagedisclaimer {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
}

#topaddress {
	margin-top: 5px;
	padding-left: 15px;
	background-image: url(images/layout_02.jpg);
}

#topaddress p {
	color: #FFFF00;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

#topaddress .title {
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
}

#topaddress a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}

.main {
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
}

h1 {
	padding-left: 60px;
	padding-right: 60px;
	color: #910011;
}

h1.home {
	color: #cfcfcf;
	font-weight: normal;
	text-align: center;
}


p.home{
	color: #000000;
	text-align: left;
	margin: 0 100px 0 100px;
}


/*  MENU   */

.menutitles {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 4px;
	text-align: left;
}

.menupricing {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.menudescription {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-left: 4px;
	font-style: italic;
	text-align: left;
}

#employmentcontent {
	background-image: url(images/layout_13.jpg);
	background-repeat: repeat-y;
	margin-left: 60px;
	margin-right: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-size: 14px;
	color: #000000;
}

.footer {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #00ADEF;
	font-weight: bold;
}




/* New Menu

----------------------------------------------------------------- */

.menuContainer {
	width: 640px;
	padding-left: 80px;
	text-align: left;
}

.menuComment {
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 120%;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	text-align: center;
}

.menuItem { padding-bottom: 16px; }

.menuItem div.title {
	margin: 0px;
	padding: 0px;
	color: #111111;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0px;
	font-weight: bold;
}

.menuItem div.title span.new {
	color:#b6121d;
	font-size:14px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.menuItem div.description {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 140%;
	color:#444444;
}

.menuItem div.description span { color:#827A6A; }

.menuItem div.description span.new {
	color:#b6121d;
	font-size:10px;
	font-weight: bold;
	padding: 0px 0px 0px 3px;
	margin: 0px 0px 0px 0px;
}

.menuItem div.title2 {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	color: #000000;
	font-size: 14px;
	line-height: 150%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
}

.menuItem div.description2 {
	margin: 0px 0px 0px 0px;
	color: #666666;
	padding: 0px;
	font-size: 12px;
	line-height: 150%;
}

.menuItem div.title3 {
	margin: 0px;
	padding: 0px;
	color: #555555;
	font-size: 16px;
	line-height: 150%;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: normal;
}

.menuItem div.description3 {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	color: #6f4e2f;
	font-size: 13px;
	font-style: italic;
	line-height: 150%;
}

.leftCol {
	width: 300px;
	margin-right: 25px;
	float: left;
}

.rightCol {
	width: 300px;
	float: left;
}

.menuimage {
	float: right;
	padding: 5px;
}

.clear { clear: both; }

#footer {
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	
}

#footer a {
	text-decoration: underline;
	color: #ffffff;
}

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