/* CSS Document */

#flashHead {
	margin-bottom: 0px;
}

.twoColumns {
	width: 666px;
	margin: 50px 50px 0 50px;
}

#courtReporting .twoColumns, #transcriptionServices .twoColumns, #trailPresentation .twoColumns, #litigationSupport .twoColumns, #videoServices .twoColumns {
	margin: 50px 50px 0 50px;
}

.learnMoreLink {
	color: #FDB813;
}

.subHead {
	color: #B0E0F4;
}

.introImg {
	float:right;
	margin:0 0 15px 15px;
}

.logo {
	margin:0 30px 0 0;
	display:inline;
}

/* services specific */

#servicesLinks {
	margin: 0;
	padding: 0 0 100px 0;
	border-top: 1px dotted #FFF;
}

#servicesLinks li {
	margin: 0;
	padding: 10px 0 0 37px;
	height: 40px;
	list-style-type: none;
	display: inline;
	float: left;
	width: 96px;
}

#servicesLinks a {
	color: #AFDFF3;
	text-decoration: none;
	font-size: 14px;
	line-height: 100%;
}

#servicesLinks a:hover {
	text-decoration: underline;
}

#services .floatLeft {
	margin-bottom: 120px;
}

/* end services specific */

/* locations specific */

#locations .oneColumnLeft h1, #locations .oneColumnRight h1 {
	color: #FDB813;
}

/* end locations specific */

/* forms */

label, input, textarea, select {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}
textarea {
	height: 100px;
}
label {
	text-align: right;
	width: 270px;
	padding-right: 20px;
}

label.map {
	text-align:left;
}

input.Radio, input.Checkbox {
	width: 20px;
}
input.button {
	margin-left: 290px;
	width: 75px;
	clear: both;
	display: inline;
	
}

.map input.button {
	margin-left:0;
}

label.Radio, label.Checkbox {
	width: 20px;
	display: block;
	width: 70px;
	text-align: left;
}
div.Checkbox {
	float: right;
	width: 370px;
}
div.Checkbox label.Checkbox {
	width: 200px;
}
form br {
	clear: both;
}

#promotions form {
	width: 280px;
}

#promotions label, #promotions input, #promotions textarea, #promotions select {
	display: block;
	float: left;
	margin: 10px 0;
}

#promotions label {
	text-align: right;
}

#promotions input {
	width: 140px;
}

#promotions label {
	font-size: 12px;
	width: 110px;
	text-align: left;
	padding-right: 20px;
}

#promotions div.Checkbox {
	width: 280px;
}

#promotions input.Checkbox {
	width: 30px;
	margin-left: 130px;
}

#promotions label.Checkbox {
	width: 100px;
}

#promotions .Button {
	margin-left: 130px;
}

/* end forms */

