html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.875em;
	line-height: 1.5;
	color:#333;
}

em {
	font-style:italic;
}
/*** Resets and Fixes ***/
img {
	border:none;	
}

p, div.p {
	margin-bottom: 1.5em;
}

h1 {
	font-size: 1.8em;
	color:#000;
	margin-bottom:1em;
	font-weight:bold;
}

h2 {
	font-size: 1.5em;
	color:#000;
	line-height:1.5em;
	font-weight:bold;
}

h3 {
	font-size: 1.125em;
	line-height: 1;
	margin-bottom:.5em;
	margin-top:1em;
	font-weight:bold;
}

ul.standard li {
	list-style:disc;
	list-style-image:url("/apps/dps/txlcdr/img/bullet.png");
	list-style-position:outside;
}

ul.standard li ul li {
	display:list-item;
	list-style:disc;
	list-style-position:inside;
}

ul.standard li ul li ul li {
	display:list-item;
	list-style:circle;
	list-style-position:inside;
}

.clearfix {
	clear:both;
}

/*** Links ***/
a:link, a:visited, a:active {
	color:#003e7e;
	/*text-decoration:none;*/
}

a:hover {
	text-decoration:underline;
}

/*** Layout ***/
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -31px;
}

.body-header {
	height:31px;
	background:url("/apps/dps/txlcdr/img/body-header.png") repeat-x 0 0;
}

.body-center {
	background:#e4f5fd;
}

.content-header, .content-center, .content-footer, .body-header-content {
	width:970px;
	margin:0 auto;
	text-align:left;
}

.content-header {
	background:url("/apps/dps/txlcdr/img/app-canvas-top.png") no-repeat 0 0;
	height:30px;
}

.content-footer {
	background:url("/apps/dps/txlcdr/img/app-canvas-bottom.png") no-repeat 0 0;
	height:30px;
}

.content-center {
	background:#e4f5fd url("/apps/dps/txlcdr/img/app-canvas-sides.png") repeat-y 0 0;
	padding:0 35px;
	width:900px;
}

.body-footer {
	height:31px;
	line-height:31px;
	background:url("/apps/dps/txlcdr/img/body-footer.png") repeat-x 0 0;
	text-align: center;
	border-bottom:1px solid #ccc;
}

.body-footer .inner {
	margin:0 auto;
	width: 970px;
	font-size: .957em;
}

.body-footer .right {
	float:right;	
}

/*** Banner ***/

.banner-wrapper {
	margin:0 0 30px 0;
	overflow:hidden;
}

.banner-logo {
	float:left;
}
.banner-title {
	float:left;
	margin:0 10px;
}
.banner-texas-logo {
	/*background:url("/apps/dps/txlcdr/img/texas-gov-logo.png") no-repeat 0 0;*/
	float:right;
	height:101px;
	width:101px;
}

h1.app-name span {
	display:block;
	font-size:0.6em;
	font-weight:normal;
}

/*** Main Content Area ***/
.app-wrapper {
	overflow:hidden;
}

.form-container {
	float:left;
	width:652px;
	
	padding:.5em;
	background:url("/apps/dps/txlcdr/img/stripes.gif") no-repeat 0 5px;
}

.form-container h2 {
	margin:0;
}

/*** Right Rail ***/
.tools-container {
	float:right;
	width:223px;
}

.callout-box {
	margin-bottom:2em;	
}

.callout-box-header { 
	background:url("/apps/dps/txlcdr/img/callout-box-header.png") no-repeat 0 0;
	padding:6px 6px 1px 6px;
}

.callout-box-header h3 {
	background:url("/apps/dps/txlcdr/img/callout-box-title.png") repeat-x 0 0;
	height:31px;
	line-height:31px;
	margin:0;
	padding:0 0 0 0.75em;
	color:#000;
	font-weight:normal;
}

.callout-box-content {
	padding:0.75em 1.4em;
	background:url("/apps/dps/txlcdr/img/callout-box-bg.png") repeat-y 0 0;
}

.callout-box-footer { 
	background:url("/apps/dps/txlcdr/img/callout-box-footer.png") no-repeat 0 0;
	height:5px;
}

.support {
	color:#666;
	margin:10px 0 0 0;
	font-size:0.957em;
}

.support p, .callout-box p {
	margin:0;
	line-height:1.25em;
}

a[href$=".pdf"] {
  background-image: url("/apps/dps/txldr/img/pdf.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right center;
  line-height: 19.5px !important;
  padding-right: 18px;
}