/*	Design and code by Roi Azulay  http://www.roidezign.com	  */

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 8px;
 line-height: normal;
 color:#333;
}

#wrapper{
width:920px;
margin: 0 auto;
background:#fff url(images/container_bg.jpg);
}
#container{
margin: 0 auto;
width:900px;
}
#header{
width:900px;
height:135px;
background:url(images/header_bg.jpg) top left;
}
#faux{
clear:both;
padding:0 0 25px 25px;
height:100%;
overflow: auto; /*Fix for IE */
background:url(images/faux_bg.jpg) top left repeat-y;
}
#news_menu{
margin:0 0 15px 0;
float:right;
width:238px;
}
#content{
float:left;
width:615px;
margin:0 0 25px 0;
}
#footer{
color:#e9f7fe;
background:#59b4e4 url(images/footer_bg.jpg) top left repeat-x;
padding:6px 25px 6px 25px;
clear:both;
font-size: 11px;
text-align: center;
}
#news_date{
border-bottom:1px solid #4d86b0;
height:100%;
overflow: auto; /*Fix for IE */
margin:10px 0 5px 0;
padding:2px 0;
}

	
/*news pages settings*/
#page_faux{
clear:both;
padding:0 25px 25px 25px;
height:100%;
overflow: auto; /*Fix for IE */
}
#page_content{
float:left;
width:99%;
margin:0 0 25px 0;
}


/* web settings */
img.middle {vertical-align:middle; margin:3px 2px 3px 0;}
p{margin:0 0 12px 0;}
h1{font-size: 21px; line-height: 21px; color:#4d86b0; margin:0 0 3px 0 ;}
h3{font-size: 15px; color:#5496bf;}
hr{border-bottom:1px solid #4d86b0; margin:12px 0;}
img{border:solid 0px;}
.small_link{font-size:10px;}
.goblue{color:#5496bf;}
.big{font-size:14px; font-weight: bold;}
.orang{color:#f7941d;}
.float_left{float:left;}
.float_right{float:right;}
.clear{clear:both;}

h1#logo {
display:block;
width:190px;
height:69px;
text-indent:-9000px;
background:transparent url(images/logo.jpg) no-repeat 0 0;
position:relative;
left:35px;
top:33px;
}
h1#logo a {
display:block;
width:100%;
height:100%;
outline:none;
}


/*web links*/
a:link {text-decoration: none; color:#4d86b0;}
a:visited {text-decoration: none; color:#4d86b0;}
a:active {text-decoration: none; color:#4d86b0;}
a:hover {text-decoration: none; color:#ff9933;}

/*web links*/
#content a:link {text-decoration: none; color:#4891ce;}
#content a:visited {text-decoration: none; color:#4891ce;}
#content a:active {text-decoration: none; color:#4891ce;}
#content a:hover {text-decoration: none; color:#ff9933;}

/*footer links*/
#footer a:link {text-decoration: none; color:#e9f7fe;}
#footer a:visited {text-decoration: none; color:#e9f7fe;}
#footer a:active {text-decoration: none; color:#fff;}
#footer a:hover {text-decoration: underline; color:#fff;}
/*h3 news menu*/ .menu_news{height:22px; padding:5px 0 2px 12px; font-size: 15px; color:#fff; background:#2e7bb1 url(images/h3_bg.jpg) top left repeat-x;}
#news_menu p{padding:0 26px; line-height: 16px;}
#news_menu ul{
margin:0 0 10px 15px !important;
margin:0 10px 10px 15px;
list-style:url(images/arrow_icon.jpg);
}

