/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height:1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS */

body {
	background:#C0C0C0;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#666666;
}

#outer_wrap {
  background:#FFFFFF;
  width:955px;
  margin-left:auto;
  margin-right:auto;
}

#header {
  background:url(/images/header_background.jpg) no-repeat center top;
  width:955px;
  height:152px;
}

#logo {
  float:left;
  margin:0;
  padding:0;
}

#form {
  float:right;
  margin-top:127px;
  margin-right:26px;
  display:inline;
}

#navigation {
  margin-left:18px;
  margin-top:27px;
}

#navigation li {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size:16px;
  background:url(/images/left_bullit.jpg) no-repeat left 4px;
  margin-bottom:15px;
  font-style:italic;
  padding-left:10px;
}

#navigation li.active {
  background:url(/images/arrow_down.jpg) no-repeat left 7px;
}

#navigation ul ul {
  margin-top:10px;
  margin-left:10px;
  /*display:none;*/
}

#navigation ul li.active ul {
  display:block;
}

#navigation ul ul li
 {
  font-size:14px;
  background:url(/images/left_bullit.jpg) no-repeat left 2px;
  margin-bottom:12px;
}

#navigation a {
  text-decoration:none;
  color:#004A91;
}

#navigation a:hover {
  text-decoration:underline;
}

.heading {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#004A91;
  font-weight:bold;

}

#sidebar {
  background:url(/images/left_background.jpg) no-repeat left;
  width:212px;
  height:381px;
  float:left;
}

#content {
  width:663px;
  float:right;
  padding-top:33px;
  padding-right:55px;
  padding-bottom:35px;
}

#content p {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#666666;
  line-height:18px;
  margin-top:12px;
}

.clearme {
  clear:both;
}

#content_wrap {
  background:url(/images/right_background.jpg) top right no-repeat;
  width:955px;
}

#footer {
  background:#004A91;
  padding:10px 0 10px 0;
}

#footer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#DFEBDF;
	height:13px;
}

#footer p {
  padding-left:44px;
	padding-bottom:2px;
	float:left;
}

#footer p.footright {
	padding-right: 44px;
	padding-bottom:2px;
	float:right;
}

#footer a.footright {
  color:#DFEBDF;
	text-decoration:none;
}

#footer a.footright:hover {
  color:#DFEBDF;
	text-decoration:underline;
}

#content a {
  text-decoration:underline;
  color:#004A91;
}

#content a:hover {
  text-decoration:none;
}

#images {
  padding-top:28px;
}

#images a:hover img { 
  opacity: 0.7;
  filter:alpha(opacity=70);
}

#content h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style:italic;
  font-size:20px;
  color:#004A91;
  padding:0 0 5px 0;
}

#content h2 {
	font-size: 18px;
  color:#004A91;
}

#content h3 {
	font-size: 16px;
  color:#004A91;
}

#content h4 {
	font-size: 14px;
  color:#004A91;
}

#content h5 {
	font-size: 12px;
  color:#004A91;
}

#email-form {
  color:#6599C8;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  border:1px solid #BCC8D4;
  padding-left:5px;
}

input.btn {
  background:transparent url(/images/Enter_button.jpg) no-repeat top;
  width:39px;
  height:21px;
  font-weight:bold;
}

input.btn:hover {
  background-position:bottom;
}

h1, h2, h3, h4, h5, h6, ul, ol, form { margin: 0; padding: 0; display: block; }

#content ul, #content ul, #content ol, #content ol {
	padding: 10px 0 10px 20px;
}

#content ul ol, #content ol ol, #content ul ul, #content ol ul { 
	padding: 0 0 0 12px;
}

#content li, #content li {
	padding: 5px 0 5px 0;
  line-height:18px;
}

#content ul, #content ol {
	list-style:disc;
}

#content a:hover {text-decoration: none;}

hr {
	margin: 1em 0 0.6em;
	padding: 0;
	height: 1px;
	overflow: hidden;
	background: #eee;
	border-width: 0px;
	border-bottom: 1px solid #ccc;
}

form fieldset {
	margin: 0 0 1em;
	padding: 0 0.55em 0.75em;
	border: 1px solid #004A91;
	overflow: hidden;
  width:400px;
}

form fieldset legend {
	margin: 0;
  padding:0 3px 3px 3px;
	color: #004A91;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height:18px;
}

form fieldset label {
	display: block;
	padding-top: 5px;	
  padding-bottom: 2px;
}

form fieldset input,
form fieldset textarea {
	margin: 0;
	padding: 3px 3px;
}

