@charset "utf-8";
body {
	background: #afaaaa;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #231f20;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
}
.oneColFixCtr #container {
	width: 975px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	width: 975px;
	margin: 0px;
	padding: 0px;

}
#header {
	height: 104px;
	width: 975px;
	margin-top: 12px;
	background-color: #d7d5d5;
}
.alignleft {
	float: left;
}
#contact {
	width: 320px;
	margin-left: 660px;
	padding-top: 30px;
	font-size: 12px;
	font-weight: bold;
}
#menu {
	height: 26px;
	background-image: url(../images/menu-bk.jpg);
	background-repeat: repeat-x;
}
#menu .menu-button {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #96271E;
	width: 100px;
	float: left;
}
#main-body {
	background-color: #373334;
	background-image: url(../images/maincontent-bk.jpg);
	background-repeat: repeat-x;
	background-position: top;
	overflow:auto;
}
#rotator {
	height: 250px;
	width: 640px;
}
#applications {
	float: right;
	height: 230px;
	margin-right: 20px;
	margin-top: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000;
	border-bottom-color: #000;
	width: 300px;
	padding: 0px;
}
#applications #app-list-left {
	float: left;
	font-size: 12px;
	margin-right: 20px;
}
#applications #app-list-right {
	float: left;
	font-size: 12px;
	margin-right: 0px;
}

#applications h1 {
	padding: 0px;
	font-size: 24px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	color: #DB392C;
}
#applications .app-list ul {
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#welcome-text, #inner-text {
	margin-bottom:12px;
	width: 620px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
			
}

#welcome-text {
	width: 620px;

}
#inner-text {
	width: 935px;
}
#welcome-text h1, #inner-text h1 {
	font-size: 24px;
	color: #FFF;
	margin-bottom: 10px;
}
#welcome-text p, #inner-text p {
	margin-top: 0px;
	font-size: 14px;
	color: #FFF;
}

#inner-text a {
	color: #FFF;
	font-weight:bold;	
}
#inner-text a:hover {
	color:#d7372a;
}
#contact a {
	color: #000;
	font-weight:bold;	
	text-decoration:underline;
}
#contact a:hover {
	color:#d7372a;
	text-decoration:underline;
}

.red-title {
	font-size:14px;
	color:#d7372a;
	line-height: 24px;	
}
#footer {
	background-color: #231F20;
	background-image: url(../images/footer-bk.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	height: 83px;
	padding-top: 15px;
}
#footer h3 {
	font-size: 14px;
}

#confidence {
	height: 150px;
	width: 320px;
	float: right;
	padding-top: 5px;
}
#bottom-buttons {
	clear: both;
	height: 135px;
	padding-top: 5px;
}
#copyright {
	font-size: 10px;
	text-align: center;
}

#copyright a {
	color: #333;
	text-decoration: none;	
}
#copyright a:hover {
	color: #FFF;
	text-decoration: underline;
}
#bottom-buttons .bottom-button {
	float: left;
	margin-left: 19px;
}

img {
	border:none;
}