/*
 * Cascading Style Sheet (CSS 467) for WestCoast Produce
 *
 * All style attributes in alpha-numeric order starting from 0
 */ 

/* 
 * ========================================
 * Global Elements and General Styles
 * ========================================
 */

html, body {
	background: #FFF;
	font-family: Arial, Verdana, Tahoma, Georgia, sans-serif;
	font-size: 12px;
	text-align: center;
}

a {
	color: #31308C;
	text-decoration: none;
}

p a:hover {
	border-bottom: 1px dotted #999;
	color: #222;
}

a:focus {
	outline: none;
}

address {
	font-style: normal;
	margin: 10px 20px;
}

img.border {
	border: 1px solid #111;
	clear: both;
	margin: 10px;
}

img {
	border: 0;
}

.left {
	float: left;
}

.name {
	color: #31308C;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.red {
	color: #BE3826;
}

.right {
	float: right;
}

#Wrapper {
	margin: 50px auto 0px auto;
	width: 700px;
}

#Navigation {
	background: #272674 url('../img/background-navigation.gif') repeat-x top left;
	border: 1px solid #272674;
	height: 27px;
	overflow: hidden;
	width: 698px;
}

#Navigation ul {
	height: 27px;
	list-style: none;
	margin: 0px 0px 0px 4px;
	padding: 0;
}

#Navigation ul li{
	display: block;
	float: left;
	text-align: center;
}

#Navigation ul li a{
	color: #FFF;
	font-size: 11px;
	line-height: 27px;
	margin: 0;
	padding: 7px 10px;
}

#Navigation ul li a:hover{
	color: #FFC200;
}

#Header {
	background: #EEE url('../img/background-header.gif') repeat-x top left;
	border: 1px solid #A6A6A6;
	height: 135px;
	text-align: left;
	width: 698px;
}

#Welcome {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	float: left;
	height: 135px;
	width: 320px;
}

#Welcome img{
	margin: 30px 0px 0px 0px;
}

#Welcome span{
	display: block;
	margin: 15px 0px 0px 20px;
	text-align: left;
}

#Page {
	background: #DEDEDE url('../img/background-page.gif') repeat-x top left;
	border: 1px solid #A6A6A6;
	border-top: 0px;
	overflow: auto;
	width: 698px;
}

#Footer {
	color: #969696;
	font-size: 11px;
	text-align: center;
	width: 700px;
}

/* 
 * ========================================
 * Index Page
 * ========================================
 */

#Home div.left{
	float: left;
	width: 220px;
}

#Home div.left div.red{
	padding: 5px 0px;
}

#Home div.right{
	float: right;
	width: 460px;
}

#Home div.right div#Teaser {
	background: #EFF3F7 url('../img/background-teaser.gif') no-repeat top right;
	border: 1px solid #D0D0D0;
	height: 110px;
	margin: 15px 0px 0px 0px;
	text-align: left;
	width: 450px;
}

#Home div.right div#Teaser p{
	font-size: 11px;
	margin: 10px;
	width: 300px;
}

#Home div.right div#News {
	margin: 10px 0px 0px 0px;
	width: 450px;	
}

#Home div.right div#News .Header{
	background: #BE3825;
	color: #FFF;
	height: 33px;
	font-weight: bold;
	line-height: 33px;
	text-align: center;
	width: 224px;
}

#Home div.right div#News .Header a{
	color: #FFF;
}

#Home div.right div#News .Content{
	height: 150px;
	text-align: left;
	width: 224px;
}

#Home div.right div#News .Content p{
	font-size: 11px;
	margin: 20px;
}

#Home div.right div#News .Content p a{
	color: #2D2C81;
}

/* 
 * ========================================
 * Sub Pages
 * ========================================
 */
 
#MainPage {
	padding: 0px 20px;
	text-align: left;
	width: 650px;
}

#MainPage h1 {
	border-bottom: 1px dotted #999;
	font-family: Georgia, Arial, Verdana, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#MainPage h2 {
	border-bottom: 1px dotted #999;
	color: #666;
	font-family: Georgia, Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#MainPage.Team table {
	border: 0;
	border-spacing: 0;
	height: 135px;
	margin: 0;
	padding: 0;
	width: 100%;
}

#MainPage.Team table td{
	height: 135px;
	width: 25%;
}

#MainPage.Team table td p{
	margin: 0;
}

#MainPage.Team table td img {
	border: 3px solid #999;
}

#MainPage.Weather table {
	border: 0;
	border-spacing: 0;
	height: 86px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

#MainPage.Weather table td{
	height: 83px;
	width: 33%;
}

#MainPage.Weather table td img{
	border: 3px solid #999;
}

#MainPage.Pictures p{
	font-weight: bold;
	text-align: center;
	width: 100%;
}

#MainPage.Pictures #Menu img{
	border: 2px solid #999;
	height: 40px;
}