form fieldset input.text,
form fieldset textarea {
	background: #fff;
	border: 1px solid #bcc8d4;
	color: #333;
	font-size: 1em;
}

form fieldset select {
	background: #fff;
	border: 1px solid #bcc8d4;
	color: #333;
	font-size: 1em;
}

form fieldset input.text { width: 97%; display: block; }

form fieldset textarea {
	width: 97%;
	font-family: 'Lucida Console', Monaco, monospace;
	line-height:18px;
	overflow: auto;
}

form fieldset input:focus,
form fieldset textarea:focus { color: #000 }
form fieldset input.button {
	/*float: right;*/
	margin: 0;
  padding:4px 6px 4px 0px;
	width: 75px;
	background: #1e5e9c;
	border: 1px solid #bcc8d4;
	color: #ddd;
	cursor: pointer;
	font-style: italic;
	text-align: center;
}

form fieldset input.button:hover { color: #000; background: #f0d794; }

form fieldset input.button:focus { border-color: #bcc8d4 #2c9200 #2c9200 #bcc8d4; }

form fieldset input.button.disabled {
	background: #999;
	border-color: #aaa #888 #888 #aaa;
	color: #666;
}

form fieldset sup {
	color: #c66;
	font-size: 10px;
	font-weight: normal;
	line-height: 0;
	text-transform: uppercase;
	vertical-align: baseline;
	position: relative;
	top: -0.27em;
	letter-spacing: 1px;
	word-spacing: 1px;
}

form fieldset input.error { 
	border: 1px solid #a22;
/*	background: #a22;*/
}

form fieldset span.error {
	display: block;
	color: #c33;
}

form fieldset label.inline { display: inline }

form fieldset p, form fieldset ul, form fieldset ol { padding: 0; }

#content input.hand, file, select {
	cursor: hand;
	cursor: pointer;
}

.errordiv {
	background: transparent;
	border: #f00 0 none;
	color: #f00;
	font-size: .8em;
	font-weight: normal;
	margin: 0;
	padding: 6px;
	text-align: center;
	vertical-align: middle;
}

#content .errordiv a, #content .errordiv a:visited {
	color: #f00;
	text-decoration: underline;
}

#content .errordiv a:hover {
	text-decoration: none;
}

#content .errorstyle	 {
	background: #ffffc3;
	border: #f00 1px solid;
	padding: 1px 3px 1px 2px;
}

table.styled {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

table.styled td {
	padding: 0.1em 0.3em;
	font-size: 0.8em;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

table.styled tr.alt td {
	background-color: #f5f5f5;
}

span.left {
	float: left;
}

span.right {
	float: right;
}

.cmslinkheader {
	width: 922px;
	margin: 3px auto 3px auto;
	padding: 0;
	text-align: center;
	color: #000;
	font-size: 10px;
	list-style-type: none;
}

.cmslinkfooter {
	width: 922px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-size: 10px;
	list-style-type: none;
}

.cmslinkheader a:link,
.cmslinkheader a:visited {
	color: #555;
}

.cmslinkheader a:hover {
	color: #000;
	text-decoration: underline;
}

.cmslinkfooter a {
	margin-right: 6px;
}

.cmslinkfooter a:link,
.cmslinkfooter a:visited {
	color: #000;
}

.cmslinkfooter a:hover {
	color: #aaa;
	text-decoration: underline;
}

body.editor {
	background-color: #F7F8FD;
}

.editor input, .editor textarea, .editor select, .editor  #form input  {
	text-decoration: none;
	border-color: #466CA6;
	background: #F7F8FD;
	background-color: #F7F8FD;
	border-style: solid;
	border-width: 1px;
	font: 10px Arial, Helvetica, sans-serif;
	padding-left: 2px;
	padding-right: 2px;
	-moz-border-radius: 5px;
}

#infotable {
	margin: 0 auto 20px auto;
	padding: 0;
	width: 400px;
}

#infotable td,
#infotable th {
	margin: 0;
	padding: 2pt 4pt;
	text-align: left;
	vertical-align: top;
}

#infotable td {
	color:#000;
	font-size:9pt;
}

#infotable th {
	color:#01043E;
	font-size:10pt;
	text-align: left;
}

#infotable td.heading {
	padding: 3pt 4pt 2pt;
	border-top: 1px solid #555;
}

#infotable td,
#infotable th {
	border-bottom: 1px solid #999;
}

#infotable tr.darkrow td {
	background-color:#eaeaea;
}

#infotable tr.lightrow td {
	background-color:#ccc;
}

#infotable .clear {
	clear: both;
}
