/***********************************
	COLORS
	Dark Gray = #9AAB63
	Light Gray = #A3A3A3
	newlink 363636
************************************/

html, body {
	margin: 0;
	padding: 0;
	text-align: left;
	background: #FFFFFF;
	font: 11px Arial, Helvetica, sans-serif;
	color: #A3A3A3;
	line-height: 18px;
}

/* DEFAULTS */

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; text-align: left; }
p { letter-spacing: -0.3px; padding-top:3px; }
a:link, a:visited {color:#8D8D8D; font-weight: bold; text-decoration: none;}
a.light:link {color:#8D8D8D;}
a:hover {color:#FFFFFF; background-color:#828282;padding:1px;}
a:focus { outline: none; }
img { border: 0; }
acronym { cursor: help; }
em { font-style: italic;}
strong { font-weight: bold;}

/* TEXT STYLES */

h1.trade {
	font-size: 22px;
}

h2.trade {
	padding: 5px 0 0 0;
	font-size: 20px;
}

h3.trade {
	padding: 5px 0 0 0;
	font-size: 16px;
}

p {
	letter-spacing: normal;
	line-height: 18px;
}

/* CONTAINER */

#container {
	position: relative;
	width: 960px;
	height: auto;
	margin: 0px auto;
}

.widthcontain {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}	

/* HEADER */

#header {
	position: relative;
	background: url(../images/headerbg.jpg) #454545 center no-repeat;
	background-position: center 0px;
	height: 63px;
}

#logo a:link, #logo a:visited, #logo a:hover {
	position: absolute;
	width: 200px;
	height: 63px;
	left: 200px;
	top: 0;
	z-index: 2;
	background: transparent;
}

/* TOP-LEVEL NAVIGATION */
#navbar {
	height: 35px;
	text-align: left;
	margin: 0 0 0 200px;
	padding: 25px 0 0 0;
	z-index: 3000;
	position: relative;
}

#navbar ul {
	text-transform: uppercase;
}

#navbar li {
	float: left;
	list-style-type: none;
	margin-left: 125px;
}

#navbar a:hover {
	border-bottom: 1px solid #000000;
	padding: 0 0 0 0;
}

a.trade:link, a.trade:visited {
	font-size: 28px;
	color: #292929;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 0 0 0 0;
}

/* DROPDOWN MENU NAVIGATION */
#menus
	{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	position: relative;
	z-index: 100000;
	}
	
#menus a
	{
	font-weight: normal;
	color: #575757;
	}
#menus a:hover {
	background-color: #5E5E5E;
	color: #FFFFFF;
}
	
.dropdownmenu
	{
	background-color: #ffffff;
	border-left: 1px solid #858585;
	border-right: 1px solid #858585;
	height: 420px;
	width: 340px;
	z-index: 2000;
	opacity: .9;
    filter:alpha(opacity=95);
    padding: 10px 0 0 0;
	}	
.dropdownsmall
	{
	width: 170px;
	}
	
.leftdrop
	{
	display: block;
	float: left;
	width: 170px;
	}
	
.rightdrop
	{
	display: block;
	float: left;
	width: 170px;
	}
	
.dropdownmenu h1:first-child
	{
	margin-top: 9px;
	}	
.dropdownmenu h1
	{
	color: #292929;
	font-size: 12px;
	font-weight: bold;
	margin: 18px 0px 0 40px;
	text-align: left;
	text-transform: lowercase;
	}
.dropdownmenu ul
	{
	font-size: 11px;
	font-weight: normal;
	margin: 0 10px 0 40px;
	text-align: left;
	/*text-transform: lowercase;*/
	}
	
.dropdownmenu li {
	line-height: 18px;
}
	
#imnew
	{
	position: absolute;
	float: left;
	left: 190px;
	top: 18px;
	display: none;
	}
	
#nextsteps
	{
	position: absolute;
	float: left;
	left: 415px;
	top: 18px;
	display: none;
	}
	
#watch
	{
	position: absolute;
	float: left;
	left: 674px;
	top: 18px;
	width: 250px;
	display: none;
}

