/*-------------------- GLOBALS --------------------*/


body {
	background:url('/images/bg_2.gif') repeat-x #287665;
	font-family:verdana;
	font-size:12px;
	margin:0 0 0 0;
}

a:link,a:visited,a:active {
	text-decoration:none;
	color:#616161;
}

a:hover {
	text-decoration:underline;
}

.sidebar_box {
	width:190px;
	height:auto;
	margin-bottom:10px;
}

.sidebar_box ul {
	padding-left:10px;
	list-style:none;
}

.calendar_wrap {
	height:auto;
	width:auto;
	margin-left:6px;
}

.title { 
	font-family:verdana;
	color:#fff;
	width:400px;
	padding:0 0 0 5px;
	margin-bottom:10px;
	background: #1b1814;
	border-bottom: 1px solid #35302a;
	border-top: 1px solid #35302a;
	filter:alpha(opacity=70);
	opacity:0.7;
	-moz-opacity:0.7;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}

.title_sidebar { 
	font-family:verdana;
	color:#fff;
	width:185px;
	padding:0 0 0 5px;
	margin-bottom:5px;
	background: #1b1814;
	border-bottom: 1px solid #35302a;
	border-top: 1px solid #35302a;
	filter:alpha(opacity=70);
	opacity:0.7;
	-moz-opacity:0.7;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}

h1 {
	font-size:17px;
	padding:0 0 0 15px;
}

#content ul {
	list-style:none;
	padding-left:20px;
}


/*-------------------- LAYOUT --------------------*/


#container {
	height:auto;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height:120px;
	width:800px;
	background:url('/images/banner/rotate.php') no-repeat;
	clear:both;
}

#main {
	height:auto;
	width:800px;
	margin-top:15px;
}

#content {
	width:555px;
	height:auto;
	padding:10px;
	float:left;
	border:1px solid #cdcdcd;
	background:#fff;
	opacity:.90;
	filter:alpha(opacity=90);
	-moz-border-radius:4px;
	-webkit-border-radius:5px;
}

#sidebar {
	width:190px;
	height:auto;
	padding:5px;
	float:left;
	margin-left:21px;
	border:1px solid #cdcdcd;
	background:#fff;
	opacity:.90;
	filter:alpha(opacity=90);
	-moz-border-radius:4px;
	-webkit-border-radius:5px;
}

#clearfix {
	width:800px;
	height:1px;
	clear:both;
}

#header-container {
	width:800px;
	height:120px;
	text-align:center;
	margin-bottom:0px;
}

#header-overlay { 
	background:url('/images/overlay_ie.gif') no-repeat top left;
	width:800px;
	height:120px;
	z-index:5; 
	position:absolute;
}

#header-img { 
	background:url('/images/header/rotate.php') no-repeat top left;
	width:800px;
	height:120px;
	text-align:center;
}

/*.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}*/

.clearfix {
	display:inline-table;
}

.center {
  text-align: center;
}


/*-------------------- MENU --------------------*/


.menu {
	width:798px;
	height:30px;
	position:relative;
	z-index:100;
	border:1px solid #cdcdcd;
	font-family:arial, sans-serif;
	background:#6bc0dc;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:799px; 
	w\idth:798px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu ul ul {
	width:149px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:87px;
	position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	width:87px;
	height:30px;
	background:#6bc0dc;
	padding-left:10px;
	line-height:29px;
	font-weight:bold;
}

/*.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	width:87px;
	height:30px;
	background:#6bc0dc;
	padding-left:10px;
	line-height:29px;
	font-weight:bold;
}
*/

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:79px;
	w\idth:78px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#86cce3 no-repeat 130px center;
}

/* style the second level hover */
.menu ul ul a.drop:hover {
	background:#86cce3 no-repeat 130px center;
}

.menu ul ul :hover > a.drop {
	background:#c9ba65 no-repeat 130px center;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#e2dfa8;
}

/* style the third level hover */
.menu ul ul ul a:hover {
	background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0;
	width:149px;
	margin-top:-1px;
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:149px;
	top:-1px;
	width:149px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-149px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#67b7d1;
	color:#000; 
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:128px;
	border-width:0 1px 1px 1px;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;
	w\idth:128px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color:#000;
	background:#86d1b6;
}

.menu :hover > a, .menu ul ul :hover > a {
	color:#000;
	background:#86d1b6;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility:visible;
}