/* 
Document   : main
Created on : Sep 19, 2009, 3:24:27 PM
Author     : VGrover
Description:
Purpose of the stylesheet follows.
*/

body
{
    margin: 0;
    padding: 0;
    font-family: georgia, times, "times new roman", serif;
    color: black;
    background-color: #f9f9f9;
    background: url('images/background.jpg');
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border-style: none
}

p {
   font-family: arial, tahoma, verdana;
   font-style:normal;
   font-weight:normal;
   font-size:13px;
   color: black;
   text-align:inherit; 
   margin: 8px 1px;
   text-align: justify;
}

.pad20 {
   padding-left: 20px;
}

.aboutus li {
   font-family: arial, tahoma, verdana;
   font-style:normal;
   font-weight:normal;
   font-size:13px;
   color: black;
   text-align:inherit;
   margin: 1px 1px;
}

.aboutus a {
   text-decoration: none;
   color: black;
}

#container {
    margin: 0px 6%;
    background-color:white;
    width:1100px;
}

#nav {
    float: left;
    width: 195px;
    margin: 0px 5px 0px 0px;
    padding-bottom: 1em;
}

#nav p { margin-top: 0; }

#content
{
    /* padding-top: 1em; */
    margin: 0 210px 0 200px;
}

#content h2 { margin-top: 0; }

#rightside {
  float: right;
  width: 205px;
  margin: 0px 0px 0px 5px;
  padding-bottom: 1em;  
}

#footer {
    clear: both;
    background-color:maroon;
    height:50px;
    text-align: center;
    text-decoration: none;
    font: 12px / 14px Arial, Tahoma;
    font-weight:bold;
    color: white;    
}

#footer a {
    text-decoration: none;
    font: 12px / 14px Arial, Tahoma;
    font-weight:bold;
    color: white;
}

#footer a:hover {
    text-decoration:underline;
    font: 12px / 14px Arial, Tahoma;
    font-weight:bold;
    color:olive;
}

.copyright {
    float: left;
    margin-left: 20px;
    font-family: tahoma;
}

.sitedesign {
    float: right;
    margin-right: 20px;
    font-family: tahoma;
}

#weather {
	width: 180px;
	margin: 5px 0px 5px 0px;
    height:auto;
}

.general {
   float: left;
   width: 99%;
   margin-top: 0px;
   margin-bottom: 3px;
}

.general h2 {
    font-family: helvetica, arial, tahoma, serif;
    font-size: 18px;
    font-weight: bold;
    margin: 1px 0px;
    color:white;
    text-align:left; 
    padding-left: 5px;
    height: 31px;
    background-image: url('../images/heading_bg.gif');
    background-repeat: repeat;
}

#homegallery {
   float: left;
   width: 320px;
   margin-left: 5px;
}

#newsmain {
   float: right;
   width: 340px;
   margin: 2px 10px 2px 1px;
}

#newsmain h3 {
    font-family: arial, tahoma, serif;
    font-size: 18px;
    font-weight: bold;
    background: white;
    margin: 4px 0px;
    color: #333333;
    text-align:left;
    padding-left: 2px;
    background-image: url('../images/head_bkg1.gif');
}

#newsmain a {
   font-family: arial, tahoma, verdana;
   font-style:normal;
   font-weight:normal;
   font-size:13px;
   color: black;
   text-align:inherit;
   margin: 8px 1px;
   text-align: justify;
}

.news {
   float: left;
   width: 99%;
   margin-top: 10px;
   margin-bottom: 5px;
}

.news h2 {
    font-family: helvetica, arial, tahoma, serif;
    font-size: 18px;
    font-weight: bold;
    margin: 1px 0px;
    color: white;
    text-align:left; 
    padding-left: 5px;     
    height: 31px;
    background-image: url('../images/heading_bg.gif');
    background-repeat: repeat;
}

.news h3 {
    font-family: arial, tahoma, serif;
    font-size: 18px;
    font-weight: bold;
    background: white;
    margin: 4px 0px;
    color: #333333;
    text-align:left; 
    padding-left: 2px;  
    background-image: url('../images/head_bkg1.gif');
}

.news1 {
   float: left;
   width: 48%;
   margin: 2px 1px;
}

