/* @override http://tdicis.dev/assets/site/css/splash.css */

body#tdicis {
	background: #58062e;
	text-align: center;
}

#wrapper {
	width: 600px;
	background: none;
}

ul#mainLinks, div#ftcontent, form#searchBox, div#navigation, div#sidebar {
	display: none;
}

div#header {
	width: 600px;
	height: 100px;
	padding-top: 40px;
	text-align: center;	
}

div#logo {
	position: static;
	margin: 0 auto;
}

div#logo a {
	display: block;
	background: url(../images/splash-logo.gif) no-repeat;
}

div#logo img {
	width: 0;
}

div#secA {
	background: none !important;
}

div#content {
	width: 600px;
}

div#main {
	margin: 0;
	padding: 0;
	width: 600px;
	float: none;
}

ul#stateSelect {
	width: 600px;
	height: 585px;
}

ul#stateSelect li {
	list-style-image: none;
	list-style-type: none;
}


li#cdaLink a {
	display: block;
	width: 537px;
	height: 130px;
	background: url(../images/cdaLink.gif);
	text-indent: -9999px;
	overflow: hidden;	
}

li#mdaLink a {
	display: block;
	width: 537px;
	height: 130px;
	background: url(../images/mdaLink.gif);
	text-indent: -9999px;
	overflow: hidden;	
}

li#ndaLink a {
	display: block;
	width: 537px;
	height: 130px;
	background: url(../images/ndaLink.gif);
	text-indent: -9999px;
	overflow: hidden;
}

li#isdsLink a {
	display: block;
	width: 537px;
	height: 130px;
	background: url(../images/isdsLink.gif);
	text-indent: -9999px;
	overflow: hidden;	
}

body#tdicis div#footer {
	background: none;
}