/* @override http://www.lasdallas.com/css/lasdallas.css */

body {
	background-color: gray;
	margin-bottom: 20px;
	margin-top: 20px;
}

a {
	color: navy;
}

h1 {
	padding: 4px;
	font-size: 16px;
}

h2 {
	font-size: 18px;
	color: #336;
	padding-top: 12px;
	padding-bottom: 4px;
}

h3 {
	font-size: 14px;
	color: #336;
	padding-top: 12px;
	padding-bottom: 4px;
}

h4 {
	padding-top: 20px;
}

p {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	padding-top: 4px;
	padding-bottom: 4px;
}

ul {
	padding: 8px;
}

strong {
	font-weight: bold;
}

.header {
	background: #BEDDF2 url(../img/lasdallas.gif) no-repeat;
	display: block;
	height: 98px;
	border: 1px solid silver;
	overflow: hidden;
}

.footer {
	display: block;
}

.downtown {
	background-image: url(../images/downtown.jpg);
	height: 210px;
}

.programs {
	background-image: url(../images/programs.jpg);
	height: 210px;
}

.events {
	background-image: url(../images/events.jpg);
	height: 210px;
}

.studentloans {
	background-image: url(../images/studentloans.jpg);
	height: 210px;
}

.contact {
	background-image: url(../images/contact.jpg);
	height: 210px;
}

.container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border: 6px solid white;
	background-color: white;
}

.content {
	min-height: 600px;
	*height: 600px;
	padding: 8px;
}

.none {
	margin: 0;
	padding: 0;
	display: none;
}

.floatright {
	float: right;
	padding: 4px;
	clear: right;
	display: block;
}

.floatleft {
	float: left;
	padding: 4px;
	clear: both;
	display: block;
}

.address {
	font-size: 11px;
	position: relative;
	left: 18px;
	top: 16px;
}

.textleft {
	text-align: justify;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: justify;
}

.certified {
	font-style: italic;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 8px;
}

.amenities {
	text-align: center;
}

.directions {
	display: block;
	overflow: hidden;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid silver;
	padding: 4px;
}

.directionstext {
	padding-top: 10px;
	margin-right: 4px;
	margin-left: 4px;
}

.quotes {
	color: white;
	background-color: #333;
	height: 100px;
}

.courses {
	margin-right: auto;
	margin-left: auto;
}

.coursehilite {
	padding: 8px;
	background-color: #f5f5f5;
	height: 65px;
	margin-bottom: 8px;
}

.quoteimg {
	border-left-width: 1px;
}

.table100 {
	width: 100%;
}

.pad4 {
	padding: 4px;
}

.copyright {
	font-size: 11px;
	padding-top: 10px;
	color: #333;
}

.contactform {
	width: 500px;
	background-color: #f5f5f5;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.contacttextbox {
	width: 450px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 10px;
	height: 150px;
}

.padinput {
	margin: 2px;
	width: 250px;
}

.pad4 {
	padding: 8px;
}

.red {
	color: #f33;
}

.hide {
	visibility: hidden;
	display: none;
}

.formtitle {
	background-color: #808080;
	color: white;
	font-weight: bold;
	padding: 4px;
}

.whylegal {
	background-image: url(../images/whylegal.gif);
	height: 45px;
}

.assistance {
	background-image: url(../images/placement.gif);
	height: 50px;
}

.quoteimg {
	width: 197px;
	height: 100px;
	display: block;
	margin: 0;
	padding: 0;
	border-style: none;
}

.eventlist {
	
}

.eventlist li {
	display: inline-block;
}

.eventthumb {
	border: 4px solid gray;
}

.eventgallerylink {
	font-weight: bold;
	float: right;
	text-decoration: none;
}

.eventgallery {
	margin-right: auto;
	margin-left: auto;
	width: 75%;
}

.eventgallery td {
	text-align: center;
	padding: 5px;
}