/* CSS Document */
/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
	background:url(bg.jpg) ;
	background-position:center;
	padding: 0px;
	margin: 0px
	}

/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900; color:#990000;}
h2 {font-size:15px;line-height: 1em;font-weight: 900; color:#990000;}
h3 {font-size:14px;line-height: 1em;font-weight: 900; color:#990000;}
h4 {font-size:13px;line-height: 1em;font-weight: 900; color:#990000;}
h5 {font-size:12px;line-height: 1em;font-weight: 900; color:#990000;}
h6 {font-size:11px;line-height: 1em;font-weight: 900; color:#990000;}
td{font-size: 12px;}
th{font-size: 12px;}
a {color: #990000;}
a:hover {color: #333333;}
a:visited {color: #990000;}
a.image, a.image:hover  {border:0;}
li{ list-style: square; padding-bottom:3px}
li .category {font-size:14px; font-weight:bold;}
ul { list-style: square;}

/* #######################  END GENERAL SETTINGS ############################ */

/*##################### NAVIGATION SECTION #####################*/	
/* Pathway Breadcrumbs */	
	.pathway {font-size: 11px;color:#333;}
	a.pathway:link {color:#659FDE;}
	a.pathway:visited {color:#659FDE;}
	a.pathway:active {color:#659FDE;}
	a.pathway:hover {color:#659FDE;text-decoration:underline;}

/* Mainlevel menu */
.mainlevel {height: 18px;}
#header_menu .mainlevel{height: 14px; text-align:right;}
#header_menu2 .mainlevel{height: 14px; text-align:right;}

a.mainlevel {display: block;
	color: #FFFFFF;
	margin: 0 0 1px 0;
	text-decoration: none;
	}
	
a.mainlevel:hover {
	color: #FFFFFF;
	background: #A0A0A0;
					}
/* End Mainlevel menu */
	
/* Sub Menu */
.sublevel{height: 18px;}

a.sublevel{	display: block;
	background: #A0A0A0 ;
	color: #FFFFFF;
	padding: 5px 0 5px 19px;
	margin: 0 0 1px 0;
	text-decoration: none;
		}

   a.sublevel:hover {
	display: block;
	color: #FFFFFF;
	background: #822C0F;}
/* End Sub Menu */

/* Add Custom Menus */

/* Add Custom Menus */


/*##################### NAVIGATION SECTION #####################*/	


/* #######################  CONTENT SETTINGS ############################ */
.contentheading {
font-size: 16px;
width: 100%;
font-weight: bold;
color: #990000;
}

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

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

/* Main Body Text */
.contentpane {background: White; width: 100%;margin-right:10px;}
.contentpaneopen {background-color: White; margin-right:10px;}
/* 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: #666; font-size:.8em; font-weight: normal;}
.modifydate {font-size: 10px;color: #666;text-decoration: none;font-weight: normal;}
.newsfeeddate {font-size: 10px;color: #FF6600;font-weight: normal;}
/* Dates */

/* Writen by Authors name */
.small {color: #666;}

/* Page navigation links "<<< 1 of 10 next >>>" */
.pagenav{font-size: 14px;  color: #CC6600; }
.pagebar{font-size: 12px;}
.pagenav_prev{font-size: 14px;  color: #FF6600; }
.pagenav_next{font-size: 14px;  color: #FF6600; }
a.pagenav {color: #990000; border-bottom: 0;}
a.pagenav:hover {color: #333333; border-bottom: 0;}
.pagenavcounter{	height: 15px;  }
.back_button{font-size: 12px; height: 15px;  }	

/* Read more link */

.readon{
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 13px; color:#990000;font-weight: bold;
}


/* 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 {
    font-size: 1.2em;
    font-weight: bold;
    color: #990000;
    text-align:left;
	width: 100%
	}
	
/* Sectiontable Table types listings Faqs's, weblink etc..*/
.sectiontableheader {
	background-color : #D3D3D3;
	color : #333;
	font-weight : bold;
	border-collapse: collapse;
	font-size: 11px;
	}

/* Table odd and Even Rows */
.sectiontableentry1 {background-color : #FFFFFF;font-size: 11px;}
.sectiontableentry2 {background-color : #EBEBEB;font-size: 11px;}
.sectiontablefooter{	height: 18px; }
/* End Sectiontable */

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

/* blogsection */
.blog {background-color : #FFFFFF;}
.blogsection{height: 18px;}
.blog_more{height: 18px;}
.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;}

.123highlight {
border: 1px dashed #010101;
background: #DDEEFF;
padding: 0px 2px 0px 2px;}
/* End Search Form */

/* wrapper title */
.wrapper {background-color : #FFFFFF;}

/* #######################  END CONTENT SETTINGS ############################ */


/* ##################### STANDARD MODULE TABLE  #################*/	
table.moduletable {width: 100%;	padding: 0px;	margin: 0px; text-align:left; color: #999999}
#main_module1 table.moduletable {width: 98%;	padding: 0px;	margin: 0px;}
#main_module2 table.moduletable {width: 98%;	padding: 0px;	margin: 0px;}

table.moduletable th {background: url(module.jpg); height: 20px; color: #FFFFFF; padding-top:2px; padding-left:20px; margin-bottom: 10px }

#main_module1 table.moduletable th {width: 98%;	padding: 0px;	margin: 0px; padding-left: 20px;padding-top:1px; }
#main_module2 table.moduletable th {width: 98%;	padding: 0px;	margin: 0px; padding-left: 20px;padding-top:3px;}

table.moduletable td {height: 20px; padding-left:0px;}
#side table.moduletable td {height: 20px; padding-left:10px; padding-top:3px}

/* Font Control */

/* Title Control */
div.module h3 { color: #FFFFFF;}

/* List Control */
.module ul {}
.module li {}

/* Link Control*/
.module a:link{}
.module a:visited {}
.module a:hover {}
.module a:active {}

/* Add here Custom Modules */

/* End Custom Modules */

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




/* #######################  LAYOUT SETTINGS ############################ */
#a {width:100%; height: 100%; background:url(bg.jpg); background-position:center;}
#container_main {width:1000px; height:100%; position:relative; top:0px}
#top {height: 315px; width: 1000px; background-image:url(header.jpg); position:relative;top: 0px }
#topbar {width:1000px; top: 0px; background-color:#333333 }
#top_header {height: 200x; width: 1000px; }
	#curve_picture {height:175px; width:360px; float: right; padding: 0px; margin:0px }
#mid_header {height: 100px; width: 1000px; vertical-align:bottom; }



#bottom_header {height:20px; width:1000px; }
	#resizer {height:19px; width: 400px; position: relative; float: right; right: 10px; vertical-align:middle; padding-top:1px;}
		#resizer a{color: #FFFFFF; text-decoration:none; vertical-align:middle; font-weight:bold}
	#search {height:25px;width: 300px; position:relative; float: left; top: 70px;left: 8px; vertical-align:middle}
html>body #search {height:25px;width: 300px; position:relative; float: left; top: 90px;left: 8px; vertical-align:middle}


	#header_menu {height: 75px; width:290px; float:right; position: relative; top:5px; right: 20px; }
	#banner {height: 75px; width:200px; float:right; position: relative; top: 25px; right:20px; }
	#html>body #header_menu {height: 75px; width:290px; float:right; position: relative; top:20px; right: 20px; }
       html>body #header_menu {height: 75px; width:440px; float:right; position: relative; top:20px; right: 20px; }

	#middle {width:1000px; height:100%; position:relative; top:0px;}
#mid_spacer {width:1000px; height:10px; background-image:url(mid_spacer.jpg); background-repeat:no-repeat}
#main {width:730px; height:100%;float: left; top:0px; left:0px; background-image:url(main.jpg);}
	#main_content  {width:690px; height:100%; min-height:350px; position:relative; top: 0px; left: 25px; }
	#main_content2  {width:730px; height:170px; vertical-align:bottom; background-image:url(main_articles.jpg); }
		#main_module1 {width:345px; position: relative; float: left; left: 20px; top: 13px; }
		#main_module2 {width:345px; position: relative; float: right; right: 10px; top: 13px; }
#side {width: 270px; min-height:500px; float: right; top:0px; left:0px; }
	#side_content {width:250px; min-height: 500px; position: relative; top:0px; left: 10px;}
#footer {height:134px; width: 1000px; background-image:url(footer.jpg);}
#clear {clear:both; visibility:hidden; height:0px}

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