@charset "UTF-8";

/* CSS Document */

/* universal
---------------------------------------------*/ 

body, html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	background-color: #898989;
	font-family:Helvetica, Arial, sans-serif;

}

html {
	overflow-y: scroll;
}

#wrap {
position:relative;
min-height:100%;

}

* html #wrap {
	height:100%;
} 

#container {
	margin:auto;
	width: 810px;
	min-height:100%;
	background-image:url(images/container_bkg.png);
	background-repeat:repeat-y;
}

.clear {
	clear: both;
	height: 0px;
}
a:link {
	color: #3399ff;
	text-decoration:underline;
}
a:visited {
	color: #3399ff;
	text-decoration:underline;
}
a:hover {
	color: #DC002A;
	text-decoration:underline;
}
a:active {
	color: #3399ff;
	text-decoration:underline;
}

h1 {
	font-size:12px;
	color:#FFFFFF;
	margin:0;
	padding:0;
	line-height: normal;
	font-weight:normal;
}

h2 {
	font-size: 22px;
	color: #FFFFFF;
	line-height: 18px;
	font-family:Helvetica , Arial, sans-serif;
	font-weight:normal;
}

h3 {
	font-size: 22px;
	color: #DC002A;
	font-family:Helvetica , Arial, sans-serif;
	text-transform: uppercase;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:20px;
	text-decoration:underline;
}

h4 {
	font-size: 14px;
	color: #FFF;
	font-family:Helvetica , Arial, sans-serif;
	font-weight:normal;
	margin:0;
	text-decoration:none;
}


/* menu
---------------------------------------------*/

#menu {
	width: 800px;
	height:65px;
	margin:auto;
	background-color:#000000;
	text-transform: uppercase;
	font-size:12px;
}

#menu ul {
	list-style:none;
	margin: 0;
	padding: 0;
	float:right;
	width:476px;
}

#menu li {
	width:auto;
	float:left;
}

#menu li a {
	display: block;
	color:#3399ff;
	text-align:center;
	padding: 42px 26px 9px 11px;
	text-decoration: none;
}

#menu li a:hover {
	color: #DC002A;
	text-decoration: none;
}

#menu li2 {
	height:auto;
	padding:0px;
	float:left;
}




/* header
---------------------------------------------*/

#header {
	width:800px;
	height:140px;
	background-image:url(images/header_bkg.jpg);
	background-repeat: no-repeat;
	padding:0px;
	margin:auto;
	padding-top:15px;
}

#title {
	background-image:url(images/title_bkg.png);
	background-repeat: repeat-x;
	width:auto;
	height:16px;
	padding:4px 28px 0 0;
	text-align:right;
}

.intro {
	width:350px;
	height:auto;
	margin-top:35px;
	margin-left:50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #ccc;
	line-height:15px;
}
.intro_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #CCCCCC;
}


/* body
---------------------------------------------*/


#content {
	width: 800px;
	height:auto;
	margin:auto;
	padding:0px;
}

#content .text {
	width: 450px;
	float:left;
	color: #000;
	font-size:16px;
	line-height:20px;
	margin-bottom:20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 50px;
}

#right_col {
	width: 200px;
	float:right;
	height:auto;
	color:#000;
	font-size:14px;
	border-style:solid;
	border-width:1px;
	border-color:#000;
	margin-top: 14px;
	margin-right: 28px;
	margin-bottom: 20px;
	margin-left: 0;
}

#right_col .head{
	width: auto;
	height:20px;
	background-color:#000;
	padding:5px 0 0 10px;
}

#right_col .info{
	width:auto;
	height:auto;
	background-color: #ccc;
	font-family:Times, serif;
	line-height:16px;
	height:auto;
	padding:10px;
}

#right_col .info a{line-height:36px;}

#right_col p {margin:0;}



/* footer
---------------------------------------------*/

#footer {
	height:auto;
	width: 800px;
	font-size:11px;
	line-height:16px;
	color: #666;
	padding: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.line{
	width:746px;
	height:1px;
	margin:auto;
	background-color: #000;
}

#footer .text_left {
	float:left;
	width:auto;
	padding-left:28px;
}

#footer .text_right {
	float:right;
	width:auto;
	padding-right:28px;
	text-align:right;
}

#footer a{
	text-decoration:none;
	font-weight: normal;
	color: #333;

}

#footer a:hover{
	text-decoration:none;
	font-weight:normal;
	color: #DC002A;

}
