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

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: #000000;
	background: #5858ff url(images/bgr_body.jpg) repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5em;

}
p {
	margin: 2em 1.5em;
}
.cool #container {
	width: 980px;
	text-align: left;
	margin: 15px auto;
	padding: 1px;
	background-color: #fff;
	border: 1px solid #666;
	box-shadow: 5px 5px 2px #333333;
	-webkit-box-shadow: 5px 5px 10px #333333;
}
.cool h1 {
	font-size: 1.3em;
	padding-top: .5em;
}
.cool h2 {
	font-size: 1.2em;
}
.cool h3 {
	font-size: 1.1em;
	color:#00F;
}
.cool #header {
	width:978px;
	border: 1px solid #FFF;
	
}
.cool #header2 {
	width:100%;
	height: 390px;
}
.dyk {

}
.dyk img {
	float: left;
	margin-right: 10px;
}
.Larger {
	font-size: 2em;
}
.Emph{
	font-size: 1.2em;
	color:#F00;
	font-weight: bold;
}
/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.
 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/anywidth-dropline-center.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
 
#navcontainer {width:980px; height: 50px; background:url(images/bgMenu.png); text-align:center; overflow:hidden; border-top: 2px solid #003;}
 
#navcontainer ul {margin:0; padding:0; list-style:none; white-space:nowrap;}
#navcontainer ul {display:inline-block;} 
#navcontainer ul {display:inline;}
 
#navcontainer li {display:inline-block; display:inline;}
#navcontainer ul.level1 div {position:absolute; left:-9999px;}
 
#navcontainer ul.level1 {display:table; margin:0 auto;}
#navcontainer ul.level1 li.level1-li {float:left; display:block; position:relative;}
 
#navcontainer ul li div ul {margin:0; background:url(images/trans.gif);}
 
#navcontainer a.level1-a {
	display:block;
	font:bold 11px verdana,arial,sans-serif;
	color:#009;
	line-height:25px;
	text-decoration:none;
	padding:0 15px 0 15px;
	text-align:center;
	border-right: 1px solid #006;
	border-left: 1px solid #0CF;
}
#navcontainer ul.level1 li.level1-li a.level1-a {float:left;}
 
#navcontainer ul li:hover div {left:50%; top:25px;}
#navcontainer ul li:hover div ul {display:block; position:relative; left:-50%;}
#navcontainer ul li div ul li a {
	height:25px;
	font:normal 11px verdana,arial,sans-serif;
	color:#FFF;
	line-height:25px;
	text-decoration:none;
	padding:6px;
}
 
#navcontainer a:hover div {left:0; top:23px;}
 
#navcontainer a:hover div ul {position:relative; left:-50%;}
 
#navcontainer li a.fly {background:transparent url(images/down-arrow.gif) no-repeat right center;}
 
#navcontainer li a:hover,
#navcontainer li a.fly:hover {white-space:nowrap; color:#fc0;} 
#navcontainer li:hover > a,
#navcontainer ul li:hover > a.fly {
	color:#900;
}
#navcontainer ul li div ul li a:hover {
	color:#FF9;
}
 
#navcontainer table {position:absolute; height:0; width:0; left:50%; border-collapse:collapse; margin-top:-4px;}
 

/*.cool #navcontainer {
	border: 1px solid #FFFFFF;
	height: 3.1em;
	background-image: url(images/bgMenu.png);
	background-repeat: repeat-x;
	background-position: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
}
.cool #navcontainer ul {
	list-style-type: none;
	margin: 0;
	padding: .2em 0;
	border-right: #000000;
	border-bottom: 1px solid #000000;
	
}
.cool #navcontainer ul li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	
	
}
.cool #navcontainer ul li a {
	text-decoration: none;
	padding: .2em 1em;
	color:#000000;
	
	
}
.cool #navcontainer ul li a:hover {
	
}


.cool #container #navlinks li{
	list-style:none;
	color: #333300;
	display: inline;
	border-right: 1px solid;
}
.cool #container #navlinks li a{
	margin: .5em .75em;
	background: #003300;
	color:#FFFFFF;
	text-decoration:none;
	
}
.cool #container #navlinks li.last{
	border-right: none;
}*/
.cool #container #main {
	padding: 5px;
	float: left;
	width: 650px;
	background-color: #FFFFFF;
}
.cool #sidebar {
	padding: 5px;
	float: right;
	width: 310px;
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;
}
.cool #footer {
	clear:both;
}
.cool #footer p {
	color:#FFFFFF;
	font-size: 80%;	
}
#footer p a {
	color:#CCCCCC;
}
 
