/* Start of CMSMS style sheet 'default' */
/*	STRUCTURES
=============================== */

html {
	height: 101%;
	margin: 0 0 1px 0;
	}
	
body {
	background: #e2e2e2 url(/media/images/backgrounds/body.gif) top repeat-x;
	margin: 0;
	}
table, tr, th, td {
	border-collapse: collapse;
	border: none;
	margin: 0;
	padding: 0;
	}
	
#header {
	background: #456d96 url(/media/images/backgrounds/header.gif) top repeat-x;
	height: 163px;
	}
#headerContents {
	width: 965px;
	margin: auto;
	}
#logo {
	float: left;
	margin: 0;
	}
#topAddress {
	font-size: 13px;
	color: #fff;
	text-shadow: 0 1px 0 #3d6792;
	text-align: right;
	float: right;
	margin: 20px 20px 0 0;
	padding: 0;
	}
#topAddress span { font-size: 18px; }

#search {
	background: url(/media/images/backgrounds/search.png) top left no-repeat;
	float: right;
	margin: 12px 20px 0 0;
	padding: 0;
	width: 164px;
	height: 28px;
	}
#search .search-input {
	background: none;
	border: none;
	margin: 3px 0 0 0;
	padding: 4px 0 0 6px;
	font-weight: bold;
	font-size: 12px;
	color: #9b9b9b;
	width: 120px;
	float: left;
	}
#search .search-button {
	float: right;
	margin: 2px 8px 0 0;
	}

#site {
	width: 973px;
	margin: 0 auto;
	}
	
#homeContent {
	margin: 0 0 15px 0;
	}
#homePhoto {
	float: left;
	width: 425px;
	margin: 0;
	padding: 0;
	}
#homeText {
	float: right;
	width: 445px;
	margin: 0;
	padding: 0;
	}
	
#breadcrumbs {
	background: url(/media/images/backgrounds/breadcrumbs.png) bottom center no-repeat;
	width: 933px;
	margin: 0 auto;
	padding: 5px 25px;
	font-size: 12px;
	font-weight: bold;
	}
#breadcrumbs img { padding: 0 2px; }
	
#page {
	background: url(/media/images/backgrounds/page.png) center repeat-y;
	width: 973px;
	margin: 0 auto;
	padding: 0;
	}
#pageContents {
	background: #fff url(/media/images/backgrounds/pageContents.gif) bottom repeat-x;
	width: 905px;
	margin: 0 auto;
	padding: 30px;
	}

#bottomBoxes {
	clear: both;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	}
#orangeBox {
	width: 500px;
	float: left;
	margin: 0;
	padding: 0;
	}
#orangeBoxTop {
	background: url(/media/images/backgrounds/box-orange-top.png) top left no-repeat;
	font-size: 24px;
	color: #fff;
	text-shadow: 0 1px 0 #a66e0b;
	padding: 12px 20px;
	margin: 0;
	}
#orangeBoxContent {
	background: #fff;
	padding: 1px;
	height: 245px;
	overflow-y: hidden;
	}
#orangeBoxBottom { }
	
#blueBox {
	width: 372px;
	float: right;
	margin: 0;
	padding: 0;
	}
#blueBoxTop {
	background: url(/media/images/backgrounds/box-blue-top.png) top left no-repeat;
	font-size: 24px;
	color: #fff;
	text-shadow: 0 1px 0 #2c4157;
	padding: 12px 20px;
	margin: 0;
	}
#blueBoxContent {
	background: #fff;
	padding: 1px;
	height: 245px;
	overflow-y: hidden;
	}
#blueBoxBottom { }

	
#footer {
	background: url(/media/images/backgrounds/footer.png) top left no-repeat;
	height: 37px;
	width: 973px;
	margin: 0 auto 30px auto;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #c9c9c9;
	text-transform: uppercase;
	clear: both;
	}
#copyright {
	float: left;
	margin: 8px 0 0 17px;
	}
#hrws {
	width: 973px;
        font-size: 11px;
	float: left;
	margin: 0 auto 30px auto;
padding: 0;
	clear: both;
	}

#byline {
	float: left;
	margin: 8px 0 0 17px;
	}
	
dfn { display: none; }
.floatRight { float: right; }
.floatLeft { float: left; }
.clear { clear: both; }
.right { text-align: right; }
.center { text-align: center; }
.print { display: none; }
.nodisplay { display: none; }

/*	FONTS
=============================== */

body, table, tr, th, td, input, select, textarea {
	font: 16px 'trebuchet ms', arial, helvetica, sans-serif;
	color: #6a6a6a;
	}

p, h1, h2, h3, h4, h5, h6 { margin-top: 0; }

h1 { font-size: 24px; font-weight: normal; color: #466a8f; }
h2 { font-size: 20px; font-weight: normal; color: #639e80; }
h3 { font-size: 16px; font-weight: bold; color: #343434; }
h4 { font-size: 16px; font-weight: bold; color: #343434; border-bottom: 1px solid #dedede; }
h5 { font-size: 14px; font-weight: bold; color: #fdb230; }
h6 { font-size: 12px; font-weight: normal; color: #db3838; }

sup { font-size: 8px; }

/*	LINKS
=============================== */

a:link, a:active, a:visited {
	color: #4582c0;
	text-decoration: underline;
	}
a:hover { color: #fdb230; }

#topAddress a:link, #topAddress a:active, #topAddress a:visited {
	color: #fff;
	text-decoration: underline;
	} 
#topAddress a:hover { color: #bdcfe2; }

#breadcrumbs a { text-decoration: none; }

#footer a:link, #footer a:active, #footer a:visited {
	color: #c9c9c9;
	text-decoration: none;
	} 
#footer a:hover { color: #fff; }
	
/*	LISTS
=============================== */

ul li, ol li { margin-bottom: 8px; }

#footer ul {
	list-style: none;
	float: right;
	margin: 8px 17px 0 0;
	padding: 0;
	text-align: right;
	}
#footer ul li {
	background: none;
	margin: 0 0 0 20px;
	padding: 0;
	display: inline;
	}


/*	IMAGES
=============================== */

img { border: none; }

.photoRight {
	float: right;
	margin: 0 0 25px 25px;
	}
.photoRight p {
	margin: 0;
	padding: 0;
	}
.photoCenter {
	text-align: center;
	margin: 0 0 25px 0;
	}
.photoLeft {
	float: left;
	margin: 0 25px 25px 0;
	}
	
/*	FORMS
=============================== */

form {
	margin: 0;
	padding: 0;
	}

/*	MISCELLANEOUS
=============================== */

hr {
    background-color: #ccc;
    border: 0;
    color: #ccc;
    width: 100%;
    height: 1px;
    text-align: left;
    margin: 25px 0;
    }

blockquote { margin-left: 25px; }



/* End of 'default' */

