* {
 	margin: 0;
 	padding: 0;
 	border: 0;
 	font-size: 100.01%;
}

html {
 	height: 100%;
}

body {

	min-height:100%;
 	height: 100%;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: url(images/body-bg.png) repeat-x left top #f2f2f2;
}

a { color: #F7931E; text-decoration: underline;}
img { border: none; }

.page {
 	width: 990px;
 	margin: auto;
 	height: auto !important;
 	min-height:100%;
 	height: 100%;
	background: url(images/page-shadow.png) repeat-y center top #FFFFFF;
}

.footer_guarantor {
 	height: 90px;
 	clear: both;
}

.footer {
 	margin: -80px auto 0;
 	width: 980px;
 	height: 80px;
 	clear: both;
	position: relative;
	overflow: hidden;
	background: #F2F2F2;
}

.footer .copyrights {
	margin: 25px;
}


.footer .fnav {
	position: absolute;
	right: 25px;
	top: 33px;
}

#header {
	margin: 0 auto 0;
 	width: 980px;
	height: 240px;
	position: relative;
	background: url(images/ink-header.jpg) no-repeat left top #FFFFFF;
}

#header .logo {
	position: absolute;
	left: 10px;
	top: 0px;
}

#header .tnav {
	position: absolute;
	top: 20px;
	right: 60px;
	font-size: 1.1em;
	color: #F78F1E;
}

#header .loginf {
	position: absolute;
	top: 50px;
	left: 630px;
	font-size: 1.1em;
	background: white;
	padding: 10px;
	width: 200px;
	background: white;
}

#header .loginf .sb-inner{
	background: white;
}

#header .loginf input {
	border: 1px solid #cccccc;
	color: #F78F1E;
	margin: 5px 0;
	height: 20px;
	line-height: 20px;
	padding: 3px;
	
}

#header .loginf .submit {
	height: 27px;
	color: white;
	background: #F78F1E;
}

#header .menu {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 1.4em;
}

#submenu {
	width: 70%;
	font-size: 1.1em;
	text-align: center;
	background: #F2F2F2;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
}

#header .menu *, #submenu * {
	margin: 0 15px;
}

#header .menu span, #submenu span {
	color: #F7931E;
	font-weight: bold;
}

#header .menu span.grey {
	background: #F2F2F2;
	margin: 0 !important;
	padding: 0 15px;
}

#content {
	margin: 0 auto;
	padding-top: 20px;
 	width: 980px;
	color: #4D4D4D;
	background: #FFFFFF;
}

.post {
	margin-left: 42px;
	margin-top: 10px;
	margin-bottom: 60px;
}

.post .content {
	margin-left: 42px;
	width: 80%;
}

.post .content p {
	margin-bottom: 10px;
}

.hline {
	margin-top: 20px;
	width: 220px;
	height: 1px;
	background: #B3B3B3;
}

.white {
	color: white;
}

h2 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 25px; 
	color: #F7931E;
	font-stretch: condensed;
	padding-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
	color: #F7931E;
}

ul {
	padding-left: 25px;
}

.ddsg-wrapper h2 { display: none; }


