@charset "UTF-8";
/* CSS Document */

body {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	background-image: url(images/bg_top.gif); 
	background-repeat: repeat-x;
}
.header {
	height: 186px;
	width: 780px;
	background-image: url(images/cnds_header.png);
	background-repeat: no-repeat;
	float: left;
}
.head_vision {
	height: 140px;
	width: 780px;
	background-image: url(images/cnds_vision.png);
	background-repeat: no-repeat;
	float: left;
}
.head_support {
	height: 140px;
	width: 780px;
	background-image: url(images/cnds_support.png);
	background-repeat: no-repeat;
	float: left;
}
.head_solutions {
	height: 140px;
	width: 780px;
	background-image: url(images/cnds_solutions.png);
	background-repeat: no-repeat;
	float: left;
}
.head_design {
	height: 140px;
	width: 780px;
	background-image: url(images/cnds_design.png);
	background-repeat: no-repeat;
	float: left;
}
.head_hosting {
	height: 140px;
	width: 780px;
	background-image: url(images/cnds_hosting.png);
	background-repeat: no-repeat;
	float: left;
}
.head_contact {
	height: 140px;
	width: 780px;
	background-image: url(images/cnds_contact.png);
	background-repeat: no-repeat;
	float: left;
}
.head_misc {
	height: 140px;
	width: 780px;
	background-image: url(images/cnds_misc.png);
	background-repeat: no-repeat;
	float: left;
}
.menubar {
	width: 780px;	
	font-size: 15px;	
	background-color: #FFD000;
	float: left;
}
.menubar ul {
	margin: 0;
	padding: 5px 5px 5px 5px;
	list-style-type: none;
}
.menubar li {
	margin: 0 1px 0 0;
	padding: 0 0 0 5px;
	background-image: url(images/type2_left.jpg);
	background-repeat: no-repeat;
	float: left;
}
.menubar a {
	display:block;
	padding:1px 10px 1px 1px;
	text-decoration:none;
	color: #000000;
	background-image: url(images/type2_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}
.menubar a:hover {
	color: #0000FF;
}

.menubar li:hover, menubar li.hvr {
	color: #001B80;
	background-image: url(images/type2_left_on.jpg);
}
.menubar li:hover a, menubar li.hvr a {
	background-position:right top;
	background-image: url(images/type2_right_on.jpg);
	color: #000000;
}
.location {
	height: 28px;
	width: 780px;
	background-image: url(images/grayline.png);
	background-repeat: repeat-x;
	float: left;
}
.whiteline {
	height: 1px;
	width: 780px;
	background-color: #FFFFFF;
	float: left;
}
.topblue {
	height: 12px;
	width: 780px;
	background-image: url(images/topblue.png);
	background-repeat: repeat-x;
	float: left;
}
.content {
	margin: 10px 10px;
	width: 760px;
	background-color: #FFFFFF;
	float: left;
}
.legalcontent {
	font-size: 11px;
	margin: 10px 10px;
	width: 760px;
	background-color: #FFFFFF;
	float: left;
}

.btmblue {
	height: 10px;
	width: 780px;
	background-image: url(images/btmblue.png);
	background-repeat: repeat-x;
	float: left;
}
.footer {
	clear: left;
	width: 780px;
	font-size: 10px;
	color: #000000;
	text-align: center;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	float: left;
}
.half {
	width: 50%;
	float: left;
}
.third {
	width: 33%;
	float: left;
}