/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
}

form {
  margin: 0;
  padding: 0;
}

body {
	margin: 0px 0px 0px 0px;
	height: 100%;
	font-size: 76%;
    background-color:#9FADFF; /*babyblue*/
}

a:link, a:visited {
	color:#9FADFF; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #5095C9;	
	text-decoration: none;
	font-weight: bold;
}

input.button {
 cursor: pointer;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

div, p, table, td, th {
	font-family: Arial,Tahoma, Helvetica, sans-serif;
	line-height: 1.3em;
	font-size: 1em;
}

h1{
	font-size:24px;
	font-weight:bold;
	color:#666666;
}

h2 {
	font-size:14px;
	color:#666;
	border-bottom:2px solid #9fadff;
}
/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	height: 100%;
	margin-bottom: 1px;
	background:#FFFFFF;
}


div.center {
  text-align: center;
}

div#wrapper {
	text-align: left;
	width:950px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	position: relative;
	/*background:url(../images/shade.png) repeat-y;*/
}

div#site{
	width:920px;
	margin-left:15px;
	margin-right:15px;
	margin-top:0px;
	margin-bottom:0px;
	background:#fff;
	position: relative;
	border:1px solid black;
}

div#top1{
	width:920px;
	height: 7px;
	background:url(../images/border_red.png) repeat-x;
	position: relative;
}

div#top_module {
	position: absolute;
	top: -10px;
	right: 10px;
	width:350px;
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;
}


div#title{
	text-shadow:#999999;
	color:#FFFFFF;
	font-size:24px;
	font-weight:bold;
	font-stretch:wider;
	font-variant:small-caps;
	padding-top:25px;
	padding-left:20px;
	position: relative;
}

div#top2{
	width:920px;
	height: 188px;
	background:url(../images/header_pic.jpg) no-repeat;
	position: relative;
}

div#main{
	/*min-height:400px;*/
	width:920px;
	position: relative;

}

div#left{
	width:160px;
	height:857px !important;
	height: 842px;
	position:relative;
	top: 0px;
	left: 0px;
	float:left;
	background:darkblue;
}

	div#left_menu{
		position:relative;
		padding-top:15px;
		padding-left:5px;
		padding-right:5px;
		text-align:left;
	}

		#left_menu th{
			/*background: #75211F url(../images/menu_header_bg.png) repeat-x;*/
/*			background:  url(../images/module_header_.png) center top no-repeat; darkblue: #010D52*/
			height:23px;
			color:#FFFFFF;
			text-align:center;
			vertical-align:middle;
			width:150px;
		}

		#left_menu td{
			padding:3px 3px 3px 3px;
			color:#fff;
		}

		



div#middle_long{
	position:relative;
	padding-left:12px;
	top:0px;
	padding-top:10px;
	padding-right:10px;
	width: 738px !important;
	width: 760px;
	float:left;
	background:#fff;
}

div#middle{
	position:relative;
	padding-left:12px;
	top:0px;
	padding-top:10px;
	padding-right:10px;
	width: 578px !important;
	width: 580px;
	float:left;
	background:#fff;
}

div#right{
	position:relative;
	left:0px;
	top:0px;
	width: 159px;
	float:left;
	margin-left:0px !important;
	margin-left:20px;
	border-left: 1px solid #999;
	background:#eee;
}

	div#right_menu{
		position:relative;
		padding-top:15px;
		padding-left:5px;
		padding-right:5px;
	}

		#right_menu th{
			/*background: #75211F url(../images/menu_header_bg.png) repeat-x;*/
			height:20px;
			color:black;
			text-align:center;
			vertical-align:middle;
			width:140px;
		}

		#right_menu td{
			padding:3px 3px 3px 3px;
			color:#000000;
		}

		


div#bottom{
	width:920px;
	height: 40px;
	top:0px;
/*	background:url(../images/footer.png) repeat-x;*/
	background:#999;
	position: relative;
	clear:both;
}

div#footer{
	color:#FFFFFF;
	text-align:center;
	padding-top:5px;
	position: relative;
	border-top:1px solid black;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
 	color:#FFFFFF;
	text-decoration:underline;
	font-weight: normal;
}
div#spacer{
	height:10px;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

.componentheading {
	font-size:14px;
	font-variant:small-caps;
	font-weight:bold;
	margin-bottom:10px;
}
td.contentheading {
	color:#000000;
	font-size:14px;
	font-weight:bold;
}

span.small {
	color:#666666;
	font-style:italic;
}

td.createdate {
	font-size:10px;
	color:#666666;
}

.moduletable-news{
	color:#fff;
}
.moduletable-news .contentpaneopen{
	color:#fff;
	text-align:right;
	font-weight:bold;
}

.moduletable {
	margin-bottom: 20px;
/*	margin-left:auto;
	margin-right:auto;*/
}

a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
	text-decoration:none;
	color:white;/*DBE0FF*/
	font-weight:bold;
	display:block;
	font-size:13px;
}
a.mainlevel:hover{
	padding-left: 5px;
	text-decoration:none;
	color:#9fadff;
	font-weight:bold;
	display:block;
}

a#active_menu{
	padding-left: 5px;
	text-decoration:none;
	color:#9fadff;
	font-weight:bold;
	display:block;
}

#left_menu .moduletable a.sublevel:link, #left_menu .moduletable a.sublevel:visited {
	position:relative;
	padding-left: 15px;
	top:3px !important;
	top:16px;
	font-weight:normal; 
	color: white; /*DBE0FF*/
	text-decoration:none;
}
#left_menu .moduletable a.sublevel:hover {
	color:#9fadff;
}

#right_menu table.moduletable tbody tr td table tbody tr td{
	border-bottom: 1px solid #0066CC;
}
#right_menu .moduletable a {
	color:darkblue;
	font-size:12px;
}

#right_menu .moduletable a:hover {
	color:#9fadff;
}
table.blog tbody tr td div{
	border-bottom: 1px dashed #999;
}

.moduletable-search {
	margin-left:5px;
	margin-top:15px;
	margin-bottom:10px;
}

.moduletable-hr {
	margin-left:7px;
	padding-bottom:40px:
}


/* Glossary Component Styles*/
#glossary {
	font:Arial, Helvetica, sans-serif;
}
#glossary ul.index {
  list-style-type:none;
  border:solid 0px #000; 
  font-weight:normal; 
  margin: 0 0 0 0px;  
  padding:5px;
  background:none;
}

#glossary ul.index li {
  list-style-type: none;
  list-style-image: none;
  display:inline;
  border-right: 1px solid #000;
  padding: 0 5px 0 5px;
  margin: 0;
  font-size:1em;
  background:none;
}

#glossary ul.index li a{
	color:#5095C9;
}
#glossary dt {
  font-size:1.1em;
  margin:20px 0 5px 20px; 
  color:#000; 
  padding:2px 2px 2px 5px;
  border-bottom: 2px solid #eee;
}

#glossary dd {
  line-height:1.5em;
}
#glossary a {
	color: #333;	
	text-decoration: none;
	font-weight: bold;
}

#glossary dt {
	padding-top:10px;
}

#glossary dd a{
	color:#5095C9;
}
#glossary h3 {
	padding-left:25px;
	color:#CC0000;
}

.glossary dt {
	color: #333;	
	text-decoration: none;
	font-weight: bold;
}

td.contentheading_intern {
	padding-top: 30px;
	font-weight: bold;
	font-size: 14px;
	border-top: 1px dotted #333;
}
div.componentheading_intern {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
