/* CSS Document */
body{	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#000000;
        background-color: #505050;
        }
/* image positioning */
img {
    border: none;
	}
img.left	{
	position: relative;
	float: left;
	margin: 8px;
	}
img.right	{
	float: right;
	margin: 8px;
	position: relative;
	}
/* image positioning end */
#content a {
        text-decoration: none;
        border-bottom: 1px solid #505050;
        color: #000000;
}
#content a:hover {
        color: #636363;
}
h2 {
        color: #505050;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 0;
	background-image: url(images/gradientbackground.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	}
#header {
	width: 900px;
	height: 119px;
	background-image: url(images/HSquared_Masthead_Attempt1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	}
#top-nav {
	background-color: #505050;
	padding: 0px 5px;
	width: 900px;
	margin: 0 auto;
	}
#top-nav ul {
	text-align: right;
	}
#top-nav li {
	display: inline;
	font-size: 12px;
	color: #ffffff;
	}
#top-nav a {
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
	font-size: x-small;
	font-weight: bold;
	}
#top-nav a:hover {
	text-decoration: underline;
	color: #d8d8d8;
	}
#navigation {
	height: 30px;
        width: 900px;
        background-color: #505050;
        margin: 0 auto;
	}
#navigationspacer {
	width: 900px;
	height: 10px;
	margin: 0 auto;
	background-color: #505050;
	}
#navigation ul {
        margin: 0;
        padding: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: small;
        color: #ffffff;
        line-height: 30px;
        white-space: nowrap;
        }
#navigation li {
        list-style-type: none;
        display: inline;
        }
#navigation li a {
        text-decoration: none;
        padding: 7px 10px;
        color: #fff;
        }
#navigation li a:link {
        color: #fff;
        }
#navigation li a:hover {
        color: #505050;
        background-color: #ececec;
        }

#content {
	width: 750px;
	padding: 5px 15px;
	margin: 0 auto;
	color: #000000;
	background-color: #fff;
	}
#rightmodule {
	width: 250px;
	background-color: #ffffff;
	float: right;
	border: dashed 1px #505050;
	}
#rightmoduleheader {
	background-image: url(images/HSquared_RModule_HeaderT.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 250px;
	height: 50px;
	}
#rightmodulecontent {
	margin: 10px;
	background-color: #ffffff;
	width: 230px;
	}
#footerspacer {
	width: 900px;
	height: 53px;
	background-image: url(images/HSquared_Bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0;
	}
#footer {
	width: 900px;
	background-color: #505050;
	padding: 10px 0;
	text-align: center;
	font-size: x-small;
	text-transform: uppercase;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
        margin: 0 auto;
	}
#footer a {
	font-size: x-small;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #ffffff;
	text-decoration: none;
	}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}

