/* clearing headers & paragraphs */
h1, h2, h3, h4, h5, h6, h7 {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}
.clearer {
	clear:both;
	height:1px;
	width:1px;
	font-size:1px;
}
/* main css */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #272f39;
	background-image: url(../images/top-bg-tile.gif);
	background-repeat: repeat-x;
}

#container {
	width: 850px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* sections */
#top-area {
	position:relative;
	width:850px;
	height: 84px;
}

#nav {
	position:relative;
	width:100%;
	height:24px;
	overflow: hidden;
	background-color: #232527;
}

#main	{
	width:100%;
	position: relative;
	padding-bottom: 10px;
	background-color: #232527;
	
}

#footer {
	width:100%;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: url(../images/footer-bg-tile.gif) repeat-x;
	overflow: hidden;
	height: 169px;
	float:left;
}

/* section-content */
#nav-container {
	position:relative;
	width:850px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height:24px;
	overflow: hidden;
}

#main-container	{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	background-color: #232527;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc; 
}

#top-image {
	border-right:none;
}

#content-left {
	float:left;
	width:448px;
	position: relative;
	padding-bottom: 9px;
}

#content-right {
	width:400px;
	position: relative;
	float: right;
	border-left: 1px solid #cccccc;
	background-color: #2f384a;
}


#title-left {
	width:439px;
	height: 37 px;
	background-color: #2f384a;
	padding-top: 10px;
	padding-left: 9px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 9px;
}

#title-right {
	width:392px;
	height: 37 px;
	padding-top: 10px;
	padding-left: 8px;
	padding-bottom: 9px;
	border-bottom: 1px solid #cccccc;
	background-color: #24282d;
}

.content-left-img{
	float:right;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 8px;
}

/* footer content */
#footer-container	{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	padding-top: 10px;
}

#contact-info {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float:left;
}

#contact-info-right {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float:right;
}

#copyright {
	position:relative;
	width: 100%;
	padding-top: 35px;
	text-align: right;
}	

#anitron {
	position:relative;
	width: 100%;
	padding-top: 17px;
	text-align: right;
	font: 10px Tahoma, sans-serif;
	color: #999999;	
}

#anitron img {
	float: right;
}

/* text formatting */
.footer-text-divider {
	color: #666666;
}

.bold {
	font-weight: bold;
}

.italic-bold {
	font-style: italic;
	font-weight: bold;
}

.bold-white {
	font-weight: bold;
	color: #FFFFFF;
	font-variant: small-caps;
	text-transform: none;
}

.anitron-text-left {
	float: right;
	padding-right: 5px;
	text-align: right;
	padding-top: 5px;
}

.anitron-text-right {
	float: right;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
}

.anitron-text-right a{
	text-decoration: none;
	color: #999999;
}

#content-left p{
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #cccccc;
	padding: 8px 8px 12px;
}

#content-right p{
	font: 12px Trebuchet, Arial, Helvetica, sans-serif;
	color: #cccccc;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 8px;
}

/* .submit {
	padding-top: 210px;
	padding-left: 8px;
} */

.title {
	font-weight: bold;
	color: #FFFFFF;
	font-variant: small-caps;
	text-transform: none;
	font-size: 14px;
}

#content-left a{
	color: #ccccff;
	text-decoration:underline;
}	
/* form styles */

#contactform {margin:10px 0px 0px 10px;}
#contactform p {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0px 0px 0px 0px;
}
#contactform td p {
	margin:0px 0px 4px 0px;
	color:#fff;
	}
#contactform strong	{color:#fff;}

#contactform select,
#contactform option {
	background:#e1e1e1;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}
input.full	{
	width:176px;
}
input.twothirds	{
	width:129px;
}
input.half	{
	width:82px;
}
input.submit {
width:76px;
height:11px;
}
#contactform textarea {
	width:360px;
	height:55px;
}
#contactform select,
input.full,
input.twothirds,
input.half,
textarea	{
	background:#e1e1e1;
	border:1px solid #ccf;
	margin:0px 0px 10px 0px;
	
}

td.a	{padding-right:10px;}

tr.b td.c {height:11px;}