#overlay{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index:9997;
	background-color:#000;
	-moz-opacity: 0.4;
	opacity:.40;
	filter: alpha(opacity=40);
}

*>#overlay{
	position: fixed;
}

.guiDialog{
	background-color: white;
	text-align: left;
	border: 1px solid black;
	position: absolute;
	z-index: 9999;
}

.guiTitlebar {
	background-color:#004B7D;
	border-bottom:1px solid black;
	color:white;
	cursor:move;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:1.2em;
	font-weight:bold;
	height:21px;
	padding-left:11px;
	vertical-align:middle;
}

.guiDialog img{
	border: none;
}

.guiShadow{
	position:absolute;
	z-index:9990;
	background-color:#000;
	-moz-opacity: 0.4;
	opacity:.40;
	filter: alpha(opacity=40);
}

/*Careers*/

/* Reset */
body,img,p,h1,h2,h3,h4,h5,h6,ul,ol {margin:0; padding:0; border:none;}
/* End Reset */

/* Colors */
.color-blue   {background:#004B7D;}
.color-blue h3
	{color:#FFFFFF;}
/* End Colors */

/* Columns section */
#columns .column {
    float: left;
    width: 87.3%;
		/* Min-height: */
		min-height: 400px;
		height: auto !important; 
		height: 400px;
		list-style:none;
		padding-left:0px;
		margin-left:-25px;
}

/* Column dividers (background-images) : */	
#columns #column1 .widget { margin: 30px 35px 0 25px; }
#columns #column3 .widget { margin: 30px 25px 0 35px; }
#columns .widget {
    margin: 30px 20px 0 20px;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#columns .widget .widget-head {
    color: #000;
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
#columns .widget .widget-head h3 {
    padding: 0 5px;
    float: left;
}
#columns .widget .widget-content {
    background: #ffffff;
    padding: 0 5px;
    color: #6D6B6B;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    line-height: 1.2em;
    overflow: hidden;
}
#columns .widget .widget-content p {
    padding: 0.8em 0;
    border-bottom: 1px solid #666;
}
#columns .widget .widget-content img {
    float: right;
    margin: 10px;
    border: 1px solid #FFF;
}
#columns .widget .widget-content pre {
    padding: 0.5em 5px;
    color: #EEE;
    font-size: 12px;
}
#columns .widget .widget-content ul {
    padding: 5px 0 5px 20px;
    list-style: disc;
}
#columns .widget .widget-content ul li {padding: 3px 0;list-style:none;}
#columns .widget .widget-content ul.images {
    padding: 7px 0 0 0;
    list-style: none;
    height: 1%;
}
#columns .widget .widget-content ul.images li {
    display: inline;
    float: left;
}
#columns .widget .widget-content ul.images img {
    display: inline;
    float: left;
    margin: 0 0 7px 7px;
}
/* End Columns section */

		.hor-minimalist-b {
			border-collapse:collapse;
			font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
			font-size:12px;
			text-align:left;
		}		
		.hor-minimalist-b th {
			border-bottom:2px solid #004B7D;
			color:#004B7D;
			font-size:14px;
			font-weight:normal;
			padding:10px 8px;
		}
		.hor-minimalist-b th a{
			font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
			color:#004B7D;
			font-weight:normal;
		}		
		.hor-minimalist-b td {
			border-bottom:1px solid #CCCCCC;
			color:#6D6B6B;
			padding:6px 8px;
		}
