* {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

/* html elements */
body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #CAD1E1;
	padding: 0 0 10px 0;nav
  /*font-size:0.8em;*/
}
body,
p,
td,
div,
span {
	/*font-family: Trebuchet MS, Tahoma, Arial, Verdana;*/
  /*setting the size in pixels, make FF show large fonts in 120dpi*/
  font-family:"Segoe UI",Verdana,"Trebuchet MS","Segoe UI",Arial,Helvetica,sans-serif;
  
  font-size:14px;
  /*font-size:9pt;*/
  line-height:1.5em;
	color: #4C4E4D;
}
p {
	margin-bottom: 10px;
	margin-top:5px;
  margin-left: 0px;
  margin-right:0px;
}
h1 {
	font-size: 1.3em;/* 16px;*/
	font-weight: normal;
  margin: 0px 0px 15px 0px;
	color: #1D3E9F;
}
h2 {
	font-size: 1.2em;/* 15px;*/
	font-weight: lighter;/* bold;*/
	color: #1D3E9F;
  /*
	background-image: url(../images/h2_bg.png);
	background-position: bottom left;
	background-repeat: no-repeat;*/
	margin: 0 0 5px 0;
}
h2.short {
	background-image: url(../images/h2_bg_short.png);
}
h2 img {
	vertical-align: top;
	margin: 5px 0px 0px 0px;
}
h2 .normal {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

/******************************************************************************/
/* Screenshot specific style BEGIN */
h2.h2_blue {
background-image: url(../images/h2_blue_bg2.png);
background-position: top left;
background-repeat: repeat-x;
margin-bottom: 20px;
margin-top: 10px;
margin-left:0px;
}
h2.h2_blue div {
background-image: url(../images/h2_blue_bg1.png);
background-position: top left;
background-repeat: no-repeat;
}
/* used in screenshots: the header of each sections */
h2.h2_blue div div {
font-size: 1.2em;
color: #6A7FB4;
/* font-weight: bold;/* normal;*/
background-image: url(../images/h2_blue_bg3.png);
background-position: top right;
background-repeat: no-repeat;
padding-left: 5px;
}
/* used in screenshots: the header of each sections (smaller text) */
h2.h2_blue div div span {
font-size: 14px;
color: #6A7FB4;
/*font-weight: normal;*/
vertical-align: baseline;
}
/* Screenshot specific style END */
/******************************************************************************/

h3 {
	/*font-size: 12pt;*/
	font-weight: normal;
	margin: 20px 0 5px 0;
}
a:link,
a:visited {
  /*font-size:96%;*/
	/*font-weight: bold;*/
	color: #20557E;
  color: #EF6900;
  color: #DB6300;
	text-decoration: none;
}
a:hover,
a:active {
	/*font-weight: bold;*/
	color: #20557E;
  color: #EF6900;
	text-decoration: underline;
}


#nested ul li ul {
  margin-left: 60px;
}

ol, ul {
	margin:0px 0px 10px 0px;
}

li {
	margin: 0px 0px 0px 20px;
}


input,
textarea {
	padding: 2px;
}

.zebra,
.zebra1 {
	background-color: #FDF6CC;
}
.zebra2 {
	background-color: #FEF9E0;
}

small,
.small,
.small * {
  font-size:0.92em;
}

.gray,
.gray:link,
.gray:visited,
.gray:hover,
.gray:active {
	color: #797979;
}

.orange,
.orange:link,
.orange:visited,
.orange:hover,
.orange:active {
	color: #EB6B04;
}

.blue,
.blue:link,
.blue:visited,
.blue:hover,
.blue:active {
	color: #6379bd;
}

.normal,
.normal:link,
.normal:visited,
.normal:hover,
.normal:active {
	font-weight: normal;
}

/* index template */
#i_overall {
	margin: auto;
	width: 960px;
}
#i_header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;  
	height: 153px;
}

#i_logo_link1 {
	position: relative;
  float:left;
	top: 30px;
	left: 35px;
	height: 100px;
	width: 80px;
	margin-bottom: -100px;
	margin-right: -80px;
  margin-left:0px;
}
#i_logo_link2 {
	position: relative;
  float:left;
	top: 20px;
	left: 115px;
	height: 80px;
	width: 200px;
	margin-bottom: -80px;
	margin-right: -200px;
  margin-left: 0px;
}

