/* contact form */
@import url("contact.css");

/* -------------------------------- */
/* PAGE ELEMENTS                    */
/* -------------------------------- */
html, body {
	margin:0;
	border:0;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color:#616161;
	background-color:#FFFFFF;
	height:100%;
}

p, ul, li, form {
	margin:0;
	padding:0;
}

a:link { font-size:13px; color:#222222; text-decoration:underline; }
a:visited { font-size:13px; color:#222222; text-decoration:underline; }
a:active { font-size:13px; color:#222222; text-decoration:underline; }
a:hover { font-size:13px; color:#222222; text-decoration:none; }

/* -------------------------------- */
/* HEADER                           */
/* -------------------------------- */
.header {
	background-image: url(../gfx/background.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	height: 153px;
}

/* -------------------------------- */
/* LOGO                             */
/* -------------------------------- */
.logo {
	position:absolute;
	top:18px;
	left:50px;
	width:100px;
	height:120px;
	text-align:center;
	z-index:4;
}

.claim {
	position:absolute;
	top:45px;
	left:154px;
	width:100px;
	z-index:4;
}

/* -------------------------------- */
/* NAVIGATION                       */
/* -------------------------------- */
.nav_container {
	position:absolute;
	top:55px;
	left:0px;
	width:100%;
	height:70px;
	z-index:3;
}

.nav_logo {
	float:left;
	width:211px;
	height:70px;
	background-image: url(../gfx/bg_trans_1.png); 
	background-repeat: repeat;
	z-index:4;
}

.nav_main {
	float:left;
	width:130px;
	height:70px;
	background-image: url(../gfx/bg_trans_2.png); 
	background-repeat: repeat;
	z-index:3;
}

.nav_main ul {
	padding:5px;
	list-style-type:none;
}

.nav_main li {
	line-height:1em;
}

.nav_sub_container {
	float:left;
	width:500px;
	height:70px;
	background-image: url(../gfx/bg_trans_3.png); 
	background-repeat: repeat;
	z-index:3;
}

.nav_sub {
	float:left;
	width:50%;
	height:70px;
	z-index:3;
}

.nav_sub ul {
	padding:5px;
	list-style-type:none;
}

.nav_sub li {
	line-height:1em;
}

.nav_sub_contact {
	float:left;
	width:50%;
	height:70px;
	z-index:3;
}

.nav_sub_contact p {
	padding:5px 5px 0 0;
	text-align:right;
}

.nav_right {
	overflow:hidden;
	height:70px;
	background-image: url(../gfx/bg_trans_3.png); 
	background-repeat: repeat;
	z-index:3;
}

.nav_spacer {
	float:left;
	width:1px;
	height:70px;
	z-index:2;
}

.nav_main a:link { font-size:11px; color:#616161; font-weight:bold; text-transform:uppercase; text-decoration:none; }
.nav_main a:visited { font-size:11px; color:#616161; font-weight:bold; text-transform:uppercase; text-decoration:none; }
.nav_main a:active { font-size:11px; color:#616161; font-weight:bold; text-transform:uppercase; text-decoration:none; }
.nav_main a:hover { font-size:11px; color:#FFFFFF; font-weight:bold; text-transform:uppercase; text-decoration:none; }

.nav_main_sel a:link { font-size:11px; color:#FFFFFF; font-weight:bold; text-transform:uppercase; text-decoration:none; }
.nav_main_sel a:visited { font-size:11px; color:#FFFFFF; font-weight:bold; text-transform:uppercase; text-decoration:none; }
.nav_main_sel a:active { font-size:11px; color:#FFFFFF; font-weight:bold; text-transform:uppercase; text-decoration:none; }
.nav_main_sel a:hover { font-size:11px; color:#FFFFFF; font-weight:bold; text-transform:uppercase; text-decoration:none; }

.nav_sub a:link { font-size:11px; color:#616161; text-transform:uppercase; text-decoration:none; }
.nav_sub a:visited { font-size:11px; color:#616161; text-transform:uppercase; text-decoration:none; }
.nav_sub a:active { font-size:11px; color:#616161; text-transform:uppercase; text-decoration:none; }
.nav_sub a:hover { font-size:11px; color:#FFFFFF; text-transform:uppercase; text-decoration:none; }

.nav_sub_sel a:link { font-size:11px; color:#FFFFFF; text-transform:uppercase; text-decoration:none; }
.nav_sub_sel a:visited { font-size:11px; color:#FFFFFF; text-transform:uppercase; text-decoration:none; }
.nav_sub_sel a:active { font-size:11px; color:#FFFFFF; text-transform:uppercase; text-decoration:none; }
.nav_sub_sel a:hover { font-size:11px; color:#FFFFFF; text-transform:uppercase; text-decoration:none; }

.nav_sub_contact a:link { font-size:11px; color:#616161; text-decoration:none; }
.nav_sub_contact a:visited { font-size:11px; color:#616161; text-decoration:none; }
.nav_sub_contact a:active { font-size:11px; color:#616161; text-decoration:none; }
.nav_sub_contact a:hover { font-size:11px; color:#FFFFFF; text-decoration:none; }


/* -------------------------------- */
/* CONTENT                          */
/* -------------------------------- */
.cont_container {
	position:absolute;
	top:160px;
	left:212px;
	width:630px;
	z-index:2;
}

.cont_main {
	float:left;
	width:630px;
	padding-top:20px;
	z-index:2;
}

div[class] .cont_main {
        height:auto;
}

.cont_main p {
        text-align:justify;
        width:630px;
}

h1 {
	font-size:14px;
	color:#222222;
	padding:0px 0px 5px 0px;
	margin:0;
	text-transform:uppercase;
}

.opening {
	font-weight:bold;
}

.bodytext {
	
}

.csc-textpic-image {
	border: 1px #222222 solid;
}

#copyright {
        font-size:11px;
	color:#616161;
}

/* -------------------------------- */
/* FB                               */
/* -------------------------------- */
.fb {
	position:absolute;
	top:160px;
	left:630px;
	height:20px;
	z-index:2;
}

/* -------------------------------- */
/* INTRO SWF                        */
/* -------------------------------- */
#introSWF {
	z-index:0;
	height:100%;
}