/* CSS Document */

html {
    padding:0;
    margin: 0;
    width:100%; 
    vertical-align:top; 
    font-family: Arial, Helvetica, Sans Serif;
	font-size: 10pt;
    background-color:#fcfbfc;
	}

body {
	padding:0;
	margin: 0;
        width:100%; 
        vertical-align:top; 
        font-family: Arial, Helvetica, Sans Serif;
	font-size: 10pt;
        background-color:#fcfbfc;
        text-align:center;
}

td {
	vertical-align:top;
}

img {
	margin:0;
	border:0;
	border-collapse:collapse;
	padding:0;
}

table.content_table {
  width: 100%;
	}

table.content_table td {
	padding: 0px;
	margin: 0px;
}

.maintitle {
	color: #ffffff;
	font-size: 24pt;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
  float: center;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
padding-left: 15px;
padding-top: 0px;
}

ul.latestnews
{
margin: 0;
padding: 0;
list-style: none;
}
li.latestnews
{
padding-left: 15px;
padding-top: 0px;
}

td {
	text-align: left;
	font-size: 10pt;
}

/* Joomla core stuff */
a:link, a:visited {
	color: navy; 
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color:  blue;	
	text-decoration: none;
	font-weight: normal;
}

table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}
table.contentpaneopen td {
   padding-right: 5px;
}
table.contentpaneopen td.componentheading {
	padding-left: 4px;
}



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

.componentheading {
	color: #c64934;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 9px;
	font-weight: bold;
	font-size: 10pt;
	text-transform:uppercase;
	}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	color: #c64934;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 9px;
	font-weight: bold;
	font-size: 10pt;
	text-transform:uppercase;
}


.contentpagetitle {
	color: #c64934;
	text-align: left;
	padding-top: 4px;
	font-weight: bold;
	font-size: 10pt;
	text-transform:uppercase;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th, div.moduletable h3 {
	color: #ffffff;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 10pt;
	text-transform: uppercase;
}

table.moduletable td {
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

.small {
	color: #ffffff;
	font-size: 9pt;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 9pt;
}

.modifydate {
	height: 15px;
	padding-top: 10pt;
	color: #999999;
	font-size: 9pt;
}



a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	padding-left: 15px;
	padding-top:2px;
	padding-bottom:2px;
	font-size: 9pt;
	font-weight: bold;
	color: navy;
	text-align: left;
	text-decoration: none;
	background: url(../images/menu.gif) no-repeat;
	background-position: left;
	text-transform: uppercase;
}

a.mainlevel:hover {
	color: blue;
	background: url(../images/menu1.gif) no-repeat;
	background-position: left;
}

a.mainlevel#active_menu {
	color: #2A2A2A;;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/menu2.gif) no-repeat;
	background-position: left;

}

a.mainlevel#active_menu:hover {
	color: blue;
}

a.sublevel:link, a.sublevel:visited {
	vertical-align: middle;
	padding-left: 10px;
	padding-top:2px;
	padding-bottom:2px;
	display:block;
	font-size: 10pt;
	font-weight: normal;
	color: navy;
	text-align: left;
    text-decoration: none;
    text-transform: none;
}

a.sublevel:hover {
	color:blue;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #2A2A2A;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

span.article_seperator {
	display: none;
	height: 1px;
}

#buttons {
	margin: 0px;
	padding: 0px;
	width: auto;
	float:left;
}

h1 {
    color: #c64934;
	text-align: center;
	padding-top: 4px;
	font-weight: bold;
	font-size: 18pt;
	}

h2 {
    color: #c64934;
	text-align: center;
	padding-top: 4px;
	font-weight: bold;
	font-size: 14pt;
	}

.holiday {
	background-color:white;
	padding: 3px 10px 3px 10px;
	margin: 0px 10px 0px 10px;
	border:1px #E6E6E6 solid;	
}

.moduletable_top_banners { margin: 5px auto 3px; }

.moduletable_top_banners img {
max-width: 640px;
}

.contentpaneopen img {
max-width: 100%!important;
height: auto!important;
}