﻿/*****************************/
/* site elements start       */
/*****************************/

.sitewidthalign {
width:900px;
background-color:#FFFFFF;
padding:0px;
}

html, body {
font-family:Helvetica, Arial, sans-serif;
font-size:12px;
font-weight:normal;
color:#000000;
/*background-color:#ebebeb;*/
background-image:url(../images/background.gif);
margin-top:0px;
margin-bottom:0px;
}

body {
width:900px;
padding:0px;
color:#000000;
background-color:#ffffff;
/*margin:10px 15px 15px 15px;*/
margin-left: auto;
margin-right: auto; 
}

/*****************************/
/* header start              */
/*****************************/

.header_left {
color:#ffffff;
background-color:#00395a;
height:41px;
text-align:right;
margin-bottom:auto;
margin-top:auto;
}

.header_right {
background-color:#00395a;
text-align:right;
margin-top:5px;
padding-right:20px;
padding-top:15px;
color:#FFFFFF;
}

.header_right a {
color:#ffffff;
text-decoration:none;
}

.header_text {
font-size:14px;
color:#003366;
line-height:25px;
padding-right:10px;
margin-top:15px;
}

.header_text a {
text-decoration:none;
color:#003366;
}

.header_text a:hover{
text-decoration:underline;
}

.header_text2 {
font-size:15px;
color:#000000;
line-height:18px;
font-weight:bold;
padding-left:10px;
}

.header_text2 a {
text-decoration:none;
color:#000000;
}

.header_text2 a:hover{
text-decoration:none;
}

.header_text3 {
font-size:13px;
color:#000000;
font-weight:normal;
}

.header_text3 a {
text-decoration:none;
color:#000000;
}

.header_text3 a:hover{
text-decoration:underline;
}

.header_text4 {
font-size:15px;
color:#FFFFFF;
line-height:18px;
padding-left:10px;
padding-top:15px;
font-weight:500;
}

.header_text4 a {
text-decoration:none;
color:#FFFFFF;
}

.header_text4 a:hover{
text-decoration:underline;
}

.header_text5 {
font-size:17px;
color:#003366;
line-height:18px;
padding-left:120px;
padding-top:5px;
font-weight:500;
}

.header_text5 a {
text-decoration:none;
color:#FFFFFF;
}

.header_text5 a:hover{
text-decoration:underline;
}
/*****************************/
/* nav text start            */
/*****************************/

.navtext {
font-size:11px;
color:#999999;
line-height:25px;
text-align:left;
padding-left:35px;
}

.navtext a {
font-size:11px;
font-weight:normal;
color:#999999;
text-decoration:none;
}

.navtext a:hover {
text-decoration:underline;
}





/*     navigation elements     */

.home_btn {
	margin: 7px 8px 0px 16px;
}

#navigation
{
	width: 900px;
	margin: 0px;
	padding: 0px;
}
.single_line {
	border-top: 1px solid #c8e2f0;
	padding: 1px 0px 0px 0px;
}
.single_line2 {
	width:880px;
	margin-top:0px;
	margin-left:10px;
	border-top: 1px solid #c8e2f0;
	padding: 1px 0px 0px 0px;
	border-bottom: 1px solid #c8e2f0;	
}
.double_line {
	border-top: 1px solid #c8e2f0;
	padding: 1px 0px 0px 0px;
	border-bottom: 1px solid #c8e2f0;
}
#nav
{
	margin:  0px;
	padding: 0px;
	height: 32px;
}

#nav li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

#nav a.nav
{
	margin: 0px 0px 0px 0px;
	padding: 8px 12px 4px 10px;
	display: block;
	text-decoration: none;
	font: normal 14px/20px Helvetica, Arial, sans-serif;
	color: #002d62;
	outline: none; /* hide dotted outline in Firefox */
}

#nav a.nav:hover
{
	display: block;
	text-decoration: none;
	color: #002d62;
	background: #eef3f5;
}