#video-player {
	background: #232323;
	height: 100%;
	padding: 50px 0 0 0;
}

#video-container {
	width: 800px;
	height: 100%;
	margin: 0px auto;
	text-align: center;
}
	
/*  IMAGE */
#mainimage {
	height: 436px;
	margin: 18px auto 0px auto;
	width: 960px;
	z-index: 1000;
}
	
#mainimage a:hover {
	background: transparent;
	padding: 0 0 0 0;
}

#mainimage img {
	height: 436px;
	width: 960px;
}
#mainimagenavwrap {
	width: 960px;
	position: relative;
	margin: 0px auto;
}
#mainimagenav {
	text-align: center;
	z-index: 99999;
	margin: 0 0 2px 0;
	padding: 0;
}

#mainimagenav a { 
	margin: 0 0 0 4px;
	padding: 1px 4px 4px 4px;
	background: #FFFFFF url(../images/button.png) no-repeat;
	text-decoration:none;
	color: #999999;
	font-size: 6px;
}

#mainimagenav a:hover { 
	background: #FFFFFF url(../images/button.png) no-repeat;
	text-decoration:none;
	color: #999999;
	font-size: 6px;
}

#mainimagenav a.activeSlide {
	background: #FFFFFF url(../images/button_selected.png) no-repeat;
	text-decoration:none;
	color: #2D2D2D;
	font-size: 6px;
}

#mainimagenav a:focus{outline:none}

#mainarray span {
  position: absolute;
  left: 300px;
  bottom: -140px;
  width: 330px;
  padding: 5px;
  color: #fff;
  z-index: 999999;
  text-align: center;
}

#mainarray h1, h1.home {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 18px;
	text-align: center;
	letter-spacing: -1px;
	color: #FFFFFF;
}

h1.left {
	text-align: right;
}

h1.right {
	text-align: left;
}

/* BOTTOMBAR */
#backgroundbar {
	background: url(../images/basicinfobg.jpg) repeat-x;
	height: 144px;
	margin: 0px auto;
}

#backgroundbar h1.trade {
	color: #FFFFFF;
	padding-bottom: 9px;
	text-transform: lowercase;
	font-size: 20px;
	line-height: 18px;
}

#backgroundbar p {
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 0px;
	text-transform: lowercase;
	line-height: 18px;
}

#barcontainer {
	width: 960px;
	margin: 0px auto;
	padding: 0 0 0 0;
}

#bottomleft {
	float: left;
	width: 230px;
	text-align: right;
	padding: 27px 40px 0 0;
	background: url(../images/bottomborderline.jpg) right 20px no-repeat;
}

#bottomleft h1.trade {
	text-align: right;
}
	
#bottomcenter {
	float: left;
	text-align: center;
	width: 330px;
	height: 117px;
	padding: 27px 0 0 40px;
	margin-left: 0px;
}

#bottomcenter h1.trade {
	text-align: center;
}

#bottomright {
	position: relative;
	float: right;
	width: 230px;
	padding: 27px 0 0 45px;
	text-align: left;
	background: url(../images/bottomborderline.jpg) 0 20px no-repeat;
	min-height: 77px;
}

#ailylogo a:link, #ailylogo a:visited {
	width: 140px;
	height: 77px;
	background: url(../images/ailylogo-white.png) no-repeat;
	padding: 0;
	position: absolute;
	top: 27px;
	left: 45px;
	z-index: 0;
}

#ailylogo a:hover {
	width: 140px;
	height: 77px;
	background: url(../images/ailylogo.png) no-repeat;
	padding: 0;
}

/* PAGE STYLES */

.staticcontent
	{
	background: url(../images/bottomstaticbg.jpg) center top no-repeat;	
	height: 144px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	}

.staticcolumn
	{
	color: #4e4e4e;
	float: left;
	font-size: 11px;
	margin-bottom: 36px;
	padding: 0px 10px 0px 20px;
	text-align: justify;
	width: 210px;
	}
	
.staticcolumn h2, .staticcolumnlast h2 {
	font-size:13px;
	font-weight:bold;
	padding: 5px 0 0px 0;
}
	
