html {overflow-y:hidden; height:100%;}

body {
	text-align: left;
	background-image:url('img/background.jpg');
	background-repeat:repeat-y;
	background-position: top center; 
	padding: 0px;
	margin: 0px;
	background-color:black;
	font-family: Trebuchet MS, Arial;
	text-align:center;
	color:#797979;
	overflow-y:auto;
	height:100%;
}

p {
	margin-bottom: 30px;
	font-size:8pt;
	line-height:18px;
	margin-top 0;
}

a {
	color: #7d7daa;
}

strong {
	font-weight: bold;
	font-size: 10pt;
}

/* prepares the background image to full capacity of the viewing area */
#bg {position:fixed; top:0; left:0; width:100%; height:100%;position:absolute; z-index:-1;}
/* places the content ontop of the background image */
#contentbg {position:relative; z-index:1;position:static;}

#content li {
	font-size:8pt;
	line-height:18px;
	margin-top 0;
	margin-left:0;
}

h1{
	line-height:0px;
	margin-bottom:35px;
	margin-top 0;
	font-weight:normal;
}

h2{
	font-size:20px;
	line-height:0px;
	margin-bottom:35px;
	margin-top: 60px;
	font-weight:normal;
}

img { border: 0 none;}

#wrapper {
	width: 980px;
	background-color:white;
	margin-left: auto ;
	margin-right: auto ;

	/*border: 0px #FF0000 solid;*/
	margin-top:13px;
	overflow:auto;
	text-align:left;
}

#header {
	/*border: 1px #00ff00 solid;*/
	width:100%;
	height:245px;
	margin-top:38px;
	float:left;
	text-align:left;
}

#logo {
	width: 320px;
	height: 245px;
	float:left;
	text-align:left;
}

#banner {
	width: 625px;
	height: 200px;
	background-image:url('img/banner.jpg');
	background-repeat:no-repeat;
	float:left;
	text-align:left;

}

#socmedia{
	width:400px;
	height: 45px;
	text-align:right;
	float:right;
	margin-right:35px;
}

#main {
	width: 100%;
	text-align:left;
}

#sidebar {
	width: 320px;
	/*border: 1px #ffff00 solid;*/
	float: left;
	text-align:left;
	padding:0px;
	margin:0px;
}

#sidebaritems {
	margin-left: 60px;
}

#sidebar li {
	list-style-type:none; 
	line-height:30px;
	text-align:left;
	
}


#sidebar #sidebaritems li.page_item:hover
{
	list-style-image: url('img/bullet.jpg');
}

#sidebar #sidebaritems li.page_item ul li.page_item
{
	list-style-image: url('img/bulletx.jpg');
}

li.current_page_item, li.current_page_parent
{
	list-style-image: url('img/bullet.jpg');
}
#sidebar ul li a{
	
	text-decoration:none;
	color: #7d7d7d;
  }
  
#sidebar ul li ul li {
	font-size:8pt;
}

  
#sidebar ul li ul li a{
	color: #7d7daa;
}

#content {
	width: 565px;
	/*border: 1px #ff0000 solid;*/
	float: left;
	text-align:left;
	padding: 0;
	margin: 0;
	
}

#content td{
	vertical-align: top;
	width: 208px;
}

#footerimg {
	float:left;
	width:100%;
	height:40px;
	background-image:url('img/footer.jpg');
	background-repeat:no-repeat;
	text-align:left;
}

#footer{
	clear: both;
	width:980px;
	/*border: 1px #0000ff solid;*/
	margin-left: auto ;
	margin-right: auto ;
	color:white;
	font-size:8pt;
	text-align:left;
}

#footer a{
	color:white;
	text-decoration:none;
}

#copyright{
	padding-top:10px;
	width: 980px;
	float:left;
	text-align:left;
}

#copyright p {
	background-color:black;
	width:980px;		text-align:center;
}

.title {
	font-size: 11pt;
	font-family: verdana;
	font-weight: bold;
}table.clientlist{	width:100%;}table.clientlist  td{	padding-left:20px;	padding-right:20px;}
table.clientlist p{	margin:0px;	padding:0px;	margin-top:5px;}table.clientlist  p.clientheading{	margin-top:20px;}