.news2 {
   float: right;
   width: 48%;
   margin: 2px 1px;
}

.issue {
    width: 100%;
    margin-bottom: 4px;
    text-align:center;
    border: gray 1px solid;
}

.issue img {
    width: 100%;
}

.issue h2 {
    font-family: helvetica, arial, tahoma, serif;
    font-size: 18px;
    height: 31px;
    font-weight: bold;
    color:white;
    padding-left: 5px;
    text-align:left;
    margin: 0px 0px;
    background-image: url('../images/heading_bg.gif');
    background-repeat: repeat;
}

.issue h3 {
    width: 99%;
    font-family: arial, tahoma, serif;
    font-size: 15px;
    font-weight: normal;
    margin: 1px 1px;
    color:blue;
    text-decoration: none;
}

.story {
    width:97%;
}

.toparea {
   border-bottom: 2px solid gray;
    width: 100%;
    padding-bottom: 2px;
}

.story h1 {
    color: blue;
    margin: 1px 0px;
    padding: 1px 0px;
    font: 28px/30px arial;
    font-weight:bold;
}

.story h2 {
    color: black;
    margin: 1px 0px;
    padding: 1px 0px;
    font: 15px/16px arial;
    font-weight:bold;
}

.col_maroon {
    color: maroon;
}

.storyauthor {
    font: 9px/10px arial;
    font-weight:normal;
}

.mediumarea {
    height: auto;
    width: 100%;
}

.story p {
    font: 12px/13px verdana;
    font-weight:normal;
    color: black;
    padding: 4px 8px;
    text-align: justify; 
}

.w99 {
    width: 99%;
    float: left;
}
#banner {
    width:100%;
    margin: 0px 0px 3px 0px;
}

.topStoryBox {
    width:100%;
    height:230px;
}

.topStory {
    border-top: 1px solid maroon;
    font: 18px Verdana;
    font-weight:bold;
    color: maroon;
    background-image: url('../images/head_bkg1.gif');
    margin-bottom: 5px;
}

.latestIssue {
    float:right;
    margin-left: 165px;
   font-family: "Comic Sans", arial, tahoma, verdana;
   font-style:normal;
   font-weight:bold;
   font-size:16px;
    color:white;
    vertical-align:baseline;
    line-height: 24px;
}

/* Contact Form */
.block_left{
    padding-left:20px;
    float:left;
    color:#696969;
    width:535px;
}

.w{  width:240px;height:19px; margin-bottom:5px; margin-top:0px;border:#CACFD6 1px solid;border-top:1px solid #CACFD6; border-left:1px solid #CACFD6;background-color:#F0F6F8;}
.w1{ width:240px;height:19px; margin-bottom:5px; margin-top:0px;border:#CACFD6 1px solid;border-top:1px solid #CACFD6; border-left:1px solid #CACFD6;background-color:#F0F6F8;}
.w3{ width:500px;height:137px; margin-bottom:5px; margin-top:0px;border:#CACFD6 1px solid;border-top:1px solid #CACFD6; border-left:1px solid #CACFD6;background-color:#F0F6F8;}
.wSR{margin-left:336px;margin-top:11px;}
.fL{ float:left}
.fR{ float:right}
.cL{clear:both}
.font_w{ color:#8C8C8C;font-family:Tahoma; line-height:20px;font-size:11px;}
input{   color:#142D34;font-family:Tahoma;font-size:11px; font-weight:400}
textarea{color:#142D34;font-family:Tahoma;font-size:11px; }
.submit{background-image:url(../images/sub.jpg); background-repeat:no-repeat;width:83px;height:19px; border:0px; cursor:pointer}
.reset{background-image:url(../images/res.jpg); background-repeat:no-repeat;width:83px;height:19px; border:0px; cursor:pointer}
.fHead1{ margin-top: 20px; font-size:16px; line-height:16px; font-family:Arial;  color:#315D78; }

/* End Contact Form */

.editions {
    width: 640px;
    margin: 10px 2px;
}

.editions img {
   width: 150px;
   margin: 2px 2px;
   padding: 2px 2px;
   float: left;
}

.editions h3 {
    color:maroon; font-family:Tahoma; line-height:18px;font-size:16px; margin: 3px 1px; line-height: 18px; float: right; width: 400px;
}