#i_nav_top {
	position: relative;/*relative;*/
	top: 43px; /*43*/
	left: 401px;/*401*/
	margin-right: 401px;
  margin-left:0px;

}
#i_nav_top a:link,
#i_nav_top a:visited{
  margin-top:0px;
  padding-top:0px;
	display: block;
	float: left;
	height: 110px;/*110*/
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: bottom;
/*border:1px solid red;*/
}
#i_nav_top a:hover,
#i_nav_top a:active {
	text-decoration: none;
	background-repeat: no-repeat;
}
.nav_links {
	position: absolute;
	width: 180px;
	top: 153px;/*153*/
	left: 2px;
	visibility: hidden;
	display: none;
	line-height: 16px;
	overflow: hidden;
	color: #FFFFFF;
	border-top: 1px solid #7793C5;
	border-left: 1px solid #7793C5;
}
#i_nav_links_sub {
	background-color: #FF0000;
	clear: both;
}
#i_nav_links_sub a:link,
#i_nav_links_sub a:visited {
	display: block;
	float: none;
	background-color: #5673AB;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	padding: 4px 8px;
	border-right: 1px solid #7793C5;
	border-bottom: 1px solid #7793C5;
	opacity: 0.9;
	filter: Alpha(opacity=90);
	background-image: url(../images/nav_bg180.png);
	background-repeat: repeat-y;
}
#i_nav_links_sub a:hover,
#i_nav_links_sub a:active {
	display: block;
	float: none;
	background-color: #EEEEEE;
	opacity: 1;
	filter: Alpha(opacity=100);
}

#i_body {
	background-image: url(../images/body_bg_fill.png);
	background-repeat: repeat-y;
}
#i_body_bg {
	background-image: url(../images/body_bg_default.png);
	background-repeat: no-repeat;
	min-height: 277px;
	padding: 20px 30px 10px 30px;
}
#i_footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 80px;
  clear: both;
}
#i_footer_inner {
	padding: 0 30px;
}
#i_footer_inner,
#i_footer_inner span {
	color: #AAAAAA;
	font-size: 9px;
}

.left_content{
  width: 665px;
  padding-bottom:100px;
  padding-right:20px;
}
.right_bar {
  /*font-size:12px;*/
	/*background-color: #f7f7ff;*/
  padding-left:10px;
	background-image: url(../images/body_bg_right_vertical.gif);
  border-left:1px dotted #CFD7E2;
	background-repeat:repeat;
	width:200px;
	/*padding: 0 15px 15px 15px;*/
	/*width: 430px;*/
  /*margin-left:100px;*/
}
.right_bar h2,
.right_bar_h2 {
	background-image: none;
	color: #8E3517;
}
.right_bar input{
  font-size:12px;
  border:1px dotted #94A3CD;
  padding:2px; 
}
.right_bar p{
  line-height:1.5em;
  margin:3px;
  padding:0px;
}
.cont_box {
  color: #0D5C9D;
	border: 1px solid #A0AED3;/* #E9E9E9;*/
	background-color: #F8F9FB;
	background-image: url(../images/cont_box_bg.png);
	background-repeat: repeat-x;
	padding: 10px;
	margin-bottom: 40px;
  margin-left:0px
}
.header_white{
	background-image: url(../images/blue_header.jpg);
	background-repeat: no-repeat;
  height:27px;
}
.header_white h2{
  color: white;
  font-weight: lighter;
  font-size:15px;
  margin-left:10px;
  padding-top:5px;
  
}
.faqanswer_date{
  margin-top:20px;
  color: gray;
  font-size:11px;
  font-weight: normal;
  text-align: right;
  padding-right: 20px;
}

#screenshots p{
  margin-left:0px;
}

/*******************************************************/
/*BEGIN: donate page, theWord toGo teaser div **********/
.togo-teaser{
  margin-left:20px;
  margin-right:20px;
  margin-bottom:10px;
  padding:10px;
  padding-right:130px;
  text-align:left;
  background-color:#FFF9EA;
  border-radius:8px;  
  border:4px solid #FFEFC4;
  background: url("../images/theword-togo-120-2.png") no-repeat right;
  
}
.cd-teaser{
  margin-left:20px;
  margin-right:20px;
  margin-bottom:10px;
  padding:10px;
  padding-right:130px;
  text-align:left;
  background-color:#FFF9EA;
  border-radius:8px;  
  border:4px solid #DDF1F6;
  background: url("../images/cd-teaser-small.png") no-repeat right;
  
}
/*END: donate page, theWord toGo teaser div **********/
/*******************************************************/

.ordered-list li{
  margin-left:20px;  
}
.ordered-list ol,
.ordered-list ul{
  margin-left:20px;  
}