@charset "utf-8";
/* CSS Document */

*{
	margin:				0px; 
	padding:			0px;	
}

img{ 
	border:				none;
}
.imgMargin {
	margin: 10px;
}


h1{
	text-transform:		uppercase;
	color:				#864762;
	font-weight:		bold;
	font-size:			12px
}

h2{
	text-transform:		uppercase;
	color:				#9C3;
	font-weight:		bold;
	font-size:			12px
}

body {
	background:			url(images/designElements/bg.jpg) center;
	/*Align to h-center*/
	text-align:			center;
	/*Font*/
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#666666;
}

#container {
	color:				#000000;
	border:				solid 1px #000000;
	background:			#FFFFFF;
	margin:				20px auto;
	text-align:			left;
	width:				950px;
}

#menu {
	float:				left;
	width:				700px;
	height:				25px;
	background:			#009b7d;
	font-size:			10px;
	color:				#FFFFFF;
	font-weight:		400;
}

#menu a {
	text-decoration:	none;
	color:				#FFFFFF;
}

#menu a:hover {
	color:				#f9aa53;
}

#menu a.current {
	color:				#f9aa53;
	font-weight:		bold;
}

#menu ul {
	padding:			5px;
}

#menu li:first-child {
	border-left:		none;
}

#menu li {
	border-left:		solid 1px #FFFFFF;
	display:			inline;
	list-style-type:	none;
	padding-left:		12px;
	padding-right:		12px;
}

#vis {
	background:			#00CC66;
	height:				390px;
}

#content {
	padding:			40px;
	min-height:			120px;
}
#contentIndex {
	background:			url(images/designElements/under-vis.jpg) top repeat-x;
	padding:			40px;
	min-height:			120px;
}

#text ul{
	padding-left:		40px;
	list-style:			circle;
}

#text .column1, #text .column2{
	float:				left;
}

#text .column1{ 
	width:				225px;
}

#text .column2{ 
	min-height:			450px;
	width:				625px;
	position:			relative;
	background:			url(images/designElements/under-content.jpg) left repeat-y;
	padding-bottom:		100px;
}

#text .column2 .info{
	color:				#000000;
	padding-left:		60px;
	padding-top:		40px;
}

#text .column2 .info .logo{
	position:			absolute;
	right:				-50px;
	bottom:				100px;
}
#text .column2 .info p{
	padding:			10px;
	width:				400px;
	line-height: 20px;
}

#text .column2 .info ul{
	width:				400px;
	line-height: 18px;
}

#text .column2 .info h1{
	padding:			10px;
	padding-top:		40px;
}

#text .column2 .spanFoot {
	background:			url(images/designElements/column2-footer.jpg) left top no-repeat;
	width:				580px;
	height:				100px;
	position:			absolute;
	bottom:				0px;
	left:				0px;
}
#text .column2 .spanFoot #section{
	line-height:		1.8;
	position:			absolute;
	bottom:				0px;
	left:				40px;
	display:			block;
	text-transform:		uppercase;
	color:				#e5a959;
	font-size:			50px;
	padding-bottom:		0px;
	width: 581px;
}


#footer {
	padding:			10px;
}

#contactForm {
	padding-top:		50px;
}

#contactForm .field {
	background:			url(images/designElements/textfield.jpg) top left no-repeat;
	height:				33px;
	width:				200px;
	padding-left:		15px;
}

#contactForm .field input{
	background:			#FFFFFF;
	border:				none;
	padding-left:		15px;
}

#contactForm .submit {
	background:			url(images/designElements/submit.jpg) top left no-repeat;
	text-align:			left;
	height:				33px;
	width:				110px;
	padding-left:		25px;
	color:				#FFFFFF;
	font-weight:		bold;
}

#contactForm .submit a{
	color:				#FFFFFF;
	text-decoration:	none;
}

#contactForm .submit a:hover{
	text-decoration:	underline;
}

#sideNav {
	margin: 0px;
	padding: 0px;
}

#sideNav ul {
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0px;
}
#sideNav li {
	font-weight: bold;
	text-decoration: none;
}
#sideNav a {
	text-decoration: none;
	display: block;
	height: 30px;
	padding-top: 4px;
	padding-bottom: 10px;
	color: #666;
	padding-right: 4px;
	padding-left: 10px;
	margin-bottom: 5px;
	line-height: 19px;
}#sideNav a:hover {
	color: #333;
	background-color: #E0E0E0;
}
.column1 h3 {
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 20px;
	color: #51447D;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 0px;
	padding-bottom: 7px;
}
