/**********************************************************
     TEMPLATE BASED WEBSITE DESIGNED AND DEVELOPED BY
           VEBRA GRAPHICS (VEBRA SOLUTIONS LTD.)
                      COPYRIGHT 2005

      AUTHOR: DAVID SWALLOW (david.swallow@vebra.com)
                        01/12/2005

                      www.vebra.info
/**********************************************************/  

html{
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#outer_container{
width:760px;
margin:0 auto;
}

#header{
height:127px;
width:auto;
background:#000 url(../images/header_bkg.gif) repeat-x top left;
color:#fff;
}

#header img{
float:left;
width:155px;
padding:3px 0 0 5px;
}

#header p{
float:right;
width:500px;
margin:40px 8px 0 0;
background-color:#000;
color:#fff;
font-size:10px;
letter-spacing: 1px;
text-transform:uppercase;
text-align:right;
}

#navigation{
float:left;
width:180px;
}

#navigation ul{
width: 180px;
padding-left: 0;
margin-left: 0;
margin-top: 50px;
border-bottom: 1px solid #CCC;
}

#navigation ul li{
margin: 0;
padding:0;
list-style: none;
border-top: 1px solid #CCC;
}

#navigation ul li a {
display:block;
width:155px;
padding:0.50em 0px 0.50em 25px;
background:#fff url(../images/apple_bullet.gif) no-repeat 0.5em 0.5em;
color:#36982A;
font-size:14px;
font-weight:bold;
text-decoration: none;
}

#navigation ul li a:hover{
background:#7CD872 url(../images/apple_bullet_green.gif) no-repeat 0.5em 0.5em;
color:#fff;
}

#navigation ul li a#current{
background:#7CD872 url(../images/apple_bullet_green.gif) no-repeat 0.5em 0.5em;
color:#fff;
}

#content{
float:right;
width:539px;
padding:20px;
border-left: 1px solid #CCC;
min-height:300px;
}

* html #content{
width:538px;
/* Hide from IE-Mac (Min-height hack for IE Windows and resolves width issues in everything except IE-Mac) \*/
height:300px;
width:539px;
/* End hide */
}

#content h2{
margin:0;
background-color:inherit;
color:#E61814;
font-size:22px;
font-weight:normal;
text-transform:lowercase;
}

#content img#feature_img{
float:right;
width:250px;
margin:0 0 5px 5px;
border:1px solid #CFCAD0;
padding:3px;
background-color:#E6EBE5;
color:#CCC;
}

#content p{
font-size:12px;
background-color:inherit;
color:#333;
line-height:150%;
}

#content p.new_section{
padding-top:15px;
}

#content p span{
font-weight:bold;
background-color:inherit;
color:#24671D;
}

#content p span.highlight{
font-style:italic;
background-color:inherit;
color:#AF1410;
}

#content p.footnote{
padding-top:20px;
font-size:10px;
}

a:link {background-color:inherit; color:#24671D;} /*Dark Green*/
a:visited {background-color:inherit; color:#36982A;} /*Light Green*/
a:hover {background-color:inherit; color:#E41815; text-decoration:none;} /*Dark Red*/
a:active {background-color:inherit; color:#FC0000;} /*Light Red*/

#footer{
clear:both;
position:relative;
height:43px;
width:auto;
background: #009900 url(../images/footer_bkg.gif) repeat-x bottom left;
color:#fff;
}

#footer #address{
position:absolute;
bottom:65px;
left:0;
width:170px;
}

#footer #address p{
background-color:inherit;
color:#666;
font-size:10px;
text-align:right;
}

#footer p#copyright {
position:absolute;
bottom:0;
right:0;
margin:0;
padding:0 8px 4px 0;
font-size:10px;
background-color:inherit;
color:#fff;
}