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

body { /* set everything to zero for a good cross-browser starting point */
	margin: 0; /* zeroes the margins on the body */
	padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
	border: 0; /* zeroes off any existing border */
	color: #000;  /* set the default text color */
	text-align: center; /* Hack to centre the wrapper in IE5.x pc */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* set the default fonts */
	font-size: 100.01%; /* Sets default font size. This odd value compensates for several browser bugs. First, setting a default font size in percent (instead of em) eliminates an IE/Win problem with growing or shrinking fonts out of proportion if they are later set in ems in other elements. Additionally, some versions of Opera will draw a default font-size of 100% too small compared to other browsers. Safari, on the other hand, has a problem with a font-size of 101%. Current "best" suggestion is to use the 100.01% value for this property */
	min-width: 1030px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
	background-image: none;
	background-color: #fffbd3;
}

/**************************/
/* skip link is positioned off the screen, but still allows screen readers to see it */
#skiplinks {
	position: absolute;
  	margin-left: -1000px;
}
#wrapper {
	width: 1030px;/*sets the width for IE5.x's broken box model*/
	w\idth: 1030px; /* sets the width of the wrapper for compliant browsers*/
	margin: 1px auto;/* centers the wrapper. First value - 5px is applied to the top and bottom margins, auto sets the excess space on the view port evenly to the left and right*/
	position: relative; /* important to position it relatively */	
}

#header {
	width: 1018px;
	height: 391px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	
}

#nav {
	position: absolute;
	top: 160px;
	right: 45px;
	font-family: "Bradley Hand ITC", Book Antiqua, Goudy Old Style, sans-serif;
	/*font-size: 22px; */
	font-size: 1.45em;
	width: 270px;
}

.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D50000;
	font-size: 90%;
	margin-right: 10px;
	margin-left: 50px;
	width: 150px;
}

#content {
	width: 1018px;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-y;
	margin-top: -50px;
}

#content p {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	line-height: 16px;
	margin-right: 335px;
	margin-left: 85px;
}

#content-bottom {
	background-image: url(images/content-bottom.png);
	background-repeat: no-repeat;
	width: 1018px;
	height: 365px;
	margin-top: -200px;
}

.titleimages { /* used to set the "cold" title images */
	display: block; /* set to display block to ensure it has it's own line in the design */
	
}

#content ul {
	text-align: left;
	padding-left: 200px;
	margin-right: 335px;
	margin-bottom: 5px;
	padding-bottom: 8px;
	font-size: 80%;
	list-style-image: url(images/li.jpg);
}

/*#content li {
	margin-top: 3px;
}*/

#content table ul {
	padding-left: 30px;
	margin-right: 15px;
}

ul.right  {
	margin: 0 15px 6px 30px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-image: url(images/li.jpg);
	text-align: left;
	font-size: 80%;
	background-color: #FFFFFF;
}

#content ol {
	text-align: left;
	padding-left: 45px;
	margin-right: 45px;
	padding-bottom: 8px;
	font-size: 90%;
}

#content td p {
	padding: 3px;
	margin: 3px;
}

#footer {
	font-size:10px;
	text-align: right;
}

.photo  {
	position: absolute;
  	right: 12px;
 	bottom: 22px;
}

a {
	color: #D50000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #000;
	z-index: 400;
	text-align: left;
	line-height: 24px;
	margin-left: 80px;
	margin-right: 335px;

}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #D50000;
	text-align: left;
	font-style: italic;
	margin-left: 120px;
	margin-right: 40px;
}

h2 a {
	color: #D50000;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #D50000;
	z-index: 400;
	text-align: left;
	line-height: 24px;
	margin-left: 80px;
	margin-right: 40px;
	
}

td h2 {
	font-size: 120%;
	color: #B8A008;
	margin-left: 16px;
	margin-right: 15px;
	text-align: left;
}
h4 {
	font-size: 100%;
	color: #3E7484;
	
}

hr {
	margin-left: 26px;
	margin-right: 25px;
}

img a {
	border: none;
}

hr {
	margin-left: 50px;
	margin-right: 350px;
}

table {
	margin-left: 100px;
	margin-right: 350px;
}

.right-red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #D50000;
	font-style: italic;
	background-color: #FFFFFF;
	margin-right: 10px;
}

.right-reg  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #FFFFFF;
	margin-right: 15px;
	
}
