/* CSS Document */

body {
	background:#00A6E2 url(../images/bgpagetop.gif) no-repeat scroll center top;
	font:12px/171% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	margin:0;
	padding:0;
	color:#333;
}
#realtop {
	height:15px;
	width:1034px;
	background-color:#0060B6;
	margin:0 auto;
	background:url(../images/realtop.gif) repeat-y scroll center;
}
#container {
	background-color:#F6EFDF;
	margin:0 auto 20px;
	padding:5px;
	width:972px;
}
#headerimage {
	background-color:#F6EFDF;
	height:233px;
	margin:0 auto 10px;
	overflow:hidden;
	padding:5px;
	width:972px;
}
#headertext {
	width: 972px;
	margin:0px auto;
	padding:5px;
}

#headertext h1 {
	color:#fff;text-transform:uppercase;font-size:10px;padding:0px;margin:0px;letter-spacing: 1px;
}
#main {
	background:#F6EFDF /*url(../images/contentbg.gif) repeat-y scroll center*/;
	height: 100%;
	min-height:100%;
}
#menu {
	background-color: #A3CF34;
	width: 100%;
	margin:0 0 2px 0;
}
#addressblock {
	background-color:#F6EFDF;
	border-top:1px dashed #999;
	border-bottom:1px dashed #999;
	margin:0 0 20px;
	padding:5px;
}
#addressblock p {
	display:inline;
}
#addressblock span {
	float:right;
}
#leftcolumn {
	/*background-color: #333;*/
	float: left;
	width: 25%;
	padding:0 15px 0 0;
}
#content {
	/*border-left:1px solid #999999;*/
	padding-left:10px;
	width:83%;
	float:left;
}
#right {
	/*background-color:#555555;*/
	border-left:1px solid #999999;
	float:right;
	padding:0 0 0 20px;
	width:11%;
}
#footer {
	background-color:#FBF9F1;
	border-top:1px solid #999999;
	clear:both;
	height:100px;
	text-align:center;
}

/* Nav */

div#menu
{
background-color: #A3CF34;
border-top: solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;
}

div#menu ul
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: white;
text-align: center;
margin: 0;
}

div#menu ul li
{
display: inline;
margin-left: 0px;
}

div#menu #current a {
	background-color:#efefef;
	color:#000;
	cursor: crosshair;
}

div#menu ul li a
{
padding: 0px 8px;
color: #fff;
text-decoration: none;
text-transform:uppercase;
font-size:11px;
border-right: 1px solid #fff;
line-height:1.6em;
}

div#menu ul li a:hover
{
background-color: #000;
color: white;
}

div#menu ul, ol {
	margin: 0px;
	padding: 0px;
}

li#current a {
	display:none;
}

/* Nav2 */

div#menu2
{
border-top:solid 1px #999999;border-bottom:solid 1px #999999;padding:0px 0px;margin-bottom:10px;
}

div#menu2 ul
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: white;
text-align: center;
margin: 0;
}

div#menu2 ul li
{
display: inline;
margin-left: -4px;
}

div#menu2 #current a {
	background-color:#efefef;
	color:#000;
	cursor: crosshair;
}

div#menu2 ul li a
{
padding: 0px 15px;
color: #333;
text-decoration: none;
text-transform:uppercase;
font-size:12px;
border-right: 1px solid #fff;
line-height:1.6em;
}

div#menu2 ul li a:hover
{
	background-color: #000;
	color: white;
}

div#menu2 ul, ol {
	margin-bottom:10px;
	padding:5px;
}

li#current a {
	display:none;
}