.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;
}

.fltleft {
	float: left;
}
.fltleft2 {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	border: 0;
	display:block;
	margin-top: 1em;
}
.fltright {
	float: right;
	border: 1px solid #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

/* ............FORMS ................
.cool .formLabels {
	text-align: right;
	padding-bottom: 10px;
	padding-right: 5px;
}
.cool input, select {
	background-color: #EAF4F4;
	width: 200px;
	margin-bottom: 10px;
	color: #000000;
}*/
#formBox {
	padding: 1em 0;
	width: 360px;
}
form#frmContact {
	width: 450px;
	margin: 0 auto;
}
fieldset {
	border: none;
	margin: 1em 0;
	padding-bottom: 0.5em;
}
legend {
	font-size : 1.2em;
	color:#000000;



	line - height: 1.4;
	padding: 0.2em .5em;
	margin-left: 0.5em;
	font-weight: bold;
}
#formBox p {
	margin: .5em;
	clear: left;
	
}
input.text {
	width: 175 px;
}
textarea {
	width: 150px;
}
label {
	width: 11em;
	display: block;
	float:left;
	font-weight: bold;
	padding-right: 1.5em;
	text-align: right;
}
label.top {
	display: block;
	margin_bottom: .5em;
}
span.aside {
	font-style:italic;
}
.required {
	
}
form {
	background: #CCC;
	position: relative;
	padding: 10px;
}
form  div {
	display: block;
	margin: 5px 10px;
	clear: left;

}
form.mobileForm {
	background: none;
}
form.mobileForm div {
}
.mobileForm label {
	width: 6em;
	text-align: left;
	font-weight: normal;
}
.mobileForm label.long  {
	width: 14.2em;
	font: .8em;
}

/*input{ width:180px; height:18px;}
textarea{ width:190px; height:92px; overflow:auto; margin-bottom:6px;}
textarea, input{ font-family:Tahoma; font-size:11px; color:#000000;}

 --------------------End Form --------------------*/

.box {
	color: #FFFFFF;
	background-color: #000066;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 3px;
	border: 1px solid #000000;
}
.box h1 , .box h2 {
	margin: 0;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	background-color: #000099;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.boxOutline {
	border: solid 1px #ccc;
	padding: 5px;
	font-size: 75%;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	display: block;
}
.boxLinks {
	border: solid 1px #000000;
	padding: 5px;
	margin-top: 0.5em;
	margin-bottom: .5em;
}
.boxNew {
	color: #fff;
	background: #00F url(images/bg1.png);
	padding: .1em 1.5em;
	-moz-border-radius: 15px; /*rounded corners */
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #009;
	box-shadow: 2px 2px 2px #333333;
	-webkit-box-shadow: 2px 2px 2px #333333;
}
.boxNew a {
	color: #fff;
}
.boxLinks h2 {
}

.topBox {
	float:right;	
}
.linkCol {
	text-align:center;
}
.linkCol img {
	margin: 10px auto;
	
}
img {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.floatTxtRight {
	float:right;
	width: 250px;
	text-align: center;
}
.rvid {
	float: right;
	margin: 0 -23px 0 5px;
	border: 1px solid #000;
}
}
#video {
	position: absolute;
	z-index: 20;
	top: 295px;
}
.login {
    height: 80px;
	text-align: center;
}
.login a {
    display: block;
	margin: 0 auto;
    background: url(images/login.png) no-repeat 0 0;
    width: 116px;
    height: 0;
    text-align: center;
    color: #FFF;
    font: 24px bold;
    text-decoration: none;
    padding-top: 40px;
    padding-right: 2px;
    overflow: hidden;
}
.login a:hover {
    background-position: 0 -40px;
}

