@charset "UTF-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: url(images/background.jpg) repeat-x #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-weight:300;
}
.oneColFixCtrHdr #container {
	width: 824px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #000000; 
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 20px 60px;
}
.oneColFixCtrHdr #footer {
	padding: 0 100px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	font-size:11px;
	color:#EFEFEF;
	text-transform:uppercase;
	text-align:center;
}
.oneColFixCtrHdr #bottom {
	padding: 0 100px;
}
.oneColFixCtrHdr #bottom p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#00CCFF;
}
.oneColFixCtrHdr #info {
	padding: 0 100px;
}
.oneColFixCtrHdr #info p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#00CCFF;
}
.credit {
	font-size:9px;
	color:#EFEFEF;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
}
a {
	color:#00CCFF;
	text-decoration:none;
}

a:hover {
	color:#0099FF;
}


input {
	background:#EFEFEF;
	font-size:11pt;
	color:#333333;
	line-height:16px;
}

.inputmain {
	background:#EFEFEF;	
	font-size:11pt;
	color:#333333;
	line-height:16px;
}

textarea {
	background:#EFEFEF;
	font-size:10pt;
	color:#333333;
}

.textarea {
	background:#EFEFEF;
	font-size:10pt;
	color:#333333;
}
#navlist li {
list-style-image:url(images/check.png);
line-height:16px;
}
.list{
list-style-image:url(images/check.png);
line-height:16px;
}

blockquote p {
    margin: 1em 20px;
    padding-left: 30px;
    background: transparent url(images/quote.gif) no-repeat;
	text-align:justify;
}
.PackageHeading{
	background-color:#000;
	color:#00CCFF;
	font-weight:bold;
	padding:5px;
	text-align:center;
}
.PackageTables{
	background-color:#000;
	color:#FFFFFF;
	padding:5px;
}
#navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
color: #FFF;
width: 100%;
text-align: center;
}

li { display: inline; }

li a
{
text-decoration: none;
color: #FFF;
padding: .2em 1em;
border-right: 1px solid #fff;
}

li a:hover
{
color: #00CCFF;
text-decoration:overline;
}
.border {border:#000;}
.tags {border:#00CCFF double; padding:10px; color:#00CCFF;}