#nav a.navon
{
	margin: 0px 0px 0px 0px;
	padding: 8px 12px 4px 10px;
	display: block;
	text-decoration: none;
	font: normal 14px/20px Helvetica, Arial, sans-serif;
	color: #002d62;
	background: #fff url("../images/nav_on_bkg.gif") 0 0 repeat-x;
	border-left: 1px solid #c8e2f0;
	border-right: 1px solid #c8e2f0;
	outline: none; /* hide dotted outline in Firefox */
}

/*     end of navigation elements     */

/* subnav elements */
#subnavigation
{
	background: #fff url("../images/subnav_bkg.gif") 0 0 repeat-x;
	height: 28px;
	padding-left: 45px;
}

#subnav
{
	margin: 0px;
	padding: 0px;
}

#subnav li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

#subnav a.subnav
{
	margin: 0px;
	padding: 8px 8px 4px 6px;
	display: block;
	text-decoration: none;
	font: normal 12px/16px Helvetica, Arial, sans-serif;
	color: #002d62;
	border-left: 1px solid #fff;
	border-right: 1px solid #eef3f5;
	outline: none; /* hide dotted outline in Firefox */
}

#subnav a.subnav:hover
{
	display: block;
	text-decoration: none;
	color: #002d62;
	background: #eef3f5;
}

#subnav a.subnavon
{
	margin: 0px;
	padding: 8px 8px 4px 6px;
	display: block;
	text-decoration: none;
	font: bold 12px/16px Helvetica, Arial, sans-serif;
	color: #002d62;
	border-left: 1px solid #fff;
	border-right: 1px solid #eef3f5;
	background: #fff url("../images/subnav_on_bkg.gif") 0 0 repeat-x;
	outline: none; /* hide dotted outline in Firefox */
}
/*     end of sub navigation elements     */









/*****************************/
/* left column start         */
/*****************************/

.noleftcolumn {
width:0px;
}

.leftcolumn {
width:200px;
padding-left:15px;
padding-right:15px;
border-right:1px solid #cccccc;
}

#leftnav			{width: 200px; border-top: 2px solid #d8d8d8; border-bottom: 1px solid #d8d8d8; list-style-type:none; margin-left:0px;}
#leftnav li			{border-bottom: 1px solid #d8d8d8; line-height: 1px;}
#leftnav li a		{color:#888787; font-size: 11px; font-weight:bold; line-height: 17px; padding: 5px 10px; display:block;}
#leftnav li a:hover	{color:#000;}
#leftnav li ul		{padding-bottom: 5px; list-style-type:none;}

/*****************************/
/* main column start         */
/*****************************/

.maincolumn {
padding-left:35px;
padding-right:35px;
}

div.maincolumn h1 {
font: normal 20px/24px Helvetica, Arial, sans-serif;
margin: 15px 0px 5px 0px;
}

div.maincolumn h2 {
font: normal 16px/20px Helvetica, Arial, sans-serif;
margin: 10px 0px 5px 0px;
}

div.maincolumn div.bodytext {
font-size:12px;
padding-left:0px;
}

ul
{
margin: 0px 0px 10px 0px;
padding: 4px 0px 4px 30px;
font: normal 12px/18px Helvetica, Arial, sans-serif;
}

/*****************************/
/* right column start        */
/*****************************/

.norightcolumn {
width:0px;
}

.rightcolumn {
width:220px;
padding-left:15px;
padding-right:0px;
border-left:1px solid #cccccc;
margin-top:0px;
}

/*****************************/
/* footer start              */
/*****************************/

div.footer {
color:#cccccc;
font-size:11px;
font-weight:normal;
background-color:transparent;
padding:10px 0px 0px 0px;
margin:15px 0px 20px 45px;
width:850px;
line-height:15px;
}

div.footer a {
font-size:11px;
font-weight:normal;
color:#80a3b7;
text-decoration:none;
}

div.footer a:hover {
text-decoration:underline;
}

/*****************************/
/* pagemessage starts        */
/*****************************/

div.pagemessage {
font-size:12px;
font-weight:normal;
color:#FFFFFF
width:500px;
border:solid 5px #990000;
padding:10px;
margin-bottom:20px;
}

/*****************************/
/* registerform starts       */
/*****************************/

