/* CSS Document: mystyle.css */

html, body {
	margin: 0px;
	padding: 0;
	border: 0;
	height: 100%;
	}	

body {
	background: rgb(255,255,255) url(images/background.jpg) repeat-x left top;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 100%;
	}

p {
	padding: 0px;
	text-align: justify;
	margin: 20px 0px 0px 0px;
	font-size: 16px;
	/*line-height: 120%;*/
	}
	
a { 
	color: #0066FF;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	color: #A70000;
	}
	
h1	{
	font-size: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000099;
	margin: 0;
	padding: 0px;
	text-align: center;
	}

h2 {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000099;
	padding: 0px;
	margin: 0px;
	}

h3 {
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	color: #000099;
	}

h4	{
	font-size: 14px;
	color: #000099;
	margin: 15px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}		

#site {
	width: 100%; 
	text-align:center; 
	}

#container {
	background-color: #FFF;
	width: 900px;
	height: auto;
	position: relative;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0px;
	}

#banner {
	width: 900px;
	height: 215px;
	border-bottom: solid #000 1px;
	background: url(images/banner.jpg) no-repeat;	
	}
	
ul#navbar
{	margin: 0;
	padding: 0;
	z-index: 30;
	}

ul#navbar li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-top: 3px solid #6699FF;
	}

ul#navbar li a
{	display: block;
	margin: 0;
	padding: 3px 2px 1px 2px;
	height: 22px;
	width: 96px;
	background: #2849cc;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	}

ul#navbar li a:hover {
	background:#2849CC;
	color: #9CF;
	}

ul#navbar div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

	ul#navbar div a
	{	position: relative;
		display: block;
		margin: 0 0 0 5px;
		padding: 7px 10px 3px 7px;
		width: 60px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background-color: #2849CC;
		color: #FFF;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
		border-top: 1px solid #DBAE2D;
		border-left: 8px solid #2849CC;
		border-right: 8px solid #2849CC;
		}

	ul#navbar div a:hover
	{	background: #2849CC;
		color: #9CF}	
	
#mainContent {
	padding: 55px 40px 10px 40px;
	margin: 0px 0px 0px 230px;
	border-left: 1px solid #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	}

#sidebar1 {
	width: 230px;
	float: left;
	padding: 0px;
	margin:	0px;
	}
	
#formContainer {
	padding: 0px;
	margin: 0px 0px 50px 0px;
	}
	
#welcomeVideo {
	height: 180px;
	width: 190px;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	}
	
#welcomeText {
	width: 140px;
	height:	50px;
	text-align: center;
	color: #2849cc;
	margin: 0px 0px 0px 50px;
	font-size: 90%;
	}
	
#gotoVideoText {
	width: 140px;
	height:	40px;
	text-align: center;
	color: #000099;
	margin: 15px 0px 0px 50px;
	font-size: 90%;
	}
	
#gotoVideoGraphic {
	width: 90px;
	height:	40px;
	text-align: center;
	margin: 0px 0px 60px 75px;
	}
	
ul#navMenu {
	list-style: none;
	margin: 10px 0px 0px 30px;
	padding: 0px;
	width: 170px;
	}
	
ul#navMenu li {
	border-bottom: 1px solid #DBAE2D;
	}

ul#navMenu li a {
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 5px 0px 5px 10px;
	background: url(images/bluebar.jpg) no-repeat;
	color: #FFF;
	font-weight: normal;
	}

ul#navMenu li a:hover {
	background: #6699FF;
	color: #FFF;
	}

#contactInfo {
	text-align: center;
	margin: 50px 0 20px;
	font-size: 75%;
	line-height: 120%;
	}
	
ul#bottomNav {
	margin: 0;
	padding: 0;
	display: inline;
	}

ul#bottomNav li {
	margin-left: 0;
	padding: 0px 6px;
	border-left: 1px solid #DBAE2D;
	list-style: none;
	display: inline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
ul#bottomNav li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

ul#bottomNav li a {
	margin: 0;
	padding: 0px 2px 0px 2px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	}

ul#bottomNav li a:hover {
	color: #9CF;
	}
	
#apptLink {
	background: url(images/schedule.jpg) no-repeat;
	padding: 20px 0px 0px 110px;
	margin: 0px 0px 300px 0px;
	}
	
#titleLine {
	border-bottom: 2px solid #D57800;
	border-top-color: #FFF;
	}
	
#marriageEnrich	{
	margin: 15px 0px 0px 0px;
	padding: 0;
	font-size: 14px;
	height: auto;
	}

#marriageCrisis	{
	margin: 15px 0px 0px 0px;
	padding: 0;
	font-size: 14px;
	height: auto;
	}

#bookImage {
	width: 100;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	}
	
#bookName {
	margin: 0px 0px 10px 75px;
	}
	
#bookText {
	margin: 0px 0px 15px 75px;
	height: 65px;
	color:#666;
	font-size: 12px;
	}
	
#footer {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 10px;
	color: #fff;
	text-align: center;
	padding: 15px 0px 0px 0px;
	background-color: #2849cc;
	}

#bottomText {
	font-size: 10px;
	color: #fff;
	text-align: center;
	padding: 10px 0px 5px 0px;
	}

.lightHeading {
	color: #2849cc;
	font-weight: bold;
	}

ul#a {
	margin: 25px 0 25px 40px;
	padding: 0;
	}
	
ul#a li {
	list-style-image: url(images/orange_dot.gif);
	list-style-type: circle;
	padding: 8px 0 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
	
.relQ {
	list-style-image: url(images/orange_dot.gif);
	list-style-type: circle;
	color: #000000;
	/*margin: 15px;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
.relP {
	list-style-image: url(images/orange_dot.gif);
	list-style-type: circle;
	color: #000000;
	/*margin: 5px;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	}	

.blue_textBox {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 20px 0px;
	padding: 15px 25px;
	color: #000000;
	text-align: center;
	border-top: solid 14px #9ED1FF;
	border-bottom: solid 14px #9ED1FF;
	background-color: #6699FF;
	}
	
.brclear {
    clear:both; 
    height:0; 
    margin:0;
    font-size: 1px;
    line-height: 0px;
	}
