/** M Lee Smith Publishers - Training Today - Chel Ramsey **/


/****** Sets the main elements of the site ******/


html,body {
	font-family: "Arial","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	font-size:14px;/*set regular font size*/
	color: #000000;
	letter-spacing:normal;
	background: #c6c6c6 url(/images/main_bg.jpg) repeat-x;
	text-align: center;
       height: 100%;	
	margin: 0px auto;	
	}

a {	
	color: #2284b3;
	text-decoration: none;
	}
	
a:hover {	
	color: #000000;
	text-decoration: none;
	}

	/* Makes sure that if images are links, they have no border. */

img {
	border: 0;
	}


h1 {
	color: #075071;
	text-align: left;
	}

	/* Styles the Main Blue Container 1250px */

.container {
	
	width: 1000px;
	/* min-height: 1250px; */
	height: 100%;
	margin: auto;
	padding-bottom: 10px;
	background: #022737 url(/images/container_bg.jpg) repeat-x;
	}


	/* Styles the Header */

.header {
	//margin: 0px auto; 
	margin-left:15px;
	width: 971px; 
	height: 150px; 
	background: url(/images/header.jpg) no-repeat;
		}

	/* Styles the Top Menu */

#vdividermenu a {	
	color: #000000;
	text-decoration: none;
	}
	
#vdividermenu a:hover {	
	color: #2284b3;
	text-decoration: none;
	}

#vdividermenu ul{
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	float: left;
	font: bold 100% Tohoma;
	width: 100%;
	}


#vdividermenu ul li{
	display: inline;
	}

#vdividermenu ul li a{
	float: left;
	color: black;
	padding: 8px 8px;
	text-decoration: none;
	background: transparent url(/images/vertbar.png) center right no-repeat;
	}

#vdividermenu .last ul li a{
	float: left;
	color: black;
	padding: 8px 10px;
	text-decoration: none;
	}

.login {
	float: right;
	margin-top: -50px; 
	margin-right: 10px;
	}


#vdividermenu ul li a:visited{
	color: black;
	}

#vdividermenu ul li a:hover{
	color: black;
	}


	/* Styles the Wrapper */

.wrapper {
	width: 971px;
	//margin: 0px auto;
	margin-left:15px;	
	}

	/* Styles the Big Left Box */

.leftbigbox {
	width: 630px; 
	background: #cddae0; 
	float: left;
	}

/* Styles the front page container to accomodate the swoosh */

.leftbigswooshbox {
	width: 630px; 
	background: #cddae0; 
	float: left;
	}


.leftbigboxb {
	margin-top: 15px;
	width: 630px; 
	background: #cddae0; 
	float: left;
	}


.leftbigboxinner1 {
	margin: 10px; 
	padding: 10px; 
	background: #ffffff;
	}


.leftbigboxinner {
	margin: 10px; 
	padding: 10px; 
	background: #ffffff;
	}

	/* Styles the swoosh */

.swoosh {
	float:left; 
	margin-top: -125px;
	}

	/* Styles the Right Boxes */

.rightbox {
	width: 290px; 
	background: #cddae0; 
	float: right;
	}

.rightboxinner {
	margin: 10px; 
	padding: 5px; 
	background: #ffffff;
	}

.rightboxb {
	width: 290px; 
	background: #cddae0; 
	float: right;
	margin-top: 17px;
	}

/* Positions the Get Started bar in the right column */

.started {
//padding-left: 10px; 
margin-left: 10px;
margin-top: -11px; 
margin-bottom: 10px; }

