﻿*
{
}
html, body
{
	font: 9pt Arial;
	line-height: 1.5em;
	color: #505050;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	/*background-image: url( 'Images/Portal/BackFill.jpg' );*/
	background-repeat: repeat-x;
}
h1
{
	font-size: 13pt;
	color: Black;
	border-bottom: 1px solid silver;
}
h2
{
	color: #4A4740;
	font-size: 12pt;
}

ul{
margin-top:0px;
}


.ImageFrame
{
	border: 1px solid gainsboro;
	margin: 4px;
}

#container
{
	min-height: 100%;
	position: relative;
	width: 1000px;
	text-align: left;
	border-left: 1px solid gainsboro;
	border-right: 1px solid gainsboro;
	background: White;
	margin: 0 auto;
}

#header
{
	background-color: White;
}

#content
{
	padding-top: 5px;
	padding-bottom: 39px; /* Height of the footer */
	width: 1000px;
}

#footer
{
	background-image: url( 'Images/Portal/FooterBar.gif' );
	background-repeat: no-repeat;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 39px;
	padding: 0;
	color: White;
}

.AccordionHeader
{
	background-image: url( 'Images/Portal/LightBar.gif' );
	background-repeat: no-repeat;
	background-position: bottom;
	color: #333333;
	text-align: left;
	font-weight: bold;
	height: 35px;
	cursor: pointer;
}

.AccordionContent
{
	background: white;
	padding-top: 5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	margin-left: 8px;
	margin-right: 8px;
}

a
{
	color: #333333;
	text-decoration: none;
}
a:hover
{
	color: #308CBD;
	text-decoration: none;
}

.SideHead
{
	color: #5F1516;
	font-size: 11pt;
	padding-bottom: 4px;
	border-bottom: 1px solid silver;
	font-weight: bold;
	padding-left: 3px;
}
.SideItem
{
	line-height:1.4em;
	color: Black;
	padding-top: 5px;
	font-size: 8.5pt;
	width: 140px;
}

.SideItem a
{
	color: Black;
}
.SideItem a:hover
{
	color: #5F1516;
	text-decoration:underline;
}

/* Sliding Menu StyleSheet */

#fancymenu
{
	background: url( 'Images/Portal/menubar.gif' ) no-repeat;
	background-color:White;
	position: relative;
	height: 30px;
	width: 642px;
	padding:15px 0 15px 15px;
	margin: 10px 0;
	overflow: hidden;
}

#fancymenu ul
{
	padding: 0;
	margin: 0;
}

#fancymenu ul li a span
{
	padding: 0 7px;
}

/* Don't apply padding here (offsetWidth will differ in IE)
If you need padding add it to the child anchor */
#fancymenu ul li
{
	float: left;
	list-style: none;
}

#fancymenu ul li a
{
	text-indent: -500em;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	padding: 2px 5px 0 5px;
	border-left:1px solid gainsboro;
}

#fancymenu .border_bonus
{
	border-left:none;
}


#menu_home a
{
	width: 90px;
	background: url(  'Images/menu/Home.png' ) no-repeat center;
}

#menu_about a
{
	width: 90px;
	background: url(  'Images/menu/AboutUs.png' ) no-repeat center;
}

#menu_portfolio a
{
	width: 90px;
	background: url(  'Images/menu/Portfolio.png' ) no-repeat center;
}

#menu_services a
{
	width: 90px;
	background: url(  'Images/menu/services.png' ) no-repeat center;
}

#menu_products a
{
	width: 90px;
	background: url(  'Images/menu/products.png' ) no-repeat center;
}

#menu_contact a
{
	width: 90px;
	background: url(  'Images/menu/contactus.png' ) no-repeat center;
}




#fancymenu .background .left
{
	height: 30px; /* margin-right: 9px; 7px is the width of the rounded shape border: 1px solid #413524; */
}

#fancymenu li.background
{
	background-color:Transparent;
	background: url(  'Images/menu/Transparent.gif' ) no-repeat center;
	z-index: 8;
	position: absolute;
	visibility: hidden;
	
}

#newconcept_borderbox
{
	border-bottom: 1px solid #413524;
	border-top: 1px solid #413524;
	height: 38px;
	padding: 1px 0px;
}