@charset "utf-8";
/* CSS Document */



body  {
	font: 90% Arial, Helvetica, sans-serif;
	background: #ffffff;
	/*background-image: url(images/bgblu.png);
	background-repeat:repeat-x; */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/******************************* standard stuff *************************************/


strong {
  font-weight:bold;
}

em {
  font-style: italic;
}

p {
  margin: 0.5em 0;
  padding-bottom: 0.5em;
}

blockquote {
    color:#888888;
    text-indent:37px;
    background:transparent url(../images/generic/blockquote.png) top left no-repeat;
}

cite {
  font-weight: bold;
}

pre {
  padding: 10px;
  font-size: 11px;
  background-color:#f7f7f7;
  padding:2%;
  border:1px solid #e3e3e3;
  margin:0;
  line-height:140%;
 
  /* make lines wrap in pre tag - browser specific so not valid css - lousy browsers */
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

code {
  font-family: monaco,"lucida console","courier new",courier,serif;
  font-size-adjust: none;    
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
}

.wrapper #container {
	position:relative;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.wrapper #header { 
	background: #FFFFFF; 
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	height:114px;
} 
.wrapper #nav {
	position:absolute;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width:750px;
	top: 8px;
	left: 0px;
}
.wrapper #nav h1 {
	margin-left: 200px;
	margin-top: 35px;
	color: #9DACBF;
	text-decoration:none;
	font: bold 100% Arial, Helvetica, sans-serif;
}
.wrapper #nav a {
	font-size: 70%;
	color: #013299;
	font-weight: bold;
	text-decoration: none;
}
.wrapper #nav a:hover {
	text-decoration: underline;
	color: #990000;
} 
.wrapper #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	border-right:#CCCCCC thin dotted;
}
.wrapper #sidebar1 h3{
	width:160px;
	background: #336699;
	padding:5px;
	text-align:center;
	color:#FFFFFF;
}
.wrapper #sidebar1 h3 a{
	width:160px;
	background: #336699;
	padding:5px;
	text-align:center;
	color:#FFFFFF;
}
.wrapper #sidebar1 h3 a:hover{
text-decoration: underline;
}
.wrapper #sidebar1 p{
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	text-align:justify;
	color:#333;
	font-size: 70%;
	font-weight: normal;
	text-decoration: none;
	
}
.wrapper #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-left:#CCCCCC thin dotted;
}
.wrapper #sidebar2 h3{
	width:160px;
	background: #336699;
	padding:5px;
	text-align:center;
	color:#FFFFFF;
}
.wrapper #sidebar2 h3 a{
	width:160px;
	background: #336699;
	padding:5px;
	text-align:center;
	color:#FFFFFF;
}
.wrapper #sidebar2 h3 a:hover{
text-decoration: underline;
}
.wrapper #sidebar2 p{
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	text-align:justify;
	color:#333;
	font-size: 70%;
	font-weight: normal;
	text-decoration: none;
} 


.wrapper #mainContentLanding {
	margin-top: 0;
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.wrapper #mainContentLanding p{
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	text-align:justify;
	color:#333;
	font-size: 70%;
	font-weight: normal;
	text-decoration: none;
} 
.wrapper #mainContentLanding h1 {
	color: #9DACBF;
	text-decoration:none;
	font: bold 130% Arial, Helvetica, sans-serif;

}
.wrapper #mainContent {
	margin:auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.wrapper #mainContent p{
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	text-align:justify;
	color:#333;
	font-size: 70%;
	font-weight: normal;
	text-decoration: none;
} 
.wrapper #mainContent h1 {
	color: #9DACBF;
	text-decoration:none;
	font: bold 130% Arial, Helvetica, sans-serif;

}
.wrapper #column1 {
	float: left; /* since this element is floated, a width must be given */
	width: 355px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	border-right:#CCCCCC thin dotted;
}
.wrapper #column2 {
	float: right; /* since this element is floated, a width must be given */
	width: 355px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	/*border-right:#CCCCCC thin dotted;*/
}
.wrapper #centercolumn {
	/* float: left; since this element is floated, a width must be given */
	/*width: 355px;  the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	border-right:#CCCCCC thin dotted;
}
.wrapper #mainContent_contact {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.wrapper #mainContent_contact h1 {
	color: #9DACBF;
	text-decoration:none;
	font: bold 130% Arial, Helvetica, sans-serif;
	}
.wrapper #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	background-color: #FFFFFF;
	
} 
.wrapper #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.wrapper #footer a {
	font-size: 80%;
	color: #013299;
	font-weight: bold;
	text-decoration: none;
}
.wrapper  #footer a:hover {
	text-decoration: underline;
	color: #990000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a {
	font-size: 100%;
	color: #013299;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #013299;
}
#img {
text-align:center;
}
/********************************* LiveValidation *************************************/
.LV_validation_message{
    font-weight:normal;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}
/************************************ HELPERS ***************************************/		

.floatRight {
  float:right;
}

.floatLeft {
  float:left;
}

.clearBoth {
  clear:both;
}

.clearLeft {
  clear:left;
}

.clearRight {
  clear:right;
}

.inline {
  display:inline;
}

.block {
  display:block;
}

.hidden {
  display:none;
}

.invisible {
  visibility:hidden;
}

.visible {
  visibility:visible;
}

/** margin helpers (useful for floated images) **/

.marginTop10 {
  margin-top:10px;
}

.marginRight10 {
  margin-right:10px;
}

.marginBottom10 {
  margin-bottom:10px;
}

.marginleft10 {
  margin-left:10px;
}
#TW-feed, #TW-feed ul {list-style:none; margin:0px; padding:0px}
#TW-feed li ul {display:none;position:absolute;background-color:#ffffff;padding:3px;border:1px solid #cccccc;}
#TW-feed li {font-weight:bold; color:#EC8132;}
#TW-feed ul li {padding-bottom:3px;}

.code{
	margin: 1em 4%;
	padding: 1em;
	border: 1px solid #CCC;
	display: block;
	background: #FAFAFA;
	color: #333333;
	font-family: "Courier New", Courier, monospace;
	font-size: 80%;
	line-height: 1.5em;
}
