@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #9650A3;
	background-image: url(/img/background.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 30px;
	font: 75% Calibri, Arial, Helvetica, sans-serif;
}

a {
	outline: none;	
	color:#ea6def;
}

ul {
	padding-left:20px;
	padding-bottom:5px;
}

ol {
	padding-left:20px;
	padding-bottom:5px;
}


#frame {
	width: 850px;
	margin: 0px auto;
}

#pageTop {
	height: 120px;
	background-image: url(/img/page.top.png);
	background-repeat: no-repeat;
	background-position: top;
}

#header {
	
}

#logo {
	width: 151px;
	float: left;
	height: 70px;
	padding: 25px 30px;
}

#logo h1 a {
	text-indent: -9999px;
	height: 67px;
	width: 151px;
	background-image: url(/img/logo.png);
	background-repeat: no-repeat;
	display: block;
}

#menu {
	width: 484px;
	background-image: url(/img/menu.png);
	height: 50px;
	background-repeat: no-repeat;
	float: right;
	margin-right: 25px;
}

#menu ul {
	list-style-type: none;
	margin: 5px;
	padding: 0px;
}

.menuhome {
	float: left;
	margin-left:4px;
	margin-top:11px;
	margin-bottom:11px;
	width:60px;
	text-align:center;
}

.menucompany {
	float: left;
	margin-top:11px;
	margin-bottom:11px;
	width:82px;
	text-align:center;

}

.menuservices {
	float: left;
	margin-top:11px;
	margin-bottom:11px;
	width:80px;
	text-align:center;
}

.menucourses {
	float: left;
	margin-top:11px;
	margin-bottom:11px;
	width:80px;
	text-align:center;
}

.menuproducts {
	float: left;
	margin-top:11px;
	margin-bottom:11px;
	width:90px;
	text-align:center;
}

.menucontact {
	float: left;
	margin-top:11px;
	margin-bottom:11px;
	width:75px;
	text-align:center;
}

#menu ul li a:hover {
	border-bottom: 3px solid #EA6DEF;
}

#menu ul li a {
	color:#FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 115%;
	border-bottom:none;
}	



#menu ul li ul {
	background-position:left bottom;
	background-repeat:no-repeat;
	height:auto;
	left:-9999px;
	margin:0;
	padding:0;
	position:relative;
	width:150px;
	background-image:url(/img/menu.sub.png);
}

#menu ul li:hover ul {
	left: auto;
	margin-top:15px;
	padding-bottom:15px;
	padding-left:5px;
	z-index:100;
}

#menu ul li ul li {
	float: none;
	text-align:left;
	
}

#menu ul li ul li a {
	font-size:80%;
	
}

#menu ul li ul li:hover{
	background-image:url(img/arrow.png);
	background-position:right;
	background-repeat:no-repeat;
	margin-right:7px;
	z-index:100;
}

#page {
	background-color: #fff;	
	clear: both;
	width: 100%;
}

.contentfull {
	padding: 5px 30px;
	float:left;
	width:92%;
}

#content {
	padding: 5px 30px;
	float:left;
	width:65%;
}

#homecontent {
	padding-bottom: 5px;
	float:left;
	width:320px;
}

#page h1 {
	text-transform: lowercase;
	font-size: 210%;
	font-weight: bold;
	color: #666;
	margin: 0px;
	padding: 0px;
	line-height: 70%;
}

#page h1 strong {
	text-transform: uppercase;


}

#page h2 {
	text-transform: uppercase;
	color: #EA6DEF;
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 140%;
	font-weight: normal;
	padding: 0px;
}

#page h3 {
	color:#9650a3;
	font-size:110%;
	
}

#page p {
	margin-bottom: 10px;
	size:88%;
}

 h5 {
	margin-bottom: 10px;
	size:88%;
	color:#EA6DEF;
}

.products td {
	vertical-align:top;
	padding:5px;
}


#risk {
	float:left;
}

#new {
	width:275px;
	float:left;
	padding-left:15px;
	padding-right:20px;
	overflow:visible;
	}
	
#new h2 {
	font-size:140%;
	text-align:right;
	font-weight:bold;
	color:#9650a3;
}
.newbadgea {
	background-image:url(img/newbadge.png);
	position:relative;
	left:-25px;
	height:95px;
	width:95px;
	z-index:50;
}

