/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#FFF;
	font-size:14px;
	margin:0 auto;
	background-color:#1e1c1e;
	background-repeat: repeat-y;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/images/bg_repeat.jpg);
}

a {
	color:#842490;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:25px; color:#009ea0; }

h4 { font-size:14px; color:#009ea0; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.flag {
	padding:0 0 10px 0;
}

.hr-style {
	border-top: 2px dotted #009EA0;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin:20px 0;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:960px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:103px;
	background-repeat:no-repeat;
	background-image:url(images/bg_header.jpg);
}

#info2 {
	position:absolute;
	top:0;
	right:0;
	width:651px;
	height:98px;
	z-index:1;
	
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:300px;
	width:653px;
	height:102px;
}

/* ---- end nav id settings -------------------------- */

#main_top {
	position:relative;
	top:0;
	left:0;
	width:960px;
	min-height:962px;
    height:auto !important;
    height:962px;
	background-repeat:no-repeat;
	background-image:url(images/bg_main-top.jpg);
}

#main {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:auto;
	background-repeat:repeat-y;
	background-image:url(images/bg_main.jpg);
}

.flash_rotator {
		position:relative;
		float:right;
		width:660px;
		height:370px;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:555px;
	height:auto;
	padding: 25px 60px 0 0;
}

#content_main p {
	padding-left:7px;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:285px;
	height:auto;
	padding: 125px 5px 0 10px;
}

#side_bar a {
	color:#fff;
}

#side_bar a:hover {
	text-decoration:none;
}

.twitter-feed {
	position:relative;
	color:#4d4d4d;
	font-size:11px;
	width:261px;
	height:184px;
	background-repeat:no-repeat;
	background-image:url(images/bg_twitter-feed.gif);
	padding: 40px 12px 0 12px;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:75px;
	clear:both;
	background-repeat:no-repeat;
	background-image:url(images/bg_footer.jpg);
}

.copy {
	position: relative;
	float: left;
	padding: 45px 0 0 20px;
}

.slug {
	position: relative;
	float: right;
	padding: 0 0 0 0;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:102px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(/images/nav.jpg);
}

a#nav_01 {
	width:131px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -102px;
}

.active_01 {
	background-position: 0 -102px !important;
}

a#nav_02 {
	width:120px;
	background-position:-131px 0;
}

a:hover#nav_02{
	background-position:-131px -102px;
}

.active_02 {
	background-position:-131px -102px !important;
}

a#nav_03 {
	width:122px;
	background-position:-251px 0;
}

a:hover#nav_03{
	background-position:-251px -102px;
}

.active_03 {
	background-position:-251px -102px !important;
}

a#nav_04 {
	width:111px;
	background-position:-373px 0;
}

a:hover#nav_04{
	background-position:-373px -102px;
}

.active_04 {
	background-position:-373px -102px !important;
}

a#nav_05 {
	width:169px;
	background-position:-484px 0;
}

a:hover#nav_05{
	background-position:-484px -102px;
}

.active_05 {
	background-position:-484px -102px !important;
}