/*
Design by irina boboia
http://www.irinaboboia.com
Creative Commons Attribution 2.5 License
*/

body {
	margin: 40px 0;
	padding: 0;
	background: #F7F7D5;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #4D4E4F;	
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}


/* Header */

#header {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 145px;
}

/* Logo */

#logo {
	
	width: 960px;
	height: 130px;
	background: url(imagesa/title_bar.gif);
}


/* Menu */

#menu {
	width: 960px;
	height: 55px;
	background: url(imagesa/img_menu.gif);
	float: right;
}

#menu ul {
	margin: 0;
	padding: 25px 0 0 15px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 0 0 2em;
	font-size: small;
	font-weight: bold;
	font-style: italic;
	color: #20bec4;
} 

#boxOne {
	float: none;
	margin-top: 65px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-color: #F7F9D9;
	position: static;
	height: 347px;
	width: 960px;
	
}
#boxOne #top {
	background-image: url(imagesa/img1.gif);
	height: 18px;
	width: 960px;
}

#boxOne #content {
	height: 311px;
	width: 960px;
}
#boxOne {
	height: 145px;
	width: 960px;
	position: static;
	clip: rect(20px,auto,20px,auto);
}
#boxOne #content {
	background-color: #F7F9D9;
}
#boxOne #bottom {
	background-image: url(imagesa/img2.gif);
	height: 18px;
	width: 960px;
	float: none;
}


#boxTwo {
	height: 145px;
	width: 960px;
	margin-top: 205px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	float: none;
}
#boxTwo #colOne {
	background-image: url(imagesa/comcast_renewal_cable.gif);
	float: right;
	height: 145px;
	width: 474px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	
}
#boxTwo #colTwo {
	float: left;
	height: 145px;
	width: 474px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(imagesa/questionmark.gif);
}
#boxTwo #colTwo #content {
	height: 135px;
	width: 390px;
	padding-top: 8px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 50px;
}
#boxTwo #colOne #content {
	height: 135px;
	width: 390px;
	padding-top: 8px;
	padding-left: 50px;
	padding-right: 1px;
	padding-bottom: 1px;
}
#boxThree {
	width: 960px;
	height: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#boxThree #colTwo {
	float: left;
	height: auto;
	width: 474px;
}
#boxThree #colTwo #top {
	background-image: url(imagesa/img3.gif);
	height: 18px;
	width: 474px;
}
#boxThree #colTwo #content {
	background-color: #20BEC4;
	width: 474px;	
	height: auto;
}
#boxThree #colTwo #content #window {
	background-color: #20BEC4;
	height: auto;
	width: 438px;	
	left: 18px;
	top: 0px;
	right: 18px;
	bottom: 0px;
}
#boxThree #colTwo #bottom {
	background-image: url(imagesa/img4.gif);
	height: 18px;
	width: 474px;
}

#boxThree #colTwo #content {
	width: 438px;
	padding-top: 1px;
	padding-right: 18px;
	padding-bottom: 1px;
	padding-left: 18px;
	overflow: auto;
}
#boxThree #colOne {
	float: right;
	width: 474px;
	height: auto;
}
#boxThree #colOne #top {
	background-image: url(imagesa/img5.gif);
	height: 18px;
	width: 474px;
}
#boxThree #colOne #content {
	height: auto;
	width: 473px;
	background-color: #8CC63F;
}
#boxThree #colOne #content #window {
	width: 430px;
	padding-right: 18px;
	padding-left: 18px;
	height: auto;
	background-color: #8CC63F;
	overflow: auto;
}
#boxThree #colOne #bottom {
	background-image: url(imagesa/img6.gif);
	height: 18px;
	width: 474px;
}
#footer {
	height: 50px;
	width: 960px;
	float: right;
	position: static;
	padding-left: 0px;
	
}
#header #menu #search {
	float: left;
	height: auto;
	width: auto;
	clear: none;
	margin-left: 130px;
}

