/*
Theme Name: Two Column CSS Layout Sample Template
Author: LearnWebCode.com
Author URI: http://learnwebcode.com/
*/


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;
}

/* ---------------------------------------------
		basic structure elements
	--------------------------------------------- */
	
html { min-height:100%; margin-bottom:1px; overflow-y: scroll;}

body {
		margin-top: 0;
		background-color: #3C5985;
		background-image: url(images/bg-blue-gradient.jpg);
		background-repeat: repeat-x;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: .82em;
		font-weight: normal;
		color: #000;
		text-align: left;
		line-height: 1.5em;
	}

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

td {
	padding: 5px;
}

p {margin: 0 0 1.2em 0;}

ul, li, dl, dt, dd {list-style: disc;}



a:link {color: #003399; text-decoration: underline;}
a:visited {color: #993399; text-decoration: underline;}
a:focus {color: #993399; text-decoration: underline;}
a:hover {color: #cc0000; text-decoration: underline;}
a:active {color: #993399; text-decoration: underline;}

img {border: none; display: block;}

h1 {
	margin: 0 0 1.2em 0;
	padding: 10px 20px;
	background-color: #EBEEF6;
	color: #264585;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3em;
}

h1 .line2 {
	font-size: .82em;	
}

h2 {
	margin: 0 0 .8em 0;
	padding: 6px 30px 0 30px;
	color: #264585;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
}

h3 {
	margin: 0 0 .5em 0;
	padding: 0 30px;
	color: #264585;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.2em;
}


/* ---------------------------------------------
		main outer container
	--------------------------------------------- */

#maincontainer {
width: 900px; /*Width of main container*/
margin: 8px auto; /*Center container on page*/
background-image: url(images/back-main.gif);
background-position: top center;
background-repeat: repeat-y;
}

/* ---------------------------------------------
		header container
	--------------------------------------------- */

#header {
float: left;
width: 100%;
height: 87px; 
padding: 0;
margin: 0;
background-color: #D8E0E9;
background-image: url(images/header.jpg);
background-position: top center;
background-repeat: no-repeat;
text-align: left;
}


/* ---------------------------------------------
		header right side
	--------------------------------------------- */

#headerrightside {	
float: right;
padding: 8px 0px 0 0;
background-color: transparent;
color: #2C529F;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;

}

#headerrightside p {
margin: 6px 20px 0 0;
font-size: 13px;
text-align: right;
}

#headerrightside a:link {color: #003399; text-decoration: none; font-weight: normal;}
#headerrightsidea:visited {color: #003399; text-decoration: none;font-weight: normal;}
#headerrightside a:focus {color: #993399; text-decoration: underline;font-weight: normal;}
#headerrightside a:hover {color: #cc0000; text-decoration: underline;font-weight: normal;}
#headerrightside a:active {color: #993399; text-decoration: underline;font-weight: normal;}

.phone {
	font-size: 16px;
	font-weight: bold;
}

/* ---------------------------------------------
		outer navigation container
	--------------------------------------------- */
#navwrap {
	width: 900px;
	background-color: #fff;
}

	
/* ---------------------------------------------
		top row navigation
	--------------------------------------------- */
	
#navcontainer ul
{
width: 791px;
height: 98px;
padding-left: 0;
margin-left: 0;
background-color: #264586;
border-top: 6px solid #fff;
color: #ECF2FD;
float: left;
font-family: Verdana, Geneva, arial, helvetica, sans-serif;
font-size: 18px;
line-height: 22px;

}

#navcontainer ul li { display: inline; }

.couples a
{
display: block;
height: 78px;
width: 165px;
padding: 12px 14px 10px 18px;
background-color: #264586;
color: #ECF2FD;
text-align: left;
text-decoration: none;
float: left;
border-right: 2px solid #fff;
}


.individual a {
display: block;
height: 78px;
width: 166px;
padding: 12px 14px 10px 16px;
background-color: #2D529F;
color: #ECF2FD;
text-align: left;
text-decoration: none;
float: left;
border-right: 2px solid #fff;
}

.video a {
display: block;
height: 78px;
width: 166px;
padding: 12px 14px 10px 16px;
background-color: #4A74CA;
color: #ECF2FD;
text-align: left;
text-decoration: none;
float: left;
border-right: 2px solid #fff;
}

.about a {
display: block;
height: 78px;
width: 164px;
padding: 12px 14px 10px 16px;
background-color: #264586;
color: #ECF2FD;
text-align: left;
text-decoration: none;
float: left;
border-right: 2px solid #fff;
}

#navcontainer li a:hover
{
background-color: #369;
color: #ECF2FD;
}	

/* ---------------------------------------------
		second row navigation
	--------------------------------------------- */
	
	
#navcontainer2 ul
{
width: 779px;
height: 32px;
padding-left: 10px;
margin-left: 0;
background-color: #3C5985;
border-right: 2px solid #fff;
border-top: 5px solid #fff;
color: #ECF2FD;
float: left;
font-family: Verdana, Geneva, arial, helvetica, sans-serif;
font-size: 12px;

}

