@charset "UTF-8";
/* CSS Document */

body	{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:62.5%;
	color: #1C3245;
	background-color: #e5dfcf;
	background-image: url(../images/backgroundusd.png);
	background-repeat: repeat-x;
}

#outerBox	{
	width: 100%;
	min-height: 1000px;
	background-image: url(../images/leftbackground.png);
	background-repeat:no-repeat;
	position: absolute;
	top: 0;
	left:0;
}

#innerBox	{
	background-image:url(../images/bkgstrip.png);
	background-repeat: repeat-x;
	background-position: 0px 44px;
	height: 100%;
	width: 100%;
}

#bottomContainer	{
	position: relative;
	top: -30px;
	width: 760px;
	margin: 0;
}

.container {
	width: 760px;
	margin: 0 auto 0 auto;
	position: relative;
	top: 19px;
}

#menu	{
	width: 690px;
	padding-bottom: 18px;
	position: relative;
	left: 78px;
	margin:0;
}


div.sidebarcontent	{
	background-image:url(../images/boxbkg.png);
	background-repeat:repeat;
	width: 180px;
	padding: 10px 10px 0 10px;
}

.sidebarcontent p	{
	font-size: 110%;
	text-align:justify;
	line-height: 1.5;
	margin-bottom: 10px;
}
.sidebarcontent table	{
	width: 180px;
	padding: 0 10px;
	margin-bottom: 10px;
}

.sidebarcontent table p	{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-align:left;
	margin-bottom: 0;
	padding: 5px 5px 5px 10px;
	border-left: 1px #9A813A solid;
}

.sidebarcontent table h5	{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 120%;
	font-weight: bold;
	text-align:center;
	color: #1E3447;
	padding-right: 10px;
}

.sidebarTop, .sidebarBot	{
	width: 200px;
	height: 32px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:2px;
}

.bottomBox, .topBox	{
	width: 515px;
	height: 32px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:2px;
}


/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, p {
	margin: 0;
	padding-right: 15px;
	padding-left: 15px;
	color: #1E3447;
}

h1  {
	
	text-shadow: 2px 1px 2px #aaa;
}

h2  {
	
	text-shadow: 1px 1px 1px #aaa;
}

p	{
	font-size: 130%;
	line-height: 1.4;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 15px;
}

h1	{
	font-size: 240%;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-bottom: 1px #9A813A solid;
	display: block;
	width: 400px;
	margin: 0px 10px 10px 10px;
	padding: 20px 0 0 5px;
}

h2	{
	font-size: 200%;
	margin-top: 15px;
}

h3	{
	font-size:160%;
	display: block;
	color: #1E3447;
	width: 400px;
	margin: 15px 10px 10px;
	padding: 0px 0 0 5px;	
	border-bottom: 1px #9A813A solid;

}

.sidebarcontent h3	{
	font-size:160%;
	display: block;
	text-align: center;
	color: #1E3447;
	border-top: 1px #9A813A solid;
	border-bottom: 1px #9A813A solid;
	width: 120px;
	margin: 20px auto 15px auto;
}



a, a:link, a:visited {
	color:#1E3447;
	text-decoration: none;
	font-weight: bold;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 95%;
}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #9A813A;
	font-weight: bold;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 95%;
	text-decoration: underline;
}


a img { 
	border: 0;
	margin-bottom: 0px;
}
	
.midBox	{
	background-image:url(../images/boxbkg.png);
	width: 495px;
	padding: 0 10px 10px;
}

.midBox a	{
	font-size: 120%;
	margin: 5px 0 5px 15px; 
}

.midBox p	{
	margin-bottom: 5px;
}

.midBox p a	{
	display: inline;
	font-size: 100%;
	margin: 0;
}

.bottomBox	{
	margin-bottom: 0px;
}

.header {
	position: relative;
}

.sidebar1 {
	float: left;
	width: 200px;
	padding: 0 10px;
}
.content {
	padding: 0 10px;
	width: 515px;
	float: left;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}




/* ~~ The footer ~~ */
.footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	text-align:left;
	top: -15px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

img	{
	border: 0;
	margin:0
}

.links a	{
	padding-left: 25px;
	font-size: 110%;
}

.links	{
	padding: 0 0 35px 0;
}

.links p	{
	margin-bottom: 5px;
}
.center	{
	text-align:center;
	margin: 0px 15px 0px 15px;
	padding: 6px 0px 10px 0px;
	border-top: 1px #9A813A solid;
}

iframe	{
	border: 0;
	width: 500px;
	height: 90px; 
	padding-left: 10px;
}

#providertag p	{
	font-weight: bold;
	line-height: 1.2;
	margin: 10px 0 20px;
}

/*List signup styles go here -----------------------*/

#mc_embed_signup	{
	width: 400px;
	padding: 10px 20px 14px;
	border: 1px solid #9A813A;
	margin: 15px 0 15px 15px;
}

#mc_embed_signup label	{
	font-size: 180%;
	margin: 0 0 5px;
	font-weight: bold;
	display: block;
}

#mc_embed_signup input.email	{
	width: 260px;
	height: 17px;
	float: left;
	margin: 0 15px 0 0;
	padding-left: 10px; 
}

#mc_embed_signup input.button	{
	padding: 3px 16px;
	
}

/*--------Video Styles Go Here -------------------------/*/

#videoWrapper	{
	margin: 10px 15px 15px;
	padding: 7px;
	border: 1px solid #9A813A;
}

#fan-pages	{
	width: 200px;
	position: relative;
	left: -14px;
	margin-top:-10px;
}

div.fb-like	{
	width: 132px;
	float: left;
}

a.video	{
	display: block;
	width: 440px;
	height: 251px;
	background: transparent url(../images/sing-of-christ.png) no-repeat;
	text-indent:-2000px;
	background-position: 0 0;
}

a.video:hover	{
	background-position: 0 -251px;
}
	
em.mt	{
	font-size: 9px;
	color: red;
	line-height: -7px;
	vertical-align: super;
	margin-left: 4px;
}

.video-front-page	{
	height: 360px !important;
	width: 460px !important;
}