/*****************************/
/*** 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:#003366;
}

a:link  {color:#000080;
         text-decoration: none;
         font-weight: bold;}  

a:visited {
	color:#000080; 
	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: Tahoma,Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	font-size: 1em;
        color:#000000;
}

h1{
	font-size:24px;
	font-weight:bold;
	color:#666666;
}
/*****************************************/
/*** 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:#ddd;
	position: relative;
}

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: 290px;
	background:url(../../../images/header.jpg) no-repeat;
	position: relative;
}

div#main{
	/*min-height:400px;*/
	width:920px;
	position: relative;

}

div#left{
	width:180px;
	position:relative;
	top: -40px;
	left: 3px;
	background:url(../images/menu_bg_top.gif) top no-repeat;

	float:left;
}

	div#left_menu{
		position:relative;
		padding-top:15px;
		padding-left:5px;
		padding-right:5px;
	}

		#left_menu th{
			/*background: #75211F url(../images/menu_header_bg.png) repeat-x;*/
			background:  url(../images/module_header.png) center top no-repeat;
			height:23px;
			color:#FFFFFF;
			text-align:center;
			vertical-align:middle;
			width:170px;
		}

		#left_menu td{
			padding:3px 3px 3px 3px;
			color:#000000;
		}

		

div#line_left{
	width:4px;
	height:500px;
	position:relative;
	top: 0px;
	left: 6px;
	float:left;
}

div#line_left_bot{
	width:4px;
	height:50px;
	position:absolute;
	bottom: 0px;
	left: 0px;
}

div#line_right{
	width:4px;
	height:500px;
	position:relative;
	top: 0px;
	left: 6px;
	float:left;
}

div#line_right_bot{
	width:4px;
	height:50px;
	position:absolute;
	bottom: 0px;
	left: 0px;
}

div#right_line_left{
	width:4px;
	height:595px;
	position:relative;
	top: 0px;
	left: 18px;
	float:left;
}

div#right_line_left_bot{
	width:4px;
	position:absolute;
	bottom: 0px;
	left: 0px;
}

div#right_line_right{
	width:4px;
	height:350px;
	position:relative;
	top: 25px;
	left: 18px;
	float:left;
}

div#right_line_right_bot{
	width:4px;
	height:50px;
	position:absolute;
	bottom: 0px;
	left: 0px;
}

div#middle_long{
	position:relative;
	padding-left:12px;
	top:0px;
	padding-top:10px;
	padding-right:10px;
	width: 710px !important;
	width: 732px;
	float:left;
	background:#fff;
}

div#middle{
	position:relative;
	padding-left:12px;
	top:0px;
	padding-top:10px;
	padding-right:10px;
	width: 550px !important;
	width: 580px;
	float:left;
	background:#fff;
}

div#right{
	position:relative;
	leftt:18px;
	top:0px;
	width: 148px;
	float:left;
}

	div#right_menu{
		position:relative;
		padding-top:15px;
		padding-left:5px;
		padding-right:5px;
		background:#ddd;
	}

		#right_menu th{
			background: #75211F url(../images/menu_header_bg.png) repeat-x;
			height:20px;
			color:#FFFFFF;
			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:10px;
	
	position: relative;
	clear:both;
}

div#footer{
	color:#FFFFFF;
	text-align:center;
	padding-top:10px;
	position: relative;
}

#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 ***/
/*****************************************/

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:#808080;
}
.moduletable-news .contentpaneopen{
	color:#808080;
	text-align:right;
	font-weight:bold;
}

.moduletable {
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
}

#left_menu .moduletable a.mainlevel {
	padding-left: 15px;
}

#left_menu .moduletable a.sublevel {
	padding-left: 30px;
	margin-top: 5px;
	font-weight:normal;
}


#right_menu table.moduletable tbody tr td table tbody tr td{
	border-bottom: 1px solid #0066CC;
}

table.blog tbody tr td div{
	border-bottom: 1px dashed #999;
}

.moduletable-search {
	margin-left:5px;
	margin-top:-20px;
	margin-bottom:10px;
}

.moduletable-hr {
	margin-left:7px;
	padding-bottom:40px:
}

#player {
	margin-left:1px !important;
	margin-left:7px;
}