#navcontainer2 ul li { display: inline; }

#navcontainer2 li a
{
height: 22px;
padding: 5px 11px;
background-color: #3C5985;
color: #ECF2FD;
text-decoration: none;
float: left;
border-right: 1px solid #A5BAE7;
}

#navcontainer2 li a:hover
{
height: 22px;
background-color: #369;
color: #ECF2FD;
}	



/* ---------------------------------------------
		content container
	--------------------------------------------- */
	

#contentcolumn {
float: left;
width: 570px;
padding: 20px 20px 20px 0;
background-color: #fff;
}

#contentcolumn p {
	padding-left: 30px;
}

#contentcolumn ul, ol {
	 margin-left: 40px;
	 margin-bottom: 1em;
}

#contentcolumn ul li {
	margin-left: 20px;
	line-height: 1.5em;
	padding-bottom: .5em;
}

.bluebox {
	margin: 30px 0 30px 30px;
	background-color: #F2F4F9;
	padding: 20px 30px 0 0;
	border: 1px solid #cccccc;
}

.contactbox {	
	clear: both;
	margin: 40px 0 20px 30px;
	background-color: #F2F4F9;
	padding: 20px 30px 0 0;
	text-align:center;
	border: 1px solid #cccccc;
}

.contactbox p {
	margin-bottom: 1em; 
	padding-left: 0;
}



/* ---------------------------------------------
		right column
	--------------------------------------------- */
	
#rightcolumn {
float: right;
width: 260px; /*Width of right column*/
padding: 20px;
background-color: #D8E0E9;
color: #333333;
border-top: 6px solid #fff;
}

#rightcolumn h2 {
	margin: 0;
	padding: 10px 12px 0 12px;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.2em;
	color: #264585;
}

#rightcolumn p {
	margin: 0;
	padding: 8px 12px 0 12px;
	font-size: .90em;
	line-height: 1.4em;
}

.boxright {
	margin: 0 auto 20px 0;
	background-color: #EBEEF6;
	padding-bottom: 12px;
	border: 1px solid #AFC2EB;
}

.headingright {
	margin: 0;
	padding: 6px 12px;
	background-color: #C0CFEF;
	color: #192E5A;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
}

.video {
	margin: 12px auto 2px auto;
	text-align:center;
}





/* ---------------------------------------------
		footer
	--------------------------------------------- */

#footer 
{
	clear: both;
	background: #3C5985;
	padding: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#footer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #3C5985;
color: #EBF2FD;
width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: .90em;
line-height: 1.8em;
text-align: center;
}

#footer li { display: inline; }

#footer li a
{
padding: 0 6px 0 4px;
border-right: 1px solid #fff;
background-color: #3C5985;
color: #EBF2FD;
text-decoration: none;

}

#footer li a:hover
{
background-color: #3C5985;
color: #EBF2FD;
text-decoration: underline;
}



#footer img {
	display:inline;
	margin: 0 6px;
}

#footer p {
		margin: 1.0em;
		font-size: .82em;
		font-weight: normal;
		color: #EBF2FD;
		text-align: center;
		line-height: 1.5em;
}

#credit a
{
padding: 0 6px 0 4px;
background-color: #3C5985;
color: #EBF2FD;
text-decoration: none;
border: none;

}

#credit a:hover
{
background-color: #3C5985;
color: #EBF2FD;
text-decoration: underline;
border: none;
}

/* ---------------------------------------------
		miscellaneous
	--------------------------------------------- */

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.bluebold {
	font-weight: bold;
	color: #264585;
}

.bluetext {
	color: #264585;
}

.blueboldheading {
	margin-bottom: .5em;
	font-weight: bold;
	color: #264585;
}

.blueboldheading2 {
	margin-bottom: .5em;
	font-size: 1.1em;
	font-weight: bold;
	color: #264585;
}

.smalltext {
	font-size: .80em;
}

.breadcrumb {
	font-size: .80em;
	margin-bottom: 1.8em;
}

.imageleft {
	border: 1px solid #cccccc;
	float: left;
	margin: 6px 20px 10px 0;
	padding: 4px;
}

.imageright {
	border: 1px solid #cccccc;
	float: right;
	margin: 6px 0 10px 20px;
	padding: 4px;
}

.imagecenter {
	border: 1px solid #cccccc;
	background-color: #fff;
	text-align: center;
	padding: 4px;
	margin:  8px auto 0;
}

.hr {
  height: 0;
  font-size: 1.2em;
  line-height: 1.2em;
  width: 90%;
  margin: 2em 0 1.5em 30px;
}
.dotted {
  border-bottom: 1px dotted #0066cc;
}

.dottedcenter {
	margin: 2em auto 2em auto;
	width: 30%;
  	border-bottom: 2px dotted #0066cc;
  	
}

.articlefooter {
	font-style:italic;
}


