body {
	margin: 0;
	padding: 0;
	min-height: 700px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: x-small;
	color: #333; 
	voice-family: "\"}\""; 
	voice-family:inherit; 
	font-size: small;
}

img {
	border: 0;
}

a {
	/*color: #1493c6;*/
	color: #0E6A8F;
}

a:visited {
	color: #555;
}

h1.hide {
	position: absolute;
	color: #fff;
	width: 0;
	height: 0;
	overflow: hidden;
}

h2 {
	color: #25497D;
	font-size: 110%;
}

small {
	font-size: 85%;
}

/* ################################ Banner ############################# */

#banner-container {
	clear: both;
	float: left;
	width: 100%;
}

#banner {
	padding-right: 13px;
	min-width: 762px;
	height: 98px;
	
}

#mainbrand {
	float: left;
	clear: left;
	width: 187px;
	height: 88px;
}

#mainbrand img {
	margin: 0;
	padding: 0;
}


#ancillary-brand {
	float: right;
	clear: right;
	min-width: 572px;
	height: 83px;
	margin: 7px 0 0 0;
	background: url(pics/bk.gif) top left repeat-x;
}



div.ancillary-brand {
	width: 572px;
	height: 83px;
	background: url(pics/capitol-stormont2.jpg) top left no-repeat;
}

div.ancillary-brand img {
	float: right;
}

#banner-txt {
	padding: 21px 0 0 50px;
	color: #fff;
	font-size: 135%;
	font-weight: normal;
}


/* ################################ Top Navigation and Search ############################# */

#topbar { /* Core/utility navigation and search facility */
	clear: both;
	height: 1.8em;
	margin: 0 13px 0 13px;
    padding: 0;
	border-top: 2px dotted #cfcfcf;
	border-bottom: 2px dotted #cfcfcf;
    background-color: #fff;
	font-weight: bold;
    color: #091B59;
}

#topnav {
	float: left;
    width: 26em;
    padding: 0.3em 0 0 0.5em;
}

#topnav ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#topnav li {
	display: inline;
	padding-right: 0.6em;
	margin-right: 0.3em;
	background: url(pics/topnav-divider.gif) center right no-repeat;
}

#topnav li.selected {
	color: #006699;
}

#topnav a {
	color: #091B59;
    text-decoration: none;
}

#topnav a:hover {
    text-decoration: underline;
}

#qsearch {
	float: right;
	padding: 0 3px 0 0;
	text-align: right;
	vertical-align: top;
}

#qsearch label {
	position: relative;
}

*html #qsearch label {
	top: -2px;
}

#qsearch fieldset {
	border: 0 solid transparent;
	margin: 0;
	padding: 0;
}

#qsearch form {
	display: inline;
	margin: 0;
	padding: 0;
}

#kw {
	width: 10.5em;
	height: 1.2em;
	border: 1px solid rgb(59,128,174);
	margin-left: 0.2em;
	margin-top: 0.1em;

}

#qssubmit {
	padding: 0;
	margin: 0;
	border: none;
	background-color: #fff;
	color: #091B59; 
	font-size: xx-small;
	font-weight: bold; 
	voice-family: "\"}\""; 
	voice-family:inherit; 
	font-size: x-small;
}


/* ################################ Main Body ############################# */

#outer-wrapper {
	margin: 7px 13px 7px 13px;
	padding: 0.5em;
	background: #fff;
}

#wrapper {
    width: 100%;
}


#left-col {
	float: left;
	width: 24%;
	
}

#main-col {
	float: left;
	width: 53%;
	border-left: 2px dotted #cfcfcf;
	border-right: 2px dotted #cfcfcf;
}

#main-col2 {
	float: left;
	width: 75%;
	border-left: 2px dotted #cfcfcf;
}

#right-col {
	float: right;
	width: 22%;
}

.prop {
	float: right;
	width: 1px;
	height: 150px;
}

.clearing {
	clear: both;
	width: 100%;
	height: 1px;
}

.side-column {
	vertical-align: top;
}


/* ################################ Left Nav/Content ############################# */

#left-nav a {
    text-decoration: none;
	color: #1493c6;
	color: #006699;
	font-weight: bold;
}

#left-nav a:hover {
    color: #091B59;
}

#left-nav ul {
	margin: 0 0.2em 0 0;
	padding: 0;
	list-style-type: none;
}

#left-nav ul li {
	margin: 0;
	padding: 0.4em 0 0.4em 0;
	color: #000;
	font-weight: bold;
}

#left-nav ul li ul li {
	border: none;
}

#left-nav ul li ul li {
	padding: 0 0 0 18px;
	background: url(pics/hex-bul.gif) top left no-repeat;
	font-weight: normal;
}

#left-nav ul li ul li a {
	font-weight: normal;
}

#left-nav ul li ul li ul li {
	margin-left: 0.3em;
	padding: 0 0 0 10px;
	background: url(pics/r-bul.gif) top left no-repeat;
}



