/* CSS Document */
/* Elements */
body, td, th, input, select, button {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	margin: 0;
	padding: 0;	
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
}

a {
	color:#C25E00;
	text-decoration:underline;
}
	
a:link {
	color:#C25E00;
	text-decoration:underline;
}

a:visited {
	color:#C25E00;
	text-decoration:underline;
}

a:hover {
	color:#666;
}


h1 {
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:18px;
	color:#CC6633;
}
	
h2 {
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-weight:bold;
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:18px;
	color:#CC6633;
}
	
h3 {
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-weight:bold;
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:14px;
	color:#CC6633;
}

h4 {
	font-weight:bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:10px;
}
li{
	list-style-type:square;
}
table {
	padding: 0;
	margin: 0;
}
p {
	margin: 0;
	padding-top: 1em;
}


/* IDs */
#page {
	margin-left: 50px;
	border-left: 10px solid #EAEAE9;
	border-right: 10px solid #EAEAE9;
	border-bottom: 10px solid #EAEAE9;
	padding-bottom: 7px;
	margin-bottom: 10px;
	background-color:#FFFFFF;
}
#portHeader {
	margin-left: 50px;
	border-left: 10px solid #EAEAE9;
	background-color:#FFFFFF;
}
#port {
	margin-left: 50px;
	border-left: 10px solid #EAEAE9;
	border-bottom: 10px solid #EAEAE9;
	padding-left: 8px;
	margin-bottom: 10px;
	padding-bottom: 8px;
	background-color:#FFFFFF;
}
#content {
	padding: 25px 80px 15px 40px;
	vertical-align:text-top;
	text-align:left;
}
#footer {
	font-size:9px;
	color:#999999;
	text-align:center;
	margin-left: 60px;
}
#hosting {
	padding: 4px;
	text-align:center;
}
#hosting td{
	border-bottom:1px dashed #999999;
	border-left:1px dashed #999999;
}
#hosting th{
	text-align:left;
	border-bottom:1px dashed #999999;
}
/*#hosting td td{
	border-left:1px dashed #999999;
}*/
/*secondary nav*/
#subnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
	}

#subnav li	{
	text-align: center;
	border-bottom: 1px solid #fff;
	width: 180px;
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
	padding-top: 2px;
	font: 10px/15px Verdana, Lucida, Arial, sans-serif;
	font-weight:bold;
	color: #7D7D7D;
	background: #E2E0D7;
	}

#subnav li a {
	display: block;
	padding: 0;
	background: #E2E0D7;
	color: #7D7D7D;
	text-decoration: none;
	width: 180px;
	}
#subnav li a:hover {
	background: #C6C2B0;
	color: #000;
	text-decoration: none;
	}

/* Classes */	
.center{
	text-align:center;
}

