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

/* This is the master stylesheet that controls page layout and styling
   rules in this stylesheet are optimized for Firefox and Safari */

body {
	background-color: rgb(140,198,63); /* defines the background color of the browser window */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	margin-top: 0;
	top: 0;
	}

#body_front {
	background-color: white; /* defines the background color of the browser window */
	}
	
/* The wrapper creates a container element for the page contents */	

#wrapper {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding: 0 40px;
	background-color: none;
	}
	
div#pagecontent {
	float:left;
	padding-top: 20px;
	padding-bottom: 15px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: white;
	background-image: url(../images/base/page_top.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-top: 10px solid rgb(21,91,170);
	border-left: 1px solid rgb(21,91,170);
	border-right: 1px solid rgb(21,91,170);
	border-bottom: 1px solid rgb(21,91,170);
	}
	
div#frontcontainer {
	float: left;
	width: 582px;
	height: auto;
	padding: 0 10px 0 0;
	background-color: none;
	}
#whatis {
	margin: 10px;
	padding-top: 25px;
}
#sponsors {
	padding: 10px;
}
#vendors {
	padding: 10px;
}
	

/* This section defines the styling of type */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(50,50,50);
	line-height: 1.5em;
	}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(50,50,50);
	line-height: 1.6em;
	}

.bodysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgb(50,50,50);
	line-height: 1.4em;
	}

.bodysmallblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgb(21,91,170);
	line-height: 1.4em;
	}

.bodyblue, .bodyblue a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(21,91,170);
	line-height: 1.6em;
	}
	
.bodyblue a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(90,157,0);
	line-height: 1.6em;
	text-decoration: none;
	}

.bodylargeblue, .bodylargeblue a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: rgb(21,91,170);
	line-height: 1.5em;
	}

.bodylargeblue a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	line-height: 1.5em;
	text-decoration: none;
	}

.brandingtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: rgb(0,147,144);
	line-height: 1.25em;
	}

.scheduleregion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: rgb(21,91,170);
	line-height: 1em;
	margin-top: 7px;
	}
	
.shlargeblue, .shlargeblue a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: rgb(21,91,170);
	line-height: 0.7em;
	}

.shlargeblue a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	line-height: 0.7em;
	text-decoration: none;
	}

.menutagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: white;
	padding-top: 10px;
	}
	
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	line-height: 1em;
	}	
	
.boxlabel {
	width: 104%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: white;
	padding: 10px 1px 10px 10px;
	margin: -10px 0 10px -10px;
	background-color: rgb(140,198,63);
	}

.boxlabelblue, .boxlabelbluenarrow {
	width: 104%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: white;
	padding: 10px 1px 10px 10px;
	margin: -10px 0 10px -10px;
	background-color: rgb(21,91,170);
	}

.boxlabelwideblue {
	width: 102%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: white;
	padding: 10px 0 10px 10px;
	margin: -10px 0 10px -10px;
	background-color: rgb(21,91,170);
	}

.boxlabelwidegreen {
	width: 102%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: white;
	padding: 10px 0 10px 10px;
	margin: -10px 0 10px -10px;
	background-color: rgb(140,198,63);
	}

/* Base Level List Styles */

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	color: rgb(51,51,51);
	list-style-position: outside;
	list-style-type: none;
	padding: 0 0 0 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
	
ul.body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1.6em;
	color: rgb(51,51,51);
	list-style-position: outside;
	list-style-type: disc;
	padding: 0 0 0 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 15px;
}



/* Base Level Link Styles */

a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: rgb(0,102,153);
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: rgb(25,25,25);
	text-decoration: underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: rgb(113,95,179);
}



/* This sections defines layout elements */

#nameplate {
	float: left;
	width: 300px;
	padding: 0 5px 0 0;
	height: 150px;
	}

#menu {
	float: left;
	width: 585px;
	height: 150px;
	}

#column {
	float: left;
	width: 276px;
	height: auto;
	padding: 0 10px;
	background-color: none;
	}

#column_center {
	float: center;
	width: 276px;
	height: auto;
	padding: 0 10px;
	background-color: none;
	}

#column_right {
	float: right;
	width: 276px;
	height: auto;
	padding: 0 10px;
	background-color: none;
	}

#frontphoto {
	float: left;
	width: 582px;
	height: 142px;
	background-color: none;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}

#frontc1c2 {
	float: left;
	width: 602px;
	height: auto;
	padding: 0;
	background-color: none;
	}

