/* CSS Document */


/*
---------------------------------------------
01. main/default elements
---------------------------------------------
*/


body { margin:0; padding:0; background:#E8E8E8 url(../images/bg_body.gif) repeat-x top right; font-family:Arial, Helvetica, sans-serif; font-size:13px;}

img { border:none} 

p,h1,h2,h3,h4,h5,h6 { margin:0; padding:0}

p { font-size:13px; color:#000; padding-bottom:10px; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:1.1em}


h1 { color:#FFFFFF; font-size:24px; font-weight:normal; padding-bottom:10px; text-transform:uppercase}
h2 { color:#262626; font-size:25px; padding-bottom:5px}
h3 { color:#506E0C; font-size:27px; padding-bottom:5px}

h5 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; padding-top:5px; color:#98BD18}
h5 a:link, h5 a:visited {color:#98BD18; text-decoration: none}
h5 a:hover {color:#98BD18; text-decoration:underline}



/*
---------------------------------------------
02. bg white
---------------------------------------------
*/

.bg_white { background:#FFFFFF}

/*
---------------------------------------------
03. nav styles
---------------------------------------------
*/

.bg_border { width:981px; height:9px; background:url(../images/border_nav.gif) no-repeat bottom}
.bg_nav { background:#ECECEC url(../images/bg_navgrey.gif) repeat-x bottom right; height:46px;}
.bg_nav_green { background:url(../images/bg_nav_middle.gif) repeat-x; height:36px}


ul.nav { margin:0; padding:0; list-style:none;}
ul.nav li {  margin:0; padding:0; float:left; font-size:15px; font-weight: color:#fff; position:relative; background:url(../images/nav_divider.gif) no-repeat right center}

ul.nav li a { float:left; color:#fff; padding:0px 14px; text-decoration:none;}
ul.nav li a:hover {color:#fff; text-decoration:underline}
ul.nav li a.selected {color:#fff; text-decoration: underline; }


/*
---------------------------------------------
04. header
---------------------------------------------
*/

.border_header { border:1px solid #E5E5E5}

/*
---------------------------------------------
05. black box styles styles
---------------------------------------------
*/

.bg_black { background:#262626; padding-top:6px; padding-bottom:10px}
.bg_black_divider { border-left:1px solid #6D6D6D}

.text_grey { color:#9A9A9A; font-size:11px; padding-bottom:10px}
.text_bold { font-weight:bold}


/*
---------------------------------------------
06. content styles
---------------------------------------------
*/

.text_arial { font-family:Arial, Helvetica, sans-serif; line-height:1.3em}
.border_top { border-top:1px solid #CCCCCC}
.border_right { border-right:1px solid #E8E8E8}

.text_footer { color:#999999}
.text_footer a { color:#999999; text-decoration:none}


