/* CSS Document */

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background: #fff url(none) no-repeat top left;
	margin: 10px;
	vertical-align: top;
}

h1{
	color: #0054A6;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #D2D2D2;
}

h2{
	color: #0054A6;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #D2D2D2;
}


.landing h1{
	color: #c11d28;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	border-bottom: none;
}

h3{
	color:#FF0000;
	font-size: 13px;
	font-weight: bold;
}

.landing p {
	color: #0f84e3;
	font-size: 14px;
	line-height: 1.5em;
}

.landing .landing-or {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #C11D28
}

form {
	margin:0;
	padding:0;
}

#centerpanel, #leftpanel, #singlepanel, div.headlinepanel {
	border: 1px solid #d2d2d2;
}

div.blueBoldText {
	color: #0054A6;
	font-size: 14px;
	width: 400px;
	height: 20px;
	font-weight: bold;
	border-bottom: 1px solid #D2D2D2;
}

div.darkGreyBoldText {
	color: #666;
	font-weight: bold;
}

img {
	border: none;
}

a {
	color: #666;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:active {
	color: #A2AAAF;
	text-decoration: none;
}
a:hover {
	color: #A2AAAF;
	text-decoration: none;
}


#contentwrapper {
	background: url(../images/common/SHDW_top.jpg) no-repeat top left;
	padding-top: 20px;
}

#leftwrapper {
	background: url(../images/common/SHDW_left.jpg) repeat-y top left;
}

#rightwrapper {
	width: 899px;
	margin: 0 auto;
	background: url(../images/common/SHDW_right.jpg) repeat-y top right;
}

#footerwrapper {
	background: #fff url(../images/common/SHDW_bottom.jpg) no-repeat top left;
	padding: 20px;
	text-align: center;
}

#titleimage {
	background: #fff url(../images/debtSolutions/titleBar_debtSolutions.gif) no-repeat top left;
	text-align: center;
	width:545; 
	height:102;
	color:#FFFFFF;
	font-size:14px;
}

#pagecontent {
	width: 855px;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 5px;
}

#adaislogo, div.floatleft {
	float: left;
	width:216;
	height:189;
}

div.floatright {
	float: right;
}

#headerImage {
	float: right;
	width:639; 
	height:189;
}

#centerpanelcontent {
	padding: 17px;
}

#headercontent2 {
	padding: 100px 0px 2px 0px;
}


#leftpanel {
	width: 545px;
	float: left;
	padding: 10px;
}

#singlepanel {
	width: 833px;
	float: left;
	padding: 10px;
}

#rightpanel {
	width: 278px;
	float: right;
}

div.headlinebox {
	padding: 5px 5px 5px 10px;
}

div.mainpanel {
	padding-top: 40px;

}

div.clear {
	clear: both;
}

#landing-button {
	text-align: center;
	padding: 40px 0 20px 0;
}

#landing-button a {
	text-decoration: underline;
}

input.formnormal{
	width:130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 100%;
overflow: hidden;
}

.mattblacktabs ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 9px 11px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #6d6f71; /*background of tabs (default state)*/
}
.mattblacktabs li a.last{
padding: 9px 13px;
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #b51e22; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */

}


