/*****************************/
/*** Core html setup stuff ***/
/*****************************/
/** added styles**/
html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	margin: 0px 0px 0px 0px;
	font-size: 10pt;
	color: #000066;
	background: #ffffff;
}

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: normal;
	color: #006;
}

a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: normal;
	color: #006;
}

a:hover {
	text-decoration: underline;
	color: #5678a2;
	font-weight: normal;
}


img { border: 0 none; }

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

/* menu links */

a.mainlevel:link {
	font-family : Georgia, "Times New Roman", Times, serif; 
	font-size: 13pt;
	color: #CCCCCC;
	padding-left: 20px;
	line-height: 25pt;
	height: 20px !important;
	height: 20px;
	text-decoration: none;
}

a.mainlevel:visited {
	font-family : Georgia, "Times New Roman", Times, serif; 
	font-size: 13pt;
	color: #CCCCCC;
	padding-left: 20px;
	line-height: 25pt;
	height: 20px !important;
	height: 20px;
	text-decoration: none;
}

a.mainlevel:hover {
	font-family : Georgia, "Times New Roman", Times, serif; 
	color: #FFFFFF;
}

a.mainlevel:active, #active_menu {
	font-family : Georgia, "Times New Roman", Times, serif; 
	font-weight: normal;
}

a.sublevel:link {
	font-family : Georgia, "Times New Roman", Times, serif; 
	font-size: 10pt;
	color: #CCCCCC;
	padding-left: 30px;
	line-height: 15pt;
	height: 20px !important;
	height: 20px;
	text-decoration: none;
}

a.sublevel:visited {
	font-family : Georgia, "Times New Roman", Times, serif; 
	font-size: 10pt;
	color: #CCCCCC;
	padding-left: 30px;
	line-height: 15pt;
	height: 20px !important;
	height: 20px;
	text-decoration: none;
}

a.sublevel:hover {
	font-family : Georgia, "Times New Roman", Times, serif; 
	color: #FFFFFF;
}

a.sublevel:active, #active_menu {
	font-family : Georgia, "Times New Roman", Times, serif; 
	font-weight: normal;
}

a.mainlevel_top:link {
	font-size: 10pt;
	color: #c6bb91;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 12pt;
	height: 20px !important;
	height: 20px;
	text-decoration: none;
}

a.mainlevel_top:visited {
	font-size: 10pt;
	color: #e7e4b8;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 12pt;
	height: 20px !important;
	height: 20px;
	text-decoration: none;
}

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

a.mainlevel_top:active, #active_menu_top {
	font-weight: normal;
}

/* headers */

h1 {	
	font-family: Arial, Helvetica;
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
 
h2, .contentheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #000066;
	text-align: left;
}

h3, .componentheading{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #000066;
	text-align: left;
	padding-left: 15px;
}

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

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


.footer {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	color: #000033;
	text-decoration: none;
}

.footer a:link{
	font-family: Arial, Helvetica;
	font-size: 8pt;
	color: #000033;
	text-decoration: underline;
}

.footer a:hover{
	font-family: Arial, Helvetica;
	font-size: 8pt;
	color: #000033;
	text-decoration: none;
}

.footer a:visited{
	font-family: Arial, Helvetica;
	font-size: 8pt;
	color: #000033;
	text-decoration: none;
}

/** Added styles**/
/**Controls the position of the top menu**/
.topnav {
text-align:right;
vertical-align:bottom;
padding-right:10px;
}

.content{
padding-left:10px;
}

.news {
font-size:12pt;
}

a.news:link {
font-size:12pt;
}

a.news:hover {
color:#FFFFFF;
font-size:12pt;
}

a.news:visited {
font-size:12pt;
}

a.dir-nav:link{
font-size:14pt;
color:#FFFFFF;
}

a.dir-nav:visited{
font-size:14pt;
color:#FFFFFF;
}

a.dir-nav:hover{
font-size:14pt;
color:#FFFFFF;
}

.sidenav{
padding-left:0px;
}

a.sidenav:link{
color:#FFFFFF;
}

a.sidenav:visited{
color:#FFFFFF;
}

a.sidenav:hover{
color:#FFFFFF;
}

/* 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;}
