

body		{	text-align: center;
			background-image: url('/images/body_bg.gif');
			background-repeat: repeat-x;
			background-color:  #fff;	
			font-family: arial, sans-serif;
			font-size: 62.5%;
		}
* 		{	padding: 0;
			margin: 0;
		}
div#container 	{	margin: 20px auto 5px auto;
			width: 960px;
			text-align: left;
			background-color: #fff;
			background-image: url('/images/content_fade.gif');
			background-repeat: no-repeat;
			background-position: 740px bottom;
			border: 5px solid #fff;
	      	}
div#top		{	background-image: url('/images/header_bg.gif');
			background-repeat: repeat-y;
			background-color: #fff;			
			color: #666;
			overflow: hidden;
			padding: 15px 10px 15px 20px;
		}
div#top img	{	float: left;
                        		
		}
div#top h1	{	font-size: 4.5em;
			font-weight: normal;
			padding-top: 7px;
			margin-left: 160px;
		}
div#header	{	background-image: url('/images/header.jpg');
			background-repeat: no-repeat;
			height: 180px;
			width: 960px;
			background-color: #fff;	
		}
div#pagebreak	{	background-image: url('/images/menubar_bg.gif');
			background-repeat: repeat-x;
			height: 20px;	
			width: 960px;
		}
div#rightpanel_outer {	width: 200px;
			float: right;
			
		}
div#rightpanel	{	/*background-image: url('/images/rightpanel_bg.gif');
			background-repeat: no-repeat;
			color: #000;
			padding: 10px;*/
			margin-top: 10px;
			min-height: 312px;

		}


div#rightpanel_bottom {		/* background-image: url('/images/right_panel_bot_bg.gif');
				background-repeat: no-repeat;				
				height: 20px; */
				margin-bottom: 10px;
		}

div#rightpanel h2 {	font-size: 1.4em;
			margin: 10px 0 10px 5px;
			color: #000;
		}
div#rightpanel h3 {	font-size: 1.2em;
			margin: 20px 0;
		}
div#rightpanel p {	font-size: 1.2em;
			margin: 5px;
		}
div#rightpanel ul {	margin-top: 20px;
		}
div#rightpanel ul li {	font-size: 1.1em;
			margin: 5px;
			list-style-type: none;
		}
div#menubar	{	height: 30px;
			color: #fff;
			margin-right: 200px;
			padding-left: 10px;
		}

div#menubar ul	{	font-size: 1.1em;	
			list-style-type: none;
			float: left;
			position: relative;				
		}
div#menubar ul li {	background-image: url('/images/but_bg.gif');
			background-repeat: no-repeat;
			list-style-type: none;
			position: relative;
			float: left;
			height: 30px;
			width: 110px;
			margin-right: 5px;
			text-transform: uppercase;
			background-color: #F2A41D;

		}
div#menubar ul li a { 		color: #fff;
				text-decoration: none;
				display: block;
				padding: 5px 0 5px 0;
				text-align: center;
		}
/* ----- DROP DOWN MENU ---------*/

div#menubar ul li.drop_down:hover { 	
				background-image: url('/images/but_bg_on.gif');
				background-repeat: no-repeat;
		}
div#menubar ul li a { 		display: block;
				padding: 5px 0 5px 0;
				text-align: center;
		}
div#menubar ul li ul {		position: absolute;
				display: none;
				top: 30px;
		}
div#menubar ul li ul li	{	font-size: .9em;
				height: 20px;		
		}
div#menubar ul li ul li	a {
		}

div#menubar ul li ul li {	
				background-image: url('/images/but_bg_grey.gif') !important;
				background-repeat: repeat !important;
				text-transform: none;
		}
div#menubar ul li ul li.bottom  {	background-image: url('/images/but_bg_bot.gif') !important;
					background-repeat: no-repeat;
					background-position: bottom;
					background-color: transparent !important;
					height: 13px;			
				}
div#menubar li:hover ul	{ 	display: block;
		}
div#menubar ul li:hover ul l i{ 	background-image: none;
		}



/* ----- END DROP DOWN MENU ---------*/

div#content_outer {	margin-right: 220px;
		}
div#content	{	padding: 20px 10px 10px 10px;
			overflow: hidden;
		}
div#content h1	{	font-size: 1.8em;
				margin: .5em 0;	
				color: #000;
		}
