/* Vegetable Problems CSS Document */

body{
 	margin: 0px auto 10px auto;
	background-color: #414141;
	font-family: Arial, Helvetica, sans-serif;
}

/*splash layout */
#splashcontainer{
	width: 740px;
	height: 440px;
	margin: 0px auto;
	background-image: url(/vegproblems/images/splash4.jpg);

}



.splashmenu{
position: relative;
padding-top: 80px;
float: left;

}

.splashmenu ul{
list-style-type: none;
}

.splashmenu li{
	margin-right: 5px;
	font-size: 13px;
	font-weight: bold;
	
}

/* layout */

#container{
	background-image: url(/vegproblems/images/template_05.jpg);
	background-repeat: repeat-y;
	width: 830px;
	margin: 0px auto;
}

#top
{
height: 196px;
background-image: url(/vegproblems/images/template_01.jpg);
background-repeat: no-repeat;
}


#topprint{
display: none;
}

#left
{
	float: left;
	width: 191px;
	background-image: url(/vegproblems/images/template_02.jpg);
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	
}

#left img{
	float: left;
	margin-left: 55px;
	border: none;
}



#content
{
	width: 550px;
	margin-left: 210px;
}


.contact-photo a img{border:none;}
#footernav{
	font-size: 90%;
	border-top: 1px solid #999999;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom:14px;
}

#footerborder{
	width: 830px;
	height: 72px;
	background-image:url(/vegproblems/images/template_06.jpg);
	margin-left: auto;
	margin-right: auto;
	margin-top: -14px;

}

#footermap{
	width: 750px;
	margin: 0px auto;
}

/* nav styling */

#leftmenu{
padding-left: 65px;
}

#left a{
color: #FFFFFF;
text-decoration: none;
}

#left a:hover{
color: #AFE744;
}

#footernav a{
text-decoration: none;
color: #669900;
}

#footernav a:hover{
color: #CC0000;
}

.footertextlight{
font-size: 90%;

}

.footertextlight a{
color: #66CC00;
text-decoration: none;
}

.footertextlight a:hover{
color: #CC0000;
}

/* content styling */

#content h1, #content h2{
	font-size: 22px;
	color: #993300;
	text-align: left;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
}

#content h3{
font-size: 110%;
margin-bottom: -5px;
color: #006699;
}

#content p{
font-size: 90%;
}

#content li { 
font-size: 90%;
}
	
#footernav li{
display: inline;
}
table#problem_table{width:487px;}
td{
font-size: 85%;
}

td a{
font-size: 110%;
text-decoration: none;
}

td a:hover{
color: #003399;
}

td ul{
margin-top: 5px;
}
.tabletitle {
color:#669900;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:110%;
}


.photo{
	background: #EEEEEE;
	border: 1px double #DDDDDD;
	margin: 5px;
	padding: 5px;
	}
	
@media print
	{
	#top
		{
		display: none;
		}
	}
