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

a:link, a:active, a:visited {
	color:#0000CC;
}

a:hover {
	text-decoration:none;
	color:#B32017;
}
h1, h2, h3, h4, h5, p {
	margin-top:0px;
	margin-top:5px;
}
img {
	margin:5px;
}
#module h1 {
	color:#B32017;
	margin-bottom:10px;
}
strong {
	color:#B32017;
}
li {
	margin:inhert inherit inherit 30px;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #CFD1D2;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image:url(../images/body_bg.gif);
	background-position:top center;
	background-repeat:repeat-y;
}
#container {
	position:relative;
	background: #FFFFFF;
	width: 992px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	width: 992px;
	height: 165px;
	background-image:url(../images/header_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.clearfloat, #clearfloat {
	clear:both;
	line-height:0px;
}
/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */

#topTagline {
	float:right;
	font-size: 24px;
	font-weight:bold;
	color:#FDBE57;
}
#bodyContent {
	position:relative;
	top: -50px;
	float:right;
	font-size: 14px;
	width:720px;
}
#topTagline table {
	width:460px;
	height: 95px;
	margin: 0 20px 0 0;
}
#topNavi {
	float:right;
	font-size: 12px;
	font-weight:bold;
	color:#B32017;
}
#topNavi a {
	font-size: 12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#topNavi a:hover {
	font-size: 12px;
	font-weight:bold;
	color:#B32017;
	text-decoration:none;
}
#topNavi td {
	text-align:center;
	vertical-align:bottom;
}
#topNavi table {
	width:260px;
	height: 95px;
}
#content {
	padding: 0 20px;
}
#redBox {
	text-align:right;
	padding: 10px 10px;
	background-color:#B32017;
	color:#FFFFFF;
	vertical-align:middle;
}
#secNav {
	text-align:center;
	padding: 10px 10px;
	vertical-align:middle;
}
#redBox a {
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#redBox a:hover {
	font-size: 12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#footer table {
	width:980px;
	font-size:10px; 
	clear:both;
}
#footer #bottomRow td {
	padding: 15px 5px;
	color:#5d5d5d;
	vertical-align:middle;
}

/* TOTAL COLUMN WIDTH SHOULD COME TO BELOW 710px */
#rightColumn {
	margin:0 10px 0 0;
	float:right;
	width:230px;
	font-size:12px;
}
#leftColumn {
	float:left;
	text-align:left;
	width:460px;
}
/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */

#navi {
	font-size: 12px;
	margin:15px 0 0 0;
	width:250px;
}
.nav a  {
display:inline-block;
clear: both;
width: 200px;
font-size: 12px;
line-height: 30px;
padding: 0 10px 0 45px;
font-weight:normal;
color: #000000;
text-decoration: none;
background: #FFFFFF url(../images/menuanim.png) 0px 0px no-repeat;
/*Using a color similar to our start frames as background color*/
}
#navSelect  {
display:inline-block;
clear: both;
width: 200px;
font-size: 12px;
line-height: 30px;
padding: 0 10px 0 45px;
color: #B32017;
font-weight:bold;
text-decoration: none;
/*Using a color similar to our start frames as background color*/
}
/*because IE doesn't calculate CSS rules correctly,
I had to use the id's instead of classes to style*/
#animenu a {
color: #000000;
}

#animmenu a:hover {
color: #B32017;
}

html>body .nav a:hover {
background-color:#FFFFFF;
/*because the stupid IE6 slows to a crawl when background-color is set on hover,
we hide the rule from it, IE7 is not effected, hooray!*/
}

#animmenu.noscript a:hover {
background: #FFFFFF url(../images/menuanim.png) 0px -400px;
/*This style is used for hovering when user does not enable javascript*/
}


/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */
#module {
	width:100%;
}
#module div {
}
#modHeader {
	color:#FFFFFF;
	background-color: #B32017;
	padding:10px 0;
	width:100%;
}
#modHeader p {
	font-weight:bold;
	color:#FFFFFF;
	padding:0 11px;
	width:100%;
}
#modBody {
	float:right;
	color:#000000;
	padding:5px 0px 10px 0px;
	width:100%;
	position:relative;
	
	background-image:url(../images/mod/mod_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
}
#modHeader p {
	margin:0px;
}
#modBorder {
	padding:0 1px;
	float:right;
	background-image:url(../images/mod/mod_side.gif);
	background-position:top left;
	background-repeat:repeat-x;
}
#leftColumn #modBorder {
	padding:0 1px;
	float:right;
	background-image:url(../images/mod/mod_side.gif);
	background-position:top left;
	background-repeat:repeat-x;
	width:100%;
}
#modBody #content {
	min-height:130px;
}

/* ============================================= */
#form {
	border-top:solid 4px #B32017;
	border-bottom:solid 4px #B32017;
	border-left:solid 1px #B32017;
	border-right:solid 1px #B32017;
}
#form tr {
	color:#000000;
	background-image:url(../images/mod/mod_bg.gif);
	background-position:20px 0 0 0;
	background-repeat:repeat-x;
	border-bottom:solid 1px #B32017;
	border-top:none;
	padding:15px 5px;
}

#form .input input {
	color:#000000;
	border:solid 1px #666666;
	padding:2px 5px;
	background-color:#FFFFFF;
}

#form .label {
	color:#000000;
	padding:5px 10px;
	font-size:12px;
}
#btn {
		font-weight:bold;
	display: inline-block;
	border: solid 2px #B32017;
	font-family: inherit;
	font-size: 12px;
	line-height: 16px;
	padding: 3px 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	cursor: pointer;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	vertical-align: middle;
	
	color: #FFFFFF;
	background-color:#B32017;	
}

#btn:hover {
	font-weight:bold;
	display: inline-block;
	border: solid 2px #000000;
	font-family: inherit;
	font-size: 12px;
	line-height: 16px;
	padding: 3px 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	cursor: pointer;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	vertical-align: middle;
	
	color: #FFFFFF;
	background-color:#B32017;
}




#modHeader {
margin-bottom:-10px;\
margin-bottom:0px;
[margin-bottom:0px;
margin-bottom:-15px;]
}
/*end*/

/*\*/
html*#modHeader {
[margin-bottom:0px;
margin-bottom:0px;
]margin-bottom:0px;
}/*end*/
.dummyend[id]{clear:both;}

/*\*/
* html #modHeader {
margin-bottom:0px;}