form.registerform {
text-align:left;
padding:0px;
margin:0px 13px 0px 0px;
}

form.registerform p{
font-size:12px;
font-weight:normal;
margin-bottom:0px;
margin-top:20px;
margin-left:0px;
margin-bottom:20px;
}

form.registerform input.registerbutton {
font-size:13px;
font-weight:normal;
margin-top:12px;
margin-bottom:12px;
}

form.registerform input.textfield {
font-size:13px;
font-weight:normal;
padding:0px;
margin-top:4px;
margin-bottom:4px;
width: 300px;
}

form.registerform label{
margin-left: 15px; 
width: 150px;
}

form.registerform select {
font-size:13px;
font-weight:normal;
padding:0px;
margin-bottom:2px;
margin-top:2px;
width: 304px;
}

/*****************************/
/* loginform starts          */
/*****************************/

form.loginform {
text-align:left;
padding:0px;
margin:0px 13px 0px 0px;
}

form.loginform p{
font-size:12px;
font-weight:normal;
margin-bottom:0px;
margin-top:20px;
margin-left:0px;
margin-bottom:20px;
}

form.loginform input.loginbutton {
font-size:13px;
font-weight:normal;
margin-top:12px;
margin-bottom:12px;
}

form.loginform input.passwordbutton {
font-size:13px;
font-weight:normal;
margin-left:10px;
margin-bottom:3px;
}

form.loginform input.textfield {
font-size:13px;
font-weight:normal;
padding:0px;
margin-top:4px;
margin-bottom:4px;
width: 200px;
}

form.loginform label{
margin-left: 15px; 
width: 150px;
}

/*****************************/
/* login box start           */
/*****************************/

.loginbox {
width:200px;
height:180px;
border:1px solid #cccccc;
}

.loginbox_header {
width:200px;
height:20px;
border:1px solid #D7301E;
background-color:#D7301E;
color:#FFFFFF;
text-align:center;
font-weight:bold;
padding-top:4px;
margin-top:0px;
}

form.loginbox_form {
margin-top:5px;
}

form.loginbox_form input.textfield {
font-size:11px;
font-weight:normal;
padding:0px;
margin-top:5px;
margin-bottom:5px;
margin-left:10px;
margin-right:10px;
width:90px;
}

form.loginbox_form label{
font-size:11px;
}

form.loginbox_form input.loginbutton {
font-size:12px;
font-weight:normal;
margin-top:8px;
margin-bottom:8px;
margin-left:10px;
width:75px;
}

form.loginbox_form .checkbox {
margin-left:8px;
margin-top:5px;
}

.loginbox a {
margin-left:8px;
font-size:11px;
color:#333333;
text-decoration:none;
}

.loginbox a:hover {
text-decoration:underline;
}

.loginbox p {
margin-top:8px;
}

/*****************************/
/* my account box start      */
/*****************************/

.myaccountbox {
width:200px;
border:1px solid #cccccc;
}

.myaccountbox_header {
width:200px;
height:20px;
border:1px solid #D7301E;
background-color:#D7301E;
color:#FFFFFF;
text-align:center;
font-weight:bold;
padding-top:4px;
margin-top:0px;
}

.myaccountbox a {
margin-left:8px;
font-size:11px;
color:#cc0000;
text-decoration:none;
font-weight:bold;
}

.myaccountbox a:hover {
text-decoration:underline;
}

.myaccountbox p {
margin:0px;
background-image:url(../images/columnbar.gif);
line-height:30px;
}

/*****************************/
/* contactform starts        */
/*****************************/

form.contactform {
text-align:left;
padding:0px;
margin:0px 13px 0px 0px;
}

form.contactform p{
font-size:12px;
font-weight:normal;
margin-bottom:0px;
margin-top:10px;
margin-left:0px;
width:400px;
}

form.contactform input.button {
font-size:13px;
font-weight:normal;
width:125px;
margin-top:20px;
margin-bottom:20px;
}

form.contactform input.textfield {
font-size:14px;
font-weight:normal;
padding:0px;
margin-top:4px;
margin-bottom:4px;
width: 300px;
}

