/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/**** BASICS ****/
img.png, a.png, div.png { behavior: url("../css/iepngfix.htc") }

body {
    background: #ffffff url('../image/page_bg.png') repeat-x left top;
	font-family: "Arial";
	font-size: 12px;
    color: #333333;
    margin: 0px;
    padding: 0px;
    width: 98%; /* to get rid of the horizontal scrollbar in IE */
}
* html body {
    behavior: url("../javascript/csshover2.htc");
}

td {
	font-family: "Arial";
	font-size: 12px;
    color: #333333;
}
a {
    color: #6f7072;
    text-decoration:none;
}
img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

input {
    font-family: "Arial";
    font-size: 12px;
    color: #333333;
    border: 1px solid #cccccc;
	width: 150px;
	margin-bottom: 10px;
}
select {
    font-family: "Arial";
    font-size: 12px;
    color: #333333;
    border: 1px solid #cccccc;
	width: 150px;
	margin-bottom: 10px;
}
input.checkbox {
    border: none;
    width: 14px;
    height: 14px;
}
input.radio {
    border: none;
    width: 14px;
    height: 14px;
}
input.submit {
    font-family: "Arial";
    font-size: 12px;
    color: #333333;
    border: 1px solid #999999;
    background: transparent;
    height: 24px;
    width: 144px;
    margin-left: 92px;
}
textarea {
    font-family: "Arial";
    font-size: 12px;
    color: #333333;
    border: 1px solid #cccccc;
    height: 150px;
    width: 350px;
}
label {
    width: 75px;
    text-align: right;
    border: none;
    padding-right: 15px;
	float: left;
}

#ubercontainer{
    margin-left:auto;
    margin-right:auto;
    width:916px;
}

#container{
    position:relative;
    overflow:hidden;
}



img#shade_left {
    position:absolute;
    top:0px;
    left:0px;
}
img#shade_right  {
    position:absolute;
    top:40px;
    right:0px;
}

img#shade_bottom  {
    margin:0px;
    padding:0px;
    line-height:0px;
	vertical-align: top;
}



#content{
    background-color:#ffffff;
    margin-left:8px;
    margin-right:8px;
    width:900px;
}

#header{
    position:relative;
    height:120px;
    z-index:30;
}

#header img.corner{
    position:absolute;
    top:0px;
    right:-7px;
    z-index:10;
}

#logo {
    position:absolute;
    top:14px;
    left:24px;
}

#page_header {
    background-color:#d1d1d3;
    height:230px;
    position:relative;
	z-index:20;
    width:900px;
}

#page_left{
    width:225px;
    float:left;
}

#page_image {
    /*background:url('../image/page_image2.png') no-repeat left top;*/

    width:225px;
    height:230px;
}

#page_submenu{
    padding:20px;
    float:left;
    width:185px;
}

#page_submenu h1{
    padding-bottom:11px;
    margin-bottom:11px;
    border-bottom:1px dotted #6f7072;
    text-transform:uppercase;
}

#page_submenu li {
    margin-bottom:12px;
    color:#6f7072;
}

#page_submenu li a.active {
    color:#5d138f !important;
}

#portal_image {
    /*background:url('../image/page_image.png') no-repeat left top;*/
    float:left;
    width:675px;
    height:230px;
}


#staticmenu{
	position:absolute;
	top:31px;
	left:225px;
	display:block;
}
#staticmenu li {
	color:#6F7072;
	font-size:9px;
	height:15px;
	padding-top:3px;
	vertical-align:middle !important;
	margin:0px 3px;
	float:left;
}
#staticmenu li a{
	text-transform:uppercase;
}
#staticmenu li.flag {
	padding:0px;
}

#faq {
    background-color:#d1d1d3;
    float:left;
    height:210px;
    width:185px;
    padding: 20px 20px 0px 20px;
}
#faq img.corner{
    position:absolute;
    top:0px !important;
    right:0px;
    z-index:100;
    
    
}
#faq a {
    display:block;
    color:#6F7072;
    border-top:1px dotted white;
    margin-top:10px;
    padding-top:13px;
    font-size:11px;
    }

#faq span{
    font-size:10px;
}

#news {
    float:left;
    height:210px;
    width:185px;
    padding: 20px 20px 0px 20px;
}
#news img.corner{
    position:absolute;
    top:0px;
    right:0px;
    z-index:100;
    
    
}

#news span{
    font-size:10px;
}

#page {
    position:relative;
    background-color:#f0f1f1;
    width:900px;
}

#page.portal {
    /*background:#d1d1d3 url('../image/bg_logo.png') no-repeat bottom right;*/
}   
#page div.spacer.portal {
    width:1px;
    height:407px;
    float:left; 
}
#page div.spacer {
    width:1px;
    height:610px;
    float:left; 
}

#page img.corner{
    position:absolute;
    top:175px;
    right:0px;
    z-index:10;
}

#page_content {
    background-color:white;
    float:left;
    width:409px;
    padding:20px;
}
#page_content h1{
    font-size:20px;
    margin-bottom:10px;
}

#portal_container {
    background-color:white;
    float:left;
    width:635px;
    padding:20px;
}
#portal_container h1{
    font-size:20px;
    margin-bottom:10px;
}


