/* -------- THE BASICS -------- */
html {
	padding: 0;
	margin: 0;
}

body {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	background-color: #363636;
	padding: 20px 0 20px 0;
	margin: 0;
	background-image: url(/usr/maleny/images/site/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

h1 {
	font-size: 20px;
	padding: 0 0 10px 0;
	margin: 0;
	color: #509236;
	text-align: center;
}

h2 {
	margin: 16px 0px 5px 0px;
	padding: 0px;
	font-size: 14px;
	color: #509236;
}

h3 {
	font-size: 12px;
	margin: 6px 0px 1px 0px;
	padding: 0px;
	font-weight: bold;
}

pre {
	padding: 0px;
	margin: 0px;
}

p {
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

a:link, a:visited { text-decoration: none; color: #006600; }
a:hover, a:active { text-decoration: none; color: #009900; }
.lightLink a:link, .lightLink a:visited  { color: #296fdd; }
.lightLink a:hover, .lightLink a:active  { color: #296fdd; text-decoration: underline; }

/* -------- TEMPLATE LAYOUT -------- */

#site {
	width: 1023px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #b5ef9d;
	background-color: #f4f4f4;
}

#banner {
	height: 140px;
	padding: 0 0 0 0;
	background-image: url(/usr/maleny/images/site/maleny-computers.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#banner img {
	border: 0;
}

#bannertxt {
	float:right;
	width:320px;
	color:#FFFFFF;
	font-size:14px;
	padding:45px 0 0 0;
}
.ph {font-size:24px;padding:2px 0 0 95px; font-family: Geneva, Arial, Helvetica, sans-serif;}
.ph img {margin-top:5px;}

.homeimage {
	margin-bottom: 35px;
}

#menu {
	height: 30px;
	background-image: url(/usr/maleny/images/site/nav.png);
	background-repeat: repeat-x;
	padding: 0 90px 0 90px;
	background-color: #424240;
}

#content {
	padding: 30px 110px 0 110px;
}

.homecol {
	width: 785px;
	float: left;
	border: 2px solid #e1e1e1;
	background: #FFFFFF url(/usr/maleny/images/site/homebg.jpg) no-repeat;
}
.homecol h1 {text-align:left;}

ul.homeboxes {
	list-style:none;
	margin: 125px 0 0 0;
	padding:0 15px 0 0;
	height: 115px;
}

ul.homeboxes li {
	float:left;
	width:240px;
	padding:0 0 0 15px;
	margin:0;
}

#homecontent {
	padding:15px;
	background: #FFFFFF url(/usr/maleny/images/site/man-running.jpg) no-repeat;
	background-position:465px 15px;
}

.man {width:170px;height:205px;float:right;}

.homeimg {
	float: left;
}
.leftcol {
	width: 530px;
	border: 2px solid #e1e1e1;
	float: left;
	margin-right: 35px;
	padding: 10px;
	background-color:#FFFFFF;
}

.rightcol {
	width: 210px;
	float: left;
}

.colbox {
	border: 2px solid #e1e1e1;
	padding: 10px;
	margin-bottom: 35px;
	background-color:#FFFFFF;
}

form {
	padding: 0;
	margin: 0;
}

#footer {
	height: 142px;
	background:url(/usr/maleny/images/site/footer.jpg) no-repeat;
	margin-top: 20px;
	padding-left:550px;
}

#footer ul {
	width:140px;
	display:block;
	float:left;
	padding:40px 0 0 25px;
}
#footer li {padding:0 0 3px 0;;margin:0;list-style:none;}
#footer a:link, #footer a:visited {color:#FFFFFF;}
#footer a:hover, #footer a:active {color:#CCCCCC;}

.infobox {
	border: 2px solid #828283;
	padding: 10px;
	margin-top: 30px;
}

.infoboxhome {
	margin-top: 30px;
}

#lowfooter {color: #FFFFFF; clear:both; text-align:center;}
#lowfooter a:link, #lowfooter a:visited {color:#FFFFFF;}
#lowfooter a:hover, #lowfooter a:active {color:#CCCCCC;}

.infoboxhomeinner {
	border: 2px solid #828283;
	padding: 10px;
}

.clr {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
/* Sample search engine */
#searchBox {
	padding: 0 0 0 0;
	font-size: 14px;
	width: 140px;
}

.infoTable th { padding-right: 15px; text-align: left; }

/* ------ CHILD NAV MENU ------ */
/* DROP-DOWN (TOP) MENU */
.dropdownmenu, .dropdownmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 5;
	font-weight: normal;
}