form.contactform textarea {
font-size:13px;
font-weight:normal;
padding:0px;
margin:0px;
width: 300px;
}

form.contactform select {
font-size:13px;
font-weight:normal;
padding:0px;
margin-bottom:2px;
margin-top:2px;
width: 294px;
}

form.contactform label{
margin-left: 15px; 
width: 150px;
}

form.contactform  div.desctext {
font-size:11px;
font-weight:normal;
color:#999999
}

form.contactform  div.desctext a{
font-size:11px;
font-weight:normal;
color:#0000ff
}

/*****************************/
/* requestproposalform starts*/
/*****************************/

form.requestproposalform {
text-align:left;
padding:0px;
margin:0px 13px 0px 0px;
}

form.requestproposalform p{
font-size:14px;
font-weight:normal;
margin-bottom:0px;
margin-top:10px;
margin-left:0px;
width:500px;
line-height:22px;
}

form.requestproposalform input.button {
font-size:13px;
font-weight:normal;
width:125px;
margin-top:20px;
margin-bottom:20px;
}

form.requestproposalform input.textfield {
font-size:16px;
font-weight:normal;
padding:2px;
width:300px;
margin:5px;
}

form.requestproposalform textarea {
font-size:15px;
font-weight:normal;
padding:0px;
margin-bottom:20px;
width: 300px;
}

form.requestproposalform select {
font-size:15px;
font-weight:normal;
padding:3px;
width: 314px;
margin:5px;
}

form.requestproposalform label{
margin-left: 15px; 
width: 150px;
font-size:14px;
}

form.requestproposalform  div.desctext {
font-size:11px;
font-weight:normal;
color:#999999
}

form.requestproposalform  div.desctext a{
font-size:11px;
font-weight:normal;
color:#0000ff
}

/*****************************/
/* contactform starts        */
/*****************************/

form.myinfoform {
text-align:left;
padding:0px;
margin:0px 13px 0px 0px;
}

form.myinfoform p{
font-size:12px;
font-weight:bold;
border-bottom: 1px solid #666666;
padding-bottom:5px;
margin-bottom:10px;
margin-top:25px;
margin-left:0px;
width:400px;
}

form.myinfoform input.button {
font-size:13px;
font-weight:normal;
width:125px;
margin-top:20px;
margin-bottom:20px;
}

form.myinfoform input.textfield {
font-size:14px;
font-weight:normal;
padding:0px;
margin-top:4px;
margin-bottom:4px;
width: 300px;
}

form.myinfoform textarea {
font-size:13px;
font-weight:normal;
padding:0px;
margin:0px;
width: 300px;
}

form.myinfoform select {
font-size:13px;
font-weight:normal;
padding:0px;
margin-bottom:2px;
margin-top:2px;
width:304px;
}

form.myinfoform label{
margin-left: 15px; 
width: 150px;
}

form.myinfoform .smalllabel{
font-size:10px;
color:#999999
}

/*****************************/
/* articles starts           */
/*****************************/

div.articles {
text-align:left;
}

div.articles .header{
font-size:15px;
font-weight:bold;
text-align:left;
background-color:#D7301E;
padding-left:10px;
padding-bottom:2px;
padding-top:2px;
margin-bottom:5px;
color:#ffffff;
}

div.articles .articletable{
padding-left:10px;
}

div.articles h1{
font-size:20px;
text-align:left;
background-color:transparent;
padding:0px;
margin-bottom:5px;
color:#666666;
}

div.articles .articlelist_title{
font-size:15px;
font-weight:bold;
line-height:20px;
color:#000000;
text-decoration:none;
}

div.articles .desc{
font-size:11px;
color:#666666;
font-weight:normal;
line-height:20px;
}

div.articles .summary{
margin-top:10px;
margin-bottom:0px;
color:#666666;
}

div.articles div.articletext{
margin-top:10px;
margin-bottom:0px;
}

div.articles .readmore{
font-size:11px;
}

div.articles .readmore a{
color:#999999;
}

div.articles .feedlink a{
color:#999999;
}

