/* netAdventist Home Theme 
   Designer: John Beckett
*/

/* Meyer Reset http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {height: 100%;}
body {line-height: 1; height: 100%;}
ol, ul {list-style: none; padding: 0px 0px 15px 0px;}
blockquote, q {quotes: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End Reset */



/* functions */
.GraphicTitle {
	margin-bottom: 10px;
}
.GraphicSubtitle {
	margin-top: 10px;
}
#Home
{
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
* html #Home
{
	height: 100%;
}
/* General */
body {
	font-family: arial, verdana, sans-serif;
	font-size: 90%;
	line-height: 1.5;
/*	background: white;*/
}
.ContainerOuter {
	background: white url(../images/redbannerbg.jpg) repeat-x;
	padding-bottom: 40px;
}
.ContainerOuterHome {
	background: white url(../images/body-head-bg.jpg) repeat-x;
	padding-bottom: 40px;
}
.ContainerCenter {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;

}



.Content {
	background: white;
	width: 900px;
	margin: 0 0 0 0;
	margin-top: 10px;
	padding-bottom: 41px;
}

.ContentForLayout {
/*	padding: 10px;
	margin: 10px;*/
	padding-left: 10px;
	margin-right: 10px;
	width: 570px;
	float:  left;
	display: block;
}

.ContentForLayoutNoWidgets{
	padding-left: 10px;
	margin-right: 40px;
	margin-left: 40px;
	width: 820px;
	display: block;
}

.ContentWidgetContainer {
/*	padding: 10px;
	margin:  10px;*/
	width: 252px;
	padding: 10px;
	margin-right: 20px;
	float: right;
	border-color: #c9c9c9;
	border-width: 1px;
	background:  #e6e6e6;
}

/* Basic Elements */
.Content ul {
	list-style-type: square;
	margin: 15px 0 15px 20px;
}
p {
	padding: 0px 0px 15px 0px;
}
a {
	color: blue;
}
a:hover {
	color: red;
}

/* Header */
.Header {
	width: 900px;
	height: 179px;
	margin: 0 0 0 0;
	background: url(../images/redlogobanner.jpg) no-repeat;
}
.HeaderLeft, 
.HeaderRight {
	height: 179px;
	float: left;
}
.HeaderLeft {
	width: 180px;
}
.HeaderRight {
	width: 720px;
}
/* MenuPrimary */
.menu_primary,
.menu_secondary {
	float: right;
	display: table-cell;
}
.menu_primary,
.menu_secondary {
	width: 100%;
	margin: 130px 20px 0 0;
	height: 15px;
}
.menu_primary li,
.menu_secondary li {
	float:left;
} 
.menu_primary li a,
.menu_secondary li a {
	text-transform: uppercase;
	color: #fcb040;
	text-decoration: none;
	padding: 0 15px;
	display: block;
	height: 15px;
	background-position: 0 0;
} 
.menu_secondary {
	margin-top: 10px;
	border-top: 1px solid #fcb040;
}
.menu_secondary li a {
	padding: 2px 0 0 15px;
	color: #fcb040;
	font-size: 80%;
}
.menu_secondary li a:hover {
	color: #fcb040;
    	text-decoration: underline;
}
.menu_primary li a:hover,
.menu_primary li.Active a {
	color: #fcb040;
	background-position: 0px -52px;
}

/*/* Content *!/	
.Content {
	padding: 20px;
}
.ContentWidgetContainer {
	padding: 10px;
	margin: 0 0 10px 10px;
	width: 252px;
	float: right;
	border: 1px solid black;
	background: #f4f4f4;
}*/





/* Footer */
.Footer {
    width: 100%;
	color: black;
	background: black;
	text-align: center;
	font-size: 80%;
	position: absolute;
	bottom: 0 !important;
	height: 40px;
}

.Footer .Copyright {
	padding-top: 5px;
	color: white;
	font-family: arial;
	font-size: 90%;
	clear: both;
}
.Footer a {
	 color:  white;
}

/* Home Layout Specific CSS */
#Home .Promo {
	width: 900px;
	padding: 0px;
	height: 420px;
	padding-bottom: 5px;
}

#Home .PromoLeft,
#Home .PromoRight {
	height: 417px;
	float: right;
}
#Home .PromoRight {
	width: 570px;
	height: 417px;
	float:  Right;
	background:  url(../images/screenshot.jpg) bottom left no-repeat;

}
#Home .PromoLeft {
	padding-top: 15px;
	margin-left: 20px;
	width: 247px;
	height: 417px;
	float: Left;
}


/* Fixes */
	/* goullitine http://www.positioniseverything.net/easyclearing.html */
	.ContainerCenter:after,
	.Content:after,
	.ContainerOuter:after,
	.ContainerInner:after,
	.FooterInner:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	.ContainerCenter,
	.Content,
	.ContainerOuter:after,
	.ContainerInner:after,
	.FooterInner:after {
		display: inline-block;
	}
	/* Hides from IE-mac \*/
	* html .ContainerCenter,
	* html .Content,
	* html .ContainerInner,
	* html .ContainerOuter,
	* html .FooterInner {
		height: 1%;
	}
	
	.ContainerCenter,
	.Content,
	.ContainerOuter,
	.ContainerInner,
	.FooterInner {
		display: block;
	}

