@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background: #DF1F26;
	height: 99%;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* classes */
a:link {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #DF1F26;
}
a:visited {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #DF1F26;
}
a:hover {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #999999;
}
a:link img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #DF1F26;
}

a:visited img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #DF1F26;
}
.gray {
	color: #999B9E;
}
.title {
	color: #999B9E;
	font-size: 20px;
	font-weight: bold;
}

.red {
	color: #DF1F26;
}
.red_title {
	color: #DF1F26;
	font-size: 24px;
	font-weight: bold;
}
.copyright {
	font-size: 10px;
}
input
{
	color: #666666;

}
.tn_array {
	text-align: center;
	float: left;
	margin-right: 35px;
}
.tn_end {
	float: none;
	min-height: 225px;
}

/* end of classes */




#container {
	position: relative;
	width: 1052px;
	text-align: left;
	min-height: 99%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* if you remove this then the container disappears in IE */
* html #container {
	width: 1052px;
	height: 99%;
}


/* header section */
#allheader {
	width: 1052px;
	top: 0px;
	height: 300px;
	margin: 0px;
	padding: 0px;
}
#topleftshadow  {
	background-image: url(../images/boxshadow_left.png);
	position: absolute;
	height: 300px;
	left: 0px;
	background-repeat: repeat-y;
	width: 51px;
}
#toprightshadow  {
	background-image: url(../images/boxshadow_right.png);
	position: absolute;
	height: 300px;
	right: 0px;
	background-repeat: repeat-y;
	width: 51px;
}
#topholder {
	background-color: #000000;
	height: 300px;
	width: 950px;
	position: absolute;
	top: 0px;
	left: 51px;
}
#logo {
	position: absolute;
	height: 104px;
	width: 300px;
	left: 27px;
	top: 2px;
}
#session {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #3A3A3C;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: text-bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}

#slogan {
	font-size: 24px;
	position: absolute;
	left: 460px;
	top: 43px;
}
#slogan_reflection {
	background-image: url(../images/slogan_reflection.png);
	height: 18px;
	width: 393px;
	position: absolute;
	left: 460px;
	top: 75px;
}

#header {
	position: absolute;
	height: 160px;
	width: 950px;
	left: 0px;
	top: 100px;
	background-color: #3A3A3C;
}
#header_img_one {
	position: absolute;
	height: 150px;
	width: 215px;
	top: 6px;
	left: 15px;
	background-image: url(../images/header_img1.jpg);
}
#header_img_two {
	position: absolute;
	height: 150px;
	width: 215px;
	top: 5px;
	left: 250px;
	background-image: url(../images/header_img2.jpg);
}
#header_img_three {
	position: absolute;
	height: 150px;
	width: 215px;
	top: 5px;
	left: 485px;
	background-image: url(../images/header_img3.jpg);
}
#header_img_four {
	position: absolute;
	height: 150px;
	width: 215px;
	top: 5px;
	left: 720px;
	background-image: url(../images/header_img4.jpg);
}
#toplinks {
	font-size: 14px;
	position: absolute;
	left: 0px;
	top: 165px;
	width: 950px;
	text-align: center;
}
#expandable/* expandable section */

{
	width: 1052px;
	min-height:500px;
	background-image: url(../images/expandable-bg.png);
	background-repeat: repeat-y;
	top: 0px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#contentholder {
	position: relative;
	left: 250px;
	width: 600px;
	top: 20px;
	padding-bottom: 50px;
}
#sideframe {
	left: 65px;
	top: 20px;
	border-right-width: thin;
	border-right-style: solid;
	width: 160px;
	border-right-color: #999B9E;
	float: left;
	position: relative;
	height: 450px;
	margin-right: -225px;
}
/* end of center section */

/* footer section */
#footer {
	width: 1052px;
	position: absolute;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: auto;
	bottom: 0px;
}
#bottomleftshadow  {
	background-image: url(../images/boxshadow_left.png);
	position: absolute;
	height: 65px;
	left: 0px;
	background-repeat: repeat-y;
	width: 51px;
}
#bottomrightshadow  {
	background-image: url(../images/boxshadow_right.png);
	position: absolute;
	height: 65px;
	right: 0px;
	background-repeat: repeat-y;
	width: 51px;
}
#bottomlinks {
	position: absolute;
	height: 55px;
	width: 950px;
	left: 51px;
	text-align: center;
	color: #000000;
	font-size: 14px;
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bottomlinks a:hover {
	color: #DF1F26;
	text-decoration: underline;
}
