﻿@import url(layout.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #fff;
	position: relative;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: white;
	overflow:hidden;
}
#navigation {
	background-color: #FF9933;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #cdf;
}
#column_l {
	position: relative;
	margin: 0 350px 0 0;
	padding: 0 2%;
	background-color: #fff;
	float: none;
	line-height: 25px;
	top: 20px;
}
#column_r {
	float: none;
	width: 322px;
	margin: 0;
	padding: 10px;
	background-color: white;
	position: absolute;
	right: 0px;
	top: 0px;
	vertical-align:middle;
}
#footer {
	background-color: #cdf;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
	padding-left:5px;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #FF9933;
	background-color: #FF9933;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #FFCC99;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	color: black;
	background-color:#FF9933;
	font-size: small;
	text-align: left;
	color: #000;
	margin: 10px 10px 10px 0;
	padding-left:5px;
	font-weight:normal;
}

p {
	line-height:normal;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

#orangeblock {
	color:white;
	width:250px;
	height: 150px;
	background-image:url('../images/gradient757138.JPG');
	background-repeat:repeat-x;
	line-height:normal;	
	text-decoration:none;
	text-align:left;
}

#orangeblock a {
	color:white;
	width:250px;
	height: 150px;
	background-repeat:repeat-x;
	line-height:normal;	
	text-decoration:none;
}

.style_boxheader {
	font-size:medium;
	font-weight:bold;
	text-decoration:none;
}

#blocklist {
	text-indent: 0;
	list-style-type: square;
	font-weight: bold;
	line-height: 20px;
	font-size:small;
	margin-left: 23px;

}
#orangeblock a:hover {
    color:gray;
	/* background-image:url('../images/bluebit.JPG');
	background-repeat:repeat-x;*/
}
blockquote {
	font-weight:bolder;
	font-size:small;
	font-style:italic;
}
#contacttable {
line-height:500px
}

table#packages {
	border-collapse:collapse;
	width:50em;
	border: 1px solid #666;
}

table#packages th, table#packages td {
	
	padding: 0.1em 1em;
	/*text-align:left;*/
	border-right:1px solid #ccc;
}
table#packages.dark {
	border: none;
}

table#packages.darkhead {
	border: none;
	border-bottom: 1px solid #a5a5a5;
}

table#packages thead {
	background-color: #ccc;
	background-image: url('../images/bar.gif');
	background-repeat:repeat-x;
	background-position: left center;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
}

table#packages th {
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #a5a5a5;
}

.odd {
	background-color: #edf5ff;
}

table#packages tr:hover {
	background-color: #3d80df;
	color: #fff;
}

table#packages thead tr:hover {
	background-color: transparent;
	color: inherit;
}
table#hostingcol td {
	text-align:center;
}