div.articles .dividerline{
background-color:#e8e8e8;
}

/*****************************/
/* feed css starts           */
/*****************************/

div. feed {
width:650px;
}

div.feed .header{
font-size:15px;
font-weight:bold;
text-align:left;
background-color:#D7301E;
padding-left:10px;
padding-bottom:2px;
padding-top:2px;
margin-bottom:5px;
color:#ffffff;
}

div.feed .headline{
font-size:15px;
font-weight:bold;
line-height:20px;
color:#000000;
text-decoration:none;
}

div.feed .thumbnail{
margin-right:10px;
margin-bottom:10px;
}

div.feed .postedby-text {
font-size:11px;
color:#666666;
font-weight:normal;
line-height:20px;
}

div.feed .summary{
margin-top:10px;
margin-bottom:0px;
color:#666666;
font-weight:normal;
}

div.feed .readmore{
font-size:11px;
font-weight:normal;
}

div.feed .readmore a{
color:#999999;
font-weight:normal;
}

div.feed .dividerline{
background-color:#e8e8e8;
}

div.feed .spacing{
height:8px;
}

div.feed .feedlink {
height:20px;
}

div.feed .feedlink a{
color:#999999;
font-weight:normal;
}

div.feed .pageresults {
font-size:11px;
color:#666666;
font-weight:normal;
line-height:20px;
}

div.feed .noresults {
color:#000000;
font-weight:normal;
line-height:20px;
}

/*****************************/
/* articlecomments starts    */
/*****************************/


div.articlecommentsarea h2{
font-size:18px;
text-align:left;
background-color:transparent;
padding:0px;
margin-bottom:10px;
color:#666666;
}

div.articlecomments {
font-weight:normal;
width:95%;
border:solid 1px #cccccc;
padding:10px;
margin-bottom:20px;
color:#666666;
}

div.articlecomments label{
font-size:10px;
font-weight:normal;
color:#999999;
text-align:left;
}

div.articlecomments label a{
font-size:10px;
font-weight:normal;
color:#999999;
text-align:left;
}

div.articlecomments div.dottedline{
height:1px;
width:175px;
text-align:left;
border-bottom:dashed 1px #999999;
margin-top:4px;
margin-bottom:8px;
}

div.articlecommentsarea .feedlink a{
font-size:10px;
color:#999999;
}

/*****************************/
/* addblogform starts        */
/*****************************/

form.addblogform {
text-align:left;
padding:0px;
margin:0px 13px 0px 0px;
}

form.addblogform p{
font-size:12px;
font-weight:bold;
border-bottom: 1px solid #666666;
padding-bottom:5px;
margin-bottom:10px;
margin-top:25px;
margin-left:0px;
width:400px;
}

form.addblogform input.button {
font-size:13px;
font-weight:normal;
width:125px;
margin-top:20px;
margin-bottom:20px;
}

form.addblogform input.textfield {
font-size:14px;
font-weight:normal;
padding:0px;
margin-top:4px;
margin-bottom:4px;
width: 300px;
}

form.addblogform textarea {
font-size:13px;
font-weight:normal;
padding:0px;
margin:0px;
width: 300px;
}

form.addblogform select {
font-size:13px;
font-weight:normal;
padding:0px;
margin-bottom:2px;
margin-top:2px;
width:304px;
}

form.addblogform label{
margin-left: 15px; 
width: 150px;
}

form.addblogform .smalllabel{
font-size:10px;
color:#999999
}


/*****************************/
/* column box start          */
/*****************************/

.columnbox {
width:180px;
border:1px solid #cccccc;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
color:#666666;
}

.columnbox_header {
width:200px;
height:20px;
border:1px solid #D7301E;
background-color:#D7301E;
color:#FFFFFF;
text-align:center;
font-weight:bold;
padding-top:4px;
margin-top:0px;
}

.columnbox .datetext {
color:#666666;
font-size:11px;
}

.columnbox a {
color:#cc0000;
text-decoration:none;
font-weight:bold;
}

/*****************************/
/* profile start             */
/*****************************/

