/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	margin: 0px;
	padding:0px;
	background-color: #dfdfdf;
	background-image: url('images/gradient1.jpg');
	background-repeat: repeat-x;
}

h1 { font-size: 12px; color: #a6a6a6; margin-bottom: 20px; }

p { margin-top: 0px; }

a { text-decoration: none; color:#9E948F; }
a:hover {color: #333333;}

.sectionContainer { display: block; float: left; }
.sectionContainerRight { display: block; float: right; }
.sectionItemTrigger { display: block; float: left; }
.sectionItemTrigger a { padding: 1px; }
.sectionContent { display: none; float: left; width: 600px; padding: 0px; margin-right: 20px; }
.txtBackground { min-height: 465px; text-align: left; background-image:url(images/gradient2.jpg); background-repeat: repeat-x; background-color: white; margin: 0px 40px 10px 40px; padding: 50px 35px 0px 35px; }

.overlay {  }


.col1 { float: left; width: 80px; text-align: right; text-transform: uppercase; margin-top: 10px; }

.col2 { float: left: width: 50px; margin-right: 10px; }

.col3 { float:right; text-align: left; margin-top: 10px; width: 320px; }

.clear { clear:both; }