/* Global configs */
html * {
    margin: 0px;
    padding: 0px;
    list-style: none;
    z-index: 0;
}

body {
    color: #e0e0e0;
    font-size: 0.9em;
    background: #0f0f0f;
    font-family: 'trebuchet ms', sans-serif;
    text-align: center;
    z-index: 1;
}

.clear {
    clear: both;
}

h1 {
    font-size: 16px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    text-transform: uppercase;
}

h2 {
    font-size: 1.2em;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 10px 0px;
    font-weight: 800;
    text-transform: uppercase;
}

h3 {
    font-size: 16px;
    font-weight: 800;
	text-transform: uppercase;
}

p {
    margin: 0px 0px 15px 0px;
}

a:link, a:visited {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: underline;
}

input.textbox, textarea.textbox {
    padding: 4px;
    margin: 1px;
    background: #b9b9b9;
    border: 1px solid #676767;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    width: 250px;
    color: black;
}

select {
    padding: 3px;
    background: #ededed;
    border: 1px solid #676767;
    color: black;
    font-family: arial, helvetica, sans-serif;
    font-weight: 800;
    font-size: 1.1em;
}

input.textbox:focus, textarea.textbox:focus, select:focus {
    background: #ffffff;
    border: 1px solid #b9b9b9;
    color: black;
}

/*
General page layout
*/

#outer_wrapper {
    position: relative;
    width: 100%;
    z-index: 2;
    background: #0f0f0f;
}

#header_wrapper {
    position: relative;
    width: 100%;
    height: 208px;
    margin: 0px auto;
    text-align: left;
    z-index: 4;
    background: url(header_bg.gif) top center no-repeat #000000;
}

#flash_wrapper {
    position: relative;
    width: 100%;
    height: 282px;
    margin: 0px auto;
    text-align: left;
    z-index: 3;
    background: url(flash_bg.gif) top center repeat-x #990100;
}

#body_wrapper {
    position: relative;
    width: 100%;
    margin: 0px auto;
    text-align: left;
    z-index: 3;
}

#footer_wrapper {
    position: relative;
    width: 100%;
    height: 323px;
    margin: 0px auto;
    text-align: left;
    z-index: 3;
    background: #333333;
}


#header {
    position: relative;
    width: 960px;
    margin: 0px auto;
    height: 208px;
    background: url(logo.png) bottom left no-repeat;
    z-index: 3;
}



#header div.contact {
	position: absolute;
	right: 20px;
	top: 120px;
	width: 340px;
	height: 150px;
	color: white;
}

#header h3 {
	font-size: 1.6em;
}





/* Flash */

#flash {
    position: relative;
    width: 960px;
    height: 282px;
    margin: 0px auto;
    z-index: 3;
}

#flash div.text {
    width: 490px;
    height: 172px;
    color: white;
    float: left;
    font-size: 15px;
    padding: 90px 30px 20px 0px;
    margin: 0px auto;
    z-index: 3;
}

#flash div.switcher {
    width: 423px;
    height: 282px;
    padding: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
}

#flash #switcher a:link, #flash #switcher a:visited, #flash #switcher img {
    border: 0px solid white;
    text-decoration: none;
}

#flash div.buttons {
    display: none;
    position: absolute;
    bottom: 36px;
    right: 18px;
    width: 120px;
    height: 20px;
    text-align: right;
}

#flash div.button {
    position: relative;
    float: left;
    width: 18px;
    height: 16px;
    margin: 0px 0px 0px 5px;
    padding: 2px 0px 0px 0px;
    color: black;
    background: white;
    font-weight: 800;
    text-align: center;
    font-size: 10px;
    border: 1px solid black;
    cursor: pointer;
}













#body {
    position: relative;
    width: 960px;
    margin: 20px auto;
    background: url(body_bg.gif) top right repeat-y;
    z-index: 3;
}

#footer {
    position: relative;
    width: 960px;
	padding: 20px 0px 20px 0px;
    margin: 0px auto;
    z-index: 3;
}


#footer div.third {
	float: left;
	color: #b9b9b9;
	width: 280px;
}

#footer div.form {
	float: left;
	color: #b9b9b9;
	width: 400px;
}



#content {
    float: left;
    width: 517px;
    padding: 0px 20px 0px 0px;
}

#right {
    float: right;
    width: 402px;
    padding: 0px 0px 0px 21px;
}

#right ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#right ul li {
    float: left;
    width: 190px;
    height: 220px;
    margin: 10px 10px 10px 0px;
}

#right ul li a:link img, #right ul li a:visited img {
    border: 0px solid white;
}

#right h3 {
	font-size: 1em;
	padding-bottom: 5px;
	padding-top: 3px;
}

#right p {
	font-size: 0.8em;
}


#content ul {
    margin-left: 35px;
    padding-left: 10px;
    padding-bottom: 15px;
    list-style: circle;
}



#content ul.block {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#content ul.block li {
    float: left;
    width: 150px;
    height: 200px;
    margin: 0px 10px 10px 0px;
    padding: 5px;
    background: #333333;
}

#content ul.block li a:link img, #content ul.block li a:visited img {
    border: 0px solid white;
}




#navigation {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 960px;
}

#navigation ul.tier_0 {
    position: absolute;
    list-style: none;
}

#navigation ul.tier_0 li {
    position: relative;
    float: left;
    display: block;
    z-index: 11;
    margin: 0px;
}

#navigation ul.tier_0 li a:link, #navigation ul.tier_0 li a:visited, #navigation ul.tier_0 li a {
    display: block;
    float: left;
    height: 28px;
    text-decoration: none;
    z-index: 14;
    cursor: pointer;
    padding: 5px 10px 0px 10px;
    background: #222222;
}

#navigation ul.tier_1 {
    position: absolute;
    list-style: none;
    top: 33px;
    left: 0px;
}

#navigation ul.tier_1 li, #navigation ul.tier_2 li {
    position: relative;
    float: left;
    display: block;
    z-index: 11;
    width: 200px;
    height: 33px;
    margin: 0px;
    background: #222222;
}

#navigation ul.tier_2 {
    position: absolute;
    list-style: none;
    top: 0px;
    left: 200px;
}


#navigation ul ul, #navigation ul li:hover ul ul {
        display: none;
}

#navigation li:hover ul, #navigation ul ul li:hover ul {
        display: block;
}



div.title {
    position: relative;
    width: 150px;
    margin: 5px 10px 0px 0px;
    float: left;
    text-align: right;
}

div.control {
    position: relative;
    width: 310px;
    margin: 5px 0px 0px 0px;
    float: left;
}
