body                 { background: #7C0000 url(../img/back.gif) no-repeat 50% 0; color: #ccc; }

h1, h2, h3, h4       { color: white; }

.container_12        { margin-top: 34px; }
.dottedline          { border-bottom: 2px dashed #fff; height: 2px; margin-bottom: 10px; clear: both;}

ul.nav {
	margin-bottom: 8px;
	padding: 0;
	list-style-type: none;
	width: 72em;
	overflow: hidden;
}

ul.nav li {
	float: left;
	margin: 0;
}

ul.nav a {
	display: block;
	padding: 0 1.4em;
	line-height: 2.4em;
	text-decoration: none;
	color: #fff;
	background: url(../img/divider.gif) repeat-y left top;
}

ul.nav li:first-child a {
	background: none;
}

ul.nav a:hover,
ul.nav a:focus {
	color: #333;
}

h1.logo a:link,
h1.logo a:visited {
	display: block;
	width: 420px;
	height: 64px;
	text-indent: -9999px;
	background: url(../img/logo.png) left top no-repeat;
}
h1.logo a:hover,
h1.logo a:focus {
	background: url(../img/logo.png) left bottom no-repeat;
}

#welcome             { height: 320px; background: url(../img/welcome.gif) no-repeat; }
#welcome_text        { margin-left: -50px; padding: 120px 0 0 0; color: #000; }
#welcome_pic         { padding-top: 20px; }

#infopage            { clear: both; color: #fff; margin-bottom: -25px; }
#infopage h1         { font-size: 135px; }

#footer              { background: #5C0000; clear: both; margin-top: 45px; overflow: hidden;}
#footer h2           { border-bottom: #fff dashed 1px;}
#footer ul {
	list-style-type: none;
	margin-left: -20px
}
#footer a:link,
#footer a:visited {
	color: #ccc;
	text-decoration: none;
}
#footer a:hover,
#footer a:focus {
	color: #fff;
	text-decoration: none;
}
.footer              { overflow: hidden; }

#tabs                { margin-top: -20px; }
.ui-tabs .ui-tabs-hide { display: none; }
