body{
		padding:0;
		margin:0;
		font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
		font-size:9pt;
		background: #f3f3f3;
	}

  	#container{
		width: 800px;
		margin: 10px auto;
		background-color: transparent;
		color: #333;
		line-height: 130%;
	}	

	#top{
		padding: .5em;
		height:71px;
		background: transparent url(../images/top_masthead2.png) top left repeat-x;
	}	

	#top h1{
		padding: 0;
		margin: 0;
		visibility:hidden;
	}

	
	.thirds {
		float: left;
		padding: 0 0px 0 0px; 
		width:160px;
		margin:0px auto;
	}		
	
	#topcontainerlogo{
		margin:10px auto;
		width:800px;
		margin-top:-20px;
		margin-bottom:22px;
	
	}
	.topleftthirds {
	float: left;
	width: 340px;
	border:1px solid transparent;
	padding: 0px 0px 0px 0px;
	height: 19px;
	color: #fff;
	font-size: 7pt;
	letter-spacing: 0px;
	margin-right: 0px;
	margin-bottom:-20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	z-index:199;
	
}			
	.toprightthirds {
	float: left;
	width: 100px;
	padding: 0px 0px 0px 0px;
	height: 44px;
	text-align: center;
	padding-right: 5px;
	color: #fff;
	font-size: 7pt;
	margin-bottom:-20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	z-index:199;
	
}		
	
	
	#content{
		width:800px;
		color:#333;
		background: #fff;
		font-size:8pt;
		margin:10px auto;
		float:center;
		text-align:center;
		float:center;
		font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	}
	
	#content h1{
	
			padding: 0;
		margin: 0;
		visibility:hidden;
	
	}

	.pagecontent{
		line-height:15pt;
		font-size:8pt;
		font-family:Arial,helvetica,sans-serif;	
	
	
	
	
	}
	
	
#footer
{
	clear: both;
	margin: 0;
	color: #333;
	background: #CFCFCF;
	height: 30px;
	font-size: 8pt;
	padding-top:0.4em;
}

.clearing {
	clear:both;
	height:1px;
	font-size:0;
}


.left_part{
	float:left;
	width:160px;
	padding-top:0.3em;
	padding-left:0.9em;
	
}
.center_part{
	width:340px;
	float:left;
	margin-left:40px;
	font-family:Tahoma;
	background:url('../images/footer_pict_center.gif') 0 3px no-repeat;
	color:gray;
	text-align:center;
	padding-top:0.8em;
}
.footer img {
	margin-right:5px;
}

.footer p{
	padding-left:18px;
}

.center_part p{
	padding-left:0px;
}

.right_part{
	float:left;
	margin-left:60px;
	background:url('../images/footer_pict_right.gif') 0 3px no-repeat;
	width:190px;
	padding-top:0.8em;
}

.right_part p{
	width:176px;
}

.left_part p{
	color:#e56202;
	padding-left:0px;
}

#content h2 {margin: 0 0 .5em 0; letter-spacing:0px; font-size:13pt;}
#content h3 {margin: 0 0 .5em 0; letter-spacing:0px; font-size:10pt;}


#botnavcontainer{
	margin: 10px auto;
	text-align:center;
	float:center;
	padding-left:5px;

}


/*    FOOTER NAVIGATION STARTS HERE   */

/*
	*	The rules for navigation start here. 
	*	Heavily inspired by the following articles:
	*		http://www.alistapart.com/articles/slidingdoors/
	*		http://www.alistapart.com/articles/mountaintop/
	*		http://www.alistapart.com/articles/sprites/
	*/
		#header {
			float:left;
			/* width:100%; */
			padding:0;
			font-size:0.8em;
			line-height:normal;
			margin: 0px auto;
			margin-bottom:-190px;
			
		}
		#header ul {
			margin:10px atuo;
			padding:0px 0 0 140px;
			list-style:none;
			margin-top:9px;

		}
		#header li {
			display:inline;
			margin:0;
			padding:0;
		}
	/*
	*	For the next two rules:	
	*	1. A single image is used for the two doors, rather than one.
	*	2. Ascetically, the 'font-weight:bold' was removed to closely mimic the www.digital-web.com tabs.
	*	3. The padding was modified for personal preference.
	*/
	#header a {
		float:left;
		background:#7c0000 url("../images/sliding-doors2.png") no-repeat left top;
		padding:0 0 0 9px;
		text-decoration:none;
		color:#000;
	}
	#header a span {
		float:left;
		display:block;
		background:#7c0000 url("../images/sliding-doors2.png") no-repeat right top;
		padding:4px 15px 3px 6px;
		color:#fff;
	}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#header a span {float:none;}
	/* End IE5-Mac hack */

	/*
	*	1. At this point many things are simplified. The hover and background colors are set,
	*	and no positions are used because we aren't swapping images
	*	2. 'padding-bottom:4px;' on the current span pushes that tab 1px higher than the others, 
	*	exposing 1px of the background color of #header and giving the effect of an underline.
	*/
	
	#header #current a span {
		padding-bottom:4px;
	}
	#header a:hover, #header a:hover span {
		background-color:#fff;
		color:#000;
		font-color:#000;
	}
	#header #current a span, #header #current a {
		background-color:#fff;
	}


/*   FOOTER NAVIGATION ENDS  HERE */



/*    FOOTER 2nd ROW NAVIGATION STARTS HERE   */

