@charset "utf-8";

body {
margin: 0px;
font-family:arial;
font-size:12px;
background: #D1D1D1;
}


/* LAYOUT SETTINGS */

a, a:link, a:visited { color:#254E94; text-decoration:none}
a:hover, a:active { color:#585954; text-decoration:none}

#topline{min-height:5px;background:#663005;width:100% !important;margin-bottom:10px}

#wrapper,.container {
width: 1026px;
margin-left: auto;
margin-right: auto;
/*border: 1px solid #cccccc;*/
padding:0px;
background:#FFFFFF;
}

.container{background:none !important;}
.container:after{clear:both}

#topmost_bar{padding:5px 10px;font-size:10px }

#header
{
background:#F4F4F4; /* Old browsers */
background: -moz-linear-gradient(top,  #F4F4F4 0%, #FFFFFF 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F4F4F4), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #F4F4F4 0%,#FFFFFF 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #F4F4F4 0%,#FFFFFF 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #F4F4F4 0%,#FFFFFF 100%); /* IE10+ */
background: linear-gradient(to bottom,  #F4F4F4 0%,#FFFFFF 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4F4F4', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
padding:5px 20px;
}
#header td{white-space:no-wrap}

#top_menu
{
	margin-bottom: 2px;
}

#top_hr { background:#7C7C7C; height:2px;margin:0px 2px;} 

#header h1 { margin:0px;}

#left_bar
{
	float: left;
	width: 240px;
	height:100%;
	display: inline;
	background:#FFFFFF;
	padding-top:10px;
    color:#FFFFFF;
}

#right_bar
{
	float: right;
	width: 220px;
	height:100%;
	display: inline;
	background:#FFFFFF;
	padding-top:5px;
    color:#FFFFFF;
       
}

#right_bar_contents{
margin: 5px;
}


#contents_wrapper
{	
	float:left;
	display:inline;
	width: 1012px;
	margin:10px 0px 10px 10px;
    height: auto;
}

#contents_wrapper #contents { padding:0px 10px 10px 0px; text-align:justify }
#contents_wrapper #contents h2 { margin: 0px 7px 7px 0px; }
#above_menu {text-align:center; }

#footer
{
	clear: both;
	padding:5px 5px 30px 5px;
	background:#3B2C17;
	color:#D6D6D6;
	font-size:12px;
}

#footer a:link, #footer a:visited{color: #9a9a9a;}
#footer a:hover, #footer a:active{color: #FFFFFF;}

p {margin:0px}


.login-form{
border:4px solid #CCC;
padding:8px;

background: rgb(102,48,5); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(102,48,5,1) 0%, rgba(138,119,102,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(102,48,5,1)), color-stop(100%,rgba(138,119,102,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(102,48,5,1) 0%,rgba(138,119,102,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(102,48,5,1) 0%,rgba(138,119,102,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(102,48,5,1) 0%,rgba(138,119,102,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(102,48,5,1) 0%,rgba(138,119,102,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#663005', endColorstr='#8a7766',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}

.login-form a{color:#FFF;text-decoration:underline;font-size:0.9em;line-height:130%}
.login-form a:hover{text-decoration:none}

.track-form{border:4px solid #CCC;
padding:8px;
background:#392a16
}



/* MENU CONFIGURATION STARTS HERE */

.ddsmoothmenu{
font: normal 12px arial;
/* background: #383838; */
background: #5d7ccc; /* Old browsers */
background: -moz-linear-gradient(top,  #5d7ccc 0%, #18306f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d7ccc), color-stop(100%,#18306f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #5d7ccc 0%,#18306f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #5d7ccc 0%,#18306f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #5d7ccc 0%,#18306f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #5d7ccc 0%,#18306f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d7ccc', endColorstr='#18306f',GradientType=0 ); /* IE6-9 */
 
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}



/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
/*
background: #383838; 
*/


background: #5d7ccc; /* Old browsers */
background: -moz-linear-gradient(top,  #5d7ccc 0%, #18306f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d7ccc), color-stop(100%,#18306f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #5d7ccc 0%,#18306f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #5d7ccc 0%,#18306f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #5d7ccc 0%,#18306f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #5d7ccc 0%,#18306f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d7ccc', endColorstr='#18306f',GradientType=0 ); /* IE6-9 */


color: #FFFFFF;
padding: 10px 15px;
border-right: 1px solid #2F52AC;
text-decoration: none;
}



* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #FFFFFF;
}

.ddsmoothmenu ul li a.selected,.ddsmoothmenu ul li a.active{ 
/*
background: #F0F0F0; 
*/

background: #18306f; /* Old browsers */
background: -moz-linear-gradient(top,  #18306f 0%, #5d7ccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#18306f), color-stop(100%,#5d7ccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #18306f 0%,#5d7ccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #18306f 0%,#5d7ccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #18306f 0%,#5d7ccc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #18306f 0%,#5d7ccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18306f', endColorstr='#5d7ccc',GradientType=0 ); /* IE6-9 */

color: #FFFFFF;
}

.ddsmoothmenu ul li a:hover{
/*
background: #F0F0F0;
*/

background: #18306f; /* Old browsers */
background: -moz-linear-gradient(top,  #18306f 0%, #5d7ccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#18306f), color-stop(100%,#5d7ccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #18306f 0%,#5d7ccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #18306f 0%,#5d7ccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #18306f 0%,#5d7ccc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #18306f 0%,#5d7ccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18306f', endColorstr='#5d7ccc',GradientType=0 ); /* IE6-9 */

color: #FFFFFF;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font-weight: normal;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #2F52AC;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} 


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}



/* vertical menu */

.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 240px; /* Main Menu Item widths */
list-style-type: none;
font: normal 12px arial;
}
 
.ddsmoothmenu-v ul li{
position: relative;
}



/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #FFFFFF;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #2F52AC;
border-right: 1px solid #2F52AC;
}



.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #383838; 
color: #FFFFFF;
}


.ddsmoothmenu-v ul li a.selected{ 
background: #F0F0F0; 
color: #FFFFFF;
}

.ddsmoothmenu-v ul li a:hover{
background: #F0F0F0; 
color: #FFFFFF;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */

/* MENU CONFIGURATION END HERE */

#slider {

	position:relative;
  /*  width:962px;
    height:380px; */
    width:1022px;
    
  
	background:url(/images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}


