/* *********************** GENERAL SETTINGS     *********************** */
html, body{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #555b71;
background-color: #006fba;
/*width: 100%;*/
/*	background: #fff url(../images/body_bg.jpg) top repeat-x;*/
}
body.published {
background: #AADDFF;
}

body.mceContentBody {
background: white;
}

* { padding: 0px; margin: 0px; }
/*  Global Formatting */
h1 {font-size:12px;font-weight: normal; color: #999; letter-spacing: -2px; line-height: 24px;}
h2 {font-size:12px;font-weight: bold; color: #999; letter-spacing: -1px; line-height: 18px;}
h3 {font-size:12px;line-height: 15px; color: #333; font-weight: bold;}
h4 {font-size:13px;line-height: 14px; font-weight: bold; }
h5 {font-size:12px;line-height: 13px; font-weight: bold; }
h6 {font-size:11px;line-height: 12px; font-weight: bold;}
td{font-size: 11px; color: #333333;}
th{font-size: 11px;}
a {color: #f13d63; text-decoration: underline;}
a:hover {color: #f13d63; text-decoration: none;}
a.image, a.image:hover  {border:0;}
li{ list-style: none; }
ul { list-style: none; clear: both;}
fieldset {
/*	width: 470px;*/
    width: 770px;
	padding: 5px;
	border: 1px solid #eee;
}
/* *********************** END GENERAL SETTINGS *********************** */

/* *********************** LAYOUT SETTINGS      *********************** */

#desMain {
	width: 100%;
/*	width: 800px;*/
	margin: 2px auto;
	clear: both;
	/*background-color: #FFFFFF;*/
	background: #FFFFFF url(../images/body_bgNEW.jpg) top repeat-x;
	
}

#desTop {
	width: 100%;
/*		width: 800px;*/
	height: 200px;
	clear: both;
	position: relative;
	/*background: #FFFFFF url(../images/topbg.jpg) top no-repeat;*/
	background: #fff url(../images/body_bgNEW.jpg) top repeat-x;
}

#desTop h1 {
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	top: 98px;
	left: 48px;
	font: normal 24px Arial, Helvetica, sans-serif;
}

#desTop h2 {
	color: #ffc;
	text-transform: uppercase;
	position: absolute;
	top: 106px;
	left: 250px;
	font: bold 14px Arial, Helvetica, sans-serif;
}

#desTop #menu { background-color: #ffffff; position: absolute; left: 290px; top: 14px; width: 480px; }
#desTop #menu ul { background-color: #ffffff; list-style: none; }
#desTop #menu ul li { background-color: #ffffff; list-style: none; float: left; margin-right: 15px; }
#desTop #menu ul li a { background-color: #ffffff;text-decoration: none; font-weight: bold; color: #999; }
#desTop #menu ul li a:hover { background-color: #ffffff; color: #333; }

#contentMain {
	margin: 0px 0px;
	padding: 15px 0px;
/*	width: 98%;*/
	background-color: #ffffff;
}

/*#colLeft {
	float: left;
	width: 150px;
	margin-top: 30px;
	margin-left: 10px;
	background-color: #ffffff;
}

#colLeft table.moduletable th { 
	background: #fff url(../images/mhd_bg.gif) top no-repeat;
	padding-left: 10px; 
	padding-top: 13px;
	padding-bottom: 1px;
	width: 200px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #999;
	text-transform: uppercase;
}*/

#colRight {
	/*float: left;*/
/*	width: 890px;*/
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	background-color: #ffffff;
}

#desFooter {	
/*	clear: both;*/
width: 800px;
		width: 100%;
	height: 130px;
		background: #FFFFFF url(../images/footer_bg.gif) top repeat-x;
}

#desFooter p {
	padding-top: 115px;
	text-align: center;
	color: #fff;
}

#desFooter p a {
	color: #fff;	
	text-decoration: underline;
}
#desFooter p a:hover {
	color: #ffc;
	text-decoration: none;
}
.both {
	clear: both;
}

/* *********************** END LAYOUT SETTINGS  *********************** */

