/*-----------------------------------------------------------------------------
GRMOTC Style Sheet

version		1.0
revision:	9/13/08
author:		BH PC Technical Services
email:		brian@bhpctech.com
website:	www.grmotc.com
-----------------------------------------------------------------------------*/



/* GENERAL
-----------------------------------------------------------------------------*/

/* universal selector that removes padding and margins from everything */
* {
	margin: 0;
	padding: 0;
}

img { /* Remove border around linked images */
	border: 0;
}

/* GLOBAL LINKS
-----------------------------------------------------------------------------*/
a:link {
	color: #522e91;
	text-decoration: none;
	font-weight: bold;
}

a:visited {color: #522e91; text-decoration: none;}

a:hover {color: #000; text-decoration: underline;}

a:active {text-decoration: none;}

/* HEADINGS
-----------------------------------------------------------------------------*/
#tagline {
	text-align: center;
	background-position: center;
	padding: 5px;
}

#logo {
	padding: 5px;
	text-align: center;
	float: none;
/*	display: inline;  fixes IE float bug */
}
body {
	background: #fff url(../images/bg-main.jpg) repeat-y top;
	margin: 0px;
}


#mission {
	text-align: center;
	margin: 5px;
	padding: 10px;
	clear: left;
	font-family: Tahoma, Arial;
	font-size: medium;
}





a:focus {outline: none;}




/* BULLETS
-----------------------------------------------------------------------------*/



/* FORMS
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* TABLES
-----------------------------------------------------------------------------*/


/* CLASSES
-----------------------------------------------------------------------------*/
#flash {
	padding: 5px;
	float: left;
	width: 252px;
	height: auto;
	display: inline; /* fixes IE float bug */
}

#content1 {
	text-align: center;
	font-family: Tahoma, Arial;
	font-size: medium;
	float: left;
	margin-bottom: 20px;
	clear: none;
	width: 648px;
	padding-left: 10px;
}

#content2 {
	text-align: center;
	font-family: Tahoma, Arial;
	font-size: medium;
	float: left;
	margin-bottom: 20px;
	clear: none;
	padding-left: 10px;
}

#left_nav #left_nav_pic {
	float: right;
	width: 250px;
	margin-top: 20px;
}
#left_nav #left_nav_content {
	float: right;
	width: 285px;
	padding-left: 15px;
	margin-top: 15px;
	margin-bottom: 25px;
}
#left_nav  .left_nav_content_center {
	width: 285px;
	padding-left: 3px;
	margin-top: 15px;
	margin-bottom: 25px;
	text-align: center;
	font-family: Tahoma, Arial;
	font-size: large;
	float: right;
}

#content1 #paypal {
	background-position: center;
	text-align: center;
}


#content {
	text-align: center;
	padding-left: 10px;
}

#container {
	background-color: #FFFFFF;
	width: 958px;
	padding: 0px;
	clear: left;
	position: relative;
	margin: 0 auto; /* center's container on page */
}
.calendar {
	font-family: Tahoma, Arial;
	font-size: medium;
	text-align: left;
	vertical-align: top;
	color: #000000;
	text-indent: 5px;
}

#landing_page_content #flash {
	padding: 5px;
	width: 252px;
	height: auto;
}
#landing_page_content {
	clear: left;
}


.header1 {
	font-family: Tahoma, Arial;
	font-size: x-large;
	text-align: center;
}
.text_section_title {
	font-family: Tahoma, Arial;
	font-size: large;
	text-decoration: underline;
}
.text1_center {
	font-family: Tahoma, Arial;
	font-size: medium;
	text-align: center;
}
.text1_centerBold {
	font-family: Tahoma, Arial;
	font-size: medium;
	text-align: center;
	font-weight: bold;
}
.text1_left {
	font-family: Tahoma, Arial;
	font-size: medium;
	text-align: left;
}.text2 {
	font-family: Tahoma, Arial;
	font-size: medium;
	text-align: left;
	padding-left: 10px;
}

.style1 {color: #522E91}

#left_list {
	float: left;
	width: 475px;
	text-align: center;
	display: inline; /* fixes IE float bug */
}
#right_list {
	width: 475px;
	float: left;
	text-align: center;
	display: inline; /* fixes IE float bug */
}
#map {
	float: left;
	text-align: center;
	display: inline; /* fixes IE float bug */
	margin: 10px;
	padding: 10px;
}
.verbal_directions {
	float: left;
	text-align: left;
	display: inline; /* fixes IE float bug */
	margin: 10px;
	padding: 10px;
	font-family: Tahoma, Arial;
	font-size: medium;
}
/* NAVIGATION
-----------------------------------------------------------------------------*/
.horizontalcssmenu {
	background-color: #7f1399;
	text-align: center;
	width: 958px;
	position: relative;
	z-index: 2;
	clear: both;
	line-height: 30px;
	/*	vertical-align: middle;*/
	font-family: Tahoma, "Times New Roman", "Courier New", Arial;
/*	background-position: center;*/
/*	display: inline;*/
}
.horizontalcssmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: inherit;
}


