﻿/* Formatting */
body, html
{
	margin: 0;
	padding: 0;
}

#container
{
	margin: 0 auto;
	width: 90%;
	min-width: 750px;
}

.copyright
{
	font-size: small;
}

#header
{
	height: 100px;
}

#content
{
	float: left;
	width: 74.9%;
}

#sidebar
{
	float: right;
	width: 24.9%;
}

#content, #sidebar
{
	padding-bottom: 32767px;
	margin-bottom: -32760px;
	padding-bottom: 1000em;
	margin-bottom: -999em;
}

#footer
{
	clear: both;
}

#contentsidebarwrapper
{
	min-width: 750px;
	overflow: hidden;
	background: #fff;
}

/* Styles */
body, html
{
	font-family: "Trebuchet MS" , Helvetica, Verdana, Arial, sans-serif;
	background: url(../images/bg_stripes.gif);
	background-color: #fff;
	color: #27587B;
	font-size: small;
}

a
{
	color: #27587B;
	font-weight: normal;
}

h1
{
	font-size: 125%;
	font-weight: normal;
}

h2
{
	font-size: 110%;
	font-weight: normal;
}

h1, h2
{
	margin: 0;
}

img
{
	border: none;
}

#header
{
	/*background: #000;
	background-image: url(../images/header_bg.jpg);
	background-position: right;
	color: #fff;*/
	border-top: 1px dotted #D6CBAD;
	border-left: 1px dotted #D6CBAD;
	border-right: 1px dotted #D6CBAD;
}

#contentsidebarwrapper
{
	border: 1px dotted #D6CBAD;
}

#contentwrapper
{
	padding: 15px;
}

#content
{
	background: #fff;
}

#sidebar
{
	background: #ebe5d7;
	border-left: 1px dotted #D6CBAD;
}

#sidebar h2
{
	background: #A5ACB6;
	color: #fff;
	padding: 15px;
	font-size: large;
	margin-bottom: 15px;
}

#sidebar p
{
	margin: 0 15px;
	font-weight: bold;
	font-size: small;
}

#sidebar a
{
	display: block;
	padding-bottom: 15px;
}

#footer
{
	background: #A5ADB6;
	color: #fff;
	padding: 15px;
	font-size: small;
	border-bottom: 1px dotted #D6CBAD;
	border-left: 1px dotted #D6CBAD;
	border-right: 1px dotted #D6CBAD;
}

.logo
{
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	height: 57px;
	width: 191px;
	margin: 9px 15px;
}

.logo h1
{
	display: none;
}

.rss
{
	background-image: url(../images/rss_feed.gif);
	background-repeat: no-repeat;
	width: 16px;
	position: absolute;
	margin: 0.1em 0;
}

.rss span
{
	display: none;
}

.help
{
	background-image: url(../images/questionmarksmall.gif);
	background-repeat: no-repeat;
	width: 16px;
	position: absolute;
	margin: 0.1em 1.2em;
}

.help span
{
	display: none;
}

/* Navigation Menu */
#menu
{
	padding-left: 15px;
}

.menu, .submenu
{
	font-size: medium;
	font-weight: normal;
	color: #fff;
}

.menu
{
	margin-top: 2px;
	padding-bottom: 5px;
	width: 135px;
}

.submenu
{
	padding-left: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	background: #6B7888; /*	width: 178px; */
	width: 215px;
	font-size: 108%;
}

.menu a:hover, .submenu a:hover
{
	color: #C3B489;
}

/* Floating Help */
.floathelp
{
	border: dotted 1px #c3b489;
	padding: 5px;
	position: absolute;
	visibility: hidden;
	background: #ebe5d7;
	width: 18em;
	font-size: small;
	color: #27587B;
}

.rowstyle
{
	background: #F5F5F5;
}

.alternatingrowstyle
{
	background: #DCDCDC;
}

#map
{
	/*float: left;*/
	position: relative;
	border: dotted 1px #c3b489;
}

#directions
{
	/*float: right;*/
}

.externaldocument
{
	margin-top: 2em;
	position: relative;
	width: 100%; /*height: 400px;*/
	overflow: auto;
}

.roadmapitem
{
	background: #ebe5d7;
	width: 100%;
	border: solid 1px black;
	margin-bottom: 2em;
}

.roadmapitem .column1
{
	width: 80%;
	padding: 0.5em 1em 1em 1em;
}

.roadmapitem .column2
{
	width: 20%;
	vertical-align: top;
	padding: 0.5em 1em 1em 1em;
}

.roadmapitem .title
{
	font-weight: bold;
}