/* *********************** NAVIGATION SECTION   *********************** */
/* Pathway Breadcrumbs */	
	.pathway {font-size: 11px;color:#333;}
	a.pathway {color:#000;text-decoration: none;}
	a.pathway:hover {color:#000;text-decoration:underline;}

/* Mainlevel menu */
.mainlevel {height: 20px;}

a.mainlevel {
	background: #fff;
	color: #999;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	margin: 0px;
	text-decoration: none;
	display: block;
}
	
a.mainlevel:hover, #active_menu:hover {
	color: #f13d63;
	background: #fff;
	text-decoration: underline;
}

#active_menu {
	color: #333;
}
/* End Mainlevel menu */
	
/* Sub Menu */
.sublevel {height: 18px;}

a.sublevel {
	background: #fff;
	color: #999;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0px 4px 15px;
	margin: 0px;
	text-decoration: none;
}

a.sublevel:hover {
	color: #f90;
	background: #fff;
	text-decoration: underline;
}
/* End Sub Menu */

/* Add Custom Menus */

/* Add Custom Menus */

/* *********************** END NAVIGATION SECTION ********************* */

/* *********************** STANDARD MODULE TABLE  ********************* */
table.moduletable {
/*	width: 100%;*/
	padding: 0px;
	margin: 0px;
	background: #fff;
}

table.moduletable th { 
	font: bold 14px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
/*	line-height: 40px;*/
	line-height: 80px;
	color: #006fba;
	text-transform: uppercase;
	text-align: left;
	background: #fff;
}

table.moduletable td {height: 18px; background: #fff;}

/* Custom Modules */

.latestnews, .mostread {
	list-style: none;
	margin: 2px 1px;
}

li.latestnews. li.mostread {
	margin: 0px;
}

li.latestnews a, li.mostread a {
	color: #333;
	text-decoration: none;
}

li.latestnews a:hover, li.mostread a:hover {
	color: #f13d63;
	text-decoration: underline;
}

.search {
	margin: 3px 0px;
	padding-bottom: 3px;
}

.search .button {
	background: none;
	border: none;
	color: #006fba;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0px 5px;
}

.search .button:hover {
	color: #c90;
}

.search .inputbox {
	border: 1px solid #999;
	padding: 1px;
	width: 170px;
}

.search .inputbox:hover {
	border: 1px solid #900;
	padding: 1px;
}

/* End Custom Modules */

/* *********************** END STANDARD MODULE TABLE ********************* */

/* *********************** CONTENT - SECTIONS & CATEGORIES *********************** */
.contentheading {
	padding: 20px 0px 0px 0px;
	line-height: 25px;
	font: bold 18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #006fba;
/*	width: 100%;*/
	background: #fff;
	text-align: left;
}

/* content title and links */
.contentpagetitle {background-color : White; }
a.contentpagetitle,a.contentpagetitle:link, a.contentpagetitle:visited 
{text-decoration: none;font-weight: normal; color: #f13d63;border-bottom: 0px;}
a.contentpagetitle:hover {color: #000;border-bottom: 0px dashed #ccc; text-decoration: none;}

/* top box like a category description */
.contentdescription {
	background-color : White;
	padding: 10px 0px;
}

/* Main Body Text */
.contentpane {background: White;}

.contentpaneopen { background-color: White; line-height: 17px;}
/* Main Body Text */

/* article rating */
.content_rating {font-weight: normal;font-size:.8em;}
.content_vote {font-weight: normal;font-size: .8em;}

/* icons */
.buttonheading{font-size: 12px;}
.pop-ups {float: right;}
a.pop-up {border-bottom: 0;}

/* Dates */
.createdate {color: #ccc; font-size: 11px; font-weight: normal;}
.modifydate {color: #ccc; font-size: 11px; font-weight: normal; font-style: italic;}
.newsfeeddate {font-size: 11px; color: #ccc; font-weight: normal;}
/* Dates */

/* Writen by Authors name */
.small { 
	color: #ccc;
	font-size: 11px;
	line-height: 17px;
	margin: 0px; padding: 0px;
}

/* Page navigation links "<<< 1 of 10 next >>>" */
.pagenav { 
	font-size: 12px; 
	color: #006fba;
}
.pagebar{font-size: 12px;}
.pagenav_prev{font-size: 11px; color: #006fba; }
.pagenav_next{font-size: 11px; color: #006fba; }
a.pagenav {color: #f13d63; text-decoration: underline; }
a.pagenav:hover {color: #f13d63; text-decoration: none; }
.pagenavcounter{	height: 15px;  }
.back_button{font-size: 12px; height: 15px; clear: both; display: block; }

/* Read more link */
.readon {
	font-size: 11px; 
	color: #f13d63;
	text-decoration: underline;
}

.readon:hover {
	text-decoration: none;
	color: #f30;
}

/* Article index   */
table.contenttoc {
	padding: 0px;
	margin: 2px;
	font-size: 12px;
	}
	
table.contenttoc th {
background: #2F3E57; 
color: White;
}
	
table.contenttoc td {padding: 2px;}

/* Links article index */
	a.toclink:hover, a.toclink:visited, a.toclink:link {	height: 18px; }
/* End Article index  */

/*  component heading */
.componentheading {
	text-align:left;
	margin-top: 15px;
	background-color: #fff;
	line-height: 25px;
	font: bold 14px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #006fba;
	width: 100%;
}

/* Sectiontable Table types listings Faqs's, weblink etc..*/
.sectiontableheader {
	background-color : #006fba;
	color : #fff;
	font-weight : bold;
	border-collapse: collapse;
	font-size: 11px;
	}

/* Table odd and Even Rows */
.sectiontableentry1 {
	background-color: #fff;
	font-size: 11px; 
	height: 21px;
}

.sectiontableentry2 {
	background-color: #f0f0f0;
	font-size: 11px; 
	height: 21px;
}

.sectiontablefooter {
	height: 18px; 
}
/* End Sectiontable */

/* Category */
.category {color:#333;}
a.category:link, a.category:visited { height: 15px; color: #666;  }
a.category:hover  {	height: 15px; color: #333;  }
/* End category */

/* blogsection */
.blog {background-color : #FFFFFF;}
.blogsection{	height: 18px;  }
.blog_more{	clear: both; display: block; width: 480px; padding: 10px 0px; }
.blog_heading {	height: 18px;  }
/* space from bottom of article */
.article_seperator{background-color : #FFFFFF;}
/* End blogsection */

/* Search Form Module*/
.search {height: 18px;}
/* results if not search google */
.searchintro{height: 18px;}
/*Search Form keyword highlight*/
.highlight {
border: 1px dashed #006fba;
background: #F5FF96;
padding: 0px 2px 0px 2px;}
/* End Search Form */

/* wrapper title */
.wrapper{background-color : #FFFFFF;}
/* *********************** END CONTENT - SECTIONS & CATEGORIES *********************** */

/* *********************** FORM SECTION  *********************** */	
form{font-size: 12px}
input {
	background-color:#FFFFFF; font-size: 11px; color: #333; padding: 1px;
}
.inputbox { background: #fff; border: 1px solid #999; padding: 1px; }
.text_area {background: #fff; border: 1px solid #999; width: 470px; }
/* Pull down menu */
.selectbox {width: 100%;}
/* Submit Button */
.button {
	background: none;
	border: none;
	color: #006fba;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0px 5px;
}

.button:hover {
	color: #c90;
}

/* Contact Email Form */
.contact_email {margin: 0px;padding: 5px;}
/* *********************** END FORM SECTION *********************** */

/* *********************** TABBED EDITING *********************** */
/*When user login to edit or sumbit articles*/
/* for modifying {moscode} output.  Don't set the colour! */
.moscode {
	background-color: #f0f0f0;
   }
		
.code {
	font-family: courier, serif;
	font-size: 1.2em;
	padding: 2px;
	background-color: #f0f0f0;
	color: blue;
	border: 1px solid #d5d5d5;
	margin: 0px;
	width: 90%;
}


/* Text passed with mosmsg url parameter */
.message {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 1em;
	color : #666;
	text-align: center;
   }

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #666666;
	border-left: outset 1px #666;
	border-right: outset 1px #333;
	border-top: outset 1px #666;
	border-bottom: solid 1px #333;
	text-align: center;
	cursor: default;
	font-weight: bold;
	color: #FFFFFF;
	padding: .2em;
   }

.offtab {
	background-color : #cccccc;
	border-left: outset 1px #666;
	border-right: outset 1px #333;
	border-top: outset 1px #666;
	border-bottom: solid 1px #333;
	text-align: center;
	cursor: default;
	font-weight: normal;
	padding: .2em;
   }

.edit-tabs {
   padding: 1em;
   background: none;
   }

.tabpadding {padding:1px;}

.tabheading {
	background-color: #f13d63;
	text-align: left;
   }

.pagetext {
	visibility: hidden;
	display: none;
   }

	/*Body of the form*/
.adminform{background-color : #FFFFFF;}
/* *********************** End TABBED EDITING *********************** */

/* *********************** NEW AMA *********************** */

#desNav {
	width: 100%;
	/*		width: 800px;*/
	height: 27px;
	clear: both;
	position: relative;
	/*background: #FFFFFF url(../images/topbg.jpg) top no-repeat;*/
	background-color: #006fba;
	display: block;
}

#desMain2 {
	width: 98%;
	/*		width: 800px;*/
	margin: 0px auto;
	clear: both;
	/*background-color: #FFFFFF;*/
	background-color: #FFFFFF;
	
}

#desMain3 {
	width: 98%;
	/*		width: 800px;*/
	margin: 0px auto;
	clear: both;
	/*background-color: #FFFFFF;*/
	background-color: #006fba;
	
}

#desMain4 {
	width: 98%;
	/*		width: 800px;*/
	margin: 0px 0px 0px 0px;
	clear: both;
	/*background-color: #FFFFFF;*/
	background-color: #006fba;
	
}