/* CSS Document -- All pages within site */

html, body {
	padding: 0;
	margin: 0;
	background-color: #13367A;
	color: #FFF;
	text-align: center;
}

html {
	text-align: left;
	min-height: 100%;
	margin-bottom: 1px;
}

div#blueWrapper {
	background-image: url(../../images/bkgdGradient.jpg);
	background-repeat: repeat-x;
	background-color: #184399;
}

div.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 766px;
	text-align: left;
}

img {
	display: block;
	border: 0px;
}

.clearBoth {
	clear: both;
}

p, ul, li, h1, h2, h3, h4, label, a, title {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

p, li {
	line-height: 165%;
	color: #FFF;
}

a {
	line-height:165%;
	color:#6de1ff;
}

h1 {
	font-size: 16px;
	padding: 5px 15px;
	background-image: url(../../images/titleIcon.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFF;
}

h3 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 15px;
}

h3 a {
	font-size:15px;
}

h4 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight:bold;
}

.oneColumnLeft {
	width: 280px;
	float: left;
	margin: 50px 0 50px 50px;
	display: inline;
}

.oneColumnRight {
	width: 280px;
	float: right;
	margin: 50px 50px 50px 0;
	display: inline;
}

.floatLeft {
	float: left;
	margin: 0 15px 15px 0;
}

.floatLeftHome {
	float: left;
	margin: 0 15px 30px 0;
}

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

.introText, .introText a {
	color: #FDB813;
}

#locationMap {
	width: 285px;
	height: 125px;
	background-image: url(../../images/home-locationMap.png);
	background-repeat: no-repeat;
	padding: 40px 0 0 30px;
}

#locationMap a {
	color: #FFF;
}

#linkCourtReporting {
	background-image: url(../../images/icon-navCourtReporting.jpg);
	background-repeat: no-repeat;
}

#linkVideoServices {
	background-image: url(../../images/icon-navVideoServices.jpg);
	background-repeat: no-repeat;
}

#linkTranscriptionServices {
	background-image: url(../../images/icon-navTranscriptionServices.jpg);
	background-repeat: no-repeat;
}

#linkTrialPresentation {
	background-image: url(../../images/icon-navTrialPresentation.jpg);
	background-repeat: no-repeat;
}

#linkLitigationSupport {
	background-image: url(../../images/icon-navLitigationSupport.jpg);
	background-repeat: no-repeat;
}



/* footer */

h2#footerTitle {
	text-align: center;
	color: #FFF;
	font-size: 16px;
}

#textLinks {
	width: 766px;
}

#textLinks p {
	font-size: 12px;
	color: #FDB813;
	background-color: #13367A;
	text-align: center;
	margin: 25px 0;
}

#textLinks a {
	font-size: 12px;
	color: #FDB813;
	background-color: #13367A;
	margin: 0 5px;
	text-decoration: none;
}

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

#footerText p {
	font-size: 12px;
	color: #FFF;
	background-color: #13367A;
	margin: 10px 0;
	text-align: center;
}



/* end footer */

/* dividers */

div.dividerDots {
	height: 1px;
	background-image: url(../../images/divider_dotsHoriz.gif);
	background-repeat: repeat-x;
}

div.dividerGrayBar {
	height: 5px;
	background-color: #CCC;
}

div.dividerDots hr, div.dividerGrayBar hr {
	display: none;
}

/* end dividers */