div#content h2	{	font-size: 1.5em;
				margin: .5em 0;
				color: #EE8720;
		}
div#content h3 	{	font-size: 1.3em;
				margin: .5em 0;
				color: #EE8720;
		}
div#content h4 	{	font-size: 1.1em;
				margin: .5em 0;
				color: #EE8720;
		}
div#content h5 	{	font-size: 1em;
				margin: .5em 0;
				color: #EE8720;
		}
div#content h6 	{	font-size: .85em;
				margin: .5em 0;
				color: #EE8720;
		}
div#content p	{	font-size: 1.2em;
				margin: .5em 0;
		}
div#content ul,
div#content ol	{	font-size: 1.2em;
			margin: 1em 0 1em 3em;
			list-style-type: square;
		}
div#content ul li,
div#content ol li {	padding: .2em 0;
		}

div#content img.imgRight {	
			float: right;
			margin: 0 0 10px 10px;
			border: 0;
		}
div#content img.imgRightNm 	{	
			float: right;
			margin: 0;
			border: 0;
		}
div#content img.imgLeft 	{	
			float: left;
			margin: 0 10px 10px 0;
			border: 0;
		}
div#content img.imgLeftNm 	{	
			float: left;
			margin: 0;
			border: 0;
		}
div#col_left	{	float: left;
			width: 170px;
		}
div#col_left img {      border: 0;	
		}
div#col_left p 	{	padding: 0;
			margin: 0;
		}
div#col_mid	{	margin-left: 200px;
			margin-right: 0;
		}
div#col_mid img {       border: 0;	
		}
img.thumb	{	margin-top: 10px;
			float: left;
			margin-right: 5px;
			width: 165px;
		}
div#footer	{	clear: both;
			background-image: url('/images/footer_bg.gif');
			background-repeat: repeat-x;
			color: #000;
			padding-left: 5px;
			padding-right: 5px;
			min-height: 50px;		
		}
div#footer div#center { float: left;
			width: 500px;
		}
div#footer div#center p	{	
			font-size: 1em;
			padding: 10px 0 0 0;
                        margin: 0;
			text-align: left;
		}
div#footer div#left {	float: left;
			padding-left: 5px;
			padding-top: 12px;
			width: 220px;
		}
div#footer div#right { 	float: right;
			width: 200px;
			font-size: .85em;
                        padding-top: 5px;
                        text-align: right;
		}
div#footer div#right img {
			float: right;			
			padding: 0 5px 0 5px;
		}
div#footer div#right p {	
			font-size: 1em;
			padding-top: 5px;
		}
.Style2		{	float: left;
			margin: 0 10px 10px 0;
		}
.Style1		{	float: right;
			margin: 0 0 10px 10px;
		}
div.teamBoxContent {			overflow: hidden;
					margin: 10px 0;
					font-size: 1.2em;
		}
div.teamBoxContent img { 	
					float:left;
					margin-right:10px;
					width: 120px;
					height: 120px;
		}
div.teamBoxContent p { 			margin-left: 150px;	
		}
div#documents 	{			background-color: #fff;
					overflow: hidden;
		}
div#documents ul {			float: left;
					margin-left: 20px;
					list-style-type: none;
					padding: 3px 0;
					
		}
div#documents ul li {			float: left;
					padding: 0 5px;
					border-left: 1px solid #000;
		}
div#documents ul li:first-child {	border-left: none;
		}
		
div.links 	{			overflow: hidden;
					padding: 5px 0;
					border-top: 1px dotted #ccc;
		}
div.links img 	{			float: left;
					margin-right: 20px;				
		}
div.links div	{			font-size: 1.2em;
					margin-left: 85px;
		}
div.divider1	{	margin: 0;
			border-top: 1px solid #ccc;
			height: 1px;
                        clear: right;	
		}
div.divider2	{	margin: 1em 0;
			border-top: 1px solid #ccc;
			height: 1px;
                        clear: right;
		}
div.divider3	{	margin: 1em 0;
			border-top: 1px solid #ccc;
			height: 1px;
                        clear: right;
		}
/* styles for gallery page */

div#galleryContainer {	overflow: hidden;
		}
div#galleryContainer div {	
			border: 0;
			float: left;
			margin: 5px;
			overflow: hidden;					
		}
div#galleryContainer div img {
			border: 0;
		}

							