#doublecolumn {
	float: left;
	width: 572px;
	height: auto;
	padding: 0 10px;
	background-color: none;
	}

#contentbox {
	float: left;
	width: 265px;
	height: auto;
	padding: 10px;
	border: 1px solid rgb(140,198,63);
	background-color: white;
	margin-top: 10px;
	}

#contentboxnb {
	float: left;
	width: 265px;
	height: auto;
	padding: 0 10px;
	border: none;
	background-color: white;
	margin-top: 0;
	}

#contentboxwide {
	float: left;
	width: 560px;
	height: auto;
	padding: 10px;
	border: 1px solid rgb(140,198,63);
	background-color: white;
	margin-top: 10px;
	}

#contentboxwidetop {
	float: left;
	width: 560px;
	height: auto;
	padding: 10px;
	border: 1px solid rgb(140,198,63);
	background-color: white;
	margin-top: 10px;
	}

#contentboxgreen {
	float: left;
	width: 265px;
	height: auto;
	padding: 10px;
	border: 1px solid rgb(140,198,63);
	background-color: rgb(224,240,203);
	margin-top: 10px;
	}

#contentboxblue {
	float: left;
	width: 265px;
	height: auto;
	padding: 10px;
	border: 1px solid rgb(140,198,63);
	background-color: rgb(237,243,249);
	margin-top: 10px;
	}

#menutagline {
	width: 583px;
	height: 20px;
	background-color: rgb(140,198,63);
	text-align: center;
	padding-top: 10px; 
	}
	
#brandingbar {
	float: left;
	width: 890px;
	height: 110px;
	margin-top: 10px;
	padding-left: 10px;
	background-color: white;
	border: 1px solid rgb(21,91,170);
	}

#brandinglogo {
	float: left;
	width: 286px;
	}		
	
#brandingtext {
	float: left;
	width: 560px;
	padding-left: 20px;
	border-left: 1px solid rgb(0,147,144);
	}		

#footer {
	float: left;
	width: 100%;
	height: 30px;
	margin-top: 20px;
	padding-left: 10px;
	}		

#textwrapright {
	margin-right: 10px;
	}

#textwraprighttight {
	margin-right: 5px;
	}

#columnbalancetop {
	margin-top: 10px;
	}
	


/* Navigation System */
	
#nav {
	margin-top: 0;
	margin-left: 0;
	list-style-type: none;
	border-left: 0;
	text-transform: none;
	float: left;
	margin-bottom: 10px;
	}
	
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	}
	
#nav a {
	float: left;
	width: 125px;
	font-size: 11px;
	padding: 0 10px;
	text-align: center;
	color: rgb(0,114,188);
	background: rgb(187,219,141);
	text-decoration: none;	
	text-transform: uppercase;
	line-height: 2.4;
	margin-top: -11px;
	border-right: 1px solid white;
	}

#nav a:hover {
	background: rgb(21,91,170);
	color: white;
	}
	
#nav_b {
	margin-top: 0;
	margin-left: 0;
	list-style-type: none;
	border-left: 0;
	text-transform: none;
	float: left;
	}
	
#nav_b li {
	margin: 0;
	padding: 0;
	float: left;
	}
	
#nav_b a {
	float: left;
	width: 271px;
	font-size: 11px;
	padding: 0 10px;
	text-align: center;
	color: rgb(0,114,188);
	background: rgb(187,219,141);
	text-decoration: none;	
	text-transform: uppercase;
	line-height: 2.4;
	margin-top: -11px;
	border-right: 1px solid white;
	}

#nav_b a:hover {
	background: rgb(21,91,170);
	color: white;
	}
#body_forms #nav_forms a,
#body_home #nav_home a,
#body_blog #nav_blog a,
#body_stories #nav_stories a,
#body_donate #nav_donate a,
#body_recipes #nav_recipes a,
#body_calendar #nav_calendar a,
#body_faq #nav_faq a,
#body_experts #nav_experts a,
#body_contact #nav_contact a,
#body_store #nav_store a,


/* added 7/29/11 */
#body_register #nav_register a,
/* CSS Document */

#body_sponsors #nav_sponsors a {
	background: rgb(21,91,170);
	color: white;
	font-weight: normal;
	}
#body_scholarships #nav_scholarships a {
	background: rgb(21,91,170);
	width: 271px;
	color: white;
	font-weight: normal;
	}

