/*
Theme Name: Credit Cures
Description: Credit Cures
Version: 1.0
Author: MacroDigit
Author URI: http://www.macrodigit.com/
*/
#container{
width:950px;
margin:auto;
}
#header{
height:125px;
}
#navigation{
	background-image:url(/wp-content/themes/cc/images/navbg.png);
	background-repeat:no-repeat;
}
#nav{
    height:40px;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	padding-left:0px;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
}

#nav li { /* all list items */
	float: left;
	
}
#nav li a{
	color:#333;
	line-height:40px;
	font-family:helvetica;
	text-decoration:none;
	font-size:10pt;
	padding-left:36px;
	padding-right:36px;
	background-image:url(/wp-content/themes/cc/images/divider.png);
	background-repeat:no-repeat;
	background-position:right;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #efefef;
	width: 175px;
	padding-left:10px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav ul li ul li a{
	font-size:10pt;
	color:#333;
	border-bottom:1px solid #ccc;
	background-image:none;
	line-height:18px;
	padding-top:5px;
	padding-bottom:5px;
	width:130px;
	padding-left:0px;
	padding-right:0px;
}
#nav ul li ul li a.last{
	border-bottom:0px;
}
#nav ul li ul li a:hover{
	color:#004080;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#splash{
	background:#fff;
	margin-bottom:20px;
	height:180px;
}
#main{
margin-top:15px;
}
#right{
width:625px;
padding:10px;
float:right;
}
#right h1{
text-decoration:underline;
margin:0px;
font-weight:normal;
letter-spacing:2px;
color:#333;
}
#right p{
font-size:11pt;
text-align:justify;
letter-spacing:1px;
line-height:20px;
color:#666;
}
#right img{
	margin:10px;
    padding:15px;
    background:#efefef;
}
#left{
width:250px;
float:left;
}
#left div.contact{
background:#efefef;
padding:10px;
}
#left div.contact h1{
font-size:18pt;
text-align:center;
font-family:trebuchet ms;
font-weight:normal;
letter-spacing:-2px;
margin-top:0px;
}
#left div.contact h2{
    font-size:12pt;
    font-family:trebuchet ms;
}
#left div.contact p{
    font-size:10pt;
    font-family:helvetica;
}
#left div.contact table{
font-size:10pt;
font-family:helvetica;
}
#left div.contact table input{
    border:1px solid #666;
    background:#fff;
}
#footer{
    clear:both;
    padding-top:20px;
}
#footer p{
    font-family:helvetica;
    font-size:10pt;
    text-align:center;
    color:#666;
}