body {
	background-image: url('/images/bg_under_bot.gif'); 
}

img {border: 0;}

.body {
	font: 12px Arial;
	color: #727272;
	line-height: 18px;
	/* text-align: justify; */
}

.body a {
	color: #0066A9;
	text-decoration: none;
	font-weight: bold;
}


.body a:hover {
	text-decoration: underline;
}

.big {
	font: 15px Arial;
	color: #727272;
	line-height: 23px;
	text-align: left-justify;
}

.thinbody {
	font: 11px Arial;
	color: #727272;
	line-height: 17px;
	text-align: justify;
}


ul#sidebar {
	padding-left: 12px;
	font: 11px Arial;
	color: #595959;
	line-height: 15px;
	font-weight: normal;
}

ul#sidebar a {
	color: #595959;
	text-decoration: none;
	font-weight: normal;
}

ul#sidebar a:hover {
	color: #F38D02;
	text-decoration: none;
	font-weight: normal;
}

ul#sidebar {
	list-style-image: url(/images/box.gif);
}

ul#sidebar ul {
	list-style-type: none;
	list-style-image: none;
	padding-left: 0px;
	
}

ul#sidebar li{
	margin-bottom: 5px;
}

ul#sidebar ul li {
	list-style-type: none;
	line-height: 13px;
	margin-bottom: 3px;
	margin-top: 0px;
}

ul#sidebar ul li a{
	color: #979797;
}

ul#sidebar ul li a:hover{
	color: #F38D02;
}

.leftbar { 
	font: 9pt Arial;
	color: #979797;
}
.leftbar a { 
	color: #595959;
}

.breadcrumbs {
	font: 9px Arial;
	color: #aaaaaa;
	padding: 2px 0px 4px 12px;
	text-transform: capitalize;
}

.breadcrumbs a{
	color: #aaaaaa;
	text-decoration: none;
	
}
.breadcrumbs a:hover{
	color: #727272;
	text-decoration: none;
}


.title {
	font: 19px Arial;
	color: #005C99;
	font-weight: bold;
	padding: 7px 0px 0px 0px;
}

.secondtitle{
	font: 19px Arial;
	color: #005C99;
	font-weight: bold;
	padding: 10px 0px 0px 8px;
}

.orangetitle {
	font: 12px Arial;
	color: #FF9300;
	font-weight: bold;
	letter-spacing: .2px;
}

a.orangelink {
	font: 12px Arial;
	color: #FF9300;
	font-weight: bold;
	letter-spacing: .2px;
	text-decoration: none;
}

.orangelink:hover {
	text-decoration: underline;
}

.btn {
	background-image: url(/images/btn.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 25px;
	font: 14px Arial;
	color: #005C99;
	font-weight: bold;
}

ul#services  {
	list-style-type: none;
	margin-left: 4px;
	padding-left: 4px;
	margin-top: 0;
}
ul#services li {
	background-image: url(/images/blue_pixel8.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 10px;
}
ul#services li#one { background-image: url(/images/blue_pixel.gif); }
ul#services li#two { background-image: url(/images/blue_pixel2.gif); }
ul#services li#three { background-image: url(/images/blue_pixel3.gif); }
ul#services li#four { background-image: url(/images/blue_pixel4.gif); }
ul#services li#five { background-image: url(/images/blue_pixel5.gif); }
ul#services li#six { background-image: url(/images/blue_pixel6.gif); }
ul#services li#seven { background-image: url(/images/blue_pixel7.gif); }
ul#services li#eight { background-image: url(/images/blue_pixel8.gif); }

.myclass {
	background-image: url('/images/bg_under_top.gif'); 
	background-repeat: repeat-x;
}

.myclass2 {
	background-image: url('/images/bg_behind.gif'); 
	background-repeat: repeat-x;
}

.nav_ul {
	width: 768px;
	font: 11px Arial;
	color: #B3B3B3;
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}

.nav_ul li {
	text-align: left; 
	float: left;
	margin: 0;
	padding: 0 0 0 4px;
	background-image: url('/images/nav_bg2.gif');
	text-transform: uppercase;
}
.nav_ul li a {
	display: block;
	color: #B3B3B3;
	font-weight: normal;
	padding: 8px 0px 5px 6px;
	width: 182px;
	text-decoration: none;
}

.menu_main_hovering {
	display: block;
	color: #F38D02;
	font-weight: normal;
	text-decoration: none;
}

.white {
	font: 11px Arial;
	color: #ffffff;
	padding: 5px 0px 0px 9px;
	letter-spacing: .2px;
}




/* begin transmeta */

/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item {
    color:#005C99;
    font-size:8.5pt;
    font-family:tahoma;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background:#ffffff;
	color:#F38D02;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:0px;
	}
/* end transmeta */

#portfolio_wrap { width: 540px; }
#portfolio_wrap a { font-weight: normal; }
#portfolio_wrap a.arrowLT { background: url(/images/arrow_lt.gif) no-repeat top left; padding-left: 24px; }

ul#imageLinks { list-style: none; float: right; margin-top: 3px; padding-top: 0; }
ul#imageLinks li { margin-right: 20px; float: left; }
ul#imageLinks li a { border: 2px solid #E5AA46; width: 10px; height: 10px; display: block; text-decoration: none; }
ul#imageLinks li a:hover, ul#imageLinks li a.solid { background-color: #E5AA46; }


