/*================================================================================
				TITLE:	Default Style Sheet
		   CLIENT:	Family Counseling Service
  TARGET SPEC:	CSS-2
		 MODIFIED:	2008.12.29
			 AUTHOR:	Graham Wheeler / NetMediaOne - www.netmediaone.com
==================================================================================*/

a { color: #3f8ce5; text-decoration: underline; cursor: pointer; }
a:hover { color: #3f8ce5; text-decoration: none; cursor: pointer; }

html, body, table, td, div, img, form, iframe { padding: 0px; margin: 0px; border: 0px; }
iframe { overflow: hidden; }

body { background: #fff; min-width: 760px; }
body, table { color: #000; font: normal 11px Verdana, Arial, Helvetica, sans-serif; line-height: 1.81; }

td { vertical-align: top; }

sup { font: normal 8px Verdana, Arial, Helvetica, sans-serif; }

h1 {
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 3px 0px;
	line-height: 1.2;
	color: #ff7520;
	border-bottom: 2px solid #ffd669;
}

h2 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 1.2;
	color: #0089be;
}

h3 {
	display: block;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 3px 0px;
	padding: 10px 0px 10px 0px;
	color: #e70;
}

h4 {
	display: block;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #c00;
}

ul { 
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style: disc outside;
	line-height: 1.6;
}
ul li { margin: 0px; padding: 0px 0px 0px 0px; }
ul li:first-child { border-top: 0px; }
ul a { text-decoration: none; color: #3f8ce5; }
ul a:hover { text-decoration: underline; }
ul a.Active { font-weight: bold; }

p { margin: 15px 0px 0px 0px; }
h1 + p, h2 + p, h3 + p, h4 + p, p:first-child { margin-top: 0px; padding-top: 0px; }
h1:first-child, h2:first-child { margin-top: 0px; padding-top: 0px; }
li:first-child { margin-top: 0px; }
p + h1, p + h2, p + h3, p + h4, ul + h1, ul + h2, ul + h3, ul + h4, ol + h1, ol + h2, ol + h3, ol + h4 { margin-top: 22px; }

.Left { float: left; margin: 5px 15px 12px 0px; }
.Right { float: right; margin: 5px 0px 12px 15px; }
.Bordered { border: 1px solid #ddb; padding: 4px; background: #fff; }
.Center { margin: 0px auto 0px auto; }
.Indented { margin-left: 10px; }

.Sep {
	clear: both;
	border-top: 1px solid #ccb;
	padding-top: 10px;
	margin-top: 10px;
}

.contacts td { padding-bottom: 15px; }
.contacts td:first-child { width: 160px; }


/*-----------------------------------------------
						MAIN LAYOUT SECTIONS
-----------------------------------------------*/
#layoutWrapper { 
	width: 760px;
	margin: 0px auto 0px auto;
	position: relative;
	min-height: 100%;
}
#topSection {
	height: 115px;
	overflow: hidden;
	background: url(bg_page_top.gif) no-repeat bottom left;
}
#imgPhone { position: absolute; top: 0px; right: 0px; }
#mainMenu {
	position: absolute;
	top: 80px;
	right: 25px;
	height: 35px;
	overflow: hidden;
	background: url(nav_sep.gif) repeat-x;
}
#mainMenu a {
	display: inline;
	float: left;
	margin: 0px 0px 0px 1px;
	border-bottom: 5px solid #fff;
}
#mainMenu a:hover {
	border-bottom: 5px solid #ff7520;
}
#mainMenu a.Active {
	border-bottom: 5px solid #ffd669;
}
#mainMenu a:first-child {
	margin-left: 0px;
}


#bannerSection {
	height: 60px;
	background: url(bg_page_sides.gif) repeat-y;
	padding: 15px 25px 0px 25px;
	position: relative;
}
.LayoutHome #bannerSection {
	height: 200px;
}

#bannerSection img {
	display: block;
	float: left;
}
.RandomImagePicker img {
	display: none;
}
#bannerSection h1 {
	background: url(bg_banner_sub.gif) repeat-x;
	height: 60px;
	margin: 0px;
	padding: 20px 0px 0px 20px;
	border: 0px;
}
#bannerSection h1 img {
	display: block;
}

#contentSection {
	padding: 20px 25px 20px 25px;
	background: url(bg_page_sides.gif) repeat-y;
}

#columnWrapper { width: 100%; padding: 0px; border: 0px; }
.LayoutHome .column1 {
	width: 289px;
	padding-right: 20px;
	border-right: 1px solid #ffd669;
}

.LayoutHome .column2 {
	width: 170px;
	padding: 0px 19px 0px 20px;
	border-right: 1px solid #ffd669;
}

.LayoutHome .column2-video {
	width: 360px;
	padding: 0px 20px 0px 20px;
	border-right: none;
}


.LayoutHome .column3 {
	width: 170px;
	padding: 0px 0px 0px 20px;
}

.LayoutSub1 #column1 {
	width: 180px;
	padding-right: 20px;
	border-right: 1px solid #ffd669;
}

.LayoutSub1 #column2 {
	width: 490px;
	padding-left: 19px;
}

#subNav {
	border-top: 2px solid #ffd669;
	border-bottom: 1px solid #ffd669;
	list-style: none;
	margin: 0px;
}
#subNav a {
	text-decoration: none;
}
#subNav a:hover {
	text-decoration: underline;
}
#subNav li {
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #ffd669;
}
#subNav li.Active {
	background: #effafc;
}


#footerSection {
	background: url(bg_page_bottom.gif) no-repeat top left;
	padding: 20px 20px 50px 20px;
	font: normal 10px Verdana, Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.5;
	text-align: center;
}

.RequiredField { color: #c00; font-weight: bold; }
.FormFieldList li {
	background: none;
	text-align: right;
}

.FormFieldList input {
	margin-left: 10px;
}
select { font: normal 11px Verdana, Arial, Helvetica, sans-serif; margin-left: 10px; }
label {
	font-weight: bold;
	margin-right: 10px;
}
fieldset { border: 1px solid #333; padding: 20px; }
legend {
	font: bold 17px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px 10px 5px 10px;
	margin: 0px;
}
#contactForm { background: #fcfcfc; padding: 10px; width: 320px; border: 1px solid #ed7; }
.TextBox, textarea { border: 1px solid #333; background: #fff; }

#btn-facebook { border: none; position: relative; top: 5px; }

#social-buttons { list-style: none none; padding: 0px; margin: 0px; position: absolute; top: 16px; right: 124px; }
#social-buttons li { float: left; padding: 0px 0px 0px 10px; margin: 0px; background: none; }
#social-buttons li img { display: block; }


