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

* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;	
}

p {
	margin: 0 0 20px 0;
	text-align: justify;
}

a {
	color: #5b90c9;
	text-decoration: none;
}

body {
	background: url(../images/bg_gradient.jpg) top repeat-x #c9c9c9;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #666;
}

#container {
	margin: 0 auto;
	width: 950px;
	background: url(../images/container_bg.png) repeat-y;
}

#container_bottom {
	margin: 0 auto;
	width: 950px;
	background: url(../images/container_bottom.png) no-repeat;	
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #5a8ec9;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #f48320;
	margin-bottom: 10px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #5b90c9;
	margin-bottom: 10px;
}


/* ------------- HEADER ------------------ */
#header {
	height: 100px;	
}

#header h1 {
	background: url(../images/ConnectingYou_logo.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 234px;
	height: 75px;
	margin: 15px 0 0 50px;
	position: absolute;
}

#header #topMenu {
	margin: 5px 0 0 690px;
	position: absolute;
}

#btn_customerLogin {
	float:left;
	width: 150px;
	height: 26px;
	background: url(../images/btn_customerLogin.jpg) no-repeat;	
	padding: 4px 0 0 18px;
	font-weight: bold;
	font-size: 9px;
	margin-top: -5px;
}

#btn_customerLogin a {
	color: #5a8ec9;
}

#btn_customerLogin a:hover {
	color: #f48320;
}


/* ------------- MENU --------------- */
#menu {
	width:862px;
	height:35px;
	background: url(../images/menu_bg.jpg) no-repeat;
	position:relative;
	margin-left: 50px;
}

/* remove all the bullets, borders and padding from the default list styling */
#menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#menu ul ul {
	width:155px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li {
	float:left;
	position:relative;
}

/* style the links for the top level */
#menu a, #menu a:visited {
	display:block;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	color:#fff;
	height:32px;
	line-height:29px;
}

#menu a#nav_home {
	width: 61px;
	padding-left: 25px;
}

#menu a#nav_products {
	width: 88px;
	padding-left: 25px;
}

#menu a#nav_services {
	width: 74px;
	padding-left: 25px;
}

#menu a#nav_managed-services {
	width: 131px;
	padding-left: 25px;
}

#menu a#nav_connectingyou {
	width: 109px;	
	padding-left: 28px;
}

#menu a#nav_contact{
	width: 62px;	
	padding-left: 33px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

/* style the second level links */
#menu ul ul a, #menu ul ul a:visited {
	background: url(../images/submenu_bg.jpg) repeat-y #628cbb;
	color:#fff;
	height:20px;
	line-height:1em;
	width:200px;
	border: solid #7ba5d4;
	border-width: 0 1px 1px 1px;
	font-size: 11px;
	font-weight: normal;
	position: relative;
	top: 2px;
	left: 1px;
	padding: 8px 0 0 10px;
}

#menu ul ul#subnav_services a, #menu ul ul#subnav_services a:visited {
	left: 4px;	
}

#menu ul ul#subnav_managed-services a, #menu ul ul#subnav_managed-services a:visited {
	left: 5px;	
}

#menu ul ul#subnav_connectingyou a, #menu ul ul#subnav_connectingyou a:visited {
	left: 9px;	
}

/* style the top level hover */
#menu a:hover, #menu ul ul a:hover {
	color:#f48320;
}
#menu :hover > a, #menu ul ul :hover > a {
	color:#f48320;
}
/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul, #menu ul a:hover ul, #menu ul li.over ul {
	visibility:visible;
}

/* Active states */

#pg_home #menu a#nav_home {
	color: #f48320;
}

#pg_products #menu a#nav_products {
	color: #f48320;
}

#pg_connectingyou #menu a#nav_connectingyou {
	color: #f48320;
}

#pg_services #menu a#nav_services {
	color: #f48320;
}

#pg_managed-services #menu a#nav_managed-services {
	color: #f48320;
}

#pg_contact #menu a#nav_contact {
	color: #f48320;
}

/* ------------ BANNER -------------- */
#banner {
	width: 862px;
	height: 240px;
	margin: 10px 0 0 50px;
}


/* ------------ BOXES -------------- */
#boxes {
	width: 862px;
	height: 145px;
	margin: 10px 0 0 50px;
}

#boxes div {
	float: left;
}


/* ---------------- CONTENT --------------- */
#content {
	width: 862px;
	margin: 0 0 0 50px;
}
	
	/* ---------------- MAIN ----------------- */
	#main {
		float: left;
		width: 563px;
	}
	
	#main_top {
		width: 563px;
		height: 54px;
		background: url(../images/main_top.jpg) no-repeat;
	}
	
	#main_top_nospacer {
		width: 563px;
		height: 29px;
		background: url(../images/main_top_nospacer.jpg) no-repeat;
	}
	
	#main_middle {
		width: 523px;
		background: url(../images/main_middle.jpg) repeat-y;
		padding: 0 20px 10px 20px;
	}
	
	#main_middle h3 {
		font-size: 14px;
		margin: 0 0 10px;
		font-weight: bold;
	}
	
	#main_middle h4 {
		font-size: 12px;
		margin: 0 0 10px;
		font-weight: bold;
	}
	
	#main_bottom {
		width: 563px;
		height: 11px;
		background: url(../images/main_bottom.jpg) no-repeat;
	}
	
	.box_middle {
		width: 522px;
		height: 112px;
		background: url(../images/box_middle.jpg) no-repeat;
		margin-bottom: 10px;
	}
	
	#main-wide {
		margin-top: 10px;
	}
	
	#main-wide-top {
		background: url(../images/main_top_wide_2.jpg) no-repeat;
		width: 863px;
		height: 31px;
	}
	
	#main-wide-middle {
		background: url(../images/main_middle_wide.jpg) repeat-y;
		width: 863px;
	}
	
	#main-wide-bottom {
		background: url(../images/main_bottom_wide.jpg) no-repeat;
		width: 863px;
		height: 11px;
	}
	
	/* ---------------- NEWS ----------------- */
	#content_right {
		float: right;	
	}
	
	.news_top {
		width: 291px;
		height: 44px;
		background: url(../images/news_top.jpg) no-repeat;
	}
	
	.news_middle {
		width: 276px;
		background: url(../images/news_middle.jpg) repeat-y;
		padding: 0 15px 10px 0;
	}
	
	.news_middle p {
		margin: 0 25px 20px 15px;
	}
	
	.news_bottom {
		width: 291px;
		height: 9px;
		background: url(../images/news_bottom.jpg) no-repeat;
		margin-bottom: 10px;
	}
	
#content_footer {
	width: 862px;
	height: 27px;
	margin: 20px 0 0 50px;
	padding-bottom: 10px;
}

#partners {
	float: left;	
}
	
#partners div {
	float: left;
	margin-right: 20px;
}
	
#connectwithus {
	float: right;
	position: relative;
	top: -10px;
}

#connectwithus div {
	float: left;
	margin-right: 10px;
}

table#partnertable tr td.tableimg {
	text-align: center;
}

table#partnertable tr td.tabletext {
	padding-left: 50px;
}

table#partnertable tr td {
	height: 100px;
}


/* ----------------- FOOTER ------------------- */
#footer {
	width: 862px;
	margin: 0 auto;
}

#sitemap {
	margin: 10px 0 0 5px;	
}

#sitemap ul {
	list-style-type: none;
	margin-top: 10px;
}

#sitemap ul li {
	float: left;
	margin-right: 30px;
}

#sitemap ul li li {
	float: none;	
}
