/* CSS Document */

li img {
	float: right;
	padding-right: 10px;
}
li {
	clear: right;
	padding: 5px;
}

a:link {
	color: #5B7EA2;
}
a:visited {
	color: #5B7EA2;
}
a:hover {
	color: #CC9966;
}
a:active {
	color: #F72D2A;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

#centerblock {
	position: absolute;
	width: 800px;
  	/*height: 526px;*/
  	left: 10%;
	margin-left: -50px;
	margin-top: 10px;
}

#topmenu {
	width: 800px;
	height: 75px;
}

#outerbox {
	width: 800px;
	height: 500px;
	padding-left: 11px;
}

#bg {
	border: 1px solid #0164A4;
	height: 407px;
	width: 776px;
	background-image:url(images/mainbg.jpg);
	background-repeat: no-repeat;
}

#bgtraining {
	border: 1px solid #0164A4;
	height: 407px;
	width: 776px;
	background-image:url(images/salesbg.gif);
	background-repeat: no-repeat;
}
#bgopen {
	border: 1px solid #0164A4;
	height: 407px;
	width: 776px;
	background-image:url(images/openbg.jpg);
	background-repeat: no-repeat;
}

#bgassociates {
	width: 223px;
	height: 503px;
	background-image:url(images/bgassociates.gif);	
	background-repeat: repeat-y;
	padding-left: 20px;
	background-repeat: no-repeat;

}



#content .left {/* Floats the images in the main content area to the left */
	float: left;/*Floats the image to the left*/
	margin: 0px 15px 0px 0;/*sets the margins so the image sits nicely in the p elements*/
	border: 1px solid #0080c0;/*sets a border on the image*/
}


#content .right {/* Floats the images in the main content area to the right */
	float: right;/*Floats the image to the right*/
	margin: 0px 15px 0px 0;/*sets the margins so the image sits nicely in the p elements*/
	
}

#leftmenu {
	height: 114px;
	width: 209px;
	float: left;
}

#textarea {
	height: 396px;
	width: 390px;
	float: left;
	padding: 10px;
	overflow: auto;
}

#footerouter{
	float: left;
	width: 776px;
	padding-top: 2px;
}



.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC9966;
	font-weight: bold;
}

.titleItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC9966;
	font-weight: bold;
	font-style: italic;
}

.quoteTestimonials {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0080c0;
	font-weight: bold;
	font-style: italic;
}


.nameTestimonials {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: normal;
	font-style: normal;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0164A4;
	text-align: center;
}
.bulletpointtick {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC9966;
	list-style-position: outside;
	list-style-image: url(images/bullet_point_tick.gif);
}
