﻿body {
	background-color: #EFEFEF;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3d4955;
	
	text-align:justify;

}

a { background: none; color: #93b300; text-decoration: none;}
a:hover { background: none; text-decoration: underline; }

h1, h2, h3 { font: bold 12px Verdana, Arial, sans-serif;}
h1 { font-size: 16px; color: #93b300; width:auto; border-bottom-color:#93b300; border-bottom-width:thin; border-bottom-style:dashed;}
h2 { font-size: 14px; }
h3 { font-size: 12px; }

ul, ol {
	margin: 0;
	padding: 0 15px;
	list-style: url(/Content/Images/bullet.png);
}

.strong 
{
    font-weight: bold;
}




#logo {
	background: url(/Content/Images/logofull.png) no-repeat top left;
	height: 90px;
}

#band {
	width: 100%;
	height:190px;
}


.borderless {
	border:none;
}

.centered {
	margin-left: auto;
	margin-right: auto;

}






/* Three Columns Content */
.threecol {
	min-height: 280px;
	margin:0;
}

.threecol .left {
	margin:0 15px 0 0;
	padding:0;
	float:left;
	width:270px;
	display:inline;
}

.threecol .middle {
	margin:0 15px 0 15px;
	padding:0;
	float:left;
	width:270px;
}

.threecol .right {
	margin:0 0 0 15px;
	padding:0;
	float:left;
	width:270px;
}



/* ----------------------------------------------------------- */
/* home icons */
.icon-title {
	padding: 3px 0 0 28px;
	height: 26px;
	vertical-align:middle;
	background-repeat:no-repeat;

}

.home {
	background-image: url(/Content/Images/24_home.png);
}

.process {
	background-image: url(/Content/Images/24_process.png);
}



/* ----------------------------------------------------------- */
/* misc icons */
.icon-pdf {
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 0 20px;
	background-image: url(/Content/Images/16_pdf.png);
	background-repeat:no-repeat;
	height: 18px;
}

.icon-next {
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 0 20px;
	background-image: url(/Content/Images/16_next.png);
	background-repeat:no-repeat;
	height: 18px;
}






/* Footer */
#footer {
	padding: 15px 0 0 0;
	height: 15px;
	
	text-align:center;
}



/* Rounded Main Box */

.mainr_box {
	background: #ffffff;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.mainr_top div {
	background: url(/Content/Images/mainrtl.png) no-repeat top left;
}
.mainr_top {
	background: url(/Content/Images/mainrtr.png) no-repeat top right;
}
.mainr_bottom div {
	background: url(/Content/Images/mainrbl.png) no-repeat bottom left;
}
.mainr_bottom {
	background: url(/Content/Images/mainrbr.png) no-repeat bottom right;
}

.mainr_top div, .mainr_top, .mainr_bottom div, .mainr_bottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.mainr_content {
	margin: 0 15px;
}