/* Default CSS Layout */
body {
	background: #ffffff;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #585d63;
	text-align:center;
	margin: 0;
	padding: 0;
}

img {
	border:0;
}
#wrapper {
	margin: 0 auto;
	width: 885px;
	text-align: left;
}

#left-col {
	float: left;
	height: 645px;
	width: 217px;
	background: url(../images/left_col_bg.jpg) top center no-repeat;
}
#logo {
	height:125px;
	margin-left:21px;
	background: url(../images/logo.jpg) top left no-repeat;
}
#left-col-top {
	height:254px;
	margin-left:5px;
	background: url(../images/left_col_top_bg.jpg) bottom left no-repeat;
}
#left-col-top div {
	padding: 14px;
	font-size: 9px;
	font-style: italic;
}
#left-col-bottom {
	height:265px;
	margin-left:5px;
	background: url(../images/briefcase.png) 10px 100% no-repeat;
}
#left-col-bottom div {
	padding: 0 10px;
	font-size: 9px;
}
#left-col-bottom #caption {
	padding-top: 10px;
	font-size: 17px;
	font-weight: bold;
}
#right-col {
	width: 668px;
	float: right;
}
#header {
	background: #ffffff url(../images/header_bg.png) top center no-repeat;
	height: 90px;
}
#top-nav {
	height: 40px;
	background: #b2b7b9 url(../images/top_nav_bg.png) top left repeat-x;
	color: white;
	text-transform: uppercase; 
	margin: 0;
}

#top-nav ul {
	margin: 0;
	padding: 5px 0 0 14px;
	list-style: none;
}

#top-nav li {
	float: left;
	margin: 0;
	padding: 0;
	height: 25px;
}

#top-nav li:hover {

}

#top-nav li a {
	
}

#top-nav li a {
	float: left;
	display: block;
	padding: 0 25px 0 8px;
	color: #ffffff;
	text-decoration: none;
}

#top-nav li a:hover {
	color: #239bcf;
}
#mid-wrap-idx {
	height: 249px;
	background: #ffffff url(../images/partners.jpg) top left no-repeat;
}
#mid-wrap-abt {
	height: 249px;
	background: #ffffff url(../images/image-02.jpg) top left no-repeat;
}
#mid-wrap-test {
	height: 249px;
	background: #ffffff url(../images/image-03.jpg) top left no-repeat;
}
#mid-wrap-cnt {
	height: 249px;
	background: #ffffff url(../images/image-04.jpg) top left no-repeat;
}
#mid-wrap-req {
	height: 249px;
	background: #ffffff url(../images/image-05.jpg) top left no-repeat;
}
#mid-inside {
}

#content-wrapper {
	background: #ffffff url(../images/content_bg.png) top center repeat-x;
	height: auto;
}
#content {
	width: 650px;
	float: right;
	text-align: justify;
	padding-top: 20px;
}
#content-ttl {
	font-size: 22px;
	font-weight: bold;
	color: #056bb3;
}
#content div {
	padding-right: 75px;
	padding-left: 20px;
}
#content ul {
	list-style: disc outside url(../images/bluedot.png);
}
#content ul li {
	padding-left: 10px;
	padding-top: 0;
}
#content h1 {
}
#content h2 {
}
#content h3 {
}
#content h4 {
	font-size: 11pt;
	font-weight: bold;
	line-height: 1em;
	padding-bottom: 0;
	marging-bottom: 0;
}
#content hr {
	width: 80%
	text-align:center;
}
#content table {
	width: 100%;
	padding: 0;
}
.clr {
	clear: both;
}
#bottom-wrapper {
	height: 36px;
	background: #92a1a7 url(../images/bottom_nav_bg.png) left top repeat-x;
	font-size: 10px;
	color: white;
}
#bottom-nav {
	width: 50%;
	float-left;
	text-transform: uppercase; 
	margin: 0;
}
#bottom-nav ul {
	margin: 0;
	padding: 12px 0 0 0;
	list-style: none;
}

#bottom-nav li {
	float: left;
	margin: 0;
	padding: 0;
	height: 25px;
}

#bottom-nav li:hover {

}

#bottom-nav li a {
	
}

#bottom-nav li a {
	float: left;
	display: block;
	padding: 0 10px;
	color: #ffffff;
	text-decoration: none;
}

#bottom-nav li a:hover {
	color: #239bcf;
}
#bottom-addr {
	float: right;
	padding-right: 5px;
}
#footer {
	clear: both;
	font-size: 10px;
	text-align: center;
}