@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000;
	background-color:#CCCCCC;
	padding:0;
	margin:0;
	text-align:center;
}

h1 {
	font-size: 22px;
	color:#53180F;
}

h2 {
	font-size: 19px;
	color:#53180F;
}

h3 {
	font-size: 16px;
	color:#53180F;
}

h4 {
	font-size: 13px;
	color:#53180F;
}

.error {
	color: red;
	margin: 15px 0 15px 0;
}

#container {
	text-align:left;
	margin:0px auto;
	height: 751px;
	width:1000px;
	background-repeat:no-repeat;
	background-color:#ffffff;
}

#container-expand {
	text-align:left;
	margin:0 auto;
	padding: 0;
	width:1000px;
	background-image: url(../images/slice.gif) repeat-y scroll 0%;
	background-color:#ffffff;
	border-top: 1px solid #ccc;
}

#container-bottom {
	margin: 0;
	padding: 0 0 70px 0;
	background: transparent url(../images/faded-background-bottom.jpg) no-repeat scroll center bottom;
	width: 1000px;
}

#footer-image {
	/* background-image: url(images/faded-background-footer.jpg); */
	width: 1000px;
	repeat: no-repeat;
	text-align:left;
	margin:0px auto;
	color: #fff;
}

#footer-wrapper {
	margin:0px auto;
	width:864px;
}

#footer-left {
	float:left;
	width:687px;
	height:33px;
	background-color:#551718;
	margin: 0 2px 0 0;
	padding: 0;
}

#footer-left-links {
	margin: 7px 0 0 30px

}

#footer-right {
	float: left;
	width:175px;
	height:33px;
	background-color: #6E1E21;
	float: left;
}

#footer-image a {
	color: #fff;
}

#container-inner {
	margin:0px auto;
	width:864px;
}


#fadedContainer {
	text-align:left;
	margin:0px auto;
	width:1000px;
	background-image:url(../images/faded-background.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
}

#content{
	width:674px;
	height:auto;
	background-color:#214C6C;
	border-top:solid;
	border-top-color:#90A6B6;
	border-top-width:1px;
}

/*navigation*/

ul#nav-menu {
	list-style-type: none;
	margin: 20px 0 0 30px;
	padding: 0;
	width: 225px;
}

ul#nav-menu li {
	border-bottom: 1px solid #cc3333;
	margin-bottom: 1px;
}

ul#nav-menu li a {
	display: block;
	color: #fff;
	/** font-size: 1.65em; **/
	font-size: 166%;
}

ul#nav-menu li a:hover {
	text-decoration: none;
}


#top-container {
	margin:0px auto;
	width:864px;
}

#banner{
	float: left;
	width:687px;
	/* height:180px; */
	height:200px; /* new style */
	background-color: #551718;
	margin: 0 2px 0 0;
}

#logo{
	width:175px;
	/* height:180px; */
	height:200px;
	float: left;
}

.clear {
	clear: both !important;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

#arrow{
	float: left;
	width:52px;
	height:65px;
	margin: 0;
	padding: 0;
}

#title{
	float: left;
	margin: 0;
	padding: 5px 0 0 3px;
	font-size: 5.9em;
	font-weight: normal;
}

#container #container-inner #textArea{
	margin: 0 0 0 55px;
	padding: 0;
	width: 620px;
}

#container-bottom #textArea {
	padding: 0 0 0 130px;
	width: 620px;
}



p{
	margin: 10px 0 10px 0;
}

.big{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333333;
}

a {
	text-decoration: none;
}


a:link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:none;
}

a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:none;
}

a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:none;
	text-decoration: underline;
}

.consortio-big-text {
	font-size: 15px;
	color: #333333;
	font-weight: bold;
}

