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


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

body  {
	background:url(../images/bkg.jpg);
	margin-top:15px;
	margin-bottom:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2c1a11;
	font-size:11pt;
	line-height: 1.5em;
}

a:link {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #081441;
}

a:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #081441;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}


img { border: 0 none; }

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

/* menu links */

/*ul.menu {
	list-style:none;
	margin-left:10px;
	clear:left;
}

.menu li {
	padding-top:10px;
}*/

a.mainlevel:link {
	font-size: 10pt;
	color: #e7cf8d;
	line-height: 12pt;
	height: 125% !important;
	text-decoration: none;
	display: block;
	padding-bottom: 12px;
}

a.mainlevel:visited {
	font-size: 10pt;
	color: #e7cf8d;
	line-height: 12pt;
	height: 125%!important;
	text-decoration: none;
	display: block;
	padding-bottom: 12px;
}

a.mainlevel:hover {
	text-decoration: underline;
	color: #e9dbb4;
}

a.mainlevel:active, #active_menu {
	font-weight: normal;
}

a.mainlevel_top:link {
	font-size: 8pt;
	color: #ffffff;
	line-height: 16pt;
	height: 100% !important;
	text-decoration: none;
	display: block;
}

a.mainlevel_top:visited {
	font-size: 9pt;
	color: #ffffff;
	line-height: 16pt;
	height: 100%!important;
	text-decoration: none;
	display: block;
}

a.mainlevel_top:hover {
	text-decoration: underline;
	color: #cccccc;
}

a.mainlevel_top:active, #active_menu {
	font-weight: bold;
}


/* headers */

h1 {	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #2c1a11;
	text-align: left;
}

h2, .contentheading {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #2c1a11;
	text-align: left;
}

h3, .componentheading{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #2c1a11;
	text-align: left;
}

h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

h5{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

.footer1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #c5a870;
	text-decoration: none;
	margin-right:110px;
}

.footer2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #c5a870;
	text-decoration: none;
	margin-left:120px;
}

.footer2 a:link{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #c5a870;
	text-decoration: underline;
	margin-left:120px;
	}

.footer2 a:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #c5a870;
	text-decoration: none;
	margin-left:120px;
}

.footer2 a:visited{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #c5a870;
	text-decoration: none;
	margin-left:120px;
}

/****************************************************
                Layout Styles
****************************************************/

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

#topnav {
	background:url(../images/index_01.jpg);
	background-repeat:no-repeat;
	text-align:right;
	padding-right:75px;
	padding-top:25px;
}

#hdr1 {
	background:url(../images/index_01.jpg);
	background-repeat:no-repeat;
	height:22px;
}

#hdr2 {
	background:url(../images/index_02.jpg);
	background-repeat:no-repeat;
	height:35px;
}

#hdr3 {
	background:url(../images/index_03.jpg);
	background-repeat:no-repeat;
	height:34px;
}

#hdr4 {
	background:url(../images/index_04.jpg);
	background-repeat:no-repeat;
	height:41px;
}

#hdr5 {
	background:url(../images/index_05.jpg);
	background-repeat:no-repeat;
	height:43px;
}

#mainnav {
	background:url(../images/index_06.jpg);
	background-repeat:no-repeat;
	height:63px;
}

#content {
	background:url(../images/index_07.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
	zoom:1;
}

#contentarea {
	float:left;
	padding-left:35px;
	padding-right:20px;
	text-align:left;
	width:600px;
}

#footer1 {
	background:url(../images/index_08.jpg);
	background-repeat:no-repeat;
	height:45px;
}
#footer2 {
	background:url(../images/index_09.jpg);
	background-repeat:no-repeat;
	height:48px;
}

#copyright {
	background:url(../images/index_10.jpg);
	background-repeat:no-repeat;
	height:31px;
	padding-left:225px;
	padding-top:5px;
	text-align:center;
}


/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

