html {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: .8em;
}

body {
	text-align:center; /* centering in ie only */
	margin: 0px;
	padding: 0px;
	background-color: #DFDBD8;
	background-image: url("images/background_body2.gif");
	background-repeat: repeat-x;
	}
h1 {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 165%;
	font-weight: bold;
	color: #A50A37;
	margin-top: 20px;
	padding: 15px 0px 5px 0px;
	line-height: 1.3em;
	position: relative;
	z-index: 2;
	}

h2 {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #A50A37;
	margin-top: 20px;
	}

h2 a:link {
	color: #A50A37;
	text-decoration: underline;
	}

h2 a:visited {
	color: #A50A37;
	text-decoration: underline;
	}
	
h2 a:hover {
	color: #7CB667;
	text-decoration: underline;
	}

h2 a:active{
	color: #A50A37;
	text-decoration: underline;
	}

ul li {
	list-style-type: square;
	color: #A50A37;
	}
	
li .copy {
	font-size: 100%;
	color: #474747;
	line-height: 1.4em;
	}
a {
	color: #d63b68;
	text-decoration: none;
	}

a:link {
	color: #d63b68;
	text-decoration: none;
	}

a:visited {
	color: #d63b68;
	text-decoration: none;
	}

a:hover {
	color: #a50a37;
	text-decoration: underline;
	}
	
/*****************/	
/* Layout */
/*****************/	
#main_wrapper {
	text-align: left; /* centering in ie and firefox */
	margin: 0 auto; /* centering in ie and firefox */
	background-image: url("images/mainwrapperBAK3.gif");
	background-repeat: repeat-y;
	width: 980px;
	background-position: left top;
	/*overflow: hidden;*/ /*keeps content in container*/
}

#header {
	background-color: #FFFFFF;
	height: 100px;
	margin: 0px;
	padding: 0px;
}
/*****************/	
/* Content Column */
/*****************/	
#content {
	float: left;
	width: 778px;
	background-image: url("images/background_thread.gif");
	background-position: top left;
	background-repeat: repeat-x;
	border-left: 1px solid #C8C8C8;
	background-color: #FFFFFF;
}

#content_inner {
	padding-left: 20px;
	padding-right: 20px;
	color: #474747;
	overflow: hidden;
}
#contentcol {
	padding-right: 100px;
	vertical-align: top;
	margin-top: 0;
}

/* Marketing Container */
#marketingContainer {
	font-size: 12px;
	font-weight: normal;
	color: #646464;
	padding: 0px 15px 15px 15px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	}
	
#marketingHeader {
	font-size: 13px;
	font-weight: bold;
	color: #A50A37;
	margin-bottom: 5px;
	}
	
#marketingContainer ul li {
	font-size: 12px;
	font-weight: normal;
	list-style-type: square;
	color: #A50A37;
	margin-left: -25px;
	margin-bottom: 10px;
	}
	
#marketingContainer li .copy {
	font-size: 12px;
	font-weight: normal;
	color: #646464;
	line-height: 1.4em;
	}
	
#marketingContainer li .header {
	font-size: 12px;
	font-weight: bold;
	color: #A50A37;
	line-height: 1.4em;
	}


/*****************/	
/* Right Column */
/*****************/	
#right {
	float: left;
	width: 200px;
	margin: 0;
	color: #646464;
}

#right_inner {
	padding-right: 10px;
	padding-left: 16px;
	/*font-size: 0.7em;*/
	font-size: 85%;
	font-weight: normal;
	top: -68px;
	position: relative;
}

img {
	display: inline;
}

#right a {
	color: #d63b68;
	text-decoration: none;
	}
	
#right a:visited {
	color: #d63b68;
	text-decoration: none;
	}
	
#right a:active {
	color: #d63b68;
	text-decoration: none;
	}

#right a:hover {
	color: #d63b68;
	text-decoration: underline;
	}
	
#right a.right {
	display: block;
	color: #d63b68;
	text-decoration: none;
	background-image: url("images/right_divider.gif");
	background-repeat: no-repeat;
	padding: 5px 0px 5px 0px;
	background-position: bottom left;
	}
	
#right a.right:visited {
	display: block;
	color: #d63b68;
	text-decoration: none;
	}
	
#right a.right:active {
	display: block;
	color: #d63b68;
	text-decoration: none;
	}

#right a.right:hover {
	display: block;
	color: #d63b68;
	text-decoration: underline;
	}
	
.bgphoto {
	width: 200px;
	position: relative;
	z-index: 3;
	right: 0px;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0px -68px;
	height: 241px;
	left: 0px;
	top: -68px;
	bottom: -100px;
	overflow: auto;
	display: block; /* removes 3 pixel space at bottom */
}

.viewdemo {
	width: 200px;
	position: relative;
	z-index: 102;
	top: -68px;
	right: 0px;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	height: 30px;
	display: block; /* removes 3 pixel space at bottom */
}

.quicklinks {
	width: 197px;
	position: relative;
	z-index: 2;
	top: -68px;
	right: 1px;
	height: 35px;
	margin-top: 0;
	margin-right: 1;
	margin-bottom: 0;
	margin-left: 1px;
	left: 1px;
}

/*****************/	
/* Footer Styles */
/*****************/	
#footerBackground2 {
	clear: both;
	background-color: #B2AAA4;
}

#footer2 {
	width: 976px;
	margin: 0 auto; /* centering in ie and firefox */
	background-color: #91867E;
	/*font-size: 0.7em;*/
	font-size: 85%;
	font-weight: normal;
	height: 26px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

