@charset "UTF-8";

/* 	CONTENTS
	
	- BODY
	- CONTAINER
	- HEADER (Same throughout)
	- MAIN NAVIGATION (Same throughout)
	- LEFT-SIDE BAR
	- HOMEPAGE CONTENT
	- FOOTER (Same throughout)
	
*/
	


/* --------- BODY ------------ */

body {
	background-color: #FFF;
	background-image: url(../_images/_homepage/bg_website.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	margin: 0px auto 0px 25px;
	padding: 0px 20px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

/* ------------ WEBSITE CONTAINER --------------*/

.container {
	width: 930px;
	height: auto;
	margin: 0px auto 0px auto;
	background-color: #FFF;
	border-right-width: 10px;
	border-left-width: 10px;
	border-bottom-width: 10px;
	border-top-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-color: #FFF;
	overflow: hidden;
}

/* ----------- HEADER --------------------*/

.header {
	background-image: url(../_images/_header/web_banner.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	margin: 5px 0px 15px 0px;
	padding: 10px;
	height: 170px;
}

/* Pro2000 logo that sits within banner */

.header h1 {
	width: 250px;
	height: 100%;
	padding: 17px 10px 0px 0px;
	text-align: center;
	margin: 0px 0px 0px 35px;
	display: block;
	font-size: 1.6em;
}

/* ------------ MAIN NAVIGATION -----------------*/

.nav {
	height: 30px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #B4E0F2;
	background-image: url(../_images/_navigation/_navMenu/bg_navMain.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #28387e;
	padding: 0px 0px 2px 0px;
	margin: 5px 0px 15px 0px;
}

/* ---------------- LEFT-SIDE BAR ---------------------- */

.sidebar1 {
	width: 245px;
	min-height: 500px;
	float: left;
	padding-top: 0px 0px 5px 0px;
}

/* UPDATES DIV */

.updates {
	width: auto;
	margin: 0px 0px 15px 0px;
	min-height: 200px;
}

.quicklinks {
	width: auto;
	margin: 0px 0px 15px 0px;
	min-height: 200px;
}

.sidebar1 .updates h1 {
	font-size: 1.2em;
	height: 19px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight: normal;
	margin-bottom: 1px;
	display: block;
	padding: 4px 5px 5px 10px;
	background-color: #FFF;
	background-image: url(../_images/_homepage/h2_updates.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.sidebar1 .quicklinks h2 {
	font-size: 1.2em;
	height: 19px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight: normal;
	margin-bottom: 1px;
	display: block;
	padding: 4px 5px 5px 10px;
	background-color: #FFF;
	background-image: url(../_images/_homepage/h1_quicklinks.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.sidebar1 a {
	text-decoration: none;
	font-size: 0.95em;
	font-weight: Normal;
	color: #FFF;
	background-color: #747474;
	display: block;
	padding: 1px 5px 2px 7px;
	margin: 0px 0px 1px 0px;
}

.sidebar1 a:hover {
	color: #FFF;
	background-color: #333;
}

/* MAIN CONTENT WRAPPER */

.mainContent {
	padding-left: 0px 0px 0px 15px;
	margin: 0px 0px 15px 15px;
	float: left;
	width: 660px;
	min-height: 550px;
}

/* Animation Slider */

.mainContent .animation {
	height: auto;
	width: auto;
	border-bottom-color: #999;
}

.adBlock {
	min-width: 100px;
	height: 27px;
	min-width: 100px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	position: relative;
	background-image: url(../_images/_homepage/bg_slider_buttons.gif);
	background-repeat: repeat-y;
	background-position: right;
}

ul.advertise {
	margin-right: 5px;
}

ul.advertise li a {
	float: right;
	text-decoration: none;
	margin: 4px 0px 0px 10px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	color: #333;
	font-size: 1.25em;
	padding: 1px 0px 1px 0px;
	border: thin double #333;
}

ul.advertise li a:hover {
	background-color: #666;
	color: #FFF;
}

ul.advertise li a:focus {
	background-color: #333;
	color: #FFF;
}

.pro2000 {
	width: auto;
	min-height: 25px;
	margin: 8px 0px 0px 0px;
	padding: 7px 0px 0px 0px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.pro2000 h1 {
	font-size: 1.6em;
	margin: 0px 0px 10px 0px;
	color: #283b82;
	display: block;
	background-color: #d5e2f0;
	padding: 10px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.pro2000 h2 {
	font-size: 1.3em;
	color: #283b82;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 5px;
}

.pro2000 p {
	font-size: 1.2em;
	line-height: 18px;
	color: #333;
	padding: 0px 30px 0px 5px;
	margin-bottom: 15px;
}

/* Home Content */


.homeContent {
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}

/* STYLING FOR FOOTER */

.footer {
	min-height: 180px;
	width: auto;
	padding: 0px 0px 10px 0px;
	background-image: url(../_images/_footer/bg_footer.jpg);
	background-repeat: no-repeat;
	background-color: #2d72b7;
}

.footer_top {
	height: 30px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	width: auto;
	background-image: url(../_images/_footer/bg_footer_top.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06C;
}

.footer_top h2 {
	font-size: 1.1em;
	color: #FFF;
	padding: 0px;
	margin: 8px 30px 10px 30px;
	float: left;
	font-weight: lighter;
}

.linksContainer {
	margin-right: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
}

.foot_links {
	margin-top: 17px;
	margin-left: 20px;
	padding-left: 25px;
	background-image:url(../_images/_footer/footer_divider.png);
	background-repeat: no-repeat;
	background-position: left -120px;
	min-width: 70px;
	float: right;
	min-height: 140px;
	color: #fff0c1;
}

.foot_links h1 {
	color: #FFF;
	font-size: 1.2em;
	margin-bottom: 10px;
	font-weight: lighter;
}

.foot_links h1 a {
	text-decoration: none;
	color: #FFF;
}

.foot_links h1 a:hover {
	text-decoration: underline;
	color: #3FC;
}

/*Other classess*/

/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */


.clearfloat {
	clear:both;
	margin: 0px;
	padding: 0px;
}
