body{
	/*background-color:#500055;*/
	background-color:white;
}
div.container
{
width:80%;
margin-left:auto;
margin-right:auto;
margin-top:-10px;
margin-bottom:-10px;
/*border:1px solid #C7A317;*/
/*line-height:150%;*/
/*background-color:#500055;*/
background-color:white;
color:#661C7B;
font-family:Arial, Arial, Helvetica, sans-serif;

}
div.footer
{
padding:0.5em;
color:#661C7B;
text-align:center;
clear:left;
/*border-left:1px solid #C7A317;
background-color:#C7A317;
border-top-right-radius:25px;
border-top-left-radius:25px;
background:url(/images/gradient14857493.png) top left no-repeat;*/
}
div.header
{
padding:0.5em;
color:#661C7B;
/*background-color:#C7A317;*/
background-color:white;
text-align:center;
clear:left;
/*border-left:1px solid #C7A317;
border-bottom-right-radius:25px;
border-bottom-left-radius:25px;*/
/*background:url(/images/gradient14857493.png) top left no-repeat;*/
}

h1{
	color:#000000;
}
h2{
	color:#661C7B;
}
h3{
	color:#661C7B;
}
h4{
	color:#661C7B;
}
h1.header
{
padding:0;
margin:0;
}
div.left
{
float:left;
width:223px;
margin:0;
padding:0 1em;
line-height:100%;
/*color:#C7A317;*/
color:#661C7B;
/*border-right:1px solid #C7A317;*/
font-size:90%;
font-style:normal;
}
div.content
{
margin-left:252px;
/*border-left:5px solid #9F8C50;*/
margin-bottom:0px;
padding:0 25px;
color:#C7A317;
}

ul.none{
	list-style-type:none;
	margin-left:-15px;
	margin-top:5px;
}

a:link {color:#661C7B;text-decoration:none;}      /* unvisited link */
a:visited {color:#661C7B;text-decoration:none;}  /* visited link */
a:hover {color:#C7A317;text-decoration:underline;}  /* mouse over link */
a:active {color:#661C7B;text-decoration:none;}  /* selected link */

#breadcrumb{
	/*background-color:yellow;*/
	color:#661C7B;
	margin-top:10px;
}

a.bc:link {color:#661C7B;text-decoration:none;}      /* unvisited link */
a.bc:visited {color:#661C7B;text-decoration:none;}  /* visited link */
a.bc:hover {color:#C7A317;text-decoration:underline;}  /* mouse over link */
a.bc:active {color:#661C7B;text-decoration:none;}  /* selected link */

a.hc:link {color:#500055;text-decoration:none;}      /* unvisited link */
a.hc:visited {color:#500055;text-decoration:none;}  /* visited link */
a.hc:hover {color:#661C7B;text-decoration:underline;}  /* mouse over link */
a.hc:active {color:#500055;text-decoration:none;}  /* selected link */

#quote{
	margin-left:20%;
	margin-right:20%;
	text-align:justify;
	padding:10px;
	color:purple;
	/*height:100px;*/
	background-color:#C7A317;
	-moz-box-shadow: 10px 10px 5px #888888; /* Firefox 3.6 and earlier */
	-webkit-box-shadow: 10px 10px 5px #888888; /* Safari */
	box-shadow: 10px 10px 5px #888888;
}

.gold{
	color:#C7A317;
}
.purple{
	color:#661C7B;
}

.bottom{
	margin:16px 0 0 0;
}
.companyname{
	font-size:150%;
	line-height:120%;
	color:white;
}
.companyaddress{
	font-size:90%;
	line-height:100%;
	color:white;
}
.fltright{
	float:right;
	border:2px solid white;
	margin:10px;
}
.copyright{
	font-size:70%;
}

.topnav{margin:0;padding:0;list-style-type:none;
	width:auto;position:relative;display:block;height:36px;text-transform:uppercase;font-size:12px;font-weight:bold;font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:4px solid #500055;
	border-top:1px solid #500055;
	}
.topnav>li{display:block;float:left;margin:0;padding:0;text-align:left;}
.topnav>li>a{display:block;float:left;color:#874B46;text-decoration:none;padding:12px 20px 0 20px;height:24px;}
.topnav>li>a:hover, .topnav>li:hover, .topnav .hover{color:gold;}
.topnav>li>a.current,.topnav  li a.current:hover{color:gold;}

/* submenu */
.topnav .submenu{display:none;position:absolute;top:36px;background-color:#500055;border-top:4px solid gold;border-bottom:2px solid gold;z-index:10;}
.topnav .submenu ul{}

/* submenu styles */

.submenu_resources{
	width:200px;
}
.submenu_resources ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.submenu_resources li{
	padding:5px;
}
.submenu_resources li:hover{
	background-color:purple;
}

.submenu_technology{
	width:90px;
}
.submenu_technology ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.submenu_technology li{
	padding:5px;
}
.submenu_technology li:hover{
	background-color:purple;
}

.submenu_aboutus{
	width:160px;
}
.submenu_aboutus ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.submenu_aboutus li{
	padding:5px;
}
.submenu_aboutus li:hover{
	background-color:purple;
}

