@import url("stylesheet_cms.css");

/*****************************TAGS*****************************/

p {
	margin: 0px 0px 5px;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: capitalize;
	color: #CCCCCC;
	padding: 10px;
	font-weight: normal;
}
H2 {
	font-size: 13px;
	color: #BED600;
	font-family: Arial, Helvetica, sans-serif;
}
H3 {
	color: #4C565F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
}
BODY {
	PADDING: 0px;
	margin: 0px;
	background-color: #060606;
}

A, A:Link, A:Visited,  A:Active  {
	TEXT-DECORATION: none;
	color: #BED600;
}
A:Hover  {
	TEXT-DECORATION: underline;
	color: #BED600;
}
INPUT.form
{
	width: 100px;
	font-size: 9pt;
}
SELECT.form {
	width: 100px;
	font-size: 9pt;
}
TEXTAREA.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width: 150px;
}
/************************************* BG CLASSES *********************************************************/
.bg-menu {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 881px;
}

.bg-main {
	background-image: url(../images/bg-content.jpg);
	background-repeat: repeat-y;
	padding:0px 8px 0px 8px;
}
#bg-content-middle {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../images/bg-content.jpg);
	background-repeat: repeat-y;
}

.clear_text 
{
	display:none;
}
/************************************* NAVIGATION CLASSES *********************************************************/
.bottomnav-business, .bottomnav-business a, .bottomnav-business a:link, .bottomnav-business a:active
{
	background-image: url(../images/button-q-business.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	width:145px;
	height:56px;
}
.bottomnav-business a:hover, bottomnav-business a:focus
{
	background-image: url(../images/button-q-business-hover.jpg);
	background-repeat:no-repeat;
		background-position: left top;
	width:145px;
	height:56px;
}
.bottomnav-life, .bottomnav-life a, .bottomnav-life a:link, .bottomnav-life a:active
{
	background-image: url(../images/button-q-executive.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	width:143px;
	height:56px;
}
.bottomnav-life a:hover, bottomnav-life a:focus
{
	background-image: url(../images/button-q-executive-hover.jpg);
	background-repeat:no-repeat;
		background-position: left top;
	width:143px;
	height:56px;
}
.bottomnav-personal, .bottomnav-personal a, .bottomnav-personal a:link, .bottomnav-personal a:active
{
	background-image: url(../images/button-q-personal.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	width:143px;
	height:56px;
}
.bottomnav-personal a:hover, bottomnav-personal a:focus
{
	background-image: url(../images/button-q-personal-hover.jpg);
	background-repeat:no-repeat;
		background-position: left top;
	width:143px;
	height:56px;
}
.bottomnav-leadership, .bottomnav-leadership a, .bottomnav-leadership a:link, .bottomnav-leadership a:active
{
	background-image: url(../images/button-q-leadership.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	width:142px;
	height:56px;
}
.bottomnav-leadership a:hover, bottomnav-leadership a:focus
{
	background-image: url(../images/button-q-leadership-hover.jpg);
	background-repeat:no-repeat;
		background-position: left top;
	width:142px;
	height:56px;
}
.bottomnav-public, .bottomnav-public a, .bottomnav-public a:link, .bottomnav-public a:active
{
	background-image: url(../images/button-q-speaking.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	width:147px;
	height:56px;
}
.bottomnav-public a:hover, bottomnav-public a:focus
{
	background-image: url(../images/button-q-speaking-hover.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	width:147px;
	height:56px;
}
/*************************************LIINES & BORDERS*********************************************************/
