/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.25;	
	margin: 0px;
	padding: 0px;
	font-size: 100%;			/* Added to try to shring font sizes on the page*/
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

a:active{
	color: #006699
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 115%;
 color: #006699;
 margin: 5px;
 padding: 10px;
 text-decoration:underline;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h6{
 font-family: Arial,sans-serif;
 font-size: 80%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	background: url("images/masthead_bg04.jpg") no-repeat bottom right;
	width: 100%;
}

#leftColumn{
	float: left;
	width: 235x;
	height: 800px;
	background: url("images/left_column.jpg") no-repeat bottom left;
}

#navBar{
	float: left;
	width: 220px;
	background-image:url(images/hatch_bg.gif);
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 0px 15px 0px 0px;
}

#newsSection{
	padding: 0px 0px 10px 10px;
	vertical-align: top;
	
}


#content{
	text-align: justify;
	float: left;
	width: 65%;
}

#content_home{
	text-align: justify;
	float: left;
	width: 50%;
}


#thirdColumn{
	text-align: center;
	padding: 10px 20px 0px 35px;
	width: 160px;
	float: left;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	background: url("images/MenaraLogo.gif") no-repeat;
	margin: 5px 0px 0px 10px;
	padding: 5px;
	height: 70px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 10px 10px;
	color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FAA530;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
}

#current {
	color:#000000;
	text-decoration:underline;
}
/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 15px 15px;
	font-size: 80%;
}

.feature_home{
	padding: 0px 0px 15px 15px;
	font-size: 10pt;
	line-height: 1.55;
}

.feature p{
}

.feature_home p{
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
	font-size: 16px;
}

.feature_home h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
	font-size: 16px;
}

.feature h4{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

.feature img{
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.feature ul{
	line-height: 1.5;
}

.backToTop{
	text-align: right;
}

#small_product{
	padding: 20px 0px 20px 0px;
	border: 1px solid #FAA530;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 75%;
	color: #999999;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
padding: 0px 0px 0px 10px;
border-bottom: 1px solid #EEE;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}

#sectionLinks img{
	padding: 10px;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#small_product a:link {
	text-decoration: none;
}
#small_product a:visited {
	text-decoration: none;
}
#small_product a:hover {
	text-decoration: none;
}
#small_product a:active {
	text-decoration: none;
}