legend
{
	font-size: 125%;
	font-weight: normal;
	color: #27587B;
}
fieldset
{
	padding: 1em;
	padding-top: -5em;
}

fieldset tr
{
	line-height: 2em;
}

.fileupload
{
	width: 600px;
}

/* Flowchart */

.flowchart, .flowchart-highlight, .flowchart-question
{
	font-size: 8pt;
	text-align: left;
}

.flowchart a, .flowchart-highlight a
{
	text-decoration: underline;
}

.flowchart, .flowchart-question
{
	width: 150px;
	height: 85px;
	overflow: hidden;
	position: relative;
}

.flowchart-question .top-left
{
	width: 75px;
	height: 43px;
	float: left;
	background: url(../images/flowchart/question-top-left.png) no-repeat;
}

.flowchart-question .top-right
{
	width: 75px;
	height: 43px;
	float: right;
	background: url(../images/flowchart/question-top-right.png) no-repeat;
}

.flowchart-question .bottom-left
{
	width: 75px;
	height: 43px;
	float: left;
	background: url(../images/flowchart/question-bottom-left.png) no-repeat;
}

.flowchart-question .bottom-right
{
	width: 75px;
	height: 43px;
	float: right;
	background: url(../images/flowchart/question-bottom-right.png) no-repeat;
}

.flowchart-question .content-outer
{
	display: table;
	height: 85px;
	width: 150px; /*background: #a5acb6;*/
	position: relative;
	overflow: hidden;
	background: url(../images/flowchart/question.png) no-repeat;
}

.flowchart-question .content-middle
{
	position: absolute;
	top: 50%;
	left: 50%;
	display: table-cell;
	vertical-align: middle;
}

.flowchart-question .content-inner
{
	position: relative;
	top: -50%;
	left: -50%;
	text-align: center;
	width: 150px;
}

.flowchart .content
{
	width: 130px;
	height: 65px;
	float: none;
	background: #a5acb6;
	text-align: center;
}

.flowchart .content-outer
{
	display: table;
	height: 65px;
	width: 130px;
	background: #a5acb6;
	position: relative;
	overflow: hidden;
}

.flowchart .content-middle
{
	position: absolute;
	top: 50%;
	left: 50%;
	display: table-cell;
	vertical-align: middle;
}

.flowchart .content-inner
{
	position: relative;
	top: -50%;
	left: -50%;
	text-align: center;
	width: 130px;
}

.flowchart .top-left
{
	width: 10px;
	height: 10px;
	float: left;
	background: url(../images/flowchart/top-left.png) no-repeat;
}

.flowchart .top
{
	width: 130px;
	height: 10px;
	float: left;
	background: url(../images/flowchart/top.png) repeat-x;
}

.flowchart .top-right
{
	width: 10px;
	height: 10px;
	float: right;
	background: url(../images/flowchart/top-right.png) no-repeat;
}

.flowchart .left
{
	width: 10px;
	height: 65px;
	float: left;
	background: url(../images/flowchart/left.png) repeat-y;
}

.flowchart .right
{
	width: 10px;
	height: 65px;
	float: right;
	background: url(../images/flowchart/right.png) repeat-y;
	margin-top: -65px;
}

.flowchart .bottom-left
{
	width: 10px;
	height: 10px;
	float: left;
	background: url(../images/flowchart/bottom-left.png) bottom left no-repeat;
}

.flowchart .bottom
{
	width: 130px;
	height: 10px;
	float: left;
	background: url(../images/flowchart/bottom.png) repeat-x;
}

.flowchart .bottom-right
{
	width: 10px;
	height: 10px;
	float: right;
	background: url(../images/flowchart/bottom-right.png) bottom right no-repeat;
}

.flowchart-highlight
{
	width: 150px;
	height: 85px;
	overflow: hidden;
	vertical-align: bottom;
}

.flowchart-highlight .content
{
	width: 130px;
	height: 65px;
	float: none;
	background: #efe7d6;
	text-align: center;
}

.flowchart-highlight .content-outer
{
	display: table;
	height: 65px;
	width: 130px;
	background: #efe7d6;
	position: relative;
	overflow: hidden;
}

.flowchart-highlight .content-middle
{
	position: absolute;
	top: 50%;
	left: 50%;
	display: table-cell;
	vertical-align: middle;
}

.flowchart-highlight .content-inner
{
	position: relative;
	top: -50%;
	left: -50%;
	text-align: center;
	width: 130px;
}

.flowchart-highlight .top-left
{
	width: 10px;
	height: 10px;
	float: left;
	background: url(../images/flowchart/top-left-highlight.png) no-repeat;
}