div.profile {
font-weight:normal;
margin-right:15px;
}

div.profile .profileoptions {
border-right:1px solid #cccccc;
}

div.profile h1 {
font-size:16px;
color:#666666;
}

div.profile h2 {
font-size:15px;
color:#666666;
}

div.profile a {
color:#cc0000;
}

div.profile p {
margin-top:1px;
margin-bottom:1px;
text-align:left;
}

div.profile .blogtitle {
color:#666666;
font-size:13px;
font-weight:bold;
margin-top:8px;
margin-bottom:8px;
line-height:25px;
}

div.profile .postedby {
color:#666666;
font-size:11px;
line-height:20px;
}
div.profile .postedby a {
color:#666666;
}

div.profile .summary {
color:#666666;
font-size:12px;
}

/*****************************/
/* Log in bar start          */
/*****************************/

.loginbar
{
	background: #00395a;
	height: 45px;
	margin: 0px;
	padding: 0px 0px 0px 30px;
}

.sep {
	margin: 8px 10px;
	padding-top: 0px;
	float: left;
}

p#join_link
{
	font: normal 11px/20px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	margin-top:7px;
	padding-right:55px;
	display: block;
	padding-top: 5px;
	width: 160px;
	height: 30px;
	text-align: center;
	outline: none; /* hide dotted outline in Firefox */
	background: #00395a url("../images/loggedinover.gif") 0 0 no-repeat;
}

a#join_link
{
	font: normal 13px/20px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	margin: 8px 0px;
	display: block;
	padding-top: 5px;
	width: 111px;
	height: 30px;
	float: left;
	text-align: center;
	outline: none; /* hide dotted outline in Firefox */
}

a#login_link
{
	font: normal 13px/20px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	margin: 8px 0px;
	display: block;
	padding-top: 5px;
	width: 61px;
	height: 30px;
	float: left;
	text-align: center;
	outline: none; /* hide dotted outline in Firefox */
}

a#join_link:hover
{
	background: #00395a url("../images/join_over.gif") 0 0 no-repeat;
}

a#login_link:hover
{
	background: #00395a url("../images/login_over4.gif") 0 0 no-repeat;
}
form
{

 margin: 0px;
}
#login_form
{
	float: left;
	width: 650px;
	height: 30px;
	display: none;
	margin-top:10px;
}

.formtext_w
{
	font: normal 12px/17px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px 0px 0px 10px;
	vertical-align: bottom;
}

.remember 
{
	font: normal 10px/17px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px 0px 0px 10px;
	vertical-align: bottom;
}

#go_btn
{
	padding: 10px 0px 0px 10px;
	vertical-align: bottom;
	outline: none; /* hide dotted outline in Firefox */
}

/*     End Login elements     */

/*     Logged in elements    */

#lblogo
{
	margin: 15px 0px -20px 50px;
	position: relative;
	float: left;
}


#loggedin_as
{
	position: relative;
	float: left;
	top: 0px;
	left: 350px;
	margin: 0px;
	color: #fff;
	width: 240px;
	text-align: right;
	font: normal 13px/15px arial, sans-serif;
}

.loggedinbar
{
	position: relative;
	background: transparent url("../images/loggedin_as_bkg.gif") no-repeat top right;
	height: 40px;
	border-top: 10px solid #d1812b;
}

#logout_btn
{
    position: relative;
	float: left;
	top: 4px;
	left: 365px;
    outline: none; /* hide dotted outline in Firefox */
}

#loggedin_info
{
	font: normal 10px/14px arial, sans-serif;
}

/* callout elements */
.calloutlink
{
	text-decoration: none;
	color: #000;
}

.calloutblue
{
	padding-top:15px;
	padding-left:10px;
	width: 250px;
	height: 85px;
	background: #fff url("../images/callout_box_blue.jpg") 0 0 no-repeat;
	font-size:10px;
}

.calloutgreen
{
	padding-top:15px; 
	padding-left:10px;
	width: 250px;
	height: 85px;	
	background: #fff url("../images/callout_box_green.jpg") 0 0 no-repeat;
}

