@charset "utf-8";
/* CSS Document */


* {
	margin:0;
	padding:0;
}

a {
	color:#0527d6;
}
a:focus, a:hover, a:active {
	color:#ea6425;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.buttonDrop {
	top: 10px;
}

#container {
	background-image: url(graphics/background.jpg);
	background-repeat: repeat-y;
	height: 600px;
}

#container1 {
	background-image: url(graphics/advise-background.jpg);
	background-repeat: repeat-y;
	height: 600px;
}

#container2 {
	background-image: url(graphics/certify-background.jpg);
	background-repeat: repeat-y;
	height: 600px;
}

#container3 {
	background-image: url(graphics/train-background.jpg);
	background-repeat: repeat-y;
	height: 600px;
}
#header {
	background-image: url(graphics/logo-lg.jpg);
	background-repeat: no-repeat;
	height: 154px;
}

#headersm {
	background-image: url(graphics/logo-sm.jpg);
	background-repeat: no-repeat;
	height: 90px;
}

#nav {
	height: 35px;
	left: 235px;
	top: 30px;
	position: absolute;
	width: 540px;
	list-style-image: none;
	z-index: 300;
}

#button {
	color:#000000;
	height: 35px;
	text-align: center;
	display: block;
	position: relative;
	float: left;
	text-decoration: none;
	list-style-image: none;
	background-image: url(graphics/button.png);
	width: 90px;
	line-height: 9px;
}

#button1 {
	color:#000000;
	height: 35px;
	text-align: center;
	display: block;
	position: relative;
	float: left;
	text-decoration: none;
	list-style-image: none;
	background-image: url(graphics/button1.png);
	width: 90px;
	line-height: 9px;
}

#button2 {
	color:#000000;
	height: 35px;
	text-align: center;
	display: block;
	position: relative;
	float: left;
	text-decoration: none;
	list-style-image: none;
	background-image: url(graphics/button2.png);
	width: 90px;
	line-height: 9px;
}

#button3 {
	color:#000000;
	height: 35px;
	text-align: center;
	display: block;
	position: relative;
	float: left;
	text-decoration: none;
	list-style-image: none;
	background-image: url(graphics/button3.png);
	width: 90px;
	line-height: 9px;
}

#button:hover {
	color:#000000;
	font-weight: bold;
	position:relative;/* set stacking context*/
	background-position: 0 -35px;
}
#button1:hover {
	color:#000000;
	font-weight: bold;
	position:relative;/* set stacking context*/
	background-position: 0 -35px;
}
#button2:hover {
	color:#000000;
	font-weight: bold;
	position:relative;/* set stacking context*/
	background-position: 0 -35px;
}
#button3:hover {
	color:#000000;
	font-weight: bold;
	position:relative;/* set stacking context*/
	background-position: 0 -35px;
}

/* #button span
{
	top: 15px;
}
*/
#content0{
	height: 61px;
	left: 30px;
	top: 90px;
	position: absolute;
	width: 548px
}

#content1 {
	background-image: url(graphics/.jpg);
	background-repeat: no-repeat;
	height: 100px;
	left: 30px;
	top: 160px;
	position: absolute;
	width: 540px
;
}

#content2 {
	background-image: url(graphics/.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 250px;
	left: 30px;
	top: 270px;
	float: left;
	position: absolute;
	list-style-position: inside;
}

#content3 {
	height: 300px;
	width: 270px;
	left: 300px;
	top: 270px;
	float: left;
	position: absolute;
}

#content3pic1 {
	background-image: url(graphics/advise-icon.png);
	background-repeat: no-repeat;
	height: 300px;
	width: 270px;
	left: 300px;
	top: 270px;
	float: left;
	position: absolute;
}

#content3pic2 {
	background-image: url(graphics/certify-icon.png);
	background-repeat: no-repeat;
	height: 300px;
	width: 270px;
	left: 300px;
	top: 270px;
	float: left;
	position: absolute;
}
#sidebar {
	height: 520px;
	width: 190px;
	left: 585px;
	top: 57px;
	position: absolute;
	background-color: #e5e5e5;
	font-size: 13px;
	line-height: 20pt;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

#footer  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	width: 760px;
	text-align: left;
	position: absolute;
	top: 578px;
	height: 50px;
	left: 30px;
	z-index: 200;
}
