/*css document*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

#wrapper {
	width: 780px;
	height: auto;
	overflow: hidden;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 15px solid #2370a8;
}

#banner {
	width: 780px;
	height: 232px;
	background-image:url(images/home-page-banner.jpg);
}

#banner-internal {
}

.largetext {
	padding: 2px 5px 0 0;
	text-align: right;
}

.largetext a {
	color: #2370a8;
	text-decoration: none;
	font-weight: bold;
}

#menu {
	margin-top: 40px;
	width: 210px;
	float: left;
	background-color: #fff;
}

#menu ul {
	padding-bottom: 5px;
}

#menu li ul {

}

#menu li {
	list-style: none;
	margin: 0;
}


#menu li a.menu-item {
	width: 180px;
	height: 25px;
	padding: 8px 0 0 20px;
	background-color:#FFFFFF;
	border-top: 1px dotted #d0e3ee;
	border-right: 10px solid white;
	display:block;
	text-decoration: none;
	color: #859fad;
	font-weight: bold;;
}

#menu li:hover a.menu-item {
	background-color: #56b1d5;
	border-top: solid #56b1d5 1px;
	border-right: 10px solid #90d093;
	color: #FFFFFF;
}

#menu li ul {

}

#menu li ul:hover {
	background-color: #E1F0F5;
	border-right: 10px solid #CDE9D0;
}

#menu li a.menu-item:hover {
	background-color: #56b1d5;
	border-right: 10px solid #90d093;
	color: #FFFFFF;
}

#menu li.menu-sub-item {
	margin-bottom: 10px;
	padding-left: 30px;
	border: 0;
	background: url(images/bullet-menu.png) no-repeat;
	background-position: 0px 0px;
	font-weight: bold;;
}

#menu li ul:hover li.menu-sub-item {
	background-position: 0px -20px;
}

#menu li.menu-sub-item a {
	font-size: 88%;
	color: #859fad;
	text-decoration: none;
}

#menu li.menu-sub-item a:hover {
	color: #2370a8;
	border: 0;
}


.noscreen {
	display: none;
}

.nodisplay {
	display: none;
}



#main-content {
	width: 500px;
	float: right;
	margin: 40px 30px 0px 0px;
	border-left: 2px solid #d0e3ee;
	padding-left: 20px;
	background-color: #fff;
}

#main-content h1 {
	margin-bottom: 20px;
}

#main-content p {
	color: #000;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 130%;
}

#main-content a {
	color: #2370a8;
	text-decoration: none;
	font-weight: bold;
}

#main-content a:hover {
	text-decoration: underline;
}

#main-content ul {
	padding-left: 30px;
	margin-bottom: 20px;
	color: #000
	font-weight: normal;
}

#main-content ul li {
	margin-bottom: 8px;
	color: #000;
	font-weight: normal;
}

#main-content ul li ul {
	margin-top: 8px;
}

#main-content table {
	color: #000;
	font-weight: normal;
	border: 1px solid #ccc;
}

#main-content table td {
	border-bottom: 1px solid #ccc;
	padding: 10px;
}

#main-content table td.alt {
	background-color: #e5f2f7;
}

#bottom-arrow {
	color: #fff;
	background-image: url(images/bottom-arrow.png);
	background-repeat: no-repeat;
}

blockquote {
	padding: 10px;
	border: 1px solid #ddd;
}

table.options {
	border-collapse: collapse;
	border: solid 1px black;
}

table.options tr.first {
	border-top: solid 1px black;
}

table.options tr.last {
	border-bottom: solid 1px black;
}

table.options col.first {
	border-left: solid 1px black;
}

table.options col.last {
	border-right: solid 1px black;
}

table.options th {
	border: solid 1px black;
}

table.options col {
	border-left: solid 1px grey;
}

table.options col.main {
	border-left: solid 1px black;
}

table.options tr {
	border-top: solid 1px grey;
}

table.options tr.main {
	border-top: solid 1px black;
}


table.options .bgdarlington {
	background-color: #FFC000;
}

table.options .bgdurham {
	background-color: #92D050;
}

table.options .bgbishop {
	background-color: #C00000;
}

#main-content ol {
	margin-left: 2em;
}

table.scenario  {
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.scenario td {
	width: 250px;
	border: solid grey 1px;
	vertical-align: top;
}

table.scenario th {
	width: 250px;
	border: solid grey 1px;
	vertical-align: top;
}

table.events  {
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.events td {
	border: solid grey 1px;
	vertical-align: top;
}

table.events th {
	border: solid grey 1px;
	vertical-align: top;
}