.staticcolumn strong, .staticcolumnlast strong {
	font-weight:bold;
}
	
.staticcolumn img
	{
	margin-bottom: -13px;
	padding: 24px 0 0 0;
	}
	
.staticcolumnlast
	{
	float: left;
	font-size: 11px;
	margin-bottom: 36px;
	padding: 0px 10px 0px 20px;
	text-align: justify;
	width: 160px;
	color: #4e4e4e;
	}
	
.staticcolumn h1, .staticcolumnlast h1, #faqquestion h1, #faqanswer h1
	{
	color: #454545;
	padding: 10px 0 0 0;
	}
	
.staticcolumn p, .staticcolumnlast p, #faqquestion p, #faqanswer p
	{
	padding: 5px 0 10px 0;
	}
	
.staticcolumn em {
	font-style: italic;
}
.staticcolumn ul.beginning
	{
	margin-top: 18px;
	padding-left: 10px;
	}
	
.staticcolumn ul li
	{
	list-style-type: disc;
	}
	
.staticcolumnlast ul li {
	padding: 0 0 0 0;
	margin: 0 0 0 15px;
	list-style-type: disc;
	text-align: left;
}

.staticcolumnlast ul ul, .staticcolumn ul ul {
	list-style-type: circle;
	padding: 0 0 0 2px;
	margin: 0 0 0 30px;
}
#faqquestion {
	color: #4e4e4e;
	float: left;
	font-size: 11px;
	margin-bottom: 36px;
	padding: 0px 10px 0px 20px;
	text-align: left;
	width: 420px;
}

#faqanswer {
	color: #4e4e4e;
	float: left;
	font-size: 11px;
	margin-bottom: 36px;
	padding: 5px 10px 0px 20px;
	text-align: justify;
	width: 420px;
}

#faqanswer ul {
	list-style-type: disc;
}

.egive img {
	padding: 5px 5px 5px 5px;
	margin: 0 0 0 0;
}


/* FAMILY MINISTRY TEMPLATE PAGES */

#imagebanner
	{
	background: url(../images/imagebannerbg.jpg) center top no-repeat;	
	height: 167px;
	}
	
#imagebanner ul
	{
	margin-left: auto;
	margin-right: auto;
	padding-top: 23px;
	width: 980px;
	}
	
#imagebanner ul li
	{
	display: inline;
	margin-right: 52px;
	}
	
#imagebanner ul li:first-child
	{
	margin-left: 30px;
	}
	
#imagebanner a:link, #imagebanner a:hover {
	background-color: #454545;
	padding: 0 0 0 0;
	color: #ffffff;
}
	
#bottomfmbg
	{
	background: url(../images/bottomblogbg.jpg) center repeat-y;	
	height: 300px;
	line-height: 18px;
	}
	
#fminfo
	{
	float: left;
	margin-left: 20px;
	text-align: left;
	width: 620px;
	}
	
#fminfo p
	{
	color: #4e4e4e;
	font-size: 11px;
	}

#fminfo strong {
	font-weight:bold;
}
	
#fminfo ul, ol
	{
	color: #616061;
	font-size: 11px;
	padding: 9px 0px 9px 30px;
	}
	
#fminfo ul li
	{
	list-style-type: disc;
	}
#fminfo ol li {
	list-style-type: decimal
}
	
#fmrightinfo
	{
	float: left;
	padding-top: 20px;
	margin: -14px 0 0 122px;
	text-align: left;
	width: 160px;
	}
	
#fmrightinfo p
	{
	color: #ffffff;
	font-size: 11px;
	margin: -2px 0 31px 0;
	}
	
#fmrightinfo h1
	{
	margin-bottom: 7px;
	margin-top: -14px;
	color: #858585;
	}
	
/* WATCH MESSAGES PAGE */

.messagedrop {
	border-bottom: 1px solid #858585;
}

.message
	{
	background: url(../images/messagestopborder.jpg) no-repeat;
	clear: both;
	min-height: 216px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	width: 960px;
	}
	
.message img
	{
	float: left;
	margin-left: 10px;
	}
	
