/*

 Design Monkey
 layout.css

*/



/* Remove Default Styling
------------------------------------------------------------------------------------------------- */
	
* { 
	margin: 0; 
	padding: 0; 
	font-style: normal; 
}

img { 
	border: 0; 
}


/* Typography
------------------------------------------------------------------------------------------------- */

body{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 1em;
	background: #F6F6F6;
}

p{
	font-size:0.7em;
	line-height: 1.5em;
}

h1,h2,h3,h4{
	font-family: Georgia, Serif;
}

a{
	text-decoration:none;
}

a:hover{

}
	

/* Overall Layout
------------------------------------------------------------------------------------------------- */


div#container{
	width: 1000px;
	margin: 0 auto;	
}


/* Header 
------------------------------------------------------------------------------------------------- */

div#header{
	overflow: hidden;
	padding: 20px;
}

div#topcontent{
	height: 440px;
}

div#topcontent h2, div#topcontent_container h2{
	font-weight: normal;
	color: #666666;
	margin-left: 40px;
}

div#topcontent h2 strong, div#topcontent_container h2 strong{
	font-style: italic;
	color: #333;
}

div#topcontent_container{
	position: absolute;
	top: 0;
	left: 20px;
}

div#header h1{
	width: 450px;
	float: left;
	margin: 0;
}

div#header h1 a{
	width: 450px;
	height: 71px;
	outline: none;
	display: block;
	text-indent: -30000px;
	background: transparent url(../images/ditchmydebt.jpg) no-repeat top left;
}

/* Nav 
------------------------------------------------------------------------------------------------- */

ul#topmenu{
	width: 400px;
	float: right;
	font-size: 0.7em;
	list-style: none;
}

ul#topmenu li{
	float: right;
	margin: 0 5px;
	border-right: 1px #CCC solid;
}

ul#topmenu li.item0{
	border-right: none;
	margin-right: 0;
}

ul#topmenu li a{
	color: #666;
	padding-right: 10px;
}

ul#topmenu li.item a{
	padding-right: 0;
}

/* Content 
------------------------------------------------------------------------------------------------- */

div#content{
	position: relative;
}

div#mainrow{
	overflow: hidden;
}

div#leftcol{
	float: left;
	width: 620px;
	margin-right: 20px;
	padding-left: 30px;
}

div#rightcol{
	float: left;
	width: 330px;
}

div#maincontent h2{
	font-weight: normal;
	margin-bottom: 20px;
	font-size: 1.8em;
}

div#maincontent h3{
	font-weight: normal;
	margin-bottom: 20px;
}

div#maincontent h4{
	font-weight: normal;
	margin-bottom: 20px;
	color: #666;
	text-decoration: underline;
}

div#maincontent a{
	color: #666;
}

div#maincontent p{
	font-size: 0.8em;
	margin-bottom: 20px;
	line-height: 1.8em;
	color: #666;
}

div#maincontent ul, div#maincontent ol{
	margin: 20px;
	font-size: 0.8em;
	color: #666;
	line-height: 1.8em;
}

div#rightcol{
	position: relative;
}

div#rightcol h3{
	font-size: 1.4em;
	margin-bottom: 10px;
	background: transparent url(../images/email.jpg) no-repeat right;
	margin-right: 32px;
}

div#rightcol h4{
	font-size: 1.8em;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 14px;
}

div#rightcol fieldset{
	background: #0e0e0e url(../images/formbg.jpg) repeat-x top left;
	width: 260px;
	border: 0;
	color: #FFF;
	font-size: 0.8em;
	padding: 20px;
}

div#rightcol fieldset legend{
	display: none;
}

div#rightcol p.arrow{
	display: block;
	position: absolute;
	background: transparent url(../images/arrow.png) no-repeat top left;
	top: 70px;
	left: -12px;
	width: 15px;
	height: 25px;
	text-indent: -30000px;
}

div#rightcol fieldset dt{
	padding: 2px;
	color: #EEE;
	font-size: 0.9em;
}

div#rightcol fieldset dd{
	padding: 2px;
}

div#rightcol fieldset dd input{
	font-size: 1.3em;
	padding: 2px;
	width: 244px;
	background: #e2e2e2;
	border: 3px #e2e2e2 solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div#rightcol fieldset dd input:focus, div#rightcol fieldset dd select:focus{
	background: #FFFFFF;
	border: 3px #6e99db solid;
}

div#rightcol fieldset dd input.submit:hover{
	background: #FFFFFF;
	color: #000;
}

div#rightcol fieldset dd select{
	font-size: 1.3em;
	padding: 2px;
	background: #e2e2e2;
	border: 3px #e2e2e2 solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

ul.errorMessage{
	background: #0e0e0e url(../images/formerrorbg.jpg) no-repeat top left;
	margin-right: 30px!important;
	margin-left: 0!important;
	color: #EEE;
	font-size: 0.7em!important;
}

ul.errorMessage li{
	color: #EEE!important;
}

ul.errorMessage li strong{
	color: #FFF!important;
}

p.mandetory strong, div#rightcol fieldset dt strong{
	color: #CC0033;
}

/* Footer 
------------------------------------------------------------------------------------------------- */


div#footer{
	clear: both;
	margin-top: 20px;
	border-top: 1px #CCC dashed;
	padding-top: 10px;
}

ul#footermenu{
	font-size: 0.7em;
	list-style: none;
	margin: 10px;
}

ul#footermenu li{
	float: left;
	margin: 0 5px;
	border-left: 1px #CCC solid;
}

ul#footermenu li.item0{
	border-left: none;
	margin-left: 0;
}

ul#footermenu li a{
	color: #666;
	padding-left: 10px;
}

ul#footermenu li.item0 a{
	padding-left: 0;
}

div#footer p{
	clear: both;
	color: #666;
	padding: 10px;
}

/* Helper Styles 
------------------------------------------------------------------------------------------------- */	
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.highlight {
	font-weight: bold;
	color: #c90033;
}
	
.hide { display: none; }
	
.clear {
	clear: both;
}

.clearleft{
	clear: left;
}
	
.bold {
	font-weight: bold;
}

.date {
}
	
.error {
	color: red;
}
	
em { 
	font-style: italic;
}

