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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
h1 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0px;
}
h1 strong {
	font-weight: normal;
	font-size: 24px;
}
h2 {
	font-size: 14px;
	text-transform: uppercase;
}
:focus {
	outline: 0;
}

#wrapper {
	width: 960px;
	font-family:"Times New Roman", Times, serif;
	margin: 0 auto;
}
#top {
	width: 100%;
	height: 70px;
	background: #CC1C1A;
	color: #fff;
	border: solid 1px #CC1C1A;
}
#top img {
	margin-left: 20px;
	float:left;
}

#top #text {
	float: right;
	margin: 20px;
}
#top strong {
	text-transform: uppercase;
	font-size: 20px;
}
.container {
	width: 100%;
	height: auto;
	border: solid 1px #999;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 5px;
}
.noborder {
	border-top: none;
}
.icon {
	display:inline-block;
	text-align: center;
	margin: 10px;
	border: solid 1px #fff;
	padding: 12px;
	font-size: 15px;
	font-weight: bold;
	color:#333333;
	
}
.icon:hover{
	border: solid 1px #ccc;
}
.icon a {
	width: 140px;
	display:block;
	
	text-decoration: none;
	color: #000;
}

.icon a:hover {
	color:#CC0000;

}

.icon ul {
	margin-top: 10px;
}

.icon ul li {
 font-weight: normal;
	list-style-type: none;
}
.icon ul li a {
	font-size: 12px;
	height: 14px;
	text-decoration: none;
	color: #000;
}

.icon ul li a:hover {
	
	border: none;
	color: #CC0000;
}
.nomenu {
	height: 55px;
	display: inline-block;
}
.sub-icon {
	border: solid 1px #fff;
	height: 156px;
	display:inline-block;
	text-align: center;
	margin: 3px;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;

}
.sub-icon ul {
	margin-top: 10px;
}
.sub-icon ul li {
font-size: 13px;
list-style-type: none;
font-weight: normal;
}
.sub-icon a {
		text-decoration: none;
		color: #000;
	
}
.sub-icon a:hover {
		color:#CC0000;
}
.sub-icon:hover{
	border: solid 1px #ccc;
}
#left-nav {
	width: 155px;
	height: 400px;
	border: #fff solid 1px;
	float: left;
	margin-left: 15px;
	
}
#left-nav h2 {
	text-align:center !important;
	
}

#left-nav ul {
	margin: 15px 0;
	font-size: 13px;
	border-top: 1px solid #ccc;

}

#left-nav ul li {
	font-size: 13px;
	list-style: none;
	border-bottom: 1px solid #ccc;
}

#left-nav ul li a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 4px 0; 
}

#left-nav ul li a:hover {
	color: #fff;
	background: url(../img/misc/misc-arrow.gif) right no-repeat #DF0000;
}
#left-nav .selected {
	color: #fff;
	background: url(../img/misc/misc-arrow.gif) right no-repeat #DF0000;
}
#left-nav .gray-b {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px; 
	background: url(../img/misc/home-button.gif) center left;
	border: 0;
	padding: 9px;
	color:#666666;
	cursor: pointer;
	text-decoration: none !important;
}
#left-nav .gray-b:hover {
	
	color:#000;

}
.container-internal {
	width: 100%;
	height: 480px;
	border: solid 1px #999;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 5px;
}

#animation-frame {
	width: 750px;
	height: 480px;
	float: right;
	margin-right: 15px;
	display: table;

}