/* 
  -----------------------------------
  (c)2009 TechTriad, Inc.
  -----------------------------------
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/bgs/top_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}
#wrapper {
	margin: 0 auto;
	width: 902px;
}
#masthead {
	background-color: #FFFFFF;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	padding: 0;
	margin-bottom: 30px;
	border-bottom-color: #039;
	height: 75px;
}
#masthead .tag {
	padding-top: 20px;
	float: right;
	margin-right: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	letter-spacing: -.5px;
}
.clearing	{
	height: 0px;
	clear: both;
}
#logo {
	float: left;
	height: 70px;
	width: 365px;
	background-image: url(../images/logo_template.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}
#logo a {
	width: 350px;
	height: 70px;
	display: block;
}
#logo h1	{
	display:none;
}
#mainbox {
	float: right;
	width: 630px;
	margin: 0;
	background-color: #FFFFFF;
}
#maincontent {
	padding: 0 0 12px 0;
	font-size: .85em;
	line-height: 1.5em;
}
#maincontent ul {
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
}
.top {
	line-height: normal !important;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}
.section {
	margin-bottom: 12px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border: 1px solid #999;
}
#maincontent p, #sidecontent p {
	margin: 6px 0 12px 0;
}
h1, h2, h3, h4 {
	margin: 0;
	line-height: normal;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3  {
	font-size: 1.4em;
}
h4	{
	font-size: 1.2em;
}
#sidebox {
	width: 250px;
	font-size: .9em;
	float: left;
	margin-right: 12px;
	background-image: url(../images/bgs/encertec_lbg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar {
	background-color: #CCC;
	/*background-image: url(tommi_images/tommy_sbgred.jpg);
	background-repeat: repeat-y; */
	border: 1px solid #333333;
	width: 180px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50px;
}
#sidecontent {
	font-size: 0.9em;
	padding-top: 14px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	background-image: url(img/p7PM_plumover.jpg);
	background-repeat: repeat;
	/*background-image: url(tommi_images/tommy_melon.jpg);
	background-repeat: no-repeat;*/
}

#mainbox a:link, #footer a:link {
	color: #333;
}
#mainbox a:visited, #footer a:visited {
	color: #666;
}
#mainbox a:hover, #mainbox a:active, #mainbox a:focus,
#footer a:hover, #footer a:active, #footer a:focus {
	color: #666699;
}
#sidecontent a:link {
	color: #000000;
}
#sidecontent a:visited {
	color: #333333;
}
#sidecontent a:hover, #sidecontent a:active, #sidecontent a:focus {
	color: #FFFFFF;
}
/* new footer */
#footer {
	font-size: 0.8em;
	margin-left: 0px;
	clear: both;
	text-align: center;
	margin-top: 5px;
}
#footerContainer {
	width: 880px;
	color: #333;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
#footerContent {

}
#footerContainer a {
	color: #333;
	text-decoration: underline;
}
#footerContainer a:hover {
		text-decoration: none;
}
#footerContainer li a:hover {text-decoration: underline;}

/* /new footer */