.newbadge {
	background-image:url(img/newbadge.png);
	position:relative;
	top:-5px;
	left:-25px;
	height:95px;
	width:95px;
	z-index:50;
}

#new .box {
	position:relative;
	top:-60px;
}

#new h3 {

	font-size:120%;
	font-weight:bold;
	font-style:italic;
}

#new a {
	color:#d855d8;
	text-decoration:none;
}

#approved {
	padding-left:20px;
	width:400px;
	float:left;
}


#newservices {
	width:390px;
	float:right;
	padding-top:10px;
	padding-right:30px;

}
	

#pageBottom {
	height: 17px;
	background-image: url(/img/page.bottom.png);
	background-repeat: no-repeat;
	clear: both;
}

hr {
	color: #fff;
	background-color: #fff;
	border: 4px dotted #dd81ee;
	border-style: none none dotted;
	padding-top:3px;
}

#sidehr {
	color: #fff;
	background-color:#eae9ea;
	border: 4px dotted #dd81ee;
	border-style: none none dotted;
	padding-top:3px;
}

.box {
	background-image: url(/img/box.top.png);
	background-repeat: repeat-x;
	background-position:top;
	float:left;
	margin-top:15px;
}

.box-top-left {
	background-image: url(/img/box.top.left.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 27px;
}

.box-top-right {
	background-image: url(/img/box.top.right.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 27px;
}

.box-bottom {
	background-image: url(/img/box.top.png);
	background-repeat: repeat-x;	
	background-position: bottom;
}

.box-bottom-left {
	background-image: url(/img/box.bottom.left.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 27px;
}

.box-bottom-right {
	background-image: url(/img/box.bottom.right.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 27px;
}

.box-left {
	background-image: url(/img/box.left.png);
	background-repeat: repeat-y;
	background-position: left;
}

.box-right {
	background-image: url(/img/box.left.png);
	background-repeat: repeat-y;
	background-position: right;
}

.box-content {
	margin: 0px 20px;
	padding: 1px 0px;
	background-color:#eae9ea;
}

.box-content h1 {
	margin-top: 0px;
	font-size: 280%;
	font-weight: normal;
	margin-bottom: 10px;
}

.box-content h2 {
	color: #C00;	
}

table {
	width:100%;
}



table td {
	vertical-align:top;
}

.tablelink {
	vertical-align:bottom;
	float:left;
}

table th {
	vertical-align:top;
	text-align:left;
	text-decoration:underline;
	font-size:120%;
}
	
#credits {
	font-size:90%;
	float:right;
	margin-right:15px;
	margin-bottom:3px;
}

.sideBar {
	float:left;
	width:200px;
}

.sideBar h3 {
	font-size:120%;
	font-style:italic;
	font-weight:bold;
}

.sideBar a {
	color:#D855D8;
	text-decoration:none;
}

.side {
	position:relative;
	top:-60px;
}

.side h2 {
	font-size:140%;
	text-align:right;
	font-weight:bold;
	color:#9650A3;
}



#schedule {
	border-collapse:collapse;
	
}



#schedule td {
	border-style:solid;
	border-width:1px;
	text-align:center;
	padding:3px;
}

#schedule a {
	color:#80338e;
	text-decoration:none;
}

#schedule .monthstd {
	width:36px;
}

#schedule th {
	border-style:solid;
	border-width:1px;
	text-decoration:none;
	text-align:center;
	background-color:#d755d7;
	font-size:98%;
	padding:3px;
}

#schedule #toptd {
	border-left-style:none;
	border-left-width:0px;
	border-top-style:none;
	border-top-width:0px;
}
	
#schedule .alttd {
	background-color:#eebbef;
}

.course {
	border-style:solid;
	border-width:1px;
	width:175px;
	text-align:left!important;
	padding-left:3px;
}

.contentText {
	margin-left:20px;	
	
}

#firstAid {
	text-indent:-9999px;
	background-image:url(/img/new_banner.png);
	width:227px;
	height:224px;
	display:block;
	float:left;
	position:relative;
	top:-50px;
}


#managing {
	text-indent:-9999px;
	background-image:url(/img/managing.png);
	width:159px;
	height:157px;
	display:block;
	float:left;
	position:relative;
	clear:left;
}



	
