﻿/*CLEAR*/
img { border: none; }
div, p, b, i, em, strong, span, a, h1, h2, h3, h4, h5, h6, h7 { font-family: inherit; }
div, p { text-align: inherit; }

body { background-color: #163C6B; font-family: "Times New Roman" , Times, serif; text-align: center; }
#wrapper { margin: 10px auto 10px auto; text-align: left; width: 969px; background-color: black; overflow: hidden; }

/*MISCELLANEOUS*/
.featuredImage { float: right; margin: 0 0 7px 12px; clear: both; }
.halfWidth:odd { float: left; width: 45%; border: 1px solid black; margin-left: -20px; }
.halfWidth:even { float: right; width: 45%; border: 1px solid black; margin-right: -20px; }

/*HEADER*/
#header { padding: 20px; margin-bottom: 10px; height: 120px; background-image: url('../images/banner.jpg'); }
#header h1 { padding-left: 170px; color: White; font-size: 46px; text-shadow: 2px 2px #143159; margin-top:20px;}
#mainlogo { float: left; }

/*LEFT NAVIGATION*/
#leftnav { width: 150px; float: left; margin-left: 3px; clear: both; }
#leftnav li a { font-weight: bold; background-color: #3F71F7; color: black; display: block; padding: 1px; text-align: center; border: 1px solid #143159; border-right-color: #999; border-bottom-color: #999; margin: 1px 0 1px 0; text-decoration: none; text-shadow: 1px 1px #999; border-radius: 5px; }
#leftnav li a:hover { background-color: #143159; color: White; border-color: White; text-shadow: 1px 1px #000; }
#leftnav li { margin-bottom: 2px; list-style: none; }
#leftnav ul { padding: 0px; margin: 0px 0 0 10px; }

/*MAIN BODY*/
#mainbody { width: 795px; float: right; margin: 0px 10px 10px 0; text-align: justify; }
h2 { background-color: #163C6B; margin-top: 0px; color: white; font-size: 32px; width: 725px; padding: 5px 20px 5px 15px; border: 1px solid black; text-shadow: 1px 1px black; border-radius: 5px; }
#mainbody > div { overflow: hidden; background-color: white; margin-bottom: 10px; padding: 14px; border: 2px solid #143159; border-right-color: #999; border-bottom-color: #999; border-radius: 8px; }

/*ISRAEL UPDATES*/
div.updateLinks { width: 200px; }
div.updateLinks a { font-weight: bold; background-color: #3F71F7; color: black; display: block; padding: 1px; text-align: center; border: 1px solid #143159; border-right-color: #999; border-bottom-color: #999; margin: 1px 0 1px 0; text-decoration: none; text-shadow: 1px 1px #999; border-radius: 5px; }
div.updateLinks a:hover { background-color: #143159; color: White; border-color: White; text-shadow: 1px 1px #000; }

/*RELATED LINKS*/
div.relatedLinks > ul li { margin-bottom: 10px; }
div.relatedLinks > ul li a:first-child { display: block; width: auto; }

/*FOOTER*/
#footer { clear: both; color: black; text-align: center; background-color: #3F71F7; }
#footer .footerLinks { margin: 0 0 5px 0; }
#footer .footerLinks li { display: inline; }
#footer .footerLinks a { color: black; padding: 0 5px 0 3px; border-right: 1px solid black; }
#footer .footerLinks li:last-child a { border-right: none; }