@charset "UTF-8";
/* CSS Document */

/* zeroing all */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* ----------------------- */


/* Global Styles */

/* Container Div Styles */

body {
	background-image:url(images/background.jpg); background-repeat:repeat-x; background-color: #f5f5f5;
	font-family: 'TREBUCHET MS', Arial, Helvetica, sans-serif; color:#3b3b3b; font-size:11px; line-height:14px;
	
}

.wrapper {
	width: 927px;
	height: auto;
	margin: 0 auto;

}

.toparea {
	width: 926px;
	height: 54px;
}


.logo {
	float:left;
	heigh:25px;
}

.navbox {
	height: 25px;
	width:auto;
	float: left;
}

.mainbanner {
	clear:left;
	width: 926px;
	height: 137px;
}

.clear {
	clear:both;
}

/* Main Content Area */

.contentwrapper {
	width: 926px;
	margin: 0; padding: 0;
	background-image:url(images/background_main.jpg); background-repeat:repeat-y;
	overflow:hidden;
}

.content {
	width: 579px;
	margin: 0; padding:0 24px 0px 24px;
	float: left;
}
.content2 {
	width: 579px;
	margin: 0; padding:0 24px 0px 24px;
	float: left;
}

.pullout {
	width: 297px;
	float: left;
	margin: 0; padding:0;
}
	
.footer {
	clear:left;
	width:926px;
	height: 92px;
	background-image:url(images/footer.jpg); background-repeat:no-repeat;
	font-size:9px;
	color: #6e298d;
	padding: 42px 0 0 0;
}


/* Homepage Styles */

.homebanner {
	width: 926px;
	height: auto;	
	margin: 0; padding: 0;
}

.homepull1 {
	float: left;
	width: 319px;
	height: 206px;
	margin: 0; padding: 0;
	background-image:url(images/pullout-home-1.jpg); background-repeat:no-repeat; overflow:hidden;

}

.homepull1-content {
	width: 267px;
	height: auto;
	margin: 60px 16px 0 16px;
	padding:0; 
}

.homepull1-content2 {
width: 160px;
height: auto;
margin: 60px 60px 0 16px;
padding:0; 
}

.homepull1-2 {
	float: left;
	width: 319px;
	height: 206px;
	margin: 0; padding: 0;
	background-image:url(images/pullout-home-1-2.jpg); background-repeat:no-repeat; overflow:hidden;

}

.homepull1-2-content {
	width: 140px;
	height: auto;
	margin: 60px 60px 0 16px;
	padding:0; 
}

.homepull2 {
	float: left;
	width: 307px;
	height: 206px;
	margin: 0; padding:0;
	background-image:url(images/pullout-home-2.jpg); background-repeat:no-repeat;
	overflow:hidden;

}

.homepull2-content {
	width: 255px;
	height: auto;
	margin: 60px 16px 0 16px;
	padding:0; 
}

.homepull2-content2 {
width: 155px;
height: auto;
margin: 60px 60px 0 16px;
padding:0; 
}


.homepull3 {
	float: left;
	width: 300px;
	height: 206px;
	margin: 0; padding:0;
	background-image:url(images/pullout-home-3.jpg); background-repeat:no-repeat; overflow:hidden;

}


.homepull3-content {
	width: 160px;
	height: auto;
	margin: 60px 60px 0 16px;
	padding:0; 
}

.homepull3-content2 {
width: 140px;
height: auto;
margin: 60px 60px 0 16px;
padding:0; 
}

.homefooter {
	clear:left;
	width:926px;
	height: 40px;
	background-image:url(images/home-footer.jpg); background-repeat:no-repeat;
	font-size:9px;
	color: #6e298d;
	padding: 18px 0 0 0;
}


/* Getting Started Structure */


.gstop {
	width:auto;
	height:auto;
}

.gsmiddle {
	background:url(images/gettingstarted-middle.jpg); background-repeat:repeat-y;
	padding: 0 20px 0 20px;
	margin:0;
	width:514px;
	height:auto;

}

.gsbottom {
	width:auto;
	height:auto;
	margin:0 0 20px 0; padding:0;

}


/* Link Styles */


a {
	color: #6e298d; text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

.home {
	padding-top: 4px;
	font-size:12px;
	float:right;
}

.arrow {
	padding-top: 6px;
	margin-left: 5px;
	float: right;
}

/* List Styles */

ul {
padding:0;
margin:0;
}

li {
list-style: disc;
list-style-position:outside;

padding:0;
margin:10px 40px 10px 0px;
}

li.rest {
padding:0;
margin:10px 40px 10px 30px;

}
li.bottom {
margin:10px 40px 0px 30px;

}


/* Contact Styles */

.contact-left {
width: 78px;
float:left;
height: 20px;
line-height: 20px;
}


.contact-right {
width: 500px;
float:left;
text-align:right;
margin-bottom: 10px;

}





/* Login Message */

.message {
	text-align:right;
	width: 922px;
	padding-top: 7px;
	padding-right:5px;
}



/* Footer Styles */

 .footer-left {
 margin-right:500px; float:left;
 }
 
 .footer-right {
 float:left; width:105px;
 }


