@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	background-image: url(../images/bg3.jpg);
	background-repeat: repeat-x;
	background-color: #aebd9b;
	}

a, input {
	outline: none;
	}
	
#container {
	margin: 0 auto;
	width: 980px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.header {
	margin: 0 20px;
	height: 115px;
	background-image: url(../images/ctechnology_logo-final.png);
	background-repeat: no-repeat;
	}
		
p {
	font-size: 12px;
	color: rgb(73,82,67);
	}
	
p a {
	color: #495243;
	}
	
h1, h3, h5  {
	margin: 5px 0;
	color:#355D64;
	}
	
h2, h4, h6 {
	margin: 5px 0;
	color: rgb(73,82,67);
	}
	
.topMeta {
	margin: 0 20px;
	height: 48px;
	}
	
.topMeta .login {
	display: none;
	width: 100px;
	margin: 10px 0 0 0;
	color: #fff;
	font-size: 10px;
	float: right;
	}
	
.topShadow {
	height: 25px;
	margin: 0;
	padding: 0;
	background-image: url(../images/bodyTopShadow.png);
	background-repeat: no-repeat;
	background-position: top;
	}
		
.body {
	margin: 0;
	padding: 0 20px;
	background-image: url(../images/bgClassBody.png) ;
	background-repeat: repeat-y;
	}
	
.menu {
	margin: 0;
	height: 45px;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: repeat-x;
	text-align: center;
	}
.menu ul {
	margin: 0;
	padding: 0;
	}
	
.menu ul li {
	display: inline;
	height: 37px;
	float: left;
	padding-top: 8px;
	}
	
.menu ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 10px;
	}
	
.menu ul li a:hover {
	text-decoration: underline;
	}
	
.imgRotate {
	margin: 0;
	height: 254px;
	background-color:#DDEBDA;
	border: 1px solid #AEBD9B;
	}
	
.content {
	margin: 0;
	background: white;
	}
	
.content .left {
	float: left;
	width: 223px;
	background: #fff;
	margin-top: 30px;
	}
	
.content .left h2 {
	width: 230px;
	height: 40px;
	margin-left: -20px;
	padding-left: 30px;
	background-image:url(../images/ul/left_li.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #fff;
	}
	
.content .left p {
	margin-left: 10px;
	}
	
.content .right {
	float: right;
	margin: 0 10px;
	width: 695px;
	}
	
.content .right .border {
	background-color:#DDEBDA;
	border: 1px solid #AEBD9B;
	padding: 0px 10px;
	margin-top: 10px;
	}
	
.content .right ul {
	font-size: 12px;
	color: rgb(73,82,67);
	list-style: none;
	list-style-image: url(../images/ul/li-img.png);
	}
	
.clear {
	clear: both;
	}
	
#footer {
	background-color:#355d65;
	text-align: center;
	padding: 10px 0;
	}
	
#footer p {
	margin: 5px auto;
	font-size: 10px;
	color: white;
	}
	
#footer p a {
	color: white;
	}
	