@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
}

body {
	background:url(/images/purple-yellow-step-bkgnd.jpg);
	background-repeat:repeat-x;
}

#container {
	width: 850px;
	margin: 10px auto 10px auto;
}

#header {
	float: left;
	width: 850px;
	height: 87px;
	background:url(/images/header-bkgnd.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#logo {
	float: left;
	width: 200px;
	margin: 0px 0px 0px 25px;
}

#logo img {
	border: 0px;
}

#topNav {
	float: right;
	width: 560px;
	margin: 60px 10px 0px 0px;
}

#banner {
	float: left;
	width: 850px;
	height: 250px;
	background-color: #9b8d80;
}

#ad {float:left; padding:0px 0px 10px 50px; }

/*
***********************
NEWS SECTION
***********************
*/

#newsContainer {
	float: left;
	width: 230px;
	padding: 10px 10px 20px 10px;
}


#newsContainer h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 14px;
	margin:20px 10px 0px 10px;
	padding: 0px;
	color:#ff9b00;
}

#newsContainer ul {
	list-style:none;
	margin: 10px 10px 0px 10px;
	padding: 0px;
}

#newsContainer li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.2em;
	color: #ffffff;
	text-decoration:none;
	padding: 4px 4px 10px 4px;
	margin: 6px 0px 6px 0px;
	border-bottom: dotted 1px #ff9b00;

}

#newsContainer li a {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
}

#newsContainer li a:hover {
	color: #ff9b00;
}

/*
***********************
CONTACT INFO
***********************
*/

#contactInfo {
	width: 200px;
	margin: 35px auto 10px auto;
	padding: 0px 0px 12px 0px;
	background-image:url(/images/info-cut.gif);
	background-repeat:no-repeat;
	background-color: #ffffff;
}

#contactInfo h3 {
	font-family:"Times New Roman", Times, serif;
	padding: 6px 0px 0px 10px;
	margin: 0; 
	font-size:14px;
	color: #3b1e4e;
}

.contactText {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	padding: 8px 15px 8px 15px;
	margin: 0px;
	line-height: 1.3em;
	color: #000000;
}


.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 0px 0px 6px 16px;
	padding: 4px 0px 4px 20px;
	background-image:url(/images/phone.png);
	background-position: 0% 50%;
	background-repeat:no-repeat;
}

.email {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	margin: 0px 0px 0px 16px;
	padding: 4px 0px 4px 20px;
	background-image:url(/images/email.png);
	background-position: 0% 50%;
	background-repeat:no-repeat;
}

#contactInfo a {
	color: #3b1e4e;
	font-weight: bold;
	text-decoration: none;
}

#contactInfo a:hover {
	color: #ff9b00;
	text-decoration:underline;
}
	

/*
***********************
MAIN SECTION
***********************
*/

#main {
	float:left;
	width: 850px;
	background-image:url(/images/purple-bar.jpg);
	background-repeat:repeat-y;
}

#mainContainer {
	float: right;
	width: 600px;
	background-image:url(/images/main-container-background.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px; 
}

#mainContainer h1 {
	font-family: "Times New Roman", Times, serif;
	display: block;
	font-size: 28px;
	font-weight: normal;
	color: #3b1e4e;
	margin: 35px 40px 0px 20px;
}

#mainContainer p {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 11px;
	line-height: 1.4em;
	margin: 10px 40px 10px 20px;
}

.last {	
	padding-bottom: 20px;
	border-bottom: dotted 1px #3b1e4e;
}

/*
***********************
CARDS
***********************
*/

#cards {
	float:left;
	width:265px;
	margin: 10px 0px 10px 20px;
	background-image:url(/images/credit-cards.jpg);
	background-repeat:no-repeat;	
}

#cards h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px 5px 150px 5px;
	margin: 0px;
	color:#333333;
}

#cards  p {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 11px;
	line-height: 1.4em;
	padding: 5px 5px 10px 5px;
	margin: 0px;
	
}

#cards a {
	color: #3b1e4e;
	font-weight: bold;
	text-decoration: none;
}

#cards a:hover {
	color: #ff9b00;
	text-decoration:underline;
}


/*
***********************
PROCESSING
***********************
*/

#processing {
	float:left;
	width: 265px;
	margin: 10px 0px 10px 10px;
	background-image:url(/images/servers.jpg);
	background-repeat:no-repeat;
}

#processing h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px 5px 150px 5px;
	margin: 0px;
	color:#333333;
}

#processing p {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 11px;
	line-height: 1.4em;
	padding: 5px 5px 10px 5px;
	margin: 0px;
}

#processing a {
	color: #3b1e4e;
	font-weight: bold;
	text-decoration: none;
}

#processing a:hover {
	color: #ff9b00;
	text-decoration:underline;
}


/*
***********************
FOOTER
***********************
*/

#footer {
	float:left;
	clear:both;
	width: 842px;
	background-color: #ff9b00;
	padding: 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	text-align: right;
}

#footer a {
	color: #ffffff;
	text-decoration:none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration:underline;
}
	
#copyright {
	float:left;	
}
	
/* #copyright a {
	color: #ffffff;
	text-decoration:none;
} */