/* CSS Document */


/* Main Body Styling */

body {
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: "Warnock Pro", "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	line-height: 1em;
	background: #3e0001 url(images/splash/gradient.jpg) repeat-x bottom left;
	min-height: 864px;
	color:#FFFFFF;
	text-align:center;
}

* html body {
	font-size:small;
}

* {
	margin:0;
	padding:0;
}


#wrap #buttons #fargo .bold, #wrap #buttons #greenbay .bold, #wrap #buttons #grandforks .bold {
	font-weight: 700;
}
#fargo {
	float:left;
	text-align:left;
	width: 240px;
}

#greenbay, #grandforks {
	float:left;
	text-align:left;
	width: 245px;
}

#grandforks {
	float:right;
	text-align:left;
	width: 300px;
}

/* Links and Headers Styling */

a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	color:#fff173;
	text-decoration:underline;
}

h2 {
	font-size:220%;
	line-height: 1em;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
}

h4 {
	font-size:90%;
	line-height: 1em;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	color:#FFFFFF;
}

p {
	font-size: 110%;
	color:#000000;
}

#wrap #buttons #fargo h2, #wrap #buttons #fargo h4 {
	text-indent: 42px;
}


/* Layout Structure */

#wrap {
	margin: 0 auto;
	padding:0;
	min-width: 900px;
	max-width: 900px;
	background: url(images/splash/main_img.png) no-repeat center top;
	text-align:center;
}

/* \ */
* html #wrap
{
    background:none;
    float:center;
    width:835px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/splash/main_img.png', sizingMethod='crop');
}
/* */

#buttons {
	margin:  550px auto 40px auto;
	background: transparent;
	clear: both;
	text-align:center;
	width:800px;
}


/* Floats */

.floatright {
	float:right;
	margin: 10px 0px 10px 10px;
}

.floatleft {
	float:left;
	margin: 10px 40px 10px 0px;
}

/* Clearfix */

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}  /*a fix for IE Mac*/

* html .clearfix {height: 1%;}
.clearfix {display: block;} /*The Holly hack for a bug in IE6 for Windows*/