/* ################################ Right Nav/Content ############################# */


#right-nav ul {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style-image: url(pics/right.gif);
	border-top: 1px solid #aaa;
}

#right-nav ul li {
    margin: 0;
    padding: 0.2em 0 0.2em 0;
 	list-style-type: none;
	border-bottom: 1px solid #aaa;
}

#right-nav ul li ul {
	border: 0;
}

#right-nav ul li ul li {
	border: 0;
	margin-left: 1.5em;
	list-style-image: url(r-bul.gif);
}

#right-nav a {
    text-decoration: none;
	color: #0000FF;
}

#right-nav a:hover {
    background-color: #f5f5f5;
}

#right-content {
	margin-top: 0.5em;
}

div.right-teaser {
	padding: 0.3em;
	border: 2px dotted #aaa;
	background-color: #fff;
	font-size: 85%;
}


/* ################################ Middle ############################# */


#breadcrumb {
	font-size: 85%;
	color: #888;
	margin: 0.4em 0.5em 0.35em 0.5em;
}

#breadcrumb a {
	color: #006699;
	text-decoration: none;
}

#content {
	margin: 0 0.5em 1em 0.5em;
}

#content h1 {
	margin: 0 0 0.3em 0;
	padding: 0.2em;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	color: #555;
	font-size: 1.3em;
}

#content h2 {
	font-size: 1.3em;
	color: #555;
}

#content h3 {
	font-size: 1.1em;
	font-style: italic;
	color: #555;
}

#content h4 {
	font-size: 1em;
	color: #555;
}

.summary {
	font-weight: bold;
}

.pull {
	clear: right;
	float: right;
	width: 25%;
	margin: 0.3em 0 0.3em 0.3em;
	padding: 1em;
	background: #25497d url(pics/corner-dark-blue.gif) left top no-repeat;
	color: #fff;
	font-weight: bold;
}

.quote {
	margin: 0.3em 0 0.3em 0.3em;
	padding: 1em;
	background: #1493c6 url(pics/corner-light-blue.gif) left top no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 85%;
}

.feature {
	clear: right;
	float: right;
	width: 25%;
	margin: 0.5em 0 0.5em 0.5em;
	padding: 1em;
	background: #f0f0f0 url(pics/corner-light-grey.gif) left top no-repeat;
	color: #25497d;
	font-weight: bold;
	font-size: 85%;
}

.lfloat {
	clear: left;
	float: left;
	margin: 0.5em 0.5em 0.5em 0;
}

.rfloat {
	clear: left;
	float: right;
	margin: 0.5em 0 0.5em 0.5em;
}

ol li ol li {
	list-style-type: lower-alpha;
}

ol li ol li ol li {
	list-style-type: lower-roman;
}

table.standard {
	background-color: #f5f5f5;
}

table.standard th {
	background-color: #091B59;
	color: #fff;
	text-align: left;
}

table.image-caption {
	clear: right;
	float: right;
	width: 30%;
	background: #9EB1D0 url(pics/corner-light-blue2.gif) left top no-repeat;
	color: #fff;
}

table.image-caption td {
	padding: 0.5em;
}

span.image-caption-wrap {
	display: block;
	text-align: center;
}

span.image-caption-wrap img {
	border: 1px solid #555;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=6, OffY=6, Color='#d0d0d0', Positive='true');
}

span.image-caption {
	display:block;
	width: 340px;
	padding: 10px;
	text-align: left;
	color: #000;
	font-size: 85%;
	font-style: italic;
}

table.picture-gallery td {
	font-size: 85%;
	width: 30%;
}

table.picture-gallery td img {
	border: 1px solid #555;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='#d0d0d0', Positive='true');
}

/* ################################ Sibling Navigation ########################### */

#sibling-nav {
	margin: 0 0.5em 1em 0.5em;
	font-size: 85%;
}

#sibling-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sibling-nav ul li {
	float: left;
	width: 49.5%;
}

#top-link {
	text-align: center;
}

#prev-link a {
	display: block;
	padding-left: 12px;
	background: url(pics/l-bul.gif) left center no-repeat;
}

#next-link {
	text-align: right;
}

#next-link a {
	display: block;
	padding-right: 12px;
	background: url(pics/r-bul.gif) right center no-repeat;
}
/* ################################ Footer ############################# */

#footer {
	clear: both;
	padding-bottom: 13px;
	margin: 3em 13px 13px 13px;
	border-bottom: 2px dotted #cfcfcf;
	font-size: 85%;
}

* html #footer {
	padding-bottom: 0;
}

#footer-nav ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

#footer-nav a {
	text-decoration: none;
	color: #0E6A8F;
}

#footer-nav ul li {
	list-style-type: none;
	float: left;
	padding-right: 0.5em;
	margin-right: 0.5em;
	border-right: 1px solid;
}

#footer-nav ul li.last {
	border: none;
}