/*Top level list items*/
.horizontalcssmenu ul li{
	position: relative; /* causes each list item (li) to float left next to the previous one */
	display: inline; /* removes bullets from list */
	float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block;
	width: 160px;
	/*	border-left-width: 0;*/
	text-decoration: none;
	color: #FFFFFF;
	font-family: Tahoma, "Times New Roman", "Courier New", Arial;
	font-weight: bold;
	font-size: medium;
	background-color: #7f1399;
}
	
.horizontalcssmenu #cssmenu1 .large_menu ul li a{
	display: block;
	width: 239px;
	background-color: #7f1399;
}

/*Sub level menu*/
.horizontalcssmenu ul li ul{
/*	left: 0;
	top: 0px;*/
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 2;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
}
.horizontalcssmenu #cssmenu1 .large_menu {
	width: 239px;
}


/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
	display: inline;
	/*	float: none;*/
	font-family: Tahoma, "Times New Roman", "Courier New", Arial;
	font-size: medium;
	font-weight: bold;
	background-color: #7f1399;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
	width: 160px; /*width of sub menu levels*/
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7f1399;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
}
.horizontalcssmenu #cssmenu1 .large_menu ul li ul li a{
	width: 239px;
}

/*Top level link when hovered over*/
.horizontalcssmenu ul li a:hover{
	background-color: #A74DC3;
	font-family: Tahoma, "Times New Roman", "Courier New", Arial;
	font-size: medium;
/*	width: 191px; */
}

.horizontalcssmenu #cssmenu1 .large_menu ul li a:hover{
	width: 239px;
	background-color: #A74DC3;
	font-family: Tahoma, "Times New Roman", "Courier New", Arial;
	font-size: medium;
}

/*Dropped down menu when hovering */
.horizontalcssmenu #cssmenu1 .large_menu ul li ul li a:hover{
	width: 239px;
}
.horizontalcssmenu ul li ul li a:hover{
	background: #A74DC3;
	font-family: Tahoma, "Times New Roman", "Courier New", Arial;
	font-size: medium;
	font-weight: bold;
/*	width: 191px; */
}

/*.horizontalcssmenu .arrowdiv{
	position: absolute;
	right: 0;
	background-color: #7f1399;
	background-repeat: no-repeat;
	background-position: left center;*/
}
#iepara  { /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
	clear: left;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */


/* FOOTER
-----------------------------------------------------------------------------*/
.footer {
	font-family: Tahoma, Arial;
	font-size: small;
	color: #000000;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	clear: both;
}
#custom_footer {
	font-family: Tahoma, Arial;
	font-size: small;
	color: #000000;
	text-align: center;
}

#designer {
	font-family: Tahoma, Arial;
	font-size: small;
	color: #000000;
	text-align: center;
	padding-top: 10px;
}
#container #left_nav {
	width: 300px;
	float: left;
}

#container  #content3 {
	width: 646px;
	float: left;
	padding-left: 10px;
}
#container  #content4 {
	width: 958px;
	float: left;
	padding-left: 10px;
}
#container #content_cookbook {
	float: left;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
}
#container .cookbook_paypal_button {
	padding-left: 15px;
	font-family: Tahoma, Arial;
	font-size: medium;
	padding-top: 10px;
	float: left;
}
#container #cookbook_page_content {
	font-family: Tahoma, Arial;
	font-size: medium;
	float: left;
	width: 510px;
	padding-top: 10px;
	padding-left: 10px;
}


#content5 {
	text-align: center;
	float: left;
	margin-bottom: 20px;
	clear: none;
	width: 958px;
	padding-left: 10px;
	font-family: Tahoma, Arial;
	margin-top: 10px;
	padding-top: 10px;
}

#container #content ol {
	font-family: Tahoma, Arial;
	list-style-type: upper-roman;
	list-style-position: inside;
	text-align: left;
}

#container #content3 ol {
	font-family: Tahoma, Arial;
	list-style-type: upper-roman;
	list-style-position: inside;
	text-align: left;
	font-size: medium;
}
.text1 {
	font-family: Tahoma, Arial;
	font-size: medium;
}