/* links */
img.a {border:none;}
a:link, a:visited {
	text-decoration: none;
	color: #FF409F;
}
a:hover { color: #147DB6; }
a:link.more, a:visited.more {
	float: left;
	margin-top: 20px;
	margin-right: 5px;
	padding: 6px 8px;
	border: 1px solid #2177A5;
	background-color: #227bad;
    text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
a:hover.more {
	border: 1px solid #FF2B95;
	background-color: #FF3399;
}

/* Headers */
h1, h2, h3, h4 {
	font: bold 1em/1.5em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #555;
	margin: 8px 0px;
}
.contentheading { font-size: 2.1em; font-weight: normal; margin: 0px 0px 0px 0px;text-transform:uppercase;letter-spacing: -2px }
.componentheading {
	font-size:2.1em;
	font-weight:normal;
	letter-spacing:1px;
	margin:0 0 20px 5px;
	text-transform:uppercase;
}
h1 { font-size: 3.7em; font-weight: normal; letter-spacing: -2px; }
h2 { font-size: 2.8em; font-weight: normal; }
h3 { font-size: 2.2em; font-weight: normal; letter-spacing: -0.5px; padding-top: 15px;text-transform:uppercase; }
h4 { font-size: 1.5em; }

/* lists */
ul, ol {
	margin: 10px 0px;
	padding: 0 20px;
}
ul { list-style: disc; }
ol { list-style: decimal; }

dt {
  font-weight: bold;
  color: #1980AF;	
}
dd {
  padding-left: 20px;
}

/*p, dl { margin: 10px 25px; }*/

/* images */

code {
  	margin: 3px 0;
  	padding: 20px;
  	text-align: left;
  	display: block;
  	overflow: auto;
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace;
  	/* white-space: pre; */
  	border: 1px solid #F0F0F0;
	background: #F8F8F8;
	color: #555;
}
acronym {
	cursor: help;
  	border-bottom: 1px dotted #777;
}
blockquote {
  	margin: 10px 25px;
  	padding: 10px 20px 10px 32px;
  	border: 1px solid #F0F0F0;
  	background: #f8f8f8 url(../images/quote.gif) no-repeat 12px 12px;
  	font-weight: normal;
  	font-size: 17px;
  	line-height: 1.5em;
  	font-style: italic;
  	font-family: Georgia, 'Times New Roman', Times, Serif;
  	color: #555;
}
strong { font-weight: bold; }


/* form elements */
form {
	background: #F3F4F5;
	/*margin: 10px 25px 10px 25px;
	padding: 10px 25px 25px 25px;
    border: 1px solid #E2E4E7;
	width: 477px;*/
}
form p {
	border-bottom: 1px solid #E6E6E6;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #2C76A6;
}
label {
	font-weight: bold;
	color: #666666;
}
input, select, textarea {
	margin: 5px 0;
	padding: 7px 6px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #D4D4D4 #EBEBEB #EBEBEB #D4D4D4; 	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
input:focus, select:focus, textarea:focus {
	color: #19465D;
	background: #EEF8FB;
}
#name, #email, #message, #website {
	width: 460px;
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 30px;
	margin: 0;
	padding: 2px 3px;
	color: #FFF;
	background: #2C76A6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #86BBDF #245F86 #245F86 #86BBDF;
	cursor: pointer;
}
/*Jacques starts adding*/

img {text-decoration:none;border:none;}

#leftcolumn h3 {
	font-size:1.8em;
	font-weight:normal;
	letter-spacing:-0.5px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	border-bottom:solid 1px #666;
	text-transform:uppercase;
	color:#FF409F;
}
div.moduletable {margin-bottom:20px;}

/*Weblinks */

img.Link {float:right;}
a.category {font-size:1.8em;}
.description {
	display:block;
	font-size:10px;
	margin-top:10px;
}
tr.sectiontableentry1 {
	background-color:#FFFFFF;
	border-bottom:1px solid #666666;
}
tr.sectiontableentry2 {
	background-color:#EFEFEF;
	border-bottom:1px solid #666666;
}
tr.sectiontableentry1 td{
	padding:5px;
}
tr.sectiontableentry2 td{
	padding:5px;
}
ul li a.category {font-size:1.3em;}

.img_caption {padding:0px;margin:0px;text-transform:uppercase;font:10px/171% 'arial';font-weight: bold;color:#999;}
td.article_column {padding-right:10px;}
.menurule {display:none;}



p.message {
background:url("images/sticky-bg.gif") no-repeat scroll 5px center #FFFFFF;
border:1px solid #CACACC;
}
p.message {
background:url("../images/sticky-bg.gif") no-repeat scroll 5px center #FFFFFF;
border:1px solid #CACACC;
padding:10px 0 10px 40px;
}
