html {
	height: 100%;
}

body {
	min-width: 620px;
	height: 100%;
	margin: 0;
	padding: 0;
}

#page {
	position: relative;
	min-height: 100%;
	background-image: url(images/simcenterv2_bkgd.gif);
	background-repeat: no-repeat;
	background-position: top;
}

* html #page {
	height: 100%;
}

#footer {
/*	position: relative;
	margin: -12px auto 0 auto;*/
	/*position:absolute;
	added top*/
	width: 100%;
	text-align:center;
	position: relative;
	bottom: 0;
	top:-30px;
}

/** html #footer {
	margin-top: -11px;
}*/

div.navcontainer
{
	position: absolute;
	float: left;
	text-align: center;
	margin-left: 220px;
	padding-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline;
	z-index:11;
}

ul.menu
{
	position:relative;
	float:left;
	padding:0px 18px 0px 0px;
	margin:0px;
	list-style-type:none;
	color:#666;
	width:62px;
}

ul.menu ul
{
	position: relative;
	list-style-type: none;
	display: none;
	margin: -15px 0px 0px -40px;
	*margin-left: 0px;
	z-index:20;
}

ul.menu ul ul
{
	position:absolute;
	display:none;
	margin-top:-20px;
	margin-left:121px;
	z-index:-1;
}

ul.menu:hover ul
{
display:block;
}

ul.menu:hover ul ul
{
display:none;
}

ul.menu ul li:hover ul
{
display:block;
}

a.menu
{
	display:block;
	width:80px;
	padding-left:0px;
	text-decoration:none;
	text-align: left;
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a.menu:hover
{
color:#EB5A24;
}

ul.menu ul a{
	width:200px;
	background-color:#eaeaea;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}

ul.menu ul a:hover{
	background-color:#EB5A24;
	color:#fff;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}

#header {
	height:70px;
}

#container {
	margin: 0 auto;
	width: 620px;
	height: 100%;
	padding: 0px;
	color: #333;
}


#content {
/*	position:absolute;
	float:left;*/
	margin-top: 200px;
	width:340px;
	margin-left:140px;
	padding-left:30px;
	padding-bottom:30px;
}

#contentwide {
	/*	position:absolute;
float:left;*/
	margin-top: 200px;
	width:400px;
	margin-left:140px;
	padding-left:30px;
		padding-bottom:30px;

}

#imagebar {
	z-index:10;
	margin-top:140px;
	width: 100%;
	height: 120px;
	position:absolute;
	background-image: url(images/imagebanner_bkgdv3.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: inline;
}

#imagesgohere {
	margin-top:10px;
}

#logo {
	width:620px;
	padding-top: 20px;
}

#hedbug {
	width:50px;
	margin-top: -15px;
	padding-left: 10px;
}

/* text styling */
h1 {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	color:#f15A27;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	}
	
#content p, #contentwide p {
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

a {
	color:#333;
	text-decoration: none;
}
a:hover {
	color:#EB5A24;
	text-decoration: none;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#333;
}
.clearer {
	clear:both;
	display:block;
	height:1px;
	margin-bottom:-1px;
	font-size:1px;
	line-height:1px;
}
