body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: black;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #a6a6a6;
	background-image: url(../images/bodybg_plain2.jpg);
	background-repeat: repeat-x;
	background-position: 0 -100px;
	
	
}
#Container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 40px;
	
	

}

#Header {
	width: 780px;
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
	overflow: hidden;
}

#Header img {
	padding-right: 15px;
}
#Header h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#Header p {
	margin: 0px;
	padding: 0;
}
#Header div {
	float: left;
}


#MainContent {
	background: #ffffff;
	margin: 0px 12px 0 201px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px;
	
}

#MainContent h1 {
	padding-top: 20px;
	font-size: 1.2em;
	
}
#MainContent h2 {
	font-size: 1.4em;
}
#MainContent h3 {
	font-size: 1.0em;
	font-weight: bold;
}
#MainContent p, #MainContent ul, #MainContent li {
	font-size: 0.9em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #a6a6a6;
	width: 450px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#MainContent ul {
	list-style: outside;
	padding: 0px 0px;
	margin: 0px 20px;
	line-height: 1.4em;
}
#MainContent li {
	padding: 2px 0px;
	line-height: 1.4em;
}


#SidebarContainer {
	margin: 0px;
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	font-size: 0.6em;
	
	margin-top: 30px;
	margin-left: 10px;
	
	
	
	
}
#MainMenuFull 
{
	z-index: 1000;
	margin: 0 0 0 0;
	top:0;
}
#MainMenuFull ul 
{
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	float: left;
}
#MainMenuFull li 
{
	background-color: #000;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	
	margin-top: 3px;
	padding: 0px 10px 0px 0px;
	border-bottom: #919191 1px solid;
	border-right: #919191 1px solid;
	float: right;
	clear: both;
	text-align: left;
	padding-left: 30px;
	text-transform: uppercase;
	
	
}
#MainMenuFull li a:hover {
	
	color: white;	
	background-color: #f6bf02;
	
}
#MainMenuFull li a {
	font-size: 1.3em;
	color: #cccccc;
	font-family: "Arial",Helvetica,sans-serif;
	text-decoration: none;	
	font-weight: bold;
	display: block;
	width: 80px;
	float: right;
	height: 20px;
	line-height: 25px;
	padding-right: 0px;
}
#MainMenuFull li .activeitem {
	color: #619ba7;
}

#MainMenuFull1 
{
	margin: 0 0 0 0;
	top:0;
}
#MainMenuFull1 ul 
{
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	float: left;
}
#MainMenuFull1 li 
{
	background-color: #000;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 185px 26px;
	margin-top: 3px;
	padding: 0px 10px 0px 0px;
	border-bottom: #919191 1px solid;
	border-right: #919191 1px solid;
	float: right;
	clear: both;
	text-align: left;
	padding-left: 10px;
	text-transform: uppercase;
}
#MainMenuFull1 li a:hover {
	color: white;	
	background-color: #f6bf02;	
}
#MainMenuFull1 li a {
	font-size: 1.2em;
	color: #ccc;
	font-family:Arial, Helvetica, sans-serif;
	
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 95px;
	float: right;
	height: 20px;
	line-height: 25px;
	padding-right: 5px;
}
#MainMenuFull1 li .activeitem {
	color: #619ba7;
}

#MainMenuFull3 
{
	margin: 0 0 0 0;
	top:0;
}
#MainMenuFull3 ul 
{
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	float: left;
}
#MainMenuFull3 li 
{
	background-color: #000;
	background-image: url(./images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 185px 26px;
	margin-top: 3px;
	padding: 0px 10px 0px 0px;
	border-bottom: #919191 1px solid;
	border-right: #919191 1px solid;
	float: right;
	clear: both;
	text-align: left;
	padding-left: 10px;
	text-transform: uppercase;
}
#MainMenuFull3 li a:hover {
	color: white;	
	background-color: #f6bf02;
}
#MainMenuFull3 li a {
	font-size: 1.2em;
	color: #ccc;
	font-family:Arial, Helvetica, sans-serif;
	
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 95px;
	float: right;
	height: 20px;
	line-height: 25px;
	padding-right: 5px;
	
}
#MainMenuFull3 li .activeitem {
	color: #619ba7;
}


#MainMenuContainer {
	display:block;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
#MainContentHeader {
	background-image:url(images/backdrop_bg.png);
	background-repeat: repeat-x;
	height: 190px;
}

a {
	
	color: #59b7ca;	
	font-weight: bold;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: underline;
	
}
a:hover {
	
/*	color: white; */
/*	background-color: #f6bf02; */
}

#Sidebar {
	background-image: url(images/leftcol_bg.png);
	background-repeat: repeat-y;
	margin-top: 10px;
}

#Sidebar h1, #Sidebar h2, #Sidebar h3 {
	font-size: 1.0em;
	font-weight: bold;
	text-align: left;
}

#Sidebar p {
	font-size: 0.9em;
}

#Sidebar h1, #Sidebar h2, #Sidebar h3 {
	background-image: url(images/leftcol_h_bg.png);
	line-height: 27px;
	color: #ffffff;
	font-size: 0.8em;
}

#Sidebar h1, #Sidebar h2, #Sidebar h3, #Sidebar p {
	padding: 0px 15px 0px 15px;
}

#Footer {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #363636;
	background-position: 0px 10px;
	margin-top: 10px;
	padding: 5px 5px 5px 5px;
	background-image: url(../images/footer_bg.jpg);
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 5px;
	clear: both;
	
} 

