@charset "utf-8";

body
{
	font-family:Arial;
	font-size: 9pt;
	color: #202020;
	margin: 20px 0 20px 0;
	background: #565656 url(images/1pxFadeBack.gif) left top repeat-x;
}

p {
	font-family:Arial;
	font-size: 9pt;
	color: #202020;
	padding:10px;
	}
#maincontainer
{
	width: 950px;
	margin: 0 auto;
	background: #ffffff;
}

#topsection
{
	background: url(images/headerBack.jpg) left top no-repeat;
	border-bottom: 1px solid #e7590f;
	padding-top: 124px;
	padding-left: 299px;
}

#contentwrapper
{
	float: left;
	width: 100%;
	height: 100%;
	background: #ffffff;
}

#contentcolumn
{
	margin-left: 600px;
	background: #ffffff;
}

#leftcolumn
{
	float: left;
	width: 600px;
	margin-left: -950px;
	background: #ffffff;
}

#MainText
{
	float: left;
	width: 950px;
	margin:0px;
	background: #ffffff;
}
#footer
{
	clear: left;
	width: 100%;
	height: 14px;
	color: #FFF;
	text-align: center;
	background: #575757 url(images/roundedBottom.gif) left top no-repeat;
}

.innertube
{
	margin: 10px;
	margin-top: 0;
}

/* RIGHT BOX */
.rightBox{width: 280px; margin: 20px}
.rightBoxTop{width: 280px; height: 13px; background:  #faeee0 url(images/right_column_top.jpg) left top no-repeat}
.rightBoxContent{width: 260px; background: #faeee0; font-family:Arial; font-size: 9pt; color: #202020; padding: 10px;}
.rightBoxBottom{width: 280px; height: 13px; background: url(images/right_column_bottom.jpg) left top no-repeat}

h1 {
font-family:tahoma;
font-size:19px;
font-weight:lighter;
color:#e75a12;
padding:10px;
padding-bottom:0px;
}

.orange14 {
font-size:13px;
color:#e75a12;
}

.orange {
color:#e75a12;
}

/* link */
a:link {
	color:#e75a12;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#e75a12;
}
a:hover {
	text-decoration:underline;
	color:#e75a12;
}
a:active {
	text-decoration: none;
	color:#e75a12;
}

.FloatRight {
float:right;
margin:10px;
}
.floatleft {
	position: relative;
	float:left;
}
.clear {
	clear: both;	
}
.txtlist {
	list-style: outside;
	list-style-type: disc;
color:#e75a12;
padding-left: 25px;
}
.txtlist li {
	padding-bottom: 7px;	
}
.txtlist p {
	padding: 0;	
	margin: 0;
}


/**contact form**/

#form {
	position:relative; 
	float:right; 
	margin-right: 100px;	
	width: 300px;
}

.txtbox {
	position: relative;
	float:right;
	clear:both;
	width: 200px;
}

.bttn {
	cursor:pointer;
}