/* --------------------------------
	DNT Solutions - Screen.css
	Author: Shane Gardner
	Date: Dec 2006
 ---------------------------------- */
 
 /* ---[ Globals ]------------------------------- */
* {

	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color:#0068AF;
	text-decoration: underline;

}
img {
border:0;

}

a:hover {
	color:#666666;
}


ul {list-style:none; margin-top:5px;}

h1 {font-size:24px; margin-bottom:10px; line-height:1.1em;}

body {
	text-align: center;
	background-color: #dedede;
		
}

.back {
background-color:#EAEAEA;
color:#333333;
padding:2px;
text-decoration:none;
}

.large {
	font-size: 14px;
	font-weight: bold;
	color: #000000;


}

.sep h1{padding:30px 0 0 20px; text-align:left; float:left; width:700px;}
/* ---[ Containers ]------------------------------- */

#wrap {
	padding: 0;
	position: relative;
	text-align: center;
	width: 770px;
	margin: 20px auto 0 auto;
	background: #fff;
	border:3px #cccccc solid;
-webkit-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
}

/* ---[ Header ]------------------------------- */

#header {
	
	text-align: left;
	
	clear: both;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* ---[ content holder ]------------------------------- */

.contentHolder {
	text-align: left;
	float: left;
	width: 344px;
	position: relative;
	
	padding: 20px 20px 40px 20px;
 
}

.contentHolder h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0079C8;

}

.contentHolder img{
	border: 1px solid #B8DEE7;

}



/* ---[ content columns ]------------------------------- */

.content {
	padding: 10px 10px 0px;
	background-color: #FFFFFF;
	
	float: left;
	width: 440px;


}

.content3 {
	color:#cccccc;
	padding: 10px 10px 50px;
	margin-top:50px;
	float: left;
	width: 268px;
	border: 1px solid #B8DEE7;
	background: #0054a6;
	text-align: left !important;
	
	


}

.content3 a{color: #fcc34c;}
.content3 p{color: #cccccc;}
.content3 h2{color: #ffffff;font-size:18px; font-weight:bold;padding-bottom:10px;}
.content3 strong{color: #ffffff; padding-bottom:10px;}

#content2 {
	clear: both;
	float: left;
	margin-top: 5px;
	width: 740px;

}
#content2 h2 {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #0079C8;
	border-bottom: 1px solid #CCCCCC;
	font: bold 14px Arial, Helvetica, sans-serif;

}



.contentCol_1 h1, .contentCol_2 h1, .contentCol_3 h1 { margin: 5px 0px 0 5px; }

.contentCol_1 {margin-bottom:20px;}
.contentColWide {
	
	background-color: #FFFFFF;
	text-align:left;
		width: 750px;
	float: left;
	padding:10px 10px 40px 10px;
	-webkit-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
}

.contentColWide2 {
	padding: 5px 5px 0px;
	background-color: #FFFFFF;
	text-align:left;
	margin: 0;
	clear: both;
	width: 740px;
	float: left;
	border: 10px solid #FFFFFF;
	position: relative;
}


.contentColWide p{
	padding: 0 0 10px;
	text-align: left;
}

.contentColWide p strong{
	color: #333333;
	
}

.contentColWide ol{
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	

}
.contentColWide ol li{
	list-style-type: decimal;
	padding-left: 0px;
	padding-bottom: 5px;
	color: #000000;
	
	
	
}

.one {
	background: url(../images/one.gif) no-repeat left top;
}

.two {
	background: url(../images/two.gif) no-repeat left top;
	padding-left: 20px;
}

.three {
	background: url(../images/three.gif) no-repeat left top;
	padding-left: 20px;
}

.logo {
}

.decription {
	
	clear:both;
	text-align: left;
	padding: 5px;
	margin-left: 1px;

}

.decription p{
	padding: 0 0 5px 0;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	margin-left: 5px;
	margin-right: 5px;
}

/* ---[ footer ]------------------------------- */

#footer {
	text-align:left;
	clear:both;
	background-color: #333333;
	padding: 5px;
	color: #CCCCCC;
	width: 760px;
}