.calloutyellow
{
	padding-top:15px;
	padding-left:10px;
	width: 250px;
	height: 85px;
	background: #fff url("../images/callout_box_yellow.jpg") 0 0 no-repeat;
}

.calloutblue h1, .calloutgreen h1, .calloutyellow h1
{
	font: normal 10px Helvetica, Arial, sans-serif;	color: #fff;
	font-size:10px;	
	padding-left:10px;
}

.callouttext
{
	font: normal 12px Helvetica, Arial, sans-serif;
	padding-right:80px;
}

/* end callout elements */

/* sidebar element */

.sidebar
{
	width: 220px;
	padding: 4px 15px;
	margin: 10px 0px 0px 40px;
	background: #fff url(../images/grey_fade_bkg.jpg) 0 0 no-repeat;
	font: normal 11px/14px Helvetica, Arial, sans-serif;
}
/* end sidebar element */

.title_lb
{
	padding: 4px 10px;
	color: #fff;
	background: #036;
}

.before_lb
{
	padding: 5px 15px 20px 15px;
	width: 50%;
	border: 1px solid #ddecf4;
}

.after_lb
{
	padding: 5px 15px 20px 15px;
	background: #ddecf4;
	width: 50%;
	color:#036;
}

.note {
	margin: 20px 0px;
	padding: 10px 10px 2px 10px;
	font: italic 13px/16px Helvetica, Arial, sans-serif;
	background: #FFC;
	border: 1px solid #FC3;
}

.note2 {
	margin: 20px 0px;
	padding: 10px 10px 2px 10px;
	font: italic 10px/14px Helvetica, Arial, sans-serif;
	border-top: 1px solid #333;
	color:#333;
}
/*  Important note box*/

#important-note_box
{
	background: transparent url("../images/boxes/yellow_box_top.gif") 0 0 no-repeat;
}

#important-note_content
{
	padding: 20px 25px 10px 25px;
}

#important_icon
{
	float: left;
	height: 50px;
	margin: 2px 8px 0px 0px;
}


/*  grey box*/

.grey_box
{
	background: transparent url("../images/boxes/grey_box_top.gif") 0 0 no-repeat;
	margin-right: 4px;
}

.grey_content
{
	padding: 10px 18px 0px 18px;
}

/*  green box*/

.green_box
{
	background: transparent url("../images/boxes/green_box_top.gif") 0 0 no-repeat;
}

.green_content
{
	padding: 10px 18px 0px 18px;
}


/*  White box*/

.white_box
{
	background: transparent url("../images/boxes/white_box_top.gif") 0 0 no-repeat;
}

.white_content
{
	padding: 10px 4px 0px 4px;
}

.white_content h2
{
	margin-left:15px;
}

.grey_form_bkg
{
	background: transparent url("../images/white_box_grey_bkg.gif") 0 0 repeat-y;
	padding: 10px 10px 0px 20px;
}
/* blue Box */

.blue_box
{
	background: transparent url("../images/blue_bkg.gif") 0 0 repeat-y;
	margin: 15px 0px;
}

.blue_box_bottom
{
	background: transparent url("../images/blue_btm.gif") 0 0 no-repeat;
	margin: 0px 0px 0px 0px;
	height:12px;
}


.blue_box_content
{
	
	padding: 5px 40px 0px 20px;
}

.blue_box_content h2
{
	color: #fff;
	font-weight: bold;
}

.blue_box_content ol
{
	font: normal 14px/18px Helvetica, Arial, sans-serif;
	color: #fff;
}

.blue_box_content ol li
{
	margin: 2px 20px 0px 0px;
}


/* orange box */
.orange_box
{
	background: transparent url("../images/boxes/orange_bkg.gif") 0 0 no-repeat;
}

.orange_box_content
{
	margin: 10px;
	padding: 5px 10px 0px 10px;
}

.orange_box_content h2
{
	color: #fff;
	font-weight: bold;
}

.orange_box_content ol
{
	font: normal 14px/18px Helvetica, Arial, sans-serif;
	color: #fff;
}

.orange_box_content ol li
{
	margin: 6px 0px;
}