@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}
/*a {
	color:#369;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}*/
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
}
	/* Header styles */
#header {
	clear:both;
	float:left;
	background-image: url(../images/logo.gif);
	background-position: left;
	background-repeat: no-repeat;
	width:100%;
	height: 55px;
	padding: 0;
	margin:0;
	background-color: #003333;
	/*border-bottom:1px solid #000;*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #b9010d;
	border-right-color: #b9010d;
	border-bottom-color: #b9010d;
	border-left-color: #b9010d;
	border-bottom-width: 5px;
	margin-bottom: 0px;
}
	/*#header {
		border-bottom:1px solid #000;
}*/
#header p {
	padding:.5em 15px	.2em 15px;
	margin:0;
}
#header h1  {
	padding:.2em 60px;
	margin:0;
	font-family: "Times New Roman", Times, serif;
	color: #FFFF00;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
}
#header-right {
	float: right;
	width:60%;
	height: 50px;
	padding:0;
	margin:0;
	background-color: #003333;
	border-bottom:1px solid #000;
}
#header-right h2  {
	padding: 15px 15px 0px 5px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: .05em;
	text-align: right;	
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
	/* 3 Column settings */
.threecol {
	background:#dddddd;		/* right column background colour */
}
.threecol .colmid {
	right:20%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:60%;			/* width of the middle column */
	background:#ddd;	/* left column background colour */
}
.threecol .col1 {
	width:60%;			/* width of center column content (column width minus padding on either side) */
	left:100%;			/* 100% plus left padding of center column */
	/*voice-family: "\"}\""; voice-family:inherit;*/ /*To make column extend and not push or wrap*/
	border-top-style: solid;
	border-top-color: #8ba9c7;
	border-top-width: 15px;
	border-right-style: solid;
	border-right-color: #ddd;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8ba9c7;
	border-bottom-width: 15px;
	border-left-style: none;
}
.threecol .col1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
	font-size: 14px;
	height: auto;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	/*text-align: left;
	text-indent: 20px;*/
}
.threecol .col1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003300;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	/*text-indent: 20px;*/
	padding: 0px;
	margin: 0px 15px 0px 15px;
}
.threecol .col1 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003300;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	/*text-indent: 20px;*/
	padding: 0px;
	margin: 0px 15px 0px 15px;
}
.threecol .col1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #B9010D;
	text-align: center;
}
#left-form {
	WIDTH: 250px;
	float: left;
	/*height: auto;*/
	margin-left: 15px;
	margin-right: 10px;
	background-color:#F5F5F5;
}
.BLANK {
	line-height: 7px;
	background-color: #8BA9C7;
	border-top-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #b9010d;
	border-right-color: #b9010d;
	border-bottom-color: #b9010d;
	border-left-color: #b9010d;
}
.BLANKbottom {
	line-height: 10px;
	background-color: #8BA9C7;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #b9010d;
	border-right-color: #b9010d;
	border-bottom-color: #b9010d;
	border-left-color: #b9010d;
	border-bottom-width: 5px;
	margin-bottom: 0px;
}
/* Container for Blue Form */
#form-design {
	float: right;
	width: 250px;
	height: auto;
	margin: 0px 25px 0px 10px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#003399;
}
#form-design h1 {
	clear: right;
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	color: #3333CC;
	text-align: center;
	margin: -5px 0px 0px 0px;
	padding: 0px;
}
#form-design p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
/* End Container */
/* BLUE FORM **/
#inputArea {
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	background-color: #d6e5f4;
	border: 1px #336699 solid;
	padding: 10px;
	width:230px;
}
#inputArea input, #inputArea textarea {
    font-family: Arial, Sans-Serif;
    font-size: 13px;
	color: #336699;
    margin-bottom: 5px;
	margin-left: 10px;
    display: block;
    padding: 4px;
    width: 200px;
}
.activeField {
    background-image: none;
    background-color: #ffffff;
    border: solid 1px #33677F;
}
.idle {
	border: solid 1px #85b1de;
	background-image: url(../images/blue_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
/* END Blue Form */
.threecol .col2 {
	width:20%;			/* Width of left column content (column width minus padding on either side) */
	left:20%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col2 p {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
	height: auto;
	text-decoration: none;
	text-align: left;
	text-indent: 20px;
	padding: 2px;
	margin: 0px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.threecol .col2 a {
	color: #ffffff;
	text-decoration: none;
}
.threecol .col2 a:hover {
	color: #fff;
	text-decoration: underline;
}
.threecol .col2 h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFF00;
	letter-spacing: 0.05em;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/column-spacer.gif);
	background-repeat: repeat-x;
	height: 25px;
	padding-top: 3px;
}
.threecol .col2 h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #B9010D;
	letter-spacing: 0.05em;
	text-align: center;
	font-weight: bold;
	padding: 2px;
	margin: 0px;
}
.threecol .col3 {
	width:20%;			/* Width of right column content (column width minus padding on either side) */
	left:80%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
.threecol .col3 p {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
	height: auto;
	text-decoration: none;
	text-align: left;
	text-indent: 20px;
	padding: 2px;
	margin: 0px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.threecol .col3 a {
	color: #ffffff;
	text-decoration: none;
}
.threecol .col3 a:hover {
	color: #fff;
	text-decoration: underline;
}
.threecol .grey p {
	font-family: "Times New Roman", Times, serif;
	color: #003333;
	font-size: 14px;
	height: auto;
	text-decoration: none;
	text-align: left;
	text-indent: 20px;
	padding: 2px;
	margin: 0px;
	background-image: url(../images/arrowb.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.threecol .grey a {
	color: #003333;
	text-decoration: none;
}
.threecol .grey a:hover {
	color: #003333;
	text-decoration: underline;
}
.threecol .col3 h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFF00;
	letter-spacing: 0.05em;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/column-spacer.gif);
	background-repeat: repeat-x;
	height: 25px;
	padding-top: 3px;
}
.threecol .col3 h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #B9010D;
	letter-spacing: 0.05em;
	text-align: center;
	font-weight: bold;
	padding: 2px;
	margin: 0px;
}
	/* Footer styles */
.footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
	margin: 0px;
	padding: 0px;
}
.footer p {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
	height: auto;
	text-decoration: none;
	text-align: left;
	text-indent: 20px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	color: #fff;
	text-decoration: underline;
}
P {
	MARGIN: 0px 0px 10px
}
.copyright {
	clear:both;
	float:left;
	width:100%;
	background color: #ddd;
	padding: 0px;
	margin: 0px;
}
.copyright p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	text-align: center;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	background-color: #ddd;
}
* HTML .cf {
	HEIGHT: 1%
}
.cf:unknown {
	CLEAR: both; DISPLAY: block; VISIBILITY: hidden; HEIGHT: 0px; content: "."
}