.dropdownmenu li {
	list-style-type: none;
	position: relative;
	float: left;
	background-image: url(/usr/maleny/images/site/topnavrt.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.dropdownmenu li:hover, .dropdownmenu li:active, .dropdownmenu li.hover {
	background-image: url(/usr/maleny/images/site/topnavhover.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.dropdownmenu li:first-child {
	margin-left: 10px;
}

.dropdownmenu li.last-nav {
	background-image: none !important;
}

.dropdownmenu li.last-nav:hover, .dropdownmenu li.last-nav:active {
	background-image: url(/usr/maleny/images/site/topnavhover.gif) !important;
}

.dropdownmenu li.last-nav a:hover, .dropdownmenu li.last-nav a:active {
	background-image: url(/usr/maleny/images/site/topnavhoverrtlast.gif);
}

.dropdownmenu li a:link, .dropdownmenu li a:visited {
	text-decoration: none;
	display: inherit;
	float: left;
	height: 22px;
	padding: 8px 24px 0 20px;
	text-align: left;
	color: #FFFFFF;
}

.dropdownmenu li a:hover, .dropdownmenu li a:active, .dropdownmenu li:hover a, .dropdownmenu li.hover a {
	text-decoration: none;
	color: #000000 !important;
	background-image: url(/usr/maleny/images/site/topnavhoverrt.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

/* States for active page items */
.dropdownmenu li.current a:link, .dropdownmenu li.current a:visited {
	/*background-color: #7791e5 !important;*/
}

.dropdownmenu li.current a:hover, .dropdownmenu li.current a:active {
	/*background-color: #f1f3f9 !important;*/
}


.dropdownmenu li:hover ul ul, .dropdownmenu li:hover ul ul ul, .dropdownmenu li:hover ul ul ul ul, .dropdownmenu li:hover ul ul ul ul ul{
     display:none;
}

.dropdownmenu li:hover ul, .dropdownmenu ul li:hover ul, .dropdownmenu ul ul li:hover ul, .dropdownmenu ul ul ul li:hover ul, .dropdownmenu ul ul ul ul li:hover ul{
     display:block;
} 

/* 2nd level menu items (drop down) */
.menuitem {
	display: none;
	width: 184px;
	position: absolute;
	top: 28px;
	left: -5px;
	padding: 0 0 8px 0 !important;
	background-color: none;
	background-image: url(/usr/maleny/images/site/submenu_bottom.png);
	background-position: bottom;
	border: 0;
	z-index: 10;
	margin: 27px 0 0 0 !important;
}

.menuitem li {
	width: 171px;
	height: 28px;
	padding: 2px 6px 2px 7px;
	background-image: none !important;
}

.menuitem li:first-child {
	margin-top: -27px;
	margin-left: 0;
	background-image: url(/usr/maleny/images/site/submenu_top.png) !important;
	background-position: top;
	background-repeat: no-repeat;
}

.menuitem li a:link, .menuitem li a:visited {
	width: 171px;
	height: 22px;
	padding: 6px 0 0 0;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF !important;
	border: 0;
	background-image: none;
}
.menuitem li a:first-child { margin-top: 4px; }

.menuitem li a:hover, .menuitem li a:active {
	color: #000000 !important;
	background-image: url(/usr/maleny/images/site/submenu_hover.png);
	background-repeat: no-repeat;
}

/* 3rd (or more) level menu items (side menu) */
.subitem {
	display: none;
	width: 180px;
	position: absolute;
	top: -1px;
	left: 180px !important;
	left: 181px;
	padding: 0px;
	border: 1px solid #000000;
	z-index: 15;
}

.subitem li {
	width: 100%;
	height: 25px;
}

.subitem li a:link, .subitem li a:visited {
	width: 168px;
	text-decoration: none;
}


/* ------ SITEMAP STYLES ------ */

#sitemap, #sitemap hr {
	clear: both;
}

#sitemap ul, #sitemap li {
	list-style: none;
}

#sitemap li {
	padding: 5px; margin: 5px;
	border: 1px solid #000000;
	float: left;
	background-color: #F8F8F8;
}

#sitemap li ul li {
	background-color: #FAFBEA;
}

/* form stuff */
.formSection {
	float: left;
	margin-right: 15px;
}
.formSectionTxt {
	width: 300px;
}

.formSectionTA {
	width: 617px;
	height: 200px;
}
.formVCode {
	width: 178px; 
	height: 19px;
	padding-top: 4px;
	font-size: 14px;
	text-align: center; 
	letter-spacing: 6px;
	border: 1px solid #da0000;
	color: #da0000;
	font-weight: bold;
}

.contextTab {
	float: right;
	height: 32px;
	width: 20px;
	padding: 0;
	margin: 3px 30px 0 0;
}

.contextTab a:link, .contextTab a:visited {
	background-image: url(/usr/maleny/images/site/btn.png);
	background-repeat: no-repeat;
	border: 0;
	display: block;
	height: 22px;
	width: 20px;
	text-decoration: none;
	color: #00658D;
	padding: 10px 0 0 10px;
}

.contextTab a:hover, .contextTab a:active, .contextTab:hover a {
	background-image: url(/usr/maleny/images/site/btn_hover.png);
	background-repeat: no-repeat;
	text-decoration: none;
}

.contextMenu { left: -150px; display: none; }
.contextTab:hover ul { display: block; }

/* Blogs */
.article h2 { margin: 0 0 2px 0; color: #000000; text-transform: uppercase; }
.author 	{ font-size: 11px; color: #505050; display: block; margin: 2px 0 10px 0; border-bottom: 1px solid #E0E0E0; }
.permaLink	{ font-size: 11px; clear: both; display: block; padding: 10px 0 0 0; }
.article a:hover	{ color: #000000; }

/* Reg Box */
#quickReg	{ height: 185px; }

/* Profiles */
.pTitle 	{ font-size: 14px; font-weight: bold; padding: 5px 40px 5px 10px; text-align: right; }
.pValue 	{ font-size: 14px; font-weight: normal; padding: 5px 0 5px 0; }

/* ------FORUMS------ */
.stdBtnRow					{ border: 0; }
#mainBody					{ clear: both; }


/* NovaTek Context Menu */
.contextMenu {
	list-style: none;
	position: absolute;
	width: 184px;
	top: 0;
	left: 0;
	padding: 0 0 8px 0;
	margin: 27px 0 0 0;
	border: 0;
	background-color: none;
	background-image: url(/usr/novatek/images/novatek/submenu_bottom.png);
	background-position: bottom;
	z-index: 20;
}

.contextMenu li {
	list-style: none;
	width: 171px;
	height: 28px;
	padding: 2px 6px 2px 7px;
	background-image: none;
}

.contextMenu li.first {
	margin-top: -27px;
	margin-left: 0;
	background-image: url(/usr/novatek/images/novatek/submenu_top.png);
	background-position: top;
	background-repeat: no-repeat;
}
.contextMenu li.first a { margin-top: 4px; }

.contextMenu li a:link, .contextMenu li a:visited {
	display: inherit;
	width: 171px;
	height: 22px;
	padding: 6px 0 0 0;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #0078b3;
	border: 0;
	background-image: none;
}

.contextMenu li a:hover, .contextMenu li a:active {
	color: #000000;
	background-image: url(/usr/novatek/images/novatek/submenu_hover.png);
	background-repeat: no-repeat;
}

.contextMenu li a.contextOff { background-image: none !important; color: #FFFFFF !important; }
.contextMenu li a.contextOn { background-image: url(/usr/novatek/images/novatek/submenu_hover.png) !important; color: #000000 !important; }


.contextMenu li a:hover, .contextMenu li a:active {
	color: #000000;
	background-image: url(/usr/novatek/images/novatek/submenu_hover.png);
	background-repeat: no-repeat;
}

.contextMenu li a.contextOff { background-image: none !important; color: #FFFFFF !important; }
.contextMenu li a.contextOn { background-image: url(/usr/novatek/images/novatek/submenu_hover.png) !important; color: #000000 !important; }

.contextMenu li a:hover, .contextMenu li a:active {
	color: #000000;
	background-image: url(/usr/novatek/images/novatek/submenu_hover.png);
	background-repeat: no-repeat;
}

.contextMenu li a.contextOff { background-image: none !important; color: #FFFFFF !important; }
.contextMenu li a.contextOn { background-image: url(/usr/novatek/images/novatek/submenu_hover.png) !important; color: #000000 !important; }


.contextMenu li a:hover, .contextMenu li a:active {
	color: #000000;
	background-image: url(/usr/novatek/images/novatek/submenu_hover.png);
	background-repeat: no-repeat;
}

.contextMenu li a.contextOff { background-image: none !important; color: #FFFFFF !important; }
.contextMenu li a.contextOn { background-image: url(/usr/novatek/images/novatek/submenu_hover.png) !important; color: #000000 !important; }

