/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
margin: 0; 
padding: 0; 
border: 0; 
}

body {
	background:	#371768 url(../images/body_bg.gif);
	background-repeat: repeat-x;
	font-size: 100.01%;/* fix for IE scaling error at small font sizes*/
	text-align: center;/* centers the wrapper in IE 5.x*/
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B635D;

}

/***** Begin laying out the wrappers *****/

#wrapper {
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	width: 766px;
	text-align: left;
	position: relative;/*set for the positioning of the nav*/
	background-image: url(../images/outercontent_bg.jpg);/*shadow drop bg image*/
	background-repeat: repeat-y;
}

#outercontent {
	margin-left: 1px;
}


/***** Ends the wrappers *****/

/***** Begin laying out the headers *****/
#topbanner {
	background-image: url(../images/header_bg.jpg);/*Main image*/
	background-position: -1px 0;
	height: 48px;
	margin: 0 auto;
	width: 766px;
}

#topbanner .left {
	margin-left: 13px;
}

#topbanner .dish {
	float: right;
	margin-right: 18px;
	display: inline;
}

#subheader {
	background-image: url(../images/subheader_image.jpg);/*shadow drop bg image*/
	background-repeat: no-repeat;
	background-position: 0px 0;
	height: 112px;
	width: 766px;
}

/***** Ends banners **************/

/******* Begins content layout ***********/

#content {
   margin-left: 230px;
	padding: 7px 0 10px 0;
	width: 510px;
}

#content h2 {
	font-size: 95%;
	margin: 12px 0 0 5px;
	color: #333333;
}

#content p {
	font-size: 80%;
	padding: 5px 5px;
}

#content ol,
#content li {
	font-size: 85%;
	margin: 5px 0 0 15px;
}

#content #B4GSpic {
	float: right;
	border: 1px solid #333333;
	margin: 5px 10px 3px 5px;
}

#content form table tr td.padding,
#content table tr td.padding {
background-color: #c4c389;  /*sets the background colour*/
}

#content form table tr td.padding p,
#content table tr td.padding p {
font-size: 80%;  /*reduces the default font size*/
padding: 2px;  /*adds a 2px padding*/
margin: 0px;  /*sets a margin of 0px to the p*/
}

#content form table tr td.padding p strong,
#content table tr td.padding p strong {
color: #000000;  /*sets the colour of the text*/
}


#content .printheader, #content .handheldheader {
	display: none;/*hide the header for the print style sheet*/
}
/****** Ends the content layout ********/

/***** Nav layout ******/

#skip {
	position: absolute; 
	top: -500px;/*places the skip nav off screen*/
}

/* positions the navigation column*/
#nav {
	position: absolute; 
	width: 180px;
	top: 170px;
	left: 23px;
}

#nav h3 {
	color: #371768;
	font-size: 90%;
	padding-top: 4px;
	padding-bottom: 5px;
	width: 179px;
	border-bottom: 1px solid #C4C4C4;
}

#nav img {
	margin: 25px auto;
	border: 1px solid #333333;
}

#nav ul {
	list-style-type: none;
	padding-left: 2px;
	/*margin-left: 20px;*/
}

div#nav ul li {
	border-bottom: 1px solid #C4C4C4;/*plain border for IE pc*/
	font-family: Arial, Helvetica, sans-serif;
	width: 179px;
	margin-bottom: -2px;/*value for IE5.5*/
	margin-bottom:/**/ -5px;/*Value for IE5.01*/
	ma\rgin-bottom: -2px;/*value for IE6*/
}

div#nav>ul li, #nav>h3 {
	border-bottom: 1px dotted #333333;/*IE doesn't do dotted well, set here for browsers other than IE pc*/
	margin-bottom: 0;
}

#nav li a {
	font-size: 80%;
	height: 1%;
	display: block;
	text-decoration: none;
	color: #858585;
	padding: 4px 0 4px 2px;
	margin: 0;
}

#nav li a:hover, #nav li a:focus {
	background-color: #371768;
	color: #fff;
}

/***** Ends the navigation *****/

/***** footers *****/

#footer {
	height: 206px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat; /*Main image*/
	background-position: -1px 0;
	clear: both;
}


#footer p {
	font-size: 70%;
	text-align: center;
	padding: 4px 23px 4px 23px;
	color: #371768;
	/*border-top: 1px solid #000;*/
	margin: 0 13px;
}

#footer ul{
	font-size: 70%;
	text-align: center;
	margin: 0;/*zeroes off the margin defaults*/
	padding: 4px;/*set a padding around the links*/
}

#footer li{
	display: inline;/*sets the list to display inline*/
}

#footer a {  /* Styles the links within the footer */
	color: #371768;  /*sets the text to white*/
	text-decoration: underline;  /*keeps the underline*/
}

#footer a:hover,
#footer a:focus {
	text-decoration: none;  /*removes the underline*/
}

#footer p a,
#content p a,
#content h2 a {  /* Styles the links within the footer */
	color: #371768;  /*sets the text to white*/
	text-decoration: underline;  /*keeps the underline*/
}

#footer p a:hover,
#footer p a:focus,
#content p a:hover,
#content p a:focus,
#content h2 a:hover,
#content h2 a:focus {
	text-decoration: none;  /*removes the underline*/
}

/***** Ends the footers ********/

/* Misc Classes */

.photoRight {
	margin: 0 0 4px 4px;
	padding: 5px;
	border: #371768 solid 1px;
	float: right;
	clear: right;
}
.photoLeft {
	margin: 0 4px 4px 0;
	padding: 5px;
	border: #371768 solid 1px;
	float: left;
	clear: left;
}
