/* CSS Document */
/* Style Sheet created by Johnny Authement - Complete Network Management*/
* {
padding: 0;
margin:  0;
}
html, body{
	margin: 0px;
	padding: 0px;
	border:0px;
}

/* 1em = 10px */
body {
font-size: 62.5%;
font-family:Arial,Trebuchet MS,  Sans-Serif;
text-align:center;
}

a:link{ 
background-color: transparent;
color:#000;
text-decoration:none;
}

a:visited{ 
background-color: transparent;
text-decoration:none;
color: #000;
}

a:hover, a:active{ 
background-color: transparent;
text-decoration:underline;
color:#bcd2c3;
}


p { 
font-size: 1.2em; 
margin-bottom:12px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom:1em;
}
h1 { font-size: 2em; color:#D64700; border-bottom:1px solid #ab7b3a; }
h2 { font-size: 1.8em; color:#993300;}
h3 { font-size: 1.4em ; margin-bottom:6px; color:#998000; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }

.red{color:#993300;}

/* container */
#container{
	position: relative;
	margin-top: 10px;
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
	padding: 0px; /* messy method of overcoming a rendering bug in mozilla 1.4, maybe others */
	padding-right:0;
	padding-left:0;
	padding-bottom:0px;
	background:url(images/contentbg.jpg) repeat-y;
	width: 720px;
	height:100%;
}

#innerbox{
	margin: 0px;
	padding: 0px;
	visibility:visible;
	text-align:left;
	height:auto;
	z-index:0;
	width:100%;
}

/* header */
#header{
	height:184px;
	background:url(images/header.jpg) no-repeat;
}

/* content */
#pagebody{
	height:auto;
}

#leftcol{
	width:220px;
	padding-top:20px;
	float:left;
}
#menu {margin-left:30px;border:1px solid #ab7b3a;width:180px;}
#menu ul{list-style-type:none;width:180px;}
#menu ul li{height:30px; font-size:1.4em; font-family:Arial; font-weight:bold;}
#menu ul li a{color:#000; display:block; line-height:2.5em;height:39px; padding-left:20px;}
#menu ul li a:hover{color:#fff; background:url(images/menu_over.png) no-repeat; text-decoration:none;}

#menu ul li ul.rtlevel2{position:absolute; width:280px; left:-999em;}
#menu ul li:hover ul.rtlevel2{left:auto;display:block;z-index:100; position:absolute;}

#menu ul.rtlevel2 {background:#ab7b3a; border:1px solid #381011;margin-left:180px;margin-top:-41px;}
#menu ul.rtlevel2 li{font-size:1em; text-align:left; margin:0px; color:#fff;height:30px; padding: 0; width:280px;z-index:100;}
#menu ul.rtlevel2 li a:hover {color:#fff; background:#000; text-decoration:none;}
#menu ul.rtlevel2 li a{padding-left:0px; display:block; line-height:2em;height:30px; padding-left:20px;}

#mhome{background:url(images/mhome.jpg) no-repeat;}
#mabout{background:url(images/mabout.jpg) no-repeat;}
#mlocation{background:url(images/mlocation.jpg) no-repeat;}
#mfullmenu{background:url(images/mmenu.jpg) no-repeat;}
#mcontact{background:url(images/mcontact.jpg) no-repeat;}
#rightcol{
	padding-top:20px;
	margin-left:225px;
	width:450px;
	padding-left:20px;
	padding-bottom:20px;
}

#rightcol img{border:1px solid #ab7b3a;}
#rightcol ul{font-size:1.4em; margin-left:30px;}
#rightcol ul li{margin-bottom:1em;}

#fullmenu p{margin-left:30px; margin-right:15px;}
#fullmenu h3{margin-left:15px; margin-right:15px;}
#fullmenu h2{border-bottom:1px solid #993300;}

/* footer */
#footer
{
    clear:both;
	text-align:center;
	margin-top:10px;
	height:100%;
	background-color:;
}

/* FORMS */
fieldset
{
    width:auto;
    border:1px solid #cad0c8;
	padding:10px;

}
.fldsubmit{border:none;}
.fldform{ padding:20px; padding-top:10px;}

br.formstyle{
clear: left;
}
.shortbox{
width: 250px;
margin-bottom: 3px;
}
.longbox{ width:350px; margin-bottom:3px;}
.qtybox {width:25px; margin-bottom:4px;}
.mline{
width: 350px;
height: 50px;}
textarea{
width: 350px;
height: 150px;
}
label
{
margin-left:10px;
float: left;
width: 90px;
font-weight: bold;
font-size:1.2em;
}
legend{
    margin-left:10px;
    font-size:1.7em;
	font-weight:bolder;
}