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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: arial;
	}
	
h2 {
  font-size: 26px;
  line-height: 26px;
  margin:0;
}

h1#logo a {
	background:url(/images/ACN-Logo.png);
	width:225px;	
	height:32px;
	border:none;
	display:block;
	float:left;
	margin:-10px 0 0;
	overflow:hidden;
	padding-left:30px;
	text-indent:-9999px;
}



/* Texts */

.footer {
	color: #c0c0c0;
	font-size: 11px;
}

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

.footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.text {
	font-size: 12px;
	color: #6c6c6c;
}

.text-content {
	font-size: 13px;
	color: #676767;
	line-height: 18px;
	padding-top: 15px;
}

.text-content a {
	color: #006779;
	text-decoration: underline;
}

.text-content a:hover {
	color: #c40505;
	text-decoration: none;
}

.undertitles {
	border-bottom:1px solid #EAEAEA;
	height: 25px;
}

.bluehead {
	color: #272c4b;
	font-size: 13px;
	text-decoration: none;
	}
	
.underbluehead {
	color: #6c6c6c;
	font-size: 10px;
	text-decoration: none;
	}

.elevenlinkblack {
	color: #6c6c6c;
	font-size: 11px;
}

.right-head {
	color: #887e7a;
	font-size: 11px;
	font-weight: bold;
}

.right-field {
	color: #3b6669;
	font-size: 11px;
}

.arrow {
font-size:15px;
color:#999999;
}

.t-05 {font-family: arial; font-size: 12px; color: #3d4d55; text-decoration: none}

.t-02-12 {font-family: arial; font-size: 12px; color: #466788; font-weight: bold; text-decoration: none}





	
	#button_viewproject {
	display:inline;
	float:left;
	margin:25px 0 0 475px;
}





#portfolio_introtext a {
	border-bottom-color:#ccc;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	color:#017884;
	text-decoration:none;
		font-size: 12px;
}

* #portfolio_introtext a {
	background:url('/images/doter.gif') repeat-x bottom;
	border-bottom:none;
}

#portfolio_introtext a:hover,#portfolio_introtext a:active {
	background:none;
	border-bottom-color:#860e0e;
	border-bottom-style:solid;
	border-bottom-width:1px;
	color:#860e0e;
	text-decoration:none;
}

#portfolio_introtext strong {
	border-bottom:1px dotted #ccc;
	color:#898989;
	display:block;
	font-size:11px;
	padding:10px 0 4px;
}

* html #portfolio_introtext strong {
	background:url('/images/doter.gif') repeat-x bottom;
	border-bottom:none;
}





.button a {
	background:transparent url('/images/Button-Right.png') no-repeat scroll top right;
	color:#666;
	float:left;
	font-size: 13px;
	height:29px;
	margin-right:6px;
	padding-right:12px;
	text-decoration:none;
}

.button a span {
	background:transparent url('/images/Button-Left.png') no-repeat;
	color:#666;
	display:block;
	line-height:16px;
	padding:5px 0 8px 12px;
	text-decoration:none;
}

.button a:hover span {
	color:#000;
	cursor:hand;
}

.button a:active {
	background-position:bottom right;
	outline:none;
}

.button a:active span {
	background-position:bottom left;
	color:#860e0e;
	outline:none;
	padding:6px 0 7px 12px;
}



/***form*/
#contact_form {
  padding: 0px;
  padding-top: 0;
}

#contact_form .line {
  clear: both;
  margin-bottom: 10px;
}

#contact_form label.error {
  margin-left: 170px;
  color: red;
  font-size: 80%;
}

#contact_form input {
  width: 399px;
  font-family:arial; font-size:12px; color:#505d66;
  height: 19px;
  padding-top: 5px;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: bold;
}

#contact_form select {
  width: 407px;
  font-family:arial; font-size:12px; color:#626e75;
  font-weight: bold;
  height: 27px;
  padding-top: 4px;
}

#contact_form textarea {
  width: 399px;
  font-family:arial; font-size:12px; color:#626e75;
  font-weight: bold;
  padding-top: 5px;
  padding-left: 3px;
  padding-right: 3px;
  height: 150px;
}

#contact_form .buttons {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

#contact_form .buttons input {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  width: 125px;
  height: 25px;
}

#contact_form .drop input {
  width: 10px;
}

.error_message {
	text-align: center;
	background-color: #ffd5d5;
	padding: 10px;
	padding-bottom: 15px;
	border: 1px solid red;
	margin-bottom: 10px;
}

select[type=text], select[type=password], select {
  background: url(/images/BG-IN-ON.gif) repeat-x left top;
  border-top   : 1px solid #a1bbcc;
  border-left  : 1px solid #a1bbcc;
  border-right : 1px solid #bdccd6;
  border-bottom: 1px solid #bdccd6;
  padding: 1px;
  font-size: 110%;
}

input[type=text], input[type=password], textarea {
  background: white url(/images/BG-IN.gif) repeat-x left top;
  border-top   : 1px solid #a1bbcc;
  border-left  : 1px solid #a1bbcc;
  border-right : 1px solid #bdccd6;
  border-bottom: 1px solid #bdccd6;
  padding: 1px;
  font-size: 110%;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
  background: white url(/images/BG-IN-ON.gif) repeat-x left top;
  border-top   : 1px solid #718d9f;
  border-left  : 1px solid #718d9f;
  border-right : 1px solid #a1bbcc;
  border-bottom: 1px solid #a1bbcc;
}