#search_content{
    background-color:#f0f1f1;
    position:relative;
    float:right;
    width:184px;
    padding:20px;
    height:135px;
}   

#search_content h1{
    margin-bottom:8px;
    
}
#search_content select{
    width:185px;
    border:1px solid #84878a;
    
}
#search_content input{
    width:130px;
    border:1px solid #84878a;
    
}

#search_content form.border {
    padding-top:8px;
    margin-top:8px;
    margin-bottom:8px;
    border-top:1px dotted #333333;
    border-bottom:1px dotted #333333;
}

#search_content input {
    margin:0px;
}

#search_content img.corner{
    position:absolute;
    top:0px;
    right:-1px;
}
#link_content{
    background-color:#d1d1d3;
    position:relative;
    float:right;
    width:224px;
    padding:0px;
    height:210px;
}   

#link_content img.corner{
    position:absolute;
    top:0px;
    right:0px;
}

#page div.multi_purpose_light{
	position: relative;
    background-color:#f0f1f1;
    float:right;
    width:224px;
    padding:0px;
}
#page div.multi_purpose_light img.corner {
    position:absolute;
    top:0px;
    right:0px;
}

#page div.multi_purpose_dark{
	position: relative;
    background-color:#d1d1d3;
    float:right;
    width:209px;
    padding:20px 0 0 15px;
}
#page div.multi_purpose_dark img.corner {
    position:absolute;
    top:0px;
    right:0px;
}


#portal_text{
    height:185px;
}

.portal_button strong{
    font-weight:normal;
    color:#cedc36;
}
.portal_button {
    display:block;
    background: url('../image/button.png') no-repeat top left;
    cursor:pointer;
    width:176px;
    height:61px;
    color:white;
    padding:10px;
    font-size:18px;
    float: left;
    margin-right:10px;
}

.portal_button span.header1{
    text-align:left;
    margin-bottom:8px;
    display:block;
}
.portal_button span.header2{
    text-align:right;
    margin-bottom:8px;
    display:block;
}

.portal_button span.header3{
    text-align:center;
    font-size:9px;
    display:block;
}


/* menu */
#mainmenu {
    
    position:absolute;
    padding-left: 92px;
	z-index:100;
	color: #ffffff;
    bottom:0px;
	left: 226px;
	height: 25px;
	width: auto;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}
 
#mainmenu li {
    background: url('../image/menu_button.png') no-repeat top left;
	display: block;
	list-style: none;
	float: left;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 7px;
	padding-top: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0px;
    width:145px;
    text-align:center;
    height:25px;
	position: relative;
}

#mainmenu a {
	color: #6f7072;
	text-decoration: none;
	line-height: 20px;
}

#mainmenu ul.submenu div { 
	background:url('../image/background_submenu_new.png') repeat;
	height: 20px;
	white-space: nowrap;
}

#mainmenu ul.submenu li { 
    list-style:none;
    text-align:left;
    margin:0px;
	font-size:9px;
	vertical-align:middle;
    overflow:hidden;
	text-transform:uppercase;
	background: none;
	width:240px;
	height:23px;
	padding: 0px;
	visibility:hidden;
}


#mainmenu ul.submenu li a {
    
    color:white !important;
	width:100%;
	padding: 5px;
	line-height: 1;
}

iframe.contact_map{
    float:left;
}



/**** CONTENT ****/
h1 {
    font-family: "Arial";
    color:#5a267d;
    font-size:10pt;
    font-weight: bold;
}
h2 {
    font-family: "Arial";
    font-size: 14px;
    color:#5A267D;
    font-weight: bold;
    margin: 0 0 5px 0;
}

h1.slogan{
    font-family: "Arial";
    color:#CEDC36;
    font-style:italic;
    margin-bottom:2px !important;
    text-align:right;
    font-size:18px !important;
    font-weight: bold;
}

h2.news{
    color:#ffffff;
    border-top:1px dotted white;
    margin-top:10px;
    padding-top:13px;
    font-size:11px;
}

#content_faq h2 {
    margin-top:10px;
    font-size:14px;
    cursor:pointer;
}   

#content_faq li {
    list-style:disc ;
    list-style-position:outside;
}   
#content_faq div.text {
    margin-bottom:10px;
}   

#content_search h2 {
    margin-top:10px;
    font-size:14px;
    cursor:pointer;
}   

#content_search li {
    list-style:disc ;
    list-style-position:outside;
}   
#content_search div.text {
    margin-bottom:10px;
}   

div.content_element {
    margin-bottom: 20px;
	line-height:17px;
}

div.content_element li {
    list-style:disc ;
    list-style-position:inside;
}
div.content_element a{
    text-decoration:underline;
}
div.content_element table td {
        height: 2px;
	border: 0px solid #ffffff;
	padding: 1px 1px 1px 1px;
}
div.image_css2 {
    /* small left */
    margin-bottom: 20px;
}
div.image_css3 {
    /* small right */
    margin-bottom: 20px;
    text-align: right;
}
div.image_css0, div.image_css1 {
    /* large center, small center */
    margin-bottom: 20px;
    text-align: center;
}

div.image_css4 {
    /* small left text */
    float: left;
    margin: 0px 10px 10px 0px;
}
div.image_css5 {
    /* small right text */
    float: right;
    margin: 0px 0px 10px 10px;
}
