@charset "UTF-8";
/* CSS Document */

/* ----- Basic Content -----*/

body {
	font-family:Verdana, Arial, Helvetica,sans-serif;
	font-size:12px;
	margin:0 auto;
	padding:0;
	border:0;
	background:#f1f1f1;
}

.center{
	text-align:center;
}

a:link {
	color:#f4c455;
}

a:visited {
	color:#f4c455;
}

a:hover {
	color:#22356f;
}

/* ----- Overridden Tags -----*/

h1 {
	text-align:center;
	color:#f4c455;
	font-size:30px;
	text-decoration:underline;
}

h2 {
	text-align:center;
	color:#22356f;
	font-size:28px;
	line-height:.7em;
}

h3 {
	text-align:center;
	color:#790000;
	font-size:22px;
	line-height:.7em;
}

/* ----- Main Content -----*/

#mainContent {
	background:#FFF;
	width:915px;
	margin:0px auto;
	margin-bottom:22px;
	float:center;
	position:relative;
}

#footer {
	font-size:11px;
 	clear:both;
 	margin:0px auto;
	margin-bottom:5px;
 	color:#22356f;
	background:#f0e6cb;
 	text-align:center;
 	border-top:solid 1px #E5E5E5;
 	border-bottom:solid 2px #E5E5E5;
 	position:relative;
}

#footer img {
	margin-right:5px;
}

.left-content {
	float:left;
	width:450px;
}

.right-content {
	float:right;
	width:450px;
}

/* ----- Header Content -----*/

#mainHeader {
	background:url(../images/HeaderBackground.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	margin:0px auto;
	height:300px;
	width:915px;
	margin:0px auto;
}

.header-seperator {
	background:url(../images/HeaderSeperator.png);
	height:20px;
	width:915px;
	position:relative;
	top:0px;
}

/* ----- Nav Content -----*/

#nav{
 	background:#22356f;
 	margin:0 auto;
 	height:86px;
 	width:600px;
 	float:right;
	margin-top:210px;
}

#nav_s{
 	background:#22356f;
 	margin:0 auto;
 	height:69px;
 	width:600px;
 	float:right;
	margin-top:251px;
}

.nav_ul {
 	list-style:none;
	padding:0;
 	margin:0 auto;
}

.nav-c {
 	margin:0 auto;
 	height:36px;
}

.nav-c li {
	float:left;
 	height:36px;
 	width:110px;
	margin-top:2px;
}


#left_trim {
	background:url(../images/NavLeftBiscuit.png);
	background-repeat:no-repeat;
	overflow:visible;
	width:16px;
	height:86px;
	float:left;
	margin:0px auto;
}

#left_trim_s {
	background:url(../images/NavLeftBiscuitShort.png);
	background-repeat:no-repeat;
	overflow:visible;
	width:16px;
	height:69px;
	float:left;
	margin:0px auto;
}


#right_trim {
	background:url(../images/NavRightBiscuit.png);
	background-repeat:no-repeat;
	overflow:visible;
	width:16px;
	height:86px;
	float:right;
	margin:0px auto;
}

#right_trim_s {
	background:url(../images/NavRightBiscuitShort.png);
	background-repeat:no-repeat;
	overflow:visible;
	width:16px;
	height:69px;
	float:right;
	margin:0px auto;
}

.nav-outline {
	background:url(../images/NavHorizontalTrim.png);
	background-repeat:repeat-x;
	margin:0px auto;
	height:6px;
	overflow:visible;
}

/* ----- Menu Sectioning Content -----*/

.menu-section {
	margin-bottom:40px;
}

.menu-section h2 {
	text-align:center;
	color:#930;
	font-size:28px;
	line-height:.7em;
	text-decoration:underline;
}

.menu-section ul {
	list-style:none;
	color:#029cfc;
	font-size:22px;
	text-align:center;
	margin:0;
	padding:0;
}

.menu-section li {
	margin:0;
}

.menu-section dt {
	color:#930;
	font-size:22px;
	padding-left:40px;
	text-decoration:underline;
	font-weight:bold;
	padding-bottom:5px;
	margin-top:10px;
}

.menu-section dd {
	color:#029cfc;
	font-size:18px;
	padding-left:40px;
}

.menu-section h3 {
	color:#22356f;
}

/* ----- Header Content -----*/

.menu-header {
	background-color:#22356f;
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
	border-radius:10px;
	box-shadow: 5px 5px 5px #888888;
}

.menu-header p {
	text-align:center;
	font-size:14px;
	color:#f4c455;
	padding-top:4px;
	padding-bottom:4px;
}
.dl-single dt {
	color:#790000;;
	font-size:16px;
	font-weight:bold;
	float:left;
	padding-left:20px;
	margin-right:10px;
}

.dl-single dd {
	font-size:14px;
}

.ImgDropShadow {
	box-shadow: 5px 5px 5px #888888;
}

.BorderedImg {
	border:2px solid #999;
	border-bottom-color:#EEE;
	border-right-color:#EEE;
	box-shadow: 10px 10px 5px #888888;
}