@import url('../css/global-grid/reset.css');
body {
	font:12px/1.5 Arial, 'Liberation Sans', FreeSans, sans-serif;
	background: #258eca url(../images/usbundles/body-bg.gif) repeat-x left top;
}
ul li {list-style-type: disc; padding-bottom: 4px;}

a{text-decoration: underline;}
a:hover{text-decoration: none;}

#container{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top: 0;
}
.clear { clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.css-replace{text-indent:-9999px;}

/*----------------------------------------------------------------------------------------
Header Styles
----------------------------------------------------------------------------------------*/
#intHeader{
	height: 73px;
	position: relative;
	background: transparent url(../images/usbundles/header-bg.jpg) no-repeat top left;
}

#intHeader img{position: relative; top: 10px; left: 20px;}

#intHeader p{
	color: #d65b00;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	position: absolute;
	top: 10px;
	right: 280px;
	text-align: right;
}

#intHeader span{
	line-height: 21px;
	display: block;
	color: #266e99;
	font-size: 21px;
}

/*----------------------------------------------------------------------------------------
Focus Styles
----------------------------------------------------------------------------------------*/
#focus{
	width:960px;
	height:434px;
	background: transparent url(../images/usbundles/focus-bg.jpg) no-repeat top left;
	position:relative;
}

#focus a {
	background: transparent url(../images/usbundles/learn-more-btn.jpg) no-repeat center center;
	display: block;
	height: 25px;
	width: 95px;
	position: relative;
	top: 181px;
	left: 19px;
}

#focus ul{
	font-weight: bold;
	position: relative;
	top: 170px;
	left: 40px;
}

#callbox {
	display: block;
	text-align: left;
	font-weight: bold;
	position: absolute;
	top: 350px;
	color: #266e99
}

#callbox p {
	font-size: 16px;
	position: absolute;
	width: 480px;
	margin-left: 4px;
}

#callbox .phone{
	font-weight:normal;
	font-size: 28px;
	color: #d65b00;
	text-align: right;
	display: inline;
	width: 400px;
	top: 10px;
	left: 550px;
}

#callbox .phone span{
	font-weight: bold;
	font-size: 36px;
}

/*----------------------------------------------------------------------------------------
Content Styles
----------------------------------------------------------------------------------------*/
#content {
	background: transparent url(../images/usbundles/content-bg.png) no-repeat top left;
	height: 220px;
	position: relative;
	top: -17px;
	left: -2px;
	padding: 10px 0 0 20px;
}

#content p{text-align: left; margin-bottom: 15px;}

#content ul{font-weight: bold;}

#subcontent{color: #FFF;}

#subcontent a{color: #FFF;}
#subcontent a:hover{color:#999;}

#subcontent p{margin-bottom: 15px;}

#subcontent ul{
	margin-left: 15px;
	font-size: 14px;
	font-weight: bold;
}

/*----------------------------------------------------------------------------------------
Column Styles
----------------------------------------------------------------------------------------*/
.column{width: 440px; float: left; margin-bottom: 20px; display: inline;}

#left {margin-left: 15px;}

#right {margin-left: 35px;}

/*----------------------------------------------------------------------------------------
Footer Styles
----------------------------------------------------------------------------------------*/
#intFooter{
	width:960px;
	text-align:center;
	color:#333;
}