#FooterText {
	width:560px;
	text-align: right;
	margin-left: 290px;
	font-size: 11px;
	
}


#FooterText p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-family: Arial, Helvetica, sans-serif;
	
	font-weight: normal;	
	color: #fff;
	text-align: justify;
	padding: 5px 5px 5px 5px;
	/* text-transform: uppercase; */
}

#Footer p:hover {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	
	font-weight: normal;	
	color: #fff;
	background-color: #393939;
	text-align: justify;
}

.FooterField {
	font-weight: bold;	
}

#Footer img {
	float: left;
	margin-top: 0px;	
	overflow: hidden;
	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.DropMenuDiv {
	position:absolute;
	top:0;
	float:left;
	display:block;
	visibility:hidden;
	color:#000000;
	z-index:100;
	text-decoration:none;
	padding:0;
	background-color: #3a3a3a;
	margin-left: 15px;
	line-height: 1.1em;
	font-family: dfkai-sb, "verdana";
	z-index: 999;	
}
.DropMenuDiv ul {
	margin:0;
	padding:0;
	list-style:none;
	
}
.DropMenuDiv li {
	display: block;
	margin:0;
	padding: 0;
	border-bottom: #666666 1px solid;
	z-index: 999;	
}
.DropMenuDiv a:link, .DropMenuDiv a:visited {
	
	  width:195px;
	 
	/*
	 * width:285px;
	 */
	margin:0;
	padding:0;
	display:block;
	border:0 solid;
	color: #e2e2e2;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	text-align: left;
	line-height: 1.1em;
}
.DropMenuDiv a span {
	display:block;
	/*
	 * line-height:1.3em;
	 */
	line-height:100%;
	padding: 0px 15px;
	padding-top: 4px;
	padding-down: 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #919191;
	float:none;
	z-index: 999;
	width: 400px;
}
.DropMenuDiv a:hover {
	border:0px solid #FF9300;
	font-style: normal;
	text-decoration:none;
		
	
	background-color: #f6bf02;
		
	 
	z-index: 999;	
}
.DropMenuDiv a:hover span {
	color: #ffffff;
}

.SubMenu {
	font-size: 0.9em;
	color: #919191;	
}

.SubMenu a {
	color: #3093a7;
}

.SubMenu a:hover {
	color: white;	
	background-color: #f6bf02;
}

#jump_base {
  overflow-y:hidden;
  width: 550px;
  height: 60px;
  border: 2px dotted #000099;
  margin: auto;
  
  font-size: .9em;
  font-family: Verdana, Arial, sans-serif;
}

#jump_base a {
  color: #000099;
  background-color: inherit;
}


#AveegoNotice {
	display: none;
}

#index_wrapper{position:relative;border:0px solid #CCC; width:660px; height:300px;background-color: #000 no-repeat 50% 50%;}

#innerpage_wrapper{float: right;position:relative;border:0px solid #CCC; width:690px; height:340px;background-color: #000 no-repeat 50% 50%;}

#innerpage_wrapper img {
	float: right;
	padding-top: 5px;
}

#innerpage_wrapper p {
	margin-left:40px;
	margin-right: 310px;
	text-align: justify;
	font-size: 0.8em;
	padding: 0px;
}

#innerpage_wrapper h1 {
	font-size: 1.2em;
	background-image: url(../images/header_bg.gif);
 	background-position:0 21px;
 	background-repeat: no-repeat;
 	font-family: Trebuchet MS, Verdana, ARIAL;
}

#innerpage_wrapper span {
	color: #f6bf02;
}

#innerpage_wrapper li{
	padding-left: 20px;
	margin-left; 20px;
	list-style: none;
	
}


#portfolio_wrapper {
	float: right;position:relative;border:0px solid #CCC; width:690px; min-height:300px;background-color: #000 no-repeat 50% 50%;}


#portfolio_wrapper img {
	float: right;
	padding-top: 5px;	
}

#portfolio_wrapper p {
	margin-left:40px;
	margin-right: 310px;
	text-align: justify;
	font-size: 0.8em;
	padding: 0px;
	
}

#portfolio_wrapper h1 {
	font-size: 1.2em;
	background-image: url(../images/header_bg.gif);
 	background-position:0 21px;
 	background-repeat: no-repeat;
 	font-family: Verdana;
}

#portfolio_wrapper span {
	color: #f6bf02;
}

.portfolio_block {
	float: left;
	
	width: 170px;
	
	border-right: #222 2px solid;
	
	display: block;	
	padding-left: 10px;
	padding-right: 5px;
	margin: auto;
}

.first {
	margin-left: 40px;
	padding-right: 0px;

}

.thin {
	width: 150px;
}

.last {
	border: 0px;
}

.portfolio_block li {
	font-size: 0.7em;	
	list-style-type: none;
}

.portfolio_block li:hover {
	font-size: 0.7em;	
	list-style-type: none;
	background-color: #111;
}

.ContactField
{
	position: relative;
	display: block;
	margin-left:40px;
	margin-bottom: 0px;
	
	font-size: 13px;
	color: #f6bf02;
}

#innerpage_wrapper span.Contact
{
	top: -13px;
	display: block;
	margin: 0px;
	margin-left:120px;
	margin-top:-15px;
	font-size: 13px;
	color: #fff;
	
}
