html, body { height: 100%; margin-bottom: 1px;}


body {
	color: #444;
	margin: 0;
	background: #b2b2b2;
	font-size: 12px;
	font-family: verdana,arial, sans-serif;
}
a {
	color: #444;
	text-decoration: none;
}

img {
	border-style: none;
}

#main {
	min-height: 100%;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: #AAA url(images/mainbg.gif) repeat-y;
}
#container {
	width: 950px;
	margin-left: 25px;
	margin-right: 25px;
}
#masthead {
	text-align: center;
	height: 116px;
	border-bottom: #909090 1px solid;
}
#content {
	margin-left: 180px;
	padding: 1px 20px 1px 20px;
	min-height: 100%;
	color: #7a8ea6;
	background: #FFF;
	font: 14px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}
#content a, b, stong {
	color: #777;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#content a:hover{
	color: #7a8ea6;
}

#content strong, b {color: #777;}
#content p.location {margin-bottom: 0.4em;}

#content h1,h2,h3,h4 {
	color:#777;
	font-family:Georgia, 'Times New Roman', Times, 'Lucida Sans', 'Lucida Sans Unicode', serif;
	font-weight:400;
	margin: 10px 0 0;
}
#content h1 {font-size: 20pt; border-bottom: 1px solid #666; margin-bottom: 10px;}
#content h2 {font-size: 16pt;}
#content h3 {font-size: 14pt;}
#content h4 {font-size: 12px;}


#topMenu {
	height: 15px;
	padding: 6px 0;
	border-bottom: #ccc 1px solid;
	background: #fafafa;
}
#topMenu a {
	display: block;
	padding-top: 4px;
	height: 18px;
	text-align: center;
	text-decoration: none;
	background: url(images/tabs.gif);
}

#topMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topMenu li {
	float: left;
	list-style: none;
}
#sideFooter {
	text-align: right;
	background: url(images/sidemenubg.gif) repeat-x;
}
#sideMenu {
	height: 100%;
	background: #f2f2f2;
	float: left;
	width: 180px;
	position:relative;
	z-index:1;
}
#sideMenu a {text-decoration: none;}
#sideMenu img {margin-bottom: -3px;}
#sideMenu ul {
	background: #fbfbfb;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sideMenu li {
	border-right: 1px solid #c4c4c4;
}
#sideMenu li a {
	padding-top: 6px;
	padding-left: 30px;
	display: block;
	height: 20px;
	background: url(images/sidemenu_bg.gif) 0 52px;
	border-bottom: #c4c4c4 1px solid;
}
#sideMenu li a:hover {background-position: 0 26px;}

#sideMenu li.active {margin-right: -7px; border-right: none;}
#sideMenu li.active a, #sideMenu li.active a:hover {
	padding-right: 5px;
	height: 20px;
	background-position: 0 0;
	border-bottom: 0;
}
#homeLink {margin-left: 180px;}
#homeLink a {
	background-position: 0 0;
	width: 62px;
}
#homeLink.active a, #homeLink.active a:hover {background-position: 0 22px;}
#homeLink a:hover {background-position: 0 44px;}
#hostingLink a {
	background-position: -62px 0;
	width: 73px;
}
#hostingLink.active a, #hostingLink.active a:hover {background-position: -62px 22px;}
#hostingLink a:hover {background-position: -62px 44px;}
#panelLink a {
	background-position: -135px 0;
	width: 65px;
}
#panelLink.active a, #panelLink.active a:hover {background-position: -135px 22px;}
#panelLink a:hover {background-position: -135px 44px;}
#scriptsLink a {
	background-position: -200px 0;
	width: 74px;
}
#scriptsLink.active a, #scriptsLink.active a:hover {background-position: -200px 22px;}
#scriptsLink a:hover {background-position: -200px 44px;}
#supportLink a {
	background-position: -274px 0;
	width: 75px;
}
#supportLink.active a, #supportLink.active a:hover { background-position: -274px 22px; }
#supportLink a:hover { background-position: -274px 44px; }

