@charset "utf-8";
#banner {
	background-color: #352115;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #A5D8F6;
	border-right-color: #CEC4A5;
	border-left-color: #CEC4A5;
	border-bottom-style: solid;
	height: 90px;
	border-bottom-color: #A5D8F6;
}
#etiquette_scholar_logo {
	width: 17%;
	float:left;
	margin-top: 15px;
	margin-left: 10px;
}
#top_nav {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C9C299;
	border-right-color: #C9C299;
	border-bottom-color: #F0F0EA;
	border-left-color: #C9C299;
	margin-top: 10px;
	text-align: right;
	text-decoration: none;
	border-bottom-style: none;
	height: -20px;
	padding-right: 10px;
}

body {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CEC4A5;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CEC4A5;
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #CEC4A5;
	border-bottom-color: #CEC4A5;
	padding-top: 20px;
	background-color: #FFFFFF;
}
#leftcol {
	float: left;
	width: 162px;
	margin-right: 10px;
	margin-top: 0px;
	font-weight: bold;
}
#leftcoltext {
	float:left;
	padding: 10px;
	border: thin solid #352115;
	margin-bottom: 5px;
	position: static;
		/* CSS 3 elements */
    -webkit-border-radius:0.50em;
	-moz-border-radius:0.50em;
	border-radius:0.50em;
}
#centercol {
	width: 82%;
	top:0em;
	border:1px none #000;
	float: right;
	background-color: #FFFFFF;
}
#tabs {
	width: 82%;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	left: 12em;
	height: 57px;
	margin-left: 12em;
}
#centercoltext {
	width: 420px;
	top:3em;
	border:thin solid #000;
	left: 12em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
	padding-right: 20px;
	margin-top: 10px;
	/* CSS 3 elements */
    -webkit-border-radius:0.50em;
	-moz-border-radius:0.5em;
	border-radius:0.50em;
}
#menu1{
	margin-right: 5px;
}
#menu2{
	margin-right: 10px;
	margin-left: -20px;
}
.navtab a
{
	color:#000000;
	background:#CEC4A5;
	text-decoration:none;
	padding: 10px;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: medium;
	font-weight: bold;
		/* CSS 3 elements */
    webkit-border-top-right-radius:0.50em;
	-webkit-border-top-left-radius:0.50em;
	-moz-border-radius-topright:0.50em;
	-moz-border-radius-topleft:0.50em;
	border-top-right-radius:0.50em;
	border-top-left-radius:0.50em;
}
.navtab a:hover{
color:#ffffff;
background:#352115;
padding:10px;
}
.navtab ul
{
padding:10px;
list-style-type:none;
}
.navtab li
{
	display:block;
	float:left;
	margin:0;
}

.navtab li#current a {
	background-color: #A5D8F6;
	color: #000000;
}
.navtab li#current a:hover {
	background: #352115;
	color: #FFFFFF;
}
#rightcol {
	float: right;
	background-color: #CEC4A5;
	padding: 10px;
	font-size: x-small;
	border: thin solid #000;
	position: relative;
	width: 300px;
	/* CSS 3 elements */
    -webkit-border-radius:0.50em;
	-moz-border-radius:0.5em;
	border-radius:0.50em;
	margin-bottom: 20px;
	margin-top: 10px;
}
#lastrow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #007071;
	background-color: #CEC4A5;
	height: 50px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #007071;
	border-right-color: #CEC4A5;
	border-bottom-color: #4F4937;
	border-left-color: #CEC4A5;
}
#copyright_row {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
}
#bottomrow {
	background-color: #A5D8F6;
	height: 70px;
	border: medium solid #4F4937;
}
.clearfloat {
	clear: both;
}
body {background-color: #F5F5DC;
}
p {color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px font-style:normal; font-variant:normal; font-weight:normal}
h1 {
	color:#352115;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-large;
	font-weight:bold;
	text-align: center;
}
h2 {color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:large; font-weight:bold}
h3 {color:#666666; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:medium; font-weight:bold}
h4 {color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:small; font-weight:bold}
h5 {color:#666666; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:small; font-weight:bold}
h6 {color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:x-small; font-weight:bold;}
.note {
	background-color:#A5D8F6
}
a:link {
	color: #000000;
}
a:visited {
	color: #0000FF;
}
a:hover {color: #FF0000;}
body,td,th {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: small;}
.style2 {font-size: x-small}
.style3 {color: #FFFFFF}

#navigation-bar {
	list-style: none;
	float: left;
	margin-left: -20px;
}
#navigation-bar li {
	display: inline;
	float: none;
	padding-right: 20px;
}
#navigation-bar li a {
	width: 8.5em;
	text-decoration: none;
	padding-right: 0.1em;
	padding-left: 0.1em;
}

#navigation-barlr {
	list-style: none;
}
#navigation-barlr li {
	display: inline;
	float: none;
	padding-right: 10px;
}
#navigation-barlr li a {
	width: 8.5em;
	padding: 0.5em 1em;
	text-decoration: none;
	background-color: #CEC4A5;
	color: #4F4937;
}

