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

body {
	margin: 0;
	padding: 0;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #CCC;
	font: 13pt Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

#wrap {
	width: 970px;
	margin: 0 auto;
}

#container {
	width: 970px;
	min-height: 270px;
	text-align: center;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

#curveTop {
	width: 970px;
	height: 8px;
	float: left;
	margin: 0 auto;
}

#curveBottom {
	width: 970px;
	height: 8px;
	float: left;
	margin: 0 auto;
}

#header {
	width: 970px;
	height: 140px;
	background-color: #FFF;
	float: left;
	text-align: left;
	position: relative;
}

#logo {
	width: 390px;
	height: 120px;
	float: left;
	margin-left: 25px;
	margin-top: 10px;
	background-image: url(images/cway-logo.png);
	background-repeat: no-repeat;
}

#logo a {
    display: block;
    width: 390px;
    height: 120px;
	text-decoration: none;
}
#rightTop {
	width: auto;
	height: auto;
	text-align: right;
	color: #000;
	position: absolute;
	top: 10px;
	right: 35px;
}

#rightTop h1 {
	font-size: 26pt;
	margin-top: 0;
}

#rightTop a {
	margin: 0;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

#rightTop a:hover {
	color: #666;
}

#rightTop p {
	margin-top: -10px;
}

#loginHead {
    display:none;
    float:left;
    width: 350px;
    height: 37px;
    margin: 0px;
    text-align: left;
}

#loginHead input {
    color: #A9A9A9;
	width: 150px;
	box-sizing: border-box;
    margin: 4px;
    padding: 2px;
    font-size: 16px;
}

h1 {
	font: bold 22pt Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin-top: 0;
}

h2 {
	font: bold 18pt Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

h3 {
	font: bold 15pt Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
.image {
	margin-top: 5px;
	float: right;
}

.image img {
	border: none;
}

#contentMain {
	width: 958px;
	min-height: 366px;
	float: left;
	margin: 0;
	padding-left: 12px;
	background-color: #FFF;
}

#textHome {
	width: 910px;
	min-height: 125px;
	float: left;
	text-align: left;
	background-color: #FFF;
	padding: 10px 30px 10px 30px;
}

.box {
	float: left;
}

.box img {
	border: none;
}

#footer {
	width: 970px;
	min-height: 100px;
	float: left;
	text-align: center;
	font: 11pt Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 1.5em;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: none;
}

a {
	color: #680100;
	text-decoration: underline
}

a:hover {  
	color: #666; 
	text-decoration: none
}

ul {
	list-style:url(images/arrow.png);
}

hr {
	border: #666 1px dashed;
	clear: both;
	margin-bottom: 13px;
}

#loginForm {
    padding: 12px;
}

#loginForm input {
	width: 265px;
	box-sizing: border-box;
    margin: 6px;
    padding: 6px;
    font-size: 24px;
}

#loginForm input[type='button'], #loginForm input[type='submit'] {
    font-size: 24px;
	width: 275px;
    font-weight: bold;
    color: #FFF;
    border: 0px;
    background-color: #ee2d24;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee2d24), to(#ee2d24));
}

#yellowDot {
	width: 250px;
	float: right;
	margin-top: 20px;
	margin-left: 10px;
}

