/* BASIC */

h1, h2, h3, h4, p, ul, ol {
	margin: 0px;
	padding: 0px;
}

a img { 
	border: none;
}

body {
	background-image: url(../images/striped-dark-gray.gif);
	background-color:#333333;
	text-align: center;
	font-size: small;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

p {	
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	text-align: left;
	margin-bottom: 15px;
}

a, a:visited {
	text-decoration: none;
	color: #9A2C2F;
}

li {
	list-style: none;
	margin-bottom: 2px;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size:240%;
	font-family: "Trebuchet MS", Arial, Helvetica;
	text-transform: uppercase;
	color:#999999;
	display: block;
	margin-top: 5px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #999999;
}

ul {
	margin-top: 2px;
}

/* LAYOUT */

#container {
	text-align: left;
	padding: 11px 25px 25px 25px;
	background-color:#E7E7E7;
	display: block;
	margin: auto;
	width: 950px;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}

#nav {
	float: left;
	width: 175px;
}

#main {
	display: inline;
	border: 1px solid #CCC;
	float: right;
	background-color: #FFFFFF;
	font-size: 85%;
	width: 720px;
	padding: 20px;
	margin-top: 5px;
}

#header {
	float: right;
	width: 460px;
	font-size: 85%;
}

#footer {
	text-align: center;
	font-size: 75%;
	float: right;
	width: 760px;
	padding-top: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
/*HEADER*/

#header p {
	float: left;
	font-size: 90%;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#header a {
	color: #666666;
}

#header a:hover {
	color: #9A2C2F;
}

#header strong {
	margin-left: 12px;
	color: #666666;
}

#header img {
	border-top: 1px solid #F8F8F8;
	border-right: 1px solid #F8F8F8;
	margin-top: 1px;
	vertical-align:top;
}

#searchfield {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin-right: 4px;
	color: #000000;
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align:top;
}


/* NAVIGATION */
#logo {
	width: 150px;
	float: left;
}

#logo img {
	margin-left: 32px;
	margin-bottom: 10px;
}

/* MAIN */
#breadcrumb {
	width: 370px;
	float: right;
	padding-right: 1px;
	margin-top: 3px;
	margin-bottom: 0px;
	text-align: right;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#copy {
	width: 500px;
}

#copy p {
	margin-bottom: 15px;
	line-height: 140%;
}

#copy h2, #directionscopy h2 {
	font-size:130%;
	padding-bottom: 5px;
}

#copy .values li {
	line-height: 130%;
	margin-bottom: 5px;
	font-weight: normal;
	list-style-type: circle;
	list-style-position: outside;
}

#copy ul.values {
	margin-bottom: 15px;
	margin-left: 20px;
}

#copy ul.list {
	margin-top: 0px;
	margin-bottom: 15px;
}

#copy .list li {
	margin-left: 15px;
	margin-top: 3px;
	list-style-position: outside;
	list-style-type: circle;
}

#copy .news ul {
	margin-top: 15px;
	margin-bottom: 15px;
}

#copy .news li {
	margin-bottom: 2px;
	margin-top: 10px;
	list-style-type: square;
	list-style-position: inside;
}


#copy .awardtitle {
	border-bottom: 1px solid #999999;
	font-size: 120%;
	font-weight: bold;
}

#copy table {
	width: 500px;
	margin-top: 12px;
	margin-bottom: 3px;
}

#copy td, tr {
	margin: 0px;
	vertical-align: top;
	padding: 5px;
}

/*LINKS*/

a.boxlinks {
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-top: 6px;
	margin-bottom: 10px;
}

a.boxlinksimg {
	padding-top: 3px;
	margin-bottom: 2px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	display: block;
}

a.boxlinksimg img {
	margin-bottom: 2px;
}

a.boxlinksimg, a.boxlinks {
	color: #9A2C2F;
	text-decoration: none;
	background-color: #F8F8F8;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover.boxlinks, a:hover.boxlinksimg {
	background-color:#E7E7E7;
	border-color: #999999;
	text-decoration: none;
}

/*IMAGES*/

#block_images {
	width: 485px;
	float: left;
	border: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 11px;
}

#block_images img {
	float: left;
	background-color: #F8F8F8;
	margin-right: 8px;
	margin-bottom: 5px;
}

#block_images img.floatright {
	float: right;
	background-color: #F8F8F8;
	padding-left: 8px;
	margin-right: 0px;
	margin-bottom: 5px;
}

#block_images p {
	color: #666666;
	line-height: 130%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

img.bodyright {
	margin-left: 4px;
	float: right;
	padding: 3px;
}

img.bodyleft {
	float: left;
	padding: 3px;
	border: 1px solid #E7E7E7;
}

img.bodyblock {
	display: block;
	padding: 3px;
	border: 1px solid #E7E7E7;
}

/*FORM*/

#formnewsletter {
	line-height: 150%;
	margin-right: 5px;
	margin-bottom: 3px;
}
.submitButton{
	color: #9A2C2F;
	text-decoration: none;
	background-color: #F8F8F8;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*FOOTER*/

#footer a {
	color: #666666;
	font-size: 10px;
}

#footer a:hover {
	color:#9A2C2F;
	font-size: 10px;
}

#footer {
	font-size: 10px;
}
