﻿/* MORMONSMADESIMPLE CSS */

html {
	min-height: 100%; 
	margin-bottom: 1px;
}
html {margin-left: -1px; overflow-y: scroll;}

body {
	margin: 0;
	padding: 0;
	background: #d8e3fb;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	text-align: left;
	/*line-height: 110%;*/
	color: #000000;
}

/*body { behavior: url("http://stuffmadesimple.com/MMS/js/csshover3-source.htc"); } */

/*---------- top elements ----------*/
#headerwsubnav {
	width: 768px;
	height: 173px;
	margin: 0;
	padding: 0;
/*background: url('../img/headerbg.gif') top left repeat-x;*/	text-align: left;
	float: left;
}
/* IE6-specific selector so the height of the nav area stays at 141px */

* html #headerwsubnav {
      overflow: hidden;
}
 * html #homepage #headerwsubnav {
      overflow: hidden;
} 

#logo {
	width: 332px;
	height: 164px;
	margin: 0;
	padding: 0;
	background: url('../img/logo2.gif') no-repeat left top;
	text-align: left;
	float: left;
}

#nav {
	width: 436px;
	height: 164px;
	margin: 0;
	padding: 0;
	float: left;
}

#topnav {
	width: 436px; /*668*/;
	height: 129px;
	margin: 0;
	padding: 0;
	float: right;
}

#facebook_challenge{
	width:200px;
	height:89px;
	margin-left: 200px;
	margin-top:10px;
}

#follow_youtube{
	width:189px;
	height:89px;
	margin-left: 211px;
	margin-top:10px;
}

.language{
	float:right;
	padding: 5px 10px 0 0;
	font-size: 12px;
}

.notofficial{
	padding: 5px 10px 0 0;
	float:right;
	font-size: 12px;
	color: #666666;
}

#topnavinside {
	width: 436px; /*668*/;
	height: 20px;
}

#topnav ul {
	width: 297px; /*297*/
	height: 42px;
	padding: 38px 0 0 0;
	margin: 0;
	list-style-type: none;
	float: left;
}

#topnav ul li {
	padding: 0 0 0 10px;
	margin: 0;
	float: left;
}

#topnav ul li.first {
	padding: 0;
}

#topnav ul li a:hover {
	text-decoration: underline;
}


/*---------- general elements ----------*/
p {
	padding: 0 0 11px 0;
	margin: 0;
}
a {
	color: #1670b6;
	outline: none;
}
a img {
display:block;
border: none;
float: left;
}
a:hover {
	color: #003399;
	/*color: #dc6d01;*/
	outline: none;
    /*font-weight: bold;*/
}
img {
	padding: 0;
	margin: 0;
	border: 0;
}

/*---------- Content Area ----------*/
#wrapper {
	width: 768px;
	margin: 0px auto;
	padding: 0;
	height: 100%;
	text-align: left;
}

#content {
	width: 768px;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}

/*---------- Footer ----------*/
#copyright {
	width: 395px;
	height: 33px;
	margin: 0;
	padding: 11px 0 0 15px;
	color: #666666;
	font-weight: normal;
	float: left;
}
#footernav {
	width: 768px;
	height: 33px;
	margin: 0;
	padding: 30px 0 0 0;
	color: #b9dcc1;
	float: left;
	text-align: center;
	font-weight: normal;
}

#footernav ul {
	padding: 0;
	margin: 0 0 0 159px;
	list-style-type: none;
	float: none;
}

#footernav ul li {
	margin: 0;
	padding: 0 0 0 19px;
	float: left;
	color: #666666;
}

#footernav ul li.first {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: none;
}

#footernav ul li.last {
	padding: 0 0 0 10px;
}

#footernav ul li a {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

#footernav ul li a:hover {
	color: #222222;
}

div#footer3 div.bottom_tips {
		padding: 0 0 2px 0;
		width: 100%;
		text-align: center;
		color: #CDE4F5;
		font: 12px/100% Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
		}
div#footer3 div.bottom_tips a {
		color: #fff;
		font-size: 12px;
		text-decoration:none;
		}
div#footer3 div.bottom_tips a:hover{
  		text-decoration:underline;
		}
div#footer3 div.bottom_tips span {
  		color: #fff;
		}
.tabbed-content {
    padding: 3em 1em 1em 1em;
    display: none; 
}
			
