/*
============DEV ONLY============

div {
	border: 1px solid #000;
}

============DEV ONLY============
*/
/*===GENERAL===*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font: .85em/1.3em Arial, Helvetica, sans-serif;
}
img {
	border: 0px none;
}
.error {
	color: red;
	font-weight: bold;
}
/*===END GENERAL===*/
/*===HEADER===*/
#wrap {
	top: 0px;
	left: 0px;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 174px;
}
#head{
	width: auto;
	top: 9px;
	left: 44px;
	position: absolute;
	z-index: 3;
}
#nav {
	width: 100%;
	height: 96px;
	position: absolute;
	top: 78px;
	left: 0px;
	background: #1A1D20 url(i/head.jpg) no-repeat;
	z-index: 2;
}
#nav ul {
	padding: 41px 0px 0px 46px;
	margin: 0px;
	list-style: none;
}
#nav li {
	display: inline;
	padding: 0px 15px 0px 0px;
	color: #B5D6F8;
}
#nav a {
	margin: 0px 15px 0px 0px;
}
#nav a:link {
	color: #FFF;
	text-decoration: none;
}
#nav a:visited {
	color: #FFF;
	text-decoration: none;
}
#nav a:hover {
	color: #003399;
	text-decoration: underline;
}
#nav a:active {
	color: #003399;
	text-decoration: underline;
}
.tag {
	margin: 36px 0px 0px 66px;
	vertical-align: top;
}
.current {
	font-weight: bold;
	margin: 0px 15px 0px 0px;
}
/*===END HEADER===*/
/*===MAIN CONTENT===*/
#cwrap {
	width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
	position: relative;
	background: url(i/c-back.gif) repeat-y;
	vertical-align: top;
	padding: 10px 0px 15px 0px;
}
#content1 {
	position: relative;
	top: 0px;
	left: 168px;
	width: 40%;
	height: auto;
	margin: 0px 0px 40px 0px;
}
#cwrap p {
	margin: 2px 0px 10px 0px;
	color: #333;
}
#cwrap h2 {
	margin: 0px 0px 2px 0px;
}
#cwrap h3 {
	margin: 2px 0px 2px 0px;
	font: bold 1.1em/1.4em Arial, Helvetica, sans-serif;
	color: #333;
}

#cwrap ul{
	color: #333;
	margin: 2px 0px 10px 0px;
	list-style: url(i/bullet.gif) inside;
}
#cwrap li {
	margin: 0px 0px 3px 0px;
}
#sidebar {
	left: 0px;
	top: 0px;
	width: 150px;
	background: url(i/blue.gif) repeat;
	height: 100%;
	position: absolute;
	vertical-align: top;
}
#sidebar ul {
	padding: 2px 0px 15px 20px;
	list-style: url(i/sbar-bullet.gif) inside;
	margin: 0px;
	color: #BCD2F6;
}
#content2 {
	top: 0px;
	position: relative;
	width: 30%;
	height: auto;
	padding: 0px;
	margin: 0px 60px 20px 0px;
}
html #content2 h2 {
	margin: 26px 0px  2px 0px;
}
#cwrap form {
	margin: 0px;
}
#cwrap input {
	margin: 2px 0px;
}
#cwrap .field {
	border: 1px solid #666666;
	background:  url(i/gray.gif) repeat;
	vertical-align: middle;
}
#cwrap input.button {
	vertical-align: middle;
}
#packages {
	border: 0px none;
	top: 0px;
	position: relative;
	width: 315px;
	margin: 0px 0px 20px 20px;
}
#packages td {
	padding: 5px 10px;
	width: 155px;
	text-align: center;
	vertical-align: top;
}
.smaller {
	font-size: smaller;
	line-height: normal;
}
/*===END MAIN CONTENT===*/
/*===FOOTER===*/
#foot {
	position: relative;
	width: 100%;
	height: 34px;
	top: 0px;
	left: 0px;
	background: #1A1D20 url(i/foot.jpg) no-repeat;
	margin: 0px 0px 5px 0px;
}
.footer {
	font: 0.75em/1em Arial, Helvetica, sans-serif;
	color: #999;
	text-align: center;
	margin: 5px 0px;
}
.footer a {
	color: #999;
}
/*===END FOOTER===*/
#fudge {
	position: relative;
	top: 0px;
	left: 168px;
	height: auto;
	width: 85%;
	margin: 0px 0px 40px 0px;
	border: 0px none;
}