/* CSS Document */
*, html {
	margin:0;
	padding:0
}
body {
	background:#333333;
	font-family:"lucida grande", "lucida sans unicode", "lucida sans", verdana, tahoma, arial;
	font-size:12px;
}
.clearfix {
	clear:both;
	height:1px;
	display:none
}
#mywrapper {
	width:1000px;
	margin:10px auto 0;
}
#main {
	background:transparent url(img/bkgrndHom.png) no-repeat;
}
#logo {
	margin:5px 0 20px 5px;
	font-size:20px;
	font-weight:bold;
	color:#999;
}
#navigation {
	width:100%;
	background:transparent url(img/nav-div-gen.png) no-repeat;
	padding:15px 0 0 7px;
	height:76px;
	font-size:15px;
	color:#999;
	text-align:center;
}
#navigation ul {
	margin:0;
	padding:0;
}
#navigation ul > li {
	display:inline;
	margin-right:10px
}
#navigation ul > li.no-border {
	background:none
}
#navigation img {
	border:0
}
#content-hp {
	height:360px;
	vertical-align:middle
}
#content-hp .catch {
	float:right;
	width:361px;
	text-align:right;
	margin:109px 46px 0 0;
}
#content-hp .catch-txt {
	font-size:35px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}
.side-con {
	color:#fff;
	font-size:110%
}
.test-name {
	color:#FFCC33;
	font-size:110%;
	font-weight:bold;
}
.test-comp {
	margin-bottom:15px;
}
.test-body {
}
.main-content {
	margin-right:40px;
	font-size:125%;
	color:#FFF;
}
.main-content p {
	line-height:22px;
	margin-bottom:10px;
	clear:both;
}
.main-content ul {
	margin-top:25px;
	margin-bottom:15px
}
.main-content li {
	width:290px;
	padding-bottom:5px;
	float:left;
	list-style:none;
}
#myfooter {
	height:161px;
	background:transparent url(img/footer.png) no-repeat;
}
#myfooter .sm-lg {
	float:right;
	margin:33px 10px 0 0;
}
#myfooter .rcnt-proj {
	float:left;
	margin:33px 0 0 32px;
	font-size:15px;
	color:#999;
	text-align:right
}
.morelink{
	text-decoration: none;
	color: #CC3300;
}

.morelink:hover{
	border-bottom: 1px dotted;
	color: #0066CC;
}
