body {
	scrollbar-arrow-color:blue;
	scrollbar-track-color:white;
	scrollbar-base-color:white;
	scrollbar-darkshadow-color: navy;
	scrollbar-shadow-color:navy; 
	scrollbar-highlight-color:navy;
	scrollbar-3dlight-color:navy;
	cursor:url("/images/Arrow.blue.cur");
	font-family:Verdana,Arial;
	font-size:12px;
	color:#08215A;
	margin:5px 15px;
}
table		{font-family: Arial; font-size:12px; color:#08215A}
A:link	{text-decoration:none; color:blue; }
A:visited	{text-decoration:none; color:blue; }
A:hover	{text-decoration:none; color:white; background-color:navy; }
A:active	{text-decoration:none; color:white; background-color:navy; }
table.globe	{background:url(/images/globe.gif); }
UL	{list-style:url(/images/arrow_bullet.gif)}
P	{cursor:auto; }
input {border:1px solid navy}
textarea {border:1px solid navy}
select  {border:1px solid navy}
submit  {border:0px}
h1  {font-size: 14px; color: #800000;}
#main_text {padding-right: 12px; padding-top: 10px;}
#main_text p{text-align:justify;}

#loading_dialog {
    background-color: #000;
    height: 100%;
    width: 100%;
    z-index: 100;
    opacity: 0.7;
    position: absolute;
    top: 0px;
    left: 0px;
   	filter:alpha(opacity=70);
}

#menu {
    position:absolute;
    height:16px;
    left:17px;
    top:78px;
    width:700px;
    z-index:21;
}
#menu div {
    background:#FFFFFF none repeat scroll 0%;
    border:1px solid navy;
    float:left;
    font-family:arial;
    font-size:10px;
    font-weight:bold;
    padding:3px 5px;
}

#menu div.hover,
.hover {
    background-color: navy;
    color: #fff;
}

#menu .form {
    text-align: center;
    padding: 5px 10px 5px 10px;
    border: 1px solid navy;
    background-image: url(/images/blue_foil_bg.jpg);
    color: #000;
    cursor: default;
    position: absolute;
    width: 240px;
    font-size: 11px;
    overflow: hidden;
}

.form_close {
    left: 240px;
    position:absolute;
    top:2px;
}

#menu #taf_form {
    left: 203px;
    top: 21px;
}

#menu #contact_form {
    left: 146px;
    top: 21px;
}

#menu .loading {
	width: 230px;
	background: none;
	border: none;
	text-align: center;
	color: brown;
	font-size: 11px;
	font-weight: bold;
}

#menu .loading .close, {
	text-decoration:underline;
	font-weight: normal;
}

#loading_bar {
	position: absolute;
	top: -1px;
}

.formItem {
    font-weight:normal;
    color:#08215A;
    font-size:11px;
    margin-bottom:8px;
    width:220px;
    padding: 4px; 
    font-family:Verdana,Arial; 
    font-size:11px;
    height: 24px;
}

textarea.formItem {
    height: 62px;
}

.featured_project {
    margin: auto;
    width: 220px;
    background-color: #e0e0e0;
    text-align: center;
    font-size: 12px;
    top: 0px;
    left: 0px;    
}

#featured_project .close {
	position:absolute;
	right:-1px;
	top:0px;
}

#master_port .close {
	position:absolute;
	right: 2px;
	top: 2px;
}

#featured_project .close {
	display: none;
}

.project_name {
    font-weight: bold;
    font-size: 12px;
    color: brown;
    padding-top: 10px;
}

.content {
    padding: 8px;
}

#fp_td {
    background-color: #e0e0e0;
}

.featured_large {
    position: absolute;
    z-index: 101;
    width: 740px;
}

.featured_lg_title {
	background-color:#C0C0FF;
	color:navy;
}

.project_img {
    width: 205px;
    padding-right: 5px;
}

.featured_lg_img {
	width: 501px;
}

#featured_project .content p {
    text-align: justify;
    margin-top: 5px;
}

.title {
    background-color: brown;
    color: white;
    font-weight: bold;
    font-size: 11px;
    padding: 3px;
}

.transfer {
    border: 1px solid navy;
    background: #A9BDD6;
}

.QA {
    margin-top: 13px;
}

.question {
    color: blue;
}

.answer {
    margin-left: 10px;
}

#footer a {
	padding: 3px;
}

.footer_row {
	height: 19px;
}

.port_thumb_wrapper {
	float: left;
	text-align: center;
	margin: 25px 0px 0px 0px;
	padding-bottom: 10px;
}

.port_thumb_large {
	width: 500px;
}

.portfolio_thumb {
	float: left;
	background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/images/shadow.gif) no-repeat bottom right;
	margin: 10px 5px 0px 10px !important;
	margin: 10px 0 0 5px;
}

.portfolio_thumb img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 0px;
}

.port_desc {
	padding-top: 10px;
}

#master_port {
	position: absolute;
	z-index: 101;
	display: none;
	background-color: #F5F5F5;
	width: 700px;
	padding: 12px;
}

/* utility classes */
.hand {cursor: pointer}
.underline{text-decoration: underline;}
.no_display{display: none;}
.bold{font-weight:bold}
.clear{clear:both}
.float_left{float:left}
.text_left{text-align: left}