/*GLOBAL*/
html{
height:100%;
}
body{
margin:0px;
padding:0px;
height:100%;
background-color:#FFFFFF;
font-family: "Arial", Verdana;
color:#000000;
font-size:12px;
background:url(img/bg_body.jpg) repeat-y center;
}
img{
margin:0px;
border-width:0px;
padding:0px;
}
form{
margin:0px;
}
h1{font-size:16px; margin:0px 0px 20px 0px; font-family: "Arial", Verdana;}
h2{font-size:14px; margin:0px 0px 20px 0px; font-family: "Arial", Verdana;}
a{text-decoration:none; color:#000;font-family: "Arial", Verdana;}
input , textarea{width:200px;font-family: "Arial", Verdana; font-size:10px;}
/*POSITIONING*/
#wrapper{
position:relative;
width:920px;
margin:0px auto;

height:auto !important;
height:100%;/*IE6*/
min-height:100%;
}
#head{ position:relative; height:280px; width:900px; left:10px; background:url(img/bg_head.jpg) no-repeat 0px 123px;}
#head #logo{ position:absolute; top:17px; left:17px;}
#head #slogan{ position:absolute; left:500px; top:8px;}

#menu { position:relative; height:43px; width:900px; left:10px; background:url(img/bg_menu.jpg) repeat-x;}
#menu .menu_item{ width:200px; float:left; height:20px; line-height:20px; display:block; text-align:center; background-color:#3E6FA0; margin-right:10px; margin-top:8px; color:#FFF; font-family: "Arial", Verdana; text-transform:uppercase;}
#menu .menu_item:hover{ background-color:#FF6600;}

#content{position:absolute; left:10px; width:900px; min-height:200px;}
#content #left{width:245px; height:460px; float:left; background-color:#014284; border-bottom:6px solid #FF6600; position:relative;}
#content #left #coop{ position:absolute; left:0px; top:385px;}
#content #left #coop2{ position:absolute; left:0px; top:306px;}
#content #right{ width:540px; float:left; margin-left:30px; margin-top:25px;}
#content #right .cleft{ float:left; width:260px;margin-bottom:10px;}
#content #right .cright{ float:left; margin-bottom:10px;}

#bottom{ clear:both; height:22px; line-height:22px; color:#FFFFFF;text-align:left; position:absolute; top:440px;left:10px;font-size:11px;}
#bottom a{color:#FFFFFF; font-size:11px;}

/** CONTACT **/
#cntct_frm{ width:222px; position:absolute; left:12px; top:12px; background-color:#3E6FA0; text-align:center; padding-top:0px;}
#cntct_frm p{ color:#FFF;font-family: "Arial", Verdana; text-align:left; margin-left:10px;}
#cntct_frm .frm_left{ float:left;}
#cntct_frm .frm_right{margin-bottom:10px;}
#cntct_frm .frm_right input{ width:200px;}
#cntct_frm .frm_right input.error{ background-color:#FF6600;}
#cntct_frm .frm_right .textarea{ width:200px; height:60px;}
#cntct_frm .frm_submit{ cursor:pointer;}

#cntct_frm span{ display:block; float:left; width:70px;}