ul.weeklies
	{
	color: #4e4e4e;
	float: left;
	padding-left: 42px;
	padding-top: 18px;
	text-align: left;
	width: 273px;
	}
	
li.title
	{
	font-size: 18px;
	}
	
li.byline
	{
	margin-bottom: 4px;
	font-size: 11px;
	}
	
.title
	{
	font-size: 18px;
	}
	
.byline
	{
	margin-bottom: 4px;
	font-size: 11px;
	}
.weeklies
	{
	color: #4e4e4e;
	float: left;
	padding-left: 42px;
	padding-top: 18px;
	text-align: left;
	width: 273px;
	}

ul.watch
	{
	float: left;
	width: 80px;
	}
	
ul.watch li
	{
	color: #858585;
	font-size: 11px;
	margin-top: 22px;
	}
	
ul.watch li a
	{
	color: #4e4e4e;
	font-weight: normal;
	text-decoration: none;
	}
	
ul.watch li a:hover
	{
	background-color: #ffffff;
	color: #858585;
	}
.watch a:link, .buy a:link, .discuss a:link
	{
	color: #4e4e4e;
	font-weight: normal;
	text-decoration: none;
	}
	
.watch a:hover, .buy a:hover, .discuss a:hover
	{
	font-weight: normal;
	background-color: #ffffff;
	color: #858585;
	}	
ul.buy
	{
	float: left;
	width: 80px;
	}
	
ul.buy li
	{
	color: #858585;
	font-size: 11px;
	margin-top: 22px;
	}
	
ul.buy li a
	{
	color: #4e4e4e;
	font-weight: normal;
	text-decoration: none;
	}
	
ul.buy li a:hover
	{
	background-color: #ffffff;
	color: #858585;
	}
	
ul.discuss
	{
	float: left;
	width: 80px;
	}
	
ul.discuss li
	{
	color: #858585;
	font-size: 11px;
	margin-top: 22px;
	}
	
ul.discuss li a
	{
	color: #4e4e4e;
	font-weight: normal;
	text-decoration: none;
	}
	
ul.discuss li a:hover
	{
	background-color: #ffffff;
	color: #858585;
}

	
/* FOOTER */

#footer {
	width: 960px;
	margin: 0px auto;
	padding: 0 0 5px 0;
	position: relative;
}

#footer p {
	color: #A1A1A1;
	font-size: 9px;
	line-height: 14px;
	margin: 5px 0 9px 0;
	text-align: right;
}

/* FORMS */

#errorbox {
	padding: 0px 8px 0px 8px;
	background-color: #CCCCCC;
	border: 1px dotted #000000;
	color: #000000;
	font-weight: bold;
	opacity: .8;
}

.form
	{
	background: url(../images/formbg.jpg) no-repeat;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	width: 960px;
	padding: 15px 15px 25px 15px;
	color: #454545;
	height: 200px;
	}
.form h1 {
	padding-bottom: 10px;
}
.formcol1 {
	float: left;
	width: 450px;
	text-align: left;
	padding: 0 30px 0 0;
}
.formcol2 {
	float: left;
	width: 450px;
	text-align: left;
	padding: 0 0 0 30px;
}
input, select, textarea {
	font-size: 14px;
	color: #454545;
	padding: 2px;
}
label {
	float: left;
	width: 100px;
}
.form p {
	line-height: 20px;
	padding-bottom: 10px;
}
#faqanswer ul {
	margin: 0 0 0 15px;
	list-style-type: square;
}
#faqanswer ul li {	
	list-style-type: square;
}
#fmrightinfo .aily ul {
	list-style-type: square;
	margin: 0 0 0 20px;
}
#aily #fminfo a:link, #aily #fminfo a:visited {
	font-weight: normal;
	color: #4e4e4e;
	text-decoration: underline;
}
#aily #fminfo a:hover {
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
}
#aily #fminfo ul {
	margin: 0 0 0 10px;
	list-style-type: square;
}
#aily #fmrightinfo ul li a:link, #aily #fmrightinfo ul li a:visited {
	color: #FFFFFF;
}

#aily #fmrightinfo ul li img {
	vertical-align: middle;
}