body { 
	margin: 0; padding: 0; 
	font-size: 14px;
	background-color: #fff;
	font-family: arial; 
	color: #666;
}
a {
	color: #666;
}
a img { border: 0; }
#head { 
	height: 124px; width: 964px; margin: 0 auto; background-color: #eee; color: #333; 
	background: #fff url('/images/bg-head.gif') top no-repeat; 
}

#topnav { margin-left: 512px; height: 70px; }
#topnav img { border: 0; }
#topnav .pro1, #topnav .pro2, #topnav .pro3 { float: left; }

#sitenav { margin-left: 740px; width: 200px; margin-top: 18px; font-size: 12px;  border: 1px solid transparent; }
#sitenav a { color : #bbb; text-decoration: none; }
#sitenav a:hover { color : #eee; }
#sitenav .nav1 { width: 70px; float: left; }
#sitenav .nav2 { width: 86px; float: left; }
#sitenav .nav3 { float: left; }

td#main { 
	width: 964px; background-color: blue; 
	background: #fff url('/images/bg-main.jpg') top no-repeat; 
}

#sitemap {
	clear: both;
	width: 804px;
	margin: 0 auto;
	border-top: 5px solid #ccc;
	border-bottom: 2px solid #ccc;
	text-align: left;
	background-color: #3d3d3d;
	color: #ddd;
	margin-bottom: 20px;
	padding: 20px 50px 10px 80px;
	font-size: 12px;
}
#sitemap b { color: #ccc; font-size: 13px; font-weight: normal; }
#sitemap a { color: #aaa; }
#sitemap ul { padding-left: 16px; margin-top: 3px; }
#sitemap li { line-height: 18px; }
#sitemap a { text-decoration: none; }
#sitemap a:hover { color: #eee; }

.side { border-top: 565px solid #3d3d3d; }
#projcol { 
	margin-top: 100px; 
	background: transparent url('/images/bg-projects.png') top no-repeat; 
	width: 313px; 
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding-top: 75px;
	font-size: 12px;
}
.proj li { 
	font-size: 11px;
	padding-bottom: 2px;
}
.proj { 
	background-color: #fff;
	border-bottom: 15px solid #fff;
}
#projcol .grey { 
	padding-left: 18px; 
	background-color: #ddd;
	height: 100px;
	font-size: 11px;
	padding-right: 13px;
}
#projcol .grey a {
	color: #036;
	font-size: 12px;
	text-decoration: none;
}
#projcol .grey img { 
	padding-right: 10px;
}
.proj b { 
	color: #003366;
	font-weight: normal;
	padding-top: 10px;
}
#page { 
	background: transparent url('/images/bg-content.gif') left top no-repeat; 
	height: 312px;
	margin-top: 253px; 
	background-color: #fff; 
	position: relative;
	clear: both;
}
#content {
	position: relative;
	float: left;
	padding: 25px;
	width: 360px;
}
#content a {
	color: #369;
}
#content a:hover {
	color: #800;
}

#content ul { padding-left: 24px; margin-top: 3px; }
#content li { padding-bottom: 8px; }
#content li a { font-size: 14px; }
#content ul.fp li { padding-bottom: 10px; }
#content ul.fp li a { font-size: 14px; }
#content h1 {
	font-family: Georgia, Times, sarif;	
	margin: 0; padding: 0;
	font-weight: normal;
	font-size: 22px;
	color: #555;
}

#content td li { padding-bottom: 3px; }

sup {
	vertical-align: top;
	font-size: 75%;
	line-height: 75%;
}
#login {
	background-color: blue;
	position: relative;
	float: right;
	margin-top: -20px;
	border: 1px solid #eee;
	width: 230px;
}
#login div.box {
	border: 10px solid #036;
	padding-top: 50px;
	font-size: 11px;
	background: #fff url('/images/co2apps-login.gif') center top no-repeat; 
}
#login .formbox { 
	background-color: #ddd; 
	border-top: 1px solid #999; 
	border-bottom: 1px solid #999; 
	padding: 10px 20px 10px 10px;
}
#login .label { padding-bottom: 2px; }
#login .value { padding-bottom: 5px; }
#login .value input { width: 95%; }
#login .submit { padding-top: 5px; text-align: right; }
#login .copyright { display: table; font-size: 10px; }

