@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	background-color: #999999;
	background-image: url(../common_images/background.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #C00;
	text-decoration: underline;
}
.speechtec #wrapper {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	background-image: url(../common_images/wrapperBackground.png);
	background-repeat: repeat-y;
}
.speechtec #header {
	margin: 0px;
	height: auto;
} 
.speechtec #headerRight {
	margin-left: 530px;
	padding-top: 7px;
}
.speechtec #headerTop {
	margin: 0px;
	background-image: url(../common_images/topBackground.jpg);
	background-repeat: no-repeat;
	height: 38px;
}
.speechtec #headerMenu {
	background-image: url(../common_images/menuBackground.png);
	background-repeat: no-repeat;
	height: 44px;
	margin: 0px;
	width: 100%;
}
.speechtec #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 30px;
	height: auto;
}
.speechtec #sidebar1 h1 {
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 5px;
	margin-top: 0px;
	color: #999;
	font-weight: normal;
}
.speechtec #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 550px;
	margin-left: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	margin-bottom: 20px;
	margin-top: 5px;
}
.speechtec #sidebar2 h1 {
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 5px;
	margin-top: 0px;
	color: #999;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.speechtec #sidebar2 p {
	font-size: 10px;
}
.speechtec #mainContent {
	width: auto;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 250px;
	padding-left: 20px;
	padding-right: 20px;
} 
.speechtec #mainContent h1 {
	margin-top: 0px;
	padding-top: 5px;
	font-weight: normal;
	text-transform: lowercase;
	color: #999;
	font-size: 18px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.speechtec #mainContent h2 {
	margin-top: -10px;
	padding-top: 0px;
	font-weight: normal;
	color: #C00;
	font-size: 28px;
	text-transform: uppercase;
}
.speechtec #mainContent h3 {
	margin-top: 0px;
	padding-top: 5px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999;
	font-size: 18px;
}
.speechtec #mainContent h4 {
	margin-top: 0px;
	padding-top: 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	font-size: 16px;
}
.speechtec #footer {
	background-image: url(../common_images/footerBackground.png);
	background-repeat: no-repeat;
	height: auto;
	text-align: left;
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.speechtec #footer a:link {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	color: #666;
	text-decoration: none;
}
.speechtec #footer a:hover {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	color: #CCC;
	text-decoration: underline;
}
.speechtec #footer a:visited {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	color: #666;
	text-decoration: none;
}
.speechtec #footer a:active {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	color: #666;
	text-decoration: none;
}
.speechtec #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 30px;
	padding-right: 0;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 10px;
	font-size: 11px;
	color: #999;
}
.speechtec #footer h5 {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	font-size: 9px;
	color: #666;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}
.speechtec #footer h6 {
	font-size: 2px;
	color: #999;
	font-weight: normal;
	text-align: center;
	margin: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Slider */

#slider {
	background: no-repeat center top;
	position: relative;
	z-index: 1;
	background-image: url(../common_images/sliderBackground.jpg);
	width: 980px;
	margin: 0px;
	padding: 0px;
	height: 228px;
}
#slider.preloader {
	background: url('common_images/preloader.gif') no-repeat center center #fff;
}
.slides {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	_height: 400px;
	zoom:1;
	background-position: center top;
	background-repeat: no-repeat;
	display: none;
}
.slides .body {
	position: relative;
	padding: 20px;
	height: 228px;
	top: 90px;
}
#slider .description {
	width: 350px;
	margin-left: 75px;
	margin-top: 0px;
	padding-top: 70px;
	height: 170px;
}
#slider p, #slider h1, #slider h2, #slider h3, #slider h4{
	font-family: Lucida Grande, sans-serif;
	letter-spacing: -1px;
	_letter-spacing: normal;
	color: #fff;
}
#slider h1 {
	border: none;
	margin: 0;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	color: #C00;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#slider h2 {
	font-size: 18px;
}
#slider p {
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
}
.slides.current {
	z-index: 10;
	display: block;
}
.slides.prev {
	z-index: 5;
	display: block;
}
#slider_controls {
	width: 950px;
	margin: auto;
	z-index: 100;
	position: relative;
	text-align: right;
	padding-top: 7px;
}
#slider_controls a {
	color: #FFF;
	background: #666;
	font-size: 9px;
	padding: 0 4px;
	margin: 0 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 20px;
	border-radius: 10px;
	zoom:1;
	text-decoration: none;
}
#slider_controls a.current {
	color: #FFF;
	background: #cc0000;
	_display:inline;
}

#menu {
	list-style:none;
	width:640px;
	height:38px;
	font-size:12px;
	color:#FFFFFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 340px;
}
#menu li {
	float:left;
	text-align:center;
	position:relative;
	border:none;
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 20px;
}
#menu li:hover {
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	background-image: url(../common_images/dropdown_red.png);
}
#menu li a {
	font-size:12px;
	color:#FFFFFF;
	text-transform:uppercase;
	outline:0;
	font-weight:normal;
	text-decoration:none;
	display:block;
	white-space:nowrap;
}
	
#menu li:hover a {
}
	
#menu a.top_parent, #menu a.top_parent:hover {
	padding-right: 10px;
	padding-left: 10px;
}
	
#menu a.parent, #menu a.parent:hover {
	padding-right:20px;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:auto;	/* width of all menu boxes */	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
}
#menu li li {
	width:150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#menu li li a {
	text-transform:none;
	padding: 0px 8px 0px 8px;
	margin:0;
	text-align:left;
	font-weight:400;
}


#menu ul ul { /* First level drop down */
	border:1px solid #999999;
	border-top:1px solid #333333;
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	width:auto;
	/* CSS 3 Stylings */

	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -12px;
	background-image: url(../common_images/dropdown.png);
	background-repeat: repeat;
}

#menu ul ul ul { /* Second level drop down */
	border:1px solid #1b1b1b;
	background: #181818;
	top:0;
	left:100%;
	width:150px;
	margin:-1px 0px 0px 0px;
	/* CSS 3 Stylings */

	-moz-border-radius: 0px 6px 6px 6px;
	-webkit-border-radius: 0px 6px 6px 6px;
	border-radius: 0px 6px 6px 6px;
}

div#menu li:hover {
	cursor:pointer;
	z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}
.smallText {
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999;
}
.speechtec #sidebar2 li {
	background-image: url(../common_images/bullet.png);
	line-height: 18px;
	padding-left: 15px;
	background-repeat: no-repeat;
	margin-left: -40px;
	color: #FFF;
	font-size: 10px;
	margin-top: 0px;
	padding-top: 0px;
}
