/**********************
GLOBAL STYLES
***********************/
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
} 

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #808080; 
	text-align: center;
} 
/** Lists **/

ul li {
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif); 
}

/**********************
PG STRUCTURE
***********************/

.homenavpad {margin-right:75px;}

#ShadowBkg {
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	z-index: 2;
	visibility: visible;
	background-image: url(../images/bkg-fade.gif);
	background-repeat: repeat-y;
	background-position: center top;
} 

#Wrapper {
	position: relative;
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	z-index: 2;
	visibility: visible;
}


#Header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 898px;
	margin: 0px;
	padding: 0px;
	z-index: 3;
	background-image: url(../images/sub-bkg-header.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	text-align: right;
}

#TopTab {
	position: absolute;
	left: 0px;
	top: 125px;
	width: 624px;
	height: 22px;
	z-index: 4;
	margin: 0px 0px 0px 0px;
	padding: 5px 7px 0px 0px;
	background-image: url(../images/sub-toptab-corner.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #7b7b7b;
	border-left: 1px solid #e1e1e1;
	text-align: right;
}

#Nav {
	position: absolute;
	left: 0px;
	top: 153px;
	width: 888px;
	height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 0px 0px;
	background-image: url(../images/sub-bkg-tabnav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #9b9b9b;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	text-align: right;
}

#Main {
	margin: 0px 0px 0px 0px;
	padding: 195px 0px 0px 0px;	
	background-image: url(../images/home-bkg-main.gif);
	background-repeat:repeat-y;
	background-color: #FFFFFF;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;

}

#Content {
	float: right;
	width: 607px;
	margin: 0px;
	text-align: left;
	padding-top: 10px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#SideBarPhoto {
	position: absolute;
	left: 1px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 5;
        height:390px;
}

#SideBarPhoto img {padding-left:0!important;}

#SideBar{
	float: left;
	width: 181px;
	margin: 0px 0px 0px 0px;
	padding: 226px 0px 0px 40px;
	text-align: left;
}

#Footer {
	clear: both;	
	margin: 0px 0px 0px 0px;
	padding: 5px 16px 5px 16px;
	background-color: #9b9b9b;
	text-align: left;
}