#clear {
	clear: both;
	height: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C8C8C8;
}

#footerBackground {
	background-color: #B2AAA4;
}

#lefttext {
	color: #FFFFFF;
	text-align: left;
	padding: 5px 0px 5px 15px;
	float: left;
	width: 470px;
	
}
#righttext {
	top: 0;
	right: 0;
	color: #FFFFFF;
	text-align: right;
	padding: 5px 10px 5px 0px;
	float: left;
	width: 470px;
}
#righttext a:link {
	color: #FFFFFF;
	text-decoration: none;
	}

#righttext a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

#righttext a:active {
	color: #FFFFFF;
	text-decoration: none;
	}

#righttext a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}




/*****************/	
/* Navigation Styles with hover */
/*****************/	
#nav {
	width: 780px;
	height: 27px;
	position: relative;
	background: url("images/nav.jpg") no-repeat;
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
	top: 0px;
	left: 0px;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 27px;
	background: url("images/nav.jpg") no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

li#nav_overv a {
	left: 0;
	width: 82px;
	background-position: 0 0;
}

li#nav_news a {
	left: 82px;
	width: 98px;
	background-position: -82px 0;
}

li#nav_poldev a {
	left: 180px;
	width: 154px;
	background-position: -180px 0;
}

li#nav_progdev a {
	left: 334px;
	width: 170px;
	background-position: -334px 0;
}

li#nav_staff a {
	left: 504px;
	width: 120px;
	background-position: -504px 0;
}

li#nav_workflow a {
	left: 624px;
	width: 156px;
	background-position: -624px 0;
}

li#nav_overv a:hover {
	background-position: 0 -27px;
}

li#nav_news a:hover {
	background-position: -82px -27px;
}

li#nav_poldev a:hover {
	background-position: -180px -27px;
}

li#nav_progdev a:hover {
	background-position: -334px -27px;
}

li#nav_staff a:hover {
	background-position: -504px -27px;
}

li#nav_workflow a:hover {
	background-position: -624px -27px;
}

#body_overv #nav_overv a {
	background-position: 0 -27px;
}

#body_news #nav_news a {
	background-position: -82px -27px;
}

#body_poldev #nav_poldev a {
	background-position: -180px -27px;
}

#body_progdev #nav_progdev a {
	background-position: -334px -27px;
}

#body_staff #nav_staff a {
	background-position: -504px -27px;
}

#body_workflow #nav_workflow a {
	background-position: -624px -27px;
}

/*****************/	
/* Other Styles */
/*****************/	

li .copy {
	font-size: 100%;
	color: #474747;
	line-height: 1.4em;
	}
	
.required {
	color: #A50A37;
	font-weight: bold;
}
.note {
	font-size: 90%;
	color: #474747;
	line-height: normal;
	}

#arrowLink {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 20px;
	background-image: url("images/RF18x18.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}
	
#arrowLink a:link {
	text-decoration: underline;
	}
	
#arrowLink a:hover {
	text-decoration: underline;
	}
	
#arrowLink a:visited {
	text-decoration: underline;
	}
	
#printableVersion {
	position: absolute; 
	right: 270px;
	top: 150px;
	width: 47px;
	text-align: right;
	background-image: url("images/icon_printableVersion.gif");
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 4;
	}
	
#printableVersion a:link {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #458EBF;
	text-decoration: none;
	}
	
#printableVersion a:visited {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #458EBF;
	text-decoration: none;
	}
	
#printableVersion a:active {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #458EBF;
	text-decoration: none;
	}
		
#printableVersion a:hover {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #82bfea;
	text-decoration: underline;
	}

/*****************/	
/* Form Styles */
/*****************/	
input {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	}

input.small {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 40px;
	height: 14px;
	}
	
input.medium {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 120px;
	height: 14px;
	}
	
input.large {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 250px;
	height: 14px;
	}

input.submit {
	width: 51px;
	height: 19px;
	padding: 5px 5px 5px 0px;
	}

input.cancel {
	width: 52px;
	height: 19px;
	padding: 5px 5px 5px 5px;
	}

select {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 225px;
	}

select.short {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 55px;
	}
	
select.medium {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 125px;
	}
	
select.long {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 300px;
	}

textarea {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #333333;
	width: 93%;
	}

/***********************************************/
/* VIEW MORE / VIEW LESS LAYERS                */
/***********************************************/

#openView {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 20px;
	background-image: url("../../images/button_openView.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}
	
#openView a:link {
	text-decoration: underline;
	}
	
#openView a:hover {
	text-decoration: underline;
	}
	
#openView a:visited {
	text-decoration: underline;
	}
	
#closeView {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 21px;
	padding-left: 20px;
	background-image: url("../../images/button_closeView.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}
	
#closeView a:link {
	text-decoration: underline;
	}
	
#closeView a:hover {
	text-decoration: underline;
	}
	
#closeView a:visited {
	text-decoration: underline;
	}
	
#openViewTable {
	margin: 8px 0px 8px 0px;
	width: 100%;
	}
	
#openViewTable td {
	font-size: 105%;
	width: 50%;
	padding: 0px 10px 0px 20px;
	}


/**/
.ppad {
	padding-right: 10px;
}
#flash {
	top: -90px;
	left: 770px;
	position: relative;
	z-index: 5;
	float: left;
	width: 200px;
	height: 50px;
}

