/* CSS Document */
* {margin:0; padding:0;}
body { background-color:#c3af86; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:80%; }
p { font-size:90%; }
h1 { font-family:Georgia, "Times New Roman", Times, serif; font-weight:lighter; color:#437e7a; }
h2 { font-size:110%; }
h3 { font-size:100%; }
a { text-decoration:underline; color:#437e7a;}
a:hover { text-decoration:none;}
a:active { text-decoration:none;}

/* Main frame */
#main-frame { width:820px; margin:auto; margin-right:auto; margin-top:20px; background-image:url(images/frame-background.jpg); }

/* Tactical */
#tactical { padding:0 0px;background-color:#000000; color:#ffffff; width: 820px; height:33px; background-image:url(images/tactical-background.jpg); background-position:top; background-repeat:no-repeat;}
#tactical img.icon { margin:5px 0px 0px 21px; float:left; }
#tactical li { display:inline; margin-right:17px; }
#tactical a { color:#ffffff; text-decoration:none; }
#tactical a:hover { text-decoration:underline; }
#tactical-nav { float:right; padding-top:6px;}
.search-button { background-color:#ff7200; color:#ffffff; border:solid 1px; font-size:95%; height:20px; margin-left:10px;}

/* Header */
#header { width:800px; height:210px; background-image:url(images/frame-background.jpg); padding:0 10px; }
#header img { border:0; }

/* Content */
#content-frame { width:800px; padding:0 10px; }

/* Navigation frame */
#navigation-frame { width:195px; float:left; padding-bottom:30px;}
#navigation-frame ul { list-style:none; padding: 15px; line-height:17px; width:165px; border-bottom:solid 1px #9dbab8; }
#navigation-frame ul a { color:#000000; }
#navigation-frame h2,p { margin: 15px 15px 0px 15px; }

/* Main navigation */
#navigation { background-color:#c4d0d0;background-image:url(images/nav-background.jpg); background-position:top; background-repeat:no-repeat; }

/* Main content frame */
#main-content-frame { float:right; width:605px;}

/* Main content */
#main-content { width:320px; padding-bottom:150px; padding-left:15px; padding-top:15px; float:left; border-left:solid 1px #9dbab8; border-right:solid 1px #9dbab8;}
#main-content h1 { margin-bottom:15px; }
#main-content h2 { margin-bottom:-10px; }
#main-content p { margin-left:0px; margin-bottom:15px; }
#main-content p.date { font-style:oblique; margin-bottom:-13px; }

#main-content-secondary { width:235px;float:right; padding:15px; }
#main-content-secondary h2 {font-family:Georgia, "Times New Roman", Times, serif; font-weight:lighter; color:#437e7a; font-size:150%; margin-bottom: 15px;}
#main-content-secondary h3 { margin-bottom:-13px;}
#main-content-secondary p { margin-bottom:15px; margin-left:0px; }
#main-content-secondary p.date { font-style:oblique; margin-bottom:-13px;}
#main-content-secondary ul { list-style:none; }

/* Footer */
#footer { width:800px; margin-left:auto; margin-right:auto; padding:0 10px 15px 10px; background-image: url(images/footer-background.jpg); background-position:top; background-repeat:no-repeat; }
#footer p {margin-top:0px; margin-bottom:15px; padding-top:20px; }

.clearfix { clear:both;}