ul#navigationvert {
	width: 160px;
	float:left;
	margin-left: -40px;
	margin-top: 0px;
 }
 ul#navigationvert li {
	list-style: none;
	background-color: #352115;
	text-align: left;
	border-top-width: thin;
	border-top-style: solid;
	color: #FFFFFF;
	border-top-color: #A5D8F6;
	border-right-color: #A5D8F6;
	border-bottom-color: #A5D8F6;
	border-left-color: #A5D8F6;
	padding: 1px;
 }
 ul#navigationvert li a {
	display: block;
	text-decoration: none;
	padding: 0.75em;
	color: #FFFFFF;
 }
 a:active {
	color: #000000;
	background-color: #A5D8F6;
	border-top-width: 3ex;
	border-bottom-width: 3ex;
	border-top-color: #CEC4A5;
	border-right-color: #CEC4A5;
	border-bottom-color: #CEC4A5;
	border-left-color: #CEC4A5;
}
 a:hover {
	background-color: #CEC4A5;
	color: #000000;
}
 ul#navigationvert li#youarehere a {
	background-color: #A5D8F6;
	color: #352115;
	padding: 7px;
}
#textbox {
	margin-top: 30px;
	margin-bottom: 20px;
	height: 34em;
}
#textboxa {
	width: 42%;
	float:left;
	border: thin solid #000;
	padding: 10px;
	height: 32em;
		/* CSS 3 elements */
    -webkit-border-radius:0.50em;
	-moz-border-radius:0.50em;
	border-radius:0.50em;
}
#textboxb {
	width: 42%;
	float:right;
	border: thin solid #000;
	padding: 10px;
	height: 32em;
		/* CSS 3 elements */
    -webkit-border-radius:0.50em;
	-moz-border-radius:0.50em;
	border-radius:0.50em;
}
#rightcoltext	{
	width: 175px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #352115;
	border-right-color: #352115;
	border-bottom-color: #352115;
	border-left-color: #352115;
	background-color: #F5F5DC;
	padding: 10px;
	margin-top: 10px;
}
#fork_bullet li {
	padding: 0;
	margin-top: 1em;
	margin-left: -35px;
}
#fork_bullet li{
	list-style: none;
	background: url(../images/dining_etiquette/fork_bullet.gif) no-repeat left center;
	padding-left: 4em;
}
#globe_bullet li {
	padding: 0;
	margin-top: 1em;
	margin-left: -35px;
}
#globe_bullet li{
	list-style: none;
	background: url(../images/globe_bullet.gif) no-repeat left center;
	padding-left: 4em;
}
#plate_bullet li {
	padding: 0;
	margin-top: 1em;
	margin-left: -35px;
}
#plate_bullet li{
	list-style: none;
	background: url(../images/dining_etiquette/plate_bullet.gif) no-repeat left center;
	padding-left: 4em;
}
#knife_bullet li {
	padding: 0;
	margin-top: 1em;
	margin-left: -35px;
}
#knife_bullet li{
	list-style: none;
	background: url(../images/dining_etiquette/knife_bullet.gif) no-repeat left center;
	padding-left: 4em;
}
#spoon_bullet li {
	padding: 0;
	margin-top: 1em;
	margin-left: -35px;
}
#spoon_bullet li{
	list-style: none;
	background: url(../images/dining_etiquette/spoon_bullet.gif) no-repeat left center;
	padding-left: 4em;
}
#glass_bullet li {
	padding: 0;
	margin-top: 1em;
	margin-left: -35px;
}
#glass_bullet li{
	list-style: none;
	background: url(../images/dining_etiquette/glass_bullet.gif) no-repeat left center;
	padding-left: 4em;
}
#bread_bullet li{
	list-style: none;
	background: url(../images/dining_etiquette/bread_bullet.jpg) no-repeat left center;
	padding-left: 4em;
}
