/* CSS Document */

/* Padding happens in this order: TOP, RIGHT, BOTTOM, LEFT */
/* Padding is the space inside the div box and margin is the space outside the div box */

 
/*************************************/
/* START CONTAINER CLASSES */
/*************************************/
body {
	background-color:#2f6a70;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

div.container {
	width:763px;
	background-color:#ffffff;
	margin-bottom:10px;
}

div.container2 {
	width:700px;
	font-family:Arial, Sans-serif;
	font-size:12px;
	color:#ffffff;
	margin:8px 30px 50px 30px;
}

div.header {
	width:763px;
	height:169px;
}

div.content {
	width:763px;
	background-color:#ffffff;
	margin:0;
	padding:0;
}

/* div.content-left {
	position:absolute;
	left:15px;
	top:183px;
	background-color:#e5ecdd;
	padding:0px;
	width:195px;
	background-image:		none;
	background-repeat:		no-repeat;
} 
*/

div.content-right {
	margin-top:22px;
	margin-left:22px;
	margin-right:15px;
	color:#555555;
}

div.footer {
	width:763px;
	height:55px;
	background-color:#ffffff;
	margin:0;
	padding:0;
	
}
.noBorder {
	border: 0px;
}
/* END CONTAINER CLASSES */


/*************************************/
/* START CLASSES FOR LEFT MENU */
/*************************************/
.leftmenu-highlight {
	background-color:#f1f6ec;
}

#leftmenu-menu ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	border: none;
}

#leftmenu-menu li {
/*	border-top: 1px solid #6589BF; */
	margin: 0;
	padding:5px 8px 5px 20px;
}
/* END CLASSES FOR LEFT MENU */


/*************************************/
/* START TEXT CLASSES */
/*************************************/
h1, h2 {
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h1 {
	color:#c4810f;
	font-size:20px;
}
h2 {
	color:#367678;
	font-size:20px;
}

h3 {
	color:#333333;
	font-weight: bold;
	font-size:16px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}
.blue-text {
	color:#6da0a2;
	font-family:Georgia, serif;
	font-size:16px;
}
.orange-text {
	color:#c4810f; /* c4810f */
	font-family:Georgia, serif;
	font-size:14px;
}
ul {
	margin-top:0px;
}

li {
	margin-top:8px;
}

ul.circle {list-style-type:circle}
ul.square {list-style-type:square}
ol.upper-roman {list-style-type:upper-roman}
ol.lower-alpha {list-style-type:lower-alpha}

#bannerad1 li {
	margin-top:1px;
}
/* END TEXT CLASSES */


/*************************************/
/* START CLASSES FOR WEBINAR MENU */
/*************************************/
.webinar-highlight {
	background-color:#f1f6ec;
}

#webinar-menu ul {
		list-style: none;
		margin: 0 0 0 0;
		padding: 0;
		border: none;
}
#webinar-menu li {
/*		border-top: 1px solid #6589BF; */
		margin: 0;
		padding:5px 8px 5px 20px;
}
#webinar-menu a {
		color:#c4810f;
		text-decoration: none;
}
#webinar-menu a:hover {
	text-decoration: underline;
} 
/* END CLASSES FOR WEBINAR MENU */


/*************************************/
/* START BUTTONS CLASSES*/
/*************************************/
.learn-more {
	background-color:#e99a15; 
	margin:0px;
	padding:6px;
	color:#ffffff;
	font-size:14px;
}
.register-now {
	background-color:#619498;
	margin:0px;
	padding:6px;
	color:#ffffff;
	font-size:12px;
}
.register-now a {
	text-decoration: none;
	color:#ffffff;
}
/* END BUTTONS CLASSES */


/*************************************/
/* START LINK CLASSES*/
/*************************************/
#leftmenu-menu a:link { color: #4B7D68;} 
#leftmenu-menu a:visited { color: #2E788B;} 
#leftmenu-menu a:link:hover {
	color: #948338;
	background-color: #F3F3F3;
	text-decoration: none;
} 

.content a:link { color: #4B7D68;} 
.content a:visited { color: #2E788B;} 
.content a:link:hover {
	color: #948338;
	background-color: #F3F3F3;
	text-decoration: none;
} 

.learn-more a:link { color: #ffffff;text-decoration: none;} 
.learn-more a:visited { color: #ffffff;text-decoration: none;} 
.learn-more a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.whiteText { color:#ffffff; }

/* END LINK CLASSES */



