body	{
	font-family: Arial;
	background-color: white;
	margin: 0;
}


.maincontent ul	{
	margin: 0;
	padding: 0;
	margin-left: 20px;
	margin-bottom: 10px;
}

.maincontent ul li	{
	font-size: 12px;
	margin-bottom: 3px;	
}


#hd p	{
	font-size: .8em;
	margin: .4em 0;
}

#hd img.logo	{
	margin: 10px 0;
}

div.menu	{
	background-color: #F6F6F6;
	width: 80%;
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

a,
a:link,
a:visited	{
	color: black;
}

div.maincontent p	{
	color: #444444;
}


div.maincontent a,
div.maincontent a:link,
div.maincontent a:visited	{
	color: #1E7EC8;
}


div.menu ul a,
div.menu ul a:link,
div.menu ul a:visited	{
	text-decoration: none;
}

div.menu ul a:hover	{
	color: white;
	background-color: black;
}

div.menu ul	{
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style-type: none;
}

div.menu li	{
	background-image: url('/media/img/topnavicons.jpg');
	background-repeat: no-repeat;
	background-position: 0px -80px;
	margin-bottom: .5em;
	padding-left: 1.5em;
}




div.maincontent	{
	padding-top: 5px;
}




div.maincontent h1	{
	font-size:23px;
	font-weight:normal !important;
	margin:0;
	text-align:left;
	text-transform:none !important;	
	margin-bottom: 0.15em;
	padding-top: 0;
}

div.maincontent h2	{
	font-size: 1em;
	margin-top: 1.5em;
	padding: 0;
	margin-bottom: 0em;
}

div.maincontent p	{
	font-size: 12px;
	margin-top: .3em;
}



div.menu p	{
	font-weight: bold;
	margin-bottom: 0.3em;
	padding-bottom: 0;
}

div.menu ul li	{
	margin-bottom: .5em;
}

div.maincontent ul	{
	
}

tr.error td.header label {
    color: red !important;
}

div.maincontent table tr.error td.header label	{
	color: red;
}

div.maincontent table td	{
	font-size: 12px;
}

div.maincontent table.horizontal	{
	
}

div.maincontent table.horizontal tr.header td	{
	font-weight: bold;
}

div.maincontent table.form	{
	width: 70%;
}

div.maincontent table.form td	{
	padding: .4em 0;
}


div.maincontent td.header label	{
	font-weight: bold;
}

div.maincontent table.form td.header	{
	width: 35%;
}

div.maincontent table.form td.contents	{
	width: 65%;
}


div.form-error	{
	width: 70%;
	color: red;
	border: 1px solid red;
	font-size: 12px;
	padding: .4em;
	margin-bottom: .3em;
}


.centered	{
	text-align: center;
}


.small-width	{
	width: 60%;
}

.max-width	{
	width: 100%;
}


.full-width	{
	width: 80%;
}

table.small-horizontal	{
	border-collapse: collapse;
	border: 1px solid #DDDDDD;
	margin-bottom: .5em;
	margin-top: .5em;
	
}

table.small-horizontal th	{
	background-color: #F5F5ED;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
	font-size: 12px;
}

table.small-horizontal td	{
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
	font-size: 12px;
}





table.horizontal	{
	border-collapse: collapse;
	border: 1px solid #DDDDDD;
	margin-bottom: .5em;
	margin-top: .5em;
}

table.horizontal tr.header td	{
	background-color: black;
	color: white;
	font-weight: bold;
	font-size: 13px;
}

table.horizontal td	{
	border-bottom: 1px solid #DDDDDD;
}

table.horizontal tr.odd td	{
	background-color: #F5F5ED;
}






div.navbar	{
	background-image: url('/media/img/main_menu_bg.gif');
	background-repeat: repeat-x;
	height: 28px;
	line-height: 28px;
}



div.form-success {
	color: #006600;
	background-image: url('/media/img/icon_success.gif');
	background-repeat: no-repeat;
	background-color: #E2F9E3;
	background-position: .1em;
	border: 1px solid #99CC99;
	padding: 7px;
	padding-left: 30px;
	margin: 10px 0;
	font-size: 12px;
}

div.form-error {
	background-color: #CC0000;
	color: white;
	padding: 5px;
	padding-left: 30px;
	margin: 10px 0px;
	border: 1px solid #CC9999;
	background-image: url('/media/img/icon_error.gif');
	background-repeat: no-repeat;
	background-position: .3em;
	font-size: 12px;
}



p.contact-header	{
	margin-top: 0;
	margin-bottom: 0 !important;
	font-size: 13px !important;
	font-weight: bold;	
}





div.top-menu {
	font-family: Arial;
	font-size: 12px;
	margin-bottom: 10px;
}
div.top-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: white;
	height: 25px;
	line-height: 25px;
	background-image: url('/media/img/main_menu_bg.gif');
	background-repeat: repeat-x;
}
div.top-menu ul li {
	display: inline;
}
div.top-menu ul li a,
div.top-menu ul li a:link,
div.top-menu ul li a:visited {
	text-decoration: none;
	padding: 5px 1.5em;
	border-right: 1px solid #ccc;
	background-image: url('/media/img/main_menu_bg.gif');
	background-repeat: repeat-x;
	color: #5C5C5C;
	color: white;
	margin-right: -3px;
	
}
div.top-menu ul li a:hover {
	background-image: url('/media/img/main_menu_bg_hover.gif');
	background-repeat: repeat-x;
}
div.top-menu ul li.active a {
	background-image: url('/media/img/main_menu_bg_hover.gif');
	background-repeat: repeat-x;
}





div.banner-list	{
	
}

div.banner-list div.banner	{
	margin-bottom: 3em;
}

div.banner-list div.banner p	{
	margin: .5em 0;
}

div.banner-list div.banner div.render	{
	margin-top: 1em;
}

div.banner-list div.banner textarea	{
	border: 1px solid #444444;
	width: 60%;
}

div.banner-list div.banner div.text	{
	border: 1px solid black;
	padding: .5em 1em;
	width: 55%;
	font-size: 12px;
}


/* Fix CSS after reset.css */
table.small-horizontal td,
table.small-horizontal th	{
	padding: 2px;
}

table.horizontal td	{
	padding-left: 6px;
	padding-right: 6px;
	
	padding-top: 4px;
	padding-bottom: 4px;
}


table.form td	{
	padding-left: 0px;
	padding-right: 0px;
	
	padding-top: 6px;
	padding-bottom: 6px;
	
	
}

table.form	{
	width: 70%;
}

.required	{
	color: black !important;
}


button	{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

