/*
	Debt Free Helpline CSS
	Author: Brett White - Peekaboo Design

*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

html {
	font-size: 62.5%;
}

body {
	background-color: #efefef;
	background-image: url(../img/bg-dfh.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #666;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}
a {
	color: #32BBEB;
	text-decoration: underline;
}
a:hover {
	color: #592F91;
	text-decoration: underline;
}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
#Header {
	margin-top: 25px;
	height: 102px;
}
#Logo a {
	text-indent: -9999px;
	display: block;
	height: 94px;
	width: 225px;
	background-image: url(../img/logo-dfh.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#CallToAction {
	height: 94px;
	text-align: right;
}
#ContactButton {
	margin-top: 10px;
}
.Button a {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #32BBEB;
	display: block;
	width: 130px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
	line-height: 1.5em;
}
.Button a:hover {
	background-color: #592F91;
	text-decoration: none;
}
#Telephone {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.3em;
	color: #592F91;
	margin-top: 19px;
}
#Telephone p {
	margin: 0px;
	padding: 0px;
}

#Telephone span {
	font-size: 1.8em;
	color: #32BBEB;
}
#Navigation {
	margin-top: 16px;
	margin-bottom: 19px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #32BBEB;
	border-bottom-color: #592F91;
}
#Navigation ul {
	margin: 0px;
	padding: 0px;
}
#Navigation li {
	list-style-type: none;
	margin: 0px;
	float: left;
	display: inline;
}
#Navigation li a {
	display: block;
	margin-right: 38px;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: normal;
	text-decoration: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	padding-bottom: 4px;
	padding-top: 8px;
	color: #32BBEB;
}
#Navigation li a:hover {
	text-decoration: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #592F91;
	color: #32BBEB;
}
#Banner {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #592F91;
	background-image: url(../img/banner_temp.jpg);
	background-position: right bottom;
	height: 252px;
	background-repeat: no-repeat;
}
#Banner h1 {
	padding: 0px;
	color: #32BBEB;
	font-size: 2.5em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: -0.05em;
}
#Banner h2 {
	color: #592F91;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: -0.05em;
}
#Banner li {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#LeftCol {
	line-height: 1.5em;
}

#RightCol h3 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 2em;
	padding: 0px;
	margin-top: 20px;
}
#RightCol h3.smaller {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.6em;
}
#SideContact {
	background-color: #32BBEB;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 180px;
	padding-right: 20px;
	padding-left: 20px;
}
#SideContact p {
	color: #FFFFFF;
	font-size: 0.7em;
}
#SideContact form {
	padding: 0px;
	margin-bottom: 20px;
}
#SideContact input.SideField  {
	width: 170px;
	padding: 4px;
	border: 1px solid #FFFFFF;
	margin-bottom: 20px;
	color: #555;
}
#SideContact input.FormButton {
	width: 60px;
	background-color: #32BBEB;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
#ContactUs {
	background-color: #32BBEB;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	padding-top: 10px;
	padding-right: 17px;
	padding-left: 15px;
	padding-bottom:1px;
	width:420px;
}
#ContactUs p {
	color: #FFFFFF;
	font-size: 0.7em;
}
#ContactUs form {
	padding: 0px;
	margin-bottom: 20px;
}
#ContactUs input.SideField  {
	width: 170px;
	padding: 4px;
	border: 1px solid #FFFFFF;
	margin-bottom: 20px;
	color: #555;
}
#ContactUs input.FormButton {
	width: 60px;
	background-color: #32BBEB;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
#Offers {
	margin-top: 20px;
	background-image: url(../img/bgoffers.gif);
	height: 100px;
	background-repeat: no-repeat;
	width: 180px;
	padding-right: 20px;
	padding-left: 20px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
#Offers h3 a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
.TestCol {
	padding-top: 50px;
	margin-top: 20px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #32BBEB;
}
.Speech {
	background-image: url(../img/bg-speech.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#Footer {
	background-image: url(../img/bg-footer.gif);
	height: 100px;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#FooterMessage h4 {
	margin-bottom: 0px;
	margin-top: 22px;
	padding-left: 40px;
	font-size: 1.7em;
	color: #FFFFFF;
}
#Address {
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: right;
	padding-top: 15px;
	line-height: 1.4em;
	width: 200px;
	padding-right: 20px;
}
#SubNavigation {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #592F91;
	padding-bottom: 15px;
}
#SubNavigation ul {
	padding: 0px;
	margin: 0px;
}
#SubNavigation li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#SubNavigation li a {
	color: #32BBEB;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 7px;
	font-size: 1.3em;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#SubNavigation li a.TopLink {
	padding-top: 0px;
	border: none;
}
#SubNavigation li a:hover {
	color: #592F91;
}
#MidCol h1 {
	padding: 0px;
	color: #592F91;
	font-size: 2em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	letter-spacing: -0.05em;
}