/*
	*	The rules for navigation start here. 
	*	Heavily inspired by the following articles:
	*		http://www.alistapart.com/articles/slidingdoors/
	*		http://www.alistapart.com/articles/mountaintop/
	*		http://www.alistapart.com/articles/sprites/
	*/
		#header002 {
			/* float:left;
			 width:800px; */
			padding:0;
			font-size:0.8em;
			line-height:normal;
			/* margin: 0px auto; */
			color:#000;
			
		}
		#header002 ul {
			margin:10 auto;
			padding:0px 0 0 180px;
			list-style:none;
			float:center;
		}
		#header002 li {
			display:inline;
			margin:0;
			padding:0;
		}
	/*
	*	For the next two rules:	
	*	1. A single image is used for the two doors, rather than one.
	*	2. Ascetically, the 'font-weight:bold' was removed to closely mimic the www.digital-web.com tabs.
	*	3. The padding was modified for personal preference.
	*/
	#header002 a {
		float:left;
		background:#C9C9C9 url("../images/sliding-doors2b.png") no-repeat left top;
		padding:0 0 0 9px;
		text-decoration:none;
		color:#000;
	}
	#header002 a span {
		float:left;
		display:block;
		background:#C9C9C9 url("../images/sliding-doors2b.png") no-repeat right top;
		padding:4px 15px 3px 6px;
		color:#000;
	}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#header002 a span {float:none;}
	/* End IE5-Mac hack */

	/*
	*	1. At this point many things are simplified. The hover and background colors are set,
	*	and no positions are used because we aren't swapping images
	*	2. 'padding-bottom:4px;' on the current span pushes that tab 1px higher than the others, 
	*	exposing 1px of the background color of #header and giving the effect of an underline.
	*/
	
	#header002 #current002 a span {
		padding-bottom:4px;
	}
	#header002 a:hover, #header002 a:hover span {
		background-color:#EFEFEF;
		color:#000;
		font-color:#000;
	}
	#header002 #current002 a span, #header #current a {
		background-color:#fff;
	}


/*   FOOTER 2nd ROW NAVIGATION ENDS  HERE */




/*    FOOTER 3nd ROW NAVIGATION STARTS HERE   */

/*
	*	The rules for navigation start here. 
	*	Heavily inspired by the following articles:
	*		http://www.alistapart.com/articles/slidingdoors/
	*		http://www.alistapart.com/articles/mountaintop/
	*		http://www.alistapart.com/articles/sprites/
	*/
		#header003 {
			float:left;
			width:800px;
			padding:0;
			font-size:0.8em;
			line-height:normal;
			margin: 0px auto;
			color:#000;
		}
		#header003 ul {
			margin:10 auto;
			padding:0px 0 0 250px;
			list-style:none;
		}
		#header003 li {
			display:inline;
			margin:0;
			padding:0;
		}
	/*
	*	For the next two rules:	
	*	1. A single image is used for the two doors, rather than one.
	*	2. Ascetically, the 'font-weight:bold' was removed to closely mimic the www.digital-web.com tabs.
	*	3. The padding was modified for personal preference.
	*/
	#header003 a {
		float:left;
		background:#C9C9C9 url("../images/sliding-doors2b.png") no-repeat left top;
		padding:0 0 0 9px;
		text-decoration:none;
		color:#000;
	}
	#header003 a span {
		float:left;
		display:block;
		background:#C9C9C9 url("../images/sliding-doors2b.png") no-repeat right top;
		padding:4px 15px 3px 6px;
		color:#000;
	}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#header003 a span {float:none;}
	/* End IE5-Mac hack */

	/*
	*	1. At this point many things are simplified. The hover and background colors are set,
	*	and no positions are used because we aren't swapping images
	*	2. 'padding-bottom:4px;' on the current span pushes that tab 1px higher than the others, 
	*	exposing 1px of the background color of #header and giving the effect of an underline.
	*/
	
	#header003 #current002 a span {
		padding-bottom:4px;
	}
	#header003 a:hover, #header003 a:hover span {
		background-color:#EFEFEF;
		color:#000;
		font-color:#000;
	}
	#header003 #current003 a span, #header #current a {
		background-color:#fff;
	}


/*   FOOTER 3nd ROW NAVIGATION ENDS  HERE */


.subh {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4682B4;
	font-weight: bolder;
	line-height: 28px;
}

	.subhb {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 16px;
	letter-spacing: -1px;
	color: #4682B4;
	font-weight: bolder;
	line-height: 28px;
}


	.subh2 {
	font-family: tahoma;
	font-size:14px;
	color: #383838;
	font-weight:bold;
	line-height:22px;
}

	.subh3 {
	font-family: tahoma;
	font-size: 11px;
	color: gray;
	font-weight: bold;
}

	.subh4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #4682B4;
	line-height: 28px;
	letter-spacing:-1px;
}

	a.subh4,a.subh4:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #4682B4;
	line-height: 28px;
	letter-spacing:-1px;
	text-decoration:none;
}

	a.subh4:hover,a.subh4:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #4682B4;
	line-height: 28px;
	letter-spacing:-1px;
	text-decoration:underline;
}


INPUT.textBox2, textarea.textBox2
{
	font-size: 10px;
	color: #000000;
	height: 18px;
	font-family: Arial, verdana, helvetica, sans-serif;
	border-top: 1px solid #CECECE;
	border-left: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	background: transparent;
	background-color: #EFEFEF;
	padding-left: 1px;
}	




.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 362px;
border-top: 5px solid #D25A0B; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
border-color: #D25A0B; /*Brown color theme*/ 
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid navy; /*navy border*/
background: black url(../images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid navy; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(../images/indentbg2.gif) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}