/**
 *	css for scp body
 */

.scp-main-nav
{
	position: absolute;
	width: 700px;
	top: 75px;
}
 
/** for admin tools */

.admin-tools-holder{
	position: absolute;
	height: 20px;
	width: 100%; 
	z-index:10;
	background-color: rgba(0,0,0,0.7);
	font: 12px Arial;
	color: white;
}
 
/** for navigator */
 
.global-left-navigator-holder{
	width: 110px;
	padding-left: 5px;
	min-height: 395px;
}

.global-left-navigator{
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
}

.global-left-navigator li{
	padding: 5px 1px 5px 3px;
	border-bottom: 1px dotted #3673C6;
}

.global-left-navigator li.main{
	font-weight: bold;
	background: #E4EFFE;
	color: #326AB7;
}

/** for main body */

.global-main-content{
	width: 686px;
	min-height: 395px;
	left: 116px;
	float: right;
}

.global-main-content a:visited{
	color: #326AB7 !important;
}

.global-main-content li{
	color: black;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 15px;
}

.content-main-header{
	height: 30px;
	padding: 10px 0px 0px 0px;
}

.content-main-header h1{
	font-family: "Trebuchet MS" Verdana, Sans-Serif;
	color: #326AB7;
	border-bottom: 3px double #d4d4d4;
}

.content-main{
	min-height: 100px;
	padding: 10px 0px 20px 0px;
}

.content-main h3{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #326AB7;
	padding-left: 20px;
	background: url('../scp-images/bullet_h3.gif') left no-repeat;
}

.content-main a.tools , a.tools:visited{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10px;
	color: #326AB7;
}

.online-inquiry-table{
	padding: 20px;
	margin-bottom: 10px;
}

.online-inquiry-table td{
	padding: 5px 20px;
}

/**
 *	scp service tool
 */
 
.scp-service-tool-holder{
	position: relative;
	top: 30px;
	margin-left: 35px;
	width: 800px;
	height: 450px;
	background-color: white;
	border: 1px solid #333;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 5px 15px 0 black;
	-moz-box-shadow: 0 5px 15px 0 black;
	-webkit-box-shadow: 0 5px 15px 0 black;
}