#content .note { font-size: 12px; border: 1px solid #999; padding: 10px; }

#content .seemore, #content .seemore a {
	margin-top: 10px;
	font-size: 12px;
	color: #666;
	font-style: italic;
	text-align: right;
	text-decoration: underline;
}
#content .seemore a:hover { color: #900; }


.a-btn{
    background:#fecc5f;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(#feda71,0),color-stop(#febb4a,1));
    background:-webkit-linear-gradient(top, #feda71 0%, #febb4a 100%);
    background:-moz-linear-gradient(top, #feda71 0%, #febb4a 100%);
    background:-o-linear-gradient(top, #feda71 0%, #febb4a 100%);
    background:linear-gradient(top, #feda71 0%, #febb4a 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#feda71', endColorstr='#febb4a',GradientType=0 );
    border:1px solid #f5b74e;
    border-color:#f5b74e #e5a73e #d6982f;
    -webkit-box-shadow:0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    -moz-box-shadow:0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    box-shadow:0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    padding:0px 80px 0px 10px;
    height:38px;
    display:inline-block;
    position:relative;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    float:left;
    margin:10px;
    overflow:hidden;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
    text-decoration: none;
}
.a-btn-text{
    padding-top:7px;
    display:block;
    font-size:18px;
    white-space:nowrap;
    color:#996633;
    text-shadow:0 1px 0 #fedd9b;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.a-btn-slide-text{
    position:absolute;
    top:35px;
    left:0px;
    width:auto;
    right:52px;
    height:0px;
    background:#fff;
    color:#996633;
    font-size:13px;
    white-space:nowrap;
    font-family:Georgia, serif;
    font-style:italic;
    text-indent:15px;
    overflow:hidden;
    line-height:30px;
    -webkit-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.5) inset;
    -moz-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.5) inset;
    box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.5) inset;
    -webkit-transition:height 0.3s linear;
    -moz-transition:height 0.3s linear;
    -o-transition:height 0.3s linear;
    transition:height 0.3s linear;
}
.a-btn-icon-right{
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:52px;
    border-left:1px solid #f5b74e;
    -webkit-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    -moz-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
}
.a-btn-icon-right span{
    width:38px;
    height:38px;
    opacity:0.7;
    position:absolute;
    left:50%;
    top:50%;
    margin:-20px 0px 0px -20px;
    background:transparent url(../images/arrow_right.png) no-repeat 50% 55%;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.a-btn:hover{
    height:65px;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
}
.a-btn:hover .a-btn-text{
    text-shadow:0px 1px 1px rgba(0,0,0,0.2);
    color:#fff;
}
.a-btn:hover .a-btn-slide-text{
    height:30px;
}
.a-btn:hover .a-btn-icon-right span{
    opacity:1;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.a-btn:active{
    position:relative;
    top:1px;
    background:#fec354;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(#fec354,0),color-stop(#fecd61,1));
    background:-webkit-linear-gradient(top, #fec354 0%, #fecd61 100%);
    background:-moz-linear-gradient(top, #fec354 0%, #fecd61 100%);
    background:-o-linear-gradient(top, #fec354 0%, #fecd61 100%);
    background:linear-gradient(top, #fec354 0%, #fecd61 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec354', endColorstr='#fecd61',GradientType=0 );
    border-color:#d29a3a #cc9436 #c89133;
    text-shadow:0 1px 0 #fee1a0;
    -webkit-box-shadow:0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    -moz-box-shadow:0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    box-shadow:0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
}