.flowchart-highlight .top
{
	width: 130px;
	height: 10px;
	float: left;
	background: url(../images/flowchart/top-highlight.png) repeat-x;
}

.flowchart-highlight .top-right
{
	width: 10px;
	height: 10px;
	float: right;
	background: url(../images/flowchart/top-right-highlight.png) no-repeat;
}

.flowchart-highlight .left
{
	width: 10px;
	height: 65px;
	float: left;
	background: url(../images/flowchart/left-highlight.png) repeat-y;
}

.flowchart-highlight .right
{
	width: 10px;
	height: 65px;
	float: right;
	background: url(../images/flowchart/right-highlight.png) repeat-y;
	margin-top: -65px;
}

.flowchart-highlight .bottom-left
{
	width: 10px;
	height: 10px;
	float: left;
	background: url(../images/flowchart/bottom-left-highlight.png) bottom left no-repeat;
}

.flowchart-highlight .bottom
{
	width: 130px;
	height: 10px;
	float: left;
	background: url(../images/flowchart/bottom-highlight.png) repeat-x;
}

.flowchart-highlight .bottom-right
{
	width: 10px;
	height: 10px;
	float: right;
	background: url(../images/flowchart/bottom-right-highlight.png) bottom right no-repeat;
}

input
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

textarea
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.ucprocess, .ucprocess-highlight
{
	width: 150px;
	height: 65px;
	vertical-align: middle;
	text-align: center;
	border-collapse: collapse;
	font-size: 8pt;
	margin-bottom: 5px;
}
.ucdecision, .ucdecision-highlight
{
	width: 150px;
	height: 85px;
	vertical-align: middle;
	text-align: center;
	border-collapse: collapse;
	font-size: 8pt;
}
.ucyesno
{
	width: 176px;
	height: 41px;
	vertical-align: middle;
	text-align: center;
	border-collapse: collapse;
	font-size: 8pt;
	margin-bottom: 5px;
}
.ucprocess .l, .ucprocess .r, .ucprocess-highlight .l, .ucprocess-highlight .r
{
	width: 8px;
}
.ucprocess .t, .ucprocess-highlight .t
{
	height: 8px;
}
.ucprocess .b, .ucprocess-highlight .b
{
	height: 10px;
}
.ucprocess .c, .ucprocess-highlight .c
{
	height: 55px;
}
.ucprocess .tl
{
	background: url(../images/flowchart/top-left.png) no-repeat;
}
.ucprocess .t
{
	background: url(../images/flowchart/top.png) repeat-x;
}
.ucprocess .tr
{
	background: url(../images/flowchart/top-right.png) no-repeat;
}
.ucprocess .l
{
	background: url(../images/flowchart/left.png) repeat-y;
}
.ucprocess .r
{
	background: url(../images/flowchart/right.png) repeat-y;
}
.ucprocess .bl
{
	background: url(../images/flowchart/bottom-left.png) no-repeat;
}
.ucprocess .b
{
	background: url(../images/flowchart/bottom.png) repeat-x;
}
.ucprocess .br
{
	background: url(../images/flowchart/bottom-right.png) no-repeat;
}
.ucprocess .c
{
	background: #a5adb5;
}
.ucprocess-highlight .tl
{
	background: url(../images/flowchart/top-left-highlight.png) no-repeat;
}
.ucprocess-highlight .t
{
	background: url(../images/flowchart/top-highlight.png) repeat-x;
}
.ucprocess-highlight .tr
{
	background: url(../images/flowchart/top-right-highlight.png) no-repeat;
}
.ucprocess-highlight .l
{
	background: url(../images/flowchart/left-highlight.png) repeat-y;
}
.ucprocess-highlight .r
{
	background: url(../images/flowchart/right-highlight.png) repeat-y;
}
.ucprocess-highlight .bl
{
	background: url(../images/flowchart/bottom-left-highlight.png) no-repeat;
}
.ucprocess-highlight .b
{
	background: url(../images/flowchart/bottom-highlight.png) repeat-x;
}
.ucprocess-highlight .br
{
	background: url(../images/flowchart/bottom-right-highlight.png) no-repeat;
}
.ucprocess-highlight .c
{
	background: #ebe5d7;
}
.ucdecision
{
	background: url(../images/flowchart/question.png) no-repeat;
}
.ucdecision-highlight
{
	background: url(../images/flowchart/question-highlight.png) no-repeat;
}
.ucyesno
{
	background: url(../images/flowchart/yes-no.png) no-repeat;
}

span.progress div
{
	position: absolute;
	margin-top: 3px;
}