/* CSS for Arvada Website */

/* Generic Styles*/

html{height:100%}
html,body {margin:0;padding:0;}
body{
	background:#ffffff;
	min-width:800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	

}

a{
	color: #000000;
}

a img {
	border: 0;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #ff9900;
	margin: 0 0 10px 0;
}

h2{
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

.workshop{
	color: #ff9900;
}

h3{
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}

p{
	margin: 5px 0 5px 0;
}

p.index{
	margin: 15px 0 15px 0;
}

hr{
	border: 0;
	height: 1px;
	color: #999999;
	background-color: #999999;
}

#main {
	width: 800px;
	height: 600px;
	z-index: 1;
}

#header{
	width: 800px;
	height: 87px;
}

#header img{
	float: left;
}

#header p {
	position: relative;
	top: 40px;
	text-align: right;
	font-size: 15px;
	padding-top: 15px;
	float: right;
	color: #ff9900;
	line-height: 1
}

#imageBar{
	width: 800px;
	height: 226px;
	margin-bottom: 10px;
}

#imageBlue{
	float: left;
	width: 48px;
	height: 226px;
	background: #003399;
	margin: 0;
	padding: 0;
}

#imageBar img{
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
}

#menu{
	height: 25px;
}

#content {
	float: left;
	width: 752px;
	margin: 10px 0 0 0px;
	padding-left: 48px;
}

#contentLeft{
	float: left;
	width: 560px;
	margin: 0;
}

#contentLeft dt{
	font-weight: bold;
	text-decoration: underline;
}

#contentLeft dd {
	margin: 0;
	padding: 0;
}

#contentLeft dd ul{
	margin: 0;
	padding: 0;
}

#contentLeft dd ul li{
	margin: 0;
	padding: 0;
	font-weight: bold;
	list-style-type: none;
}

#contentLeft dd ul ul{
	padding-left: 20px;
}

#contentLeft dd ul li li {
	font-weight: normal;
	list-style-type: disc;
}
	



#contentRight{
	float: left;
	width: 182px;
	margin: 0 0 0 5px;
}

#contentRight p{
	width: 165px;
	margin: 5px 12px 0 10px;
	line-height: 2;
	text-align: center;
	color: #3366CC;
	font-size: 10px;
	font-style: italic;
}

#contentRightReport{
	float: left;
	width: 182px;
	margin: 0 0 0 5px;
	text-align: center;
}

#contentRightReport p{
	width: 165px;
	margin: 5px 12px 0 10px;
	line-height: 1.4;
	text-align: center;
	color: #000;
	font-size: 10px;
}

#contentRightSeminar{
	float: left;
	width: 162px;
	height: 204px;
	padding: 15px 10px 10px 10px;
	margin: 0 0 0 5px;
	background-image: url('images/index_right_sem.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#contentRightSeminar h2{
	font-variant: small-caps;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 35px 0;
}

#contentRightSeminar p strong{
	font-weight: bold;
	font-style: italic;
}

#contentRightSeminar p {

	margin: 20px 0 20px 0;

}

#contentRightSeminar a {
	font-weight: bold;
}



#footer{
	clear: both;
	width: 752px;
	padding-left:48px;
	border-top: 1px solid #cccccc;
}

#footerAddress{
	float: left;
	width: 570px;
}


#footerEmail{
	float: left;
	line-height: 3.0;
}

#footerEmail img {
	vertical-align: middle;
}

#footerEmail a{
	color: #003399;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}


.addressBlue{
	color: #003399;
	font-weight: bold;
}

.boldOrange{
	color: #ff9900;
	font-weight: bold;
}

#keywords{
	background-color: #cccccc;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	margin: 35px 25px 10px 5px;
	padding: 15px 10px 15px 10px;
}

.keywordBullet{
	color: #FF6600;
}

.summaryLink:hover{
	color: #ff9900;
}

.office{
	width:230px;
	height: 180px;
	float: left;
}

.clear{
	clear: both;
}

#mapLink{
	position: absolute;
	top: 400px;
	left: 400px;
}

#mapLink p{
	font-size: 14px;
	font-weight: bold;

}
#mapLink p a{
	color: #003399;
}

.formText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 175px;
	font-size: 12px;
	z-index: 0;
}

.formArea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 98%;
	font-size: 12px;
}

#privacy{
	float: right;
	padding-right: 25px;
	font-size: 9px;
}

.boldBlue{
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}

.pdfDownload img{
	vertical-align: middle;
}

.managementImg{
	width: 57px;
	float: left;
	margin: 5px 0px 5px 0px;
}
.managementP{
	float: left;
	width: 493px;
	margin: 5px 5px 5px 5px;
}

.copywrite{
	font-size: 9px;
	color: #999999;
}

.error{
	color: #ff0000;
	font-weight: bold;
}

#rotoOrder .formLabel, #seminarBooking .formLabel{
	float: left;
	display: block;
	width: 175px;
}

.required{
	color: #ff0000;
}
