/*
*****************************************************************
** File: style.css                     						*****
** Desc: Overall style of the website						*****
*****************************************************************
*/

html,body, table{
	margin:0;
	padding:0;
	background-color: #a6c5c7;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
}

/** Start of website layout ----- CHANGE TO WHATEVER LAYOUT YOU ARE USING, 2 COLUMN 3 COLUMN etc.**/
#container{
	width:927px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#header{
	font-size:24px;
	color:#FFFFFF;
	background-image: url(../images/header.jpg);
	height: 212px;
	background-repeat: no-repeat;
	background-position: 4px;
	}

#content-area{
	color:#333333;
	background-image: url(../images/row1_bg.gif);
	background-repeat: no-repeat;
	background-position: 5px top;
	}

#col-left{
	float:left;
	width:620px;
	background:none;
	}
.column {
	float: left;
	width: 300px;
	margin-left: 6px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 23px;
	font-weight: bold;
	color: #153E66;
	padding-top: 10px;
	padding-right: 2px;
	margin: 0px;
}

#col-right{
	float:left;
	width:300px;
	}
#latestissue {
	background-image: url(../images/row1_rtcol_bg.jpg);
	background-repeat: no-repeat;
	background-position: 5px top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#latestissuefooter {
	background-image: url(../images/row1_rtcol_bg_footer.jpg);
	background-repeat: no-repeat;
	height: 20px;
	background-position: 5px;
}

#footer{
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	height: 78px;
	font-size: 11px;
	background-position: -1px;
	}

.spacer{
	clear:both;
	width:100%;
	font-size:2px;
}

.inner-box-10{
	padding:10px;
	}

/** End of website layout **/

/** Start of Main menu style ------- DO NOT DELTETE THIS SECTION, YOU CAN MAKE CHANGE TO THE PROPERTIES THOUGHT **/	
#mainMenu{
	width:100%;
	font-size:11px;
	margin-top: 0px;
	font-weight: bold;
	line-height:42px;
	height:42px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: -1px;
}

#mainMenu a{
	color:#333333;
	text-decoration:none;
	display:block;
	padding:0px 20px;
}

#mainMenu a:hover{
	color:#000000;
}


#mainMenu ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

#mainMenu li {
	float:left;
	position:relative;
	margin:0;
	display: block;
	color: #0E315B;
	border-right: 1px solid #CCCCCC;
	white-space:nowrap;
    }

#mainMenu li ul{
	display:none;
	position:absolute;
	top:33px;
	left:0;
	z-index:1000;
	}

#mainMenu li ul li{
	width:160px;
	float:left;
	clear:both;
	background-image: url(../images/nav_Button_bg.gif);
}

#mainMenu li:hover ul, #mainMenu li.over ul { display: block; }

	  
#mainMenu li:hover, #mainMenu li.over {
	background-image: url(../images/nav_sel.gif);
}

#mainMenu li.lastMenu{
	border-right:none;
	}

#mainMenu li.activeMenu a{
	color: #333333;
	background-image: url(../images/nav_sel.gif);
	background-repeat: repeat-x;
}

#mainMenu li ul li{
	border-right:none;
	}
/** End of Main menu **/


/** Site wide alert message style ----- DO NOT REMOVE THIS STYLE, YOU CAN CHANGE THE PROPERTIES THOUGH **/
.alert{
	padding:10px 0px;
	color:#CC0000;
	font-size:14px;
	}

/** Content styling  -------- CHANGE TO WHATEVER STYLE YOU NEED TO ***/
p{
	margin:0;
	padding:10px 0px;
	}
#footerrttext {
	float: right;
	width: 300px;
	font-size: 12px;
	font-weight: bold;
	color: #153E66;
	text-align: right;
}
#outercontainer {
	background-image: url(../images/container_bg.gif);
	width: 957px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}
#footerlttext {
	float: left;
	width: 350px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	color: #666666;
	padding-top: 2px;
	margin: 0px;
	padding-bottom: 2px;
}
#content-area2 {
	color:#333333;
	background-image: url(../images/row2_bg.gif);
	height: 315px;
	background-repeat: no-repeat;
	background-position: 5px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 23px;
	font-weight: bold;
	color: #153E66;
	padding-top: 20px;
	margin: 0px;
	padding-left: 15px;
	padding-bottom: 11px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	color: #666666;
	padding-top: 2px;
	margin: 0px;
	padding-bottom: 2px;
	padding-left: 15px;
}
.row2text {
	font-weight: normal;
	color: #666666;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 16px;
}
.row2textAdvertising {
	font-weight: normal;
	color: #666666;
	padding-top: 7px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 16px;
}
.inner-box-20 {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
h4 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #153E66;
	text-decoration: none;
	font-weight: bold;
}
