/* CSS Document */


/* ------------------------------------------------------------

	HTML

------------------------------------------------------------ */

* {
	padding: 0;
	margin: 0;
	}
	
h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}

body {
	font-size: 13px;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #326ca2;
	background: #5e9df0 url("../images/interface/bodyBG.jpg") no-repeat 50% 0;
	}

p {
	margin: 0 0 1em 0;
	}

h1 {
	font-size: 2em;
	font-weight: normal;
	}
	
h2 {font-size: 1.8em;
	font-weight: normal;
	}


h3{
	font-size: 1.3em;
	font-weight: normal;
	}

a:link, a:visited {
	color: #326ca2;
	text-decoration: none;
	}

a:hover, a:active {
	color: #326ca2;
	text-decoration: underline;	
	}
	
img {
	border: none;
	}
	
ul {
    padding-left:1em;
    margin-left:0;
	list-style:none;
	}
	
.sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}

/* ------------------------------------------------------------

	Main Containers

------------------------------------------------------------ */


#container {
	margin:  17px auto 0 auto;
	width: 955px;
	background-color: #fff;
	}
	


/* ------------------------------------------------------------

	Header

------------------------------------------------------------ */

#header {
	width: 955px;
	height: 162px;
	background: url("../images/interface/header.jpg") no-repeat 0 0;
	}
	
#header img {
	margin: 89px 0 0 47px;
	}


/* ------------------------------------------------------------

	Sidebar

------------------------------------------------------------ */

#sidebarWrapper {
	width: 235px;
	float:left;
	}

/* ---------- Main Nav ------------ */

#mainNavWrapper {
	width: 167px;
	margin: 0 0 0 51px;
	}
	
#mainNavWrapper ul {
	padding: 0;
	}

#mainNavWrapper ul {
	overflow: hidden;
	}

#mainNavWrapper li {
	margin: 0 0 5px 0;
	}

#mainNavItem01On {
	text-indent: -9999px; 
	width: 167px; 
	height: 44px; 
	background: transparent url(../images/interface/nav_locationsOn.jpg) no-repeat 0 0; 
	display: block;
}
	
#mainNavItem01 a {
	text-indent: -9999px; 
	width: 167px; 
	height: 44px; 
	background: transparent url(../images/interface/nav_locationsOnOff.jpg) no-repeat -167px 0; 
	display: block;
	}

#mainNavItem01 a:hover { background-position: 0 0; }


#mainNavItem02On {
	text-indent: -9999px; 
	width: 167px; 
	height: 44px; 
	background: transparent url(../images/interface/nav_aboutusOn.jpg) no-repeat 0 0; 
	display: block;
}

#mainNavItem02 a {
	text-indent: -9999px; 
	width: 167px; 
	height: 44px; 
	background: transparent url(../images/interface/nav_aboutusOnOff.jpg) no-repeat -167px 0; 
	display: block;
	}
	
#mainNavItem02 a:hover { background-position: 0 0; }


#mainNavItem03On {
	text-indent: -9999px; 
	width: 167px; 
	height: 44px; 
	background: transparent url(../images/interface/nav_contactOn.jpg) no-repeat 0 0; 
	display: block;
}

#mainNavItem03 a {
	text-indent: -9999px; 
	width: 167px; 
	height: 44px; 
	background: transparent url(../images/interface/nav_contactOnOff.jpg) no-repeat -167px 0; 
	display: block;
	}
	
#mainNavItem03 a:hover { background-position: 0 0; }


/* ---------- Online Store ------------ */

#onlineStore a {
	text-indent: -9999px; 
	width: 167px;
	height: 74px;
	margin: -5px 0 0 51px;
	background: transparent url(../images/interface/nav_onlinestoreOnOff.jpg) no-repeat 0 0; 
	display: block;
	overflow: hidden;
	}
	
#onlineStore a:hover { background-position: -167px 0; }

#USCellularLogo {
	width: 167px;
	height: 67px;
	margin: 15px 0 0 51px;
	}
 
/* ---------- Store Hours ------------ */

#storeHours {
	padding: .6em 0 0 0;
	color: #666;
	width: 167px;
	height: 90px;
	margin: 10px 0 0 51px;
	background: transparent url(../images/interface/storeHoursBG.jpg) no-repeat 0 0;
	}
	
#storeHours p#title {
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	}

#storeHours p#hours {
	text-align: left;
	font-weight: normal;
	font-size: .9em;
	padding-left:.5em;
	}


/* ------------------------------------------------------------

	Main Content

------------------------------------------------------------ */

#contentWrapperTopBG {
	width: 720px;
	float:left;
	background: transparent url(../images/interface/contentBG_top.jpg) no-repeat 0 0;
	}

#contentWrapperBottomBG {
	width: 720px;
	float:left;
	background: transparent url(../images/interface/contentBG_bottom.jpg) no-repeat 0 bottom;
	}
	
#contentHolder {
	width: 613px;
	padding: 34px 46px 33px 61px; 
}

#introText {
	padding: 1.2em 2em 1.2em 0;
	line-height: 2.4em;
	}
	
.hr {
	width: 570px;
	height:5px;
	padding: 2px 0;
	background: transparent url(../images/interface/hr_Large.jpg) no-repeat 0 0;
}
#comingSoon {
	color: #666;
	font-size:1.2em;
	}

/* ------------------------------------------------------------

	Location Module

------------------------------------------------------------ */

.locationWrapper {
	padding: 0 0 10px 0;
	
	}

.locationHeader {
	padding: 4px 0 0 10px;
	width: 570px;
	height: 24px;
	background: transparent url(../images/interface/contentHeaderBG02.png) no-repeat 0 0;
	}

.locationBody {
	width: 570px;
	height: 164px;
	background: transparent url(../images/interface/contentBodyBG.png) no-repeat 0 0;
	}

/* ---------- Store Info ------------ */

.storeInfo {
	float: right;
	width: 270px;
	}

.storeInfo ul {
	color: #666;
	padding: 2em 1.1em 0 0;
	margin: 0 0 0 0;
	overflow: visible;
	}

.address {
	padding: 0 2em 0 0;
	}

span.addressTopLine {
	font-weight: bold;
	padding: 0 1em 0 0;
	}

.contactNumbers {
	padding: .8em 2em 0 0;
	background: transparent url(../images/interface/hr_Small.jpg) no-repeat 0 .35em;
	}

/* ---------- Map ------------ */

.mapWrapper {
	padding: 1.4em 0 0 30px;
	width: 251px;
	position: relative;
	}
	
.locationWrapper a img {
	padding: .2em;
	border: dotted 1px #326ca2;
	}

.locationWrapper a:hover img {
	padding: .2em;
	border: dotted 1px #333333;
	}


.clickMap {
	margin-top: -.3em;
	color: #7b7b7b;
	font-size: .8em;
	font-style:italic;
	}
	
/* ------------------------------------------------------------

	About Us

------------------------------------------------------------ */	

#aboutText {
	padding-top: 1.2em;
	}

h2.about {
	width: 570px;
	height: .9em;
	padding: .2em 0 .2em 0;
	background: transparent url(../images/interface/hr_Large.jpg) no-repeat 0 bottom;
	display: block;
	margin-bottom:.4em;
	}

.aboutus {
	font-size: 1.3em;
	line-height: 1.4em;
	padding-right:4em;
	}
	
/* ---------- Links ------------ */

#linksHeader {
	margin-top: 30px;
	padding: 4px 0 10px 10px;
	width: 570px;
	height: 24px;
	background: transparent url(../images/interface/contentHeaderBG02.png) no-repeat 0 0;
	}
	
#linksHeader h3 {
	font-weight:bold;
	}

#linksBody {
	width: 570px;
	height:200px;
	background: transparent url(../images/interface/linksBodyBG.png) no-repeat 0 0;
	}
	
#linksLeft {
	float:left;
	width: 200px;
	margin:0;
	padding: 15px 0px 0px 75px;
	position: relative;
	}

#linksRight {
	float:left;
	width: 200px;
	margin:0;
	padding: 3.5em 0px 0px 20px;
	position: relative;
	}

#linksBody ul {
	font-size: 1.2em;
	line-height: 2em;
	margin:5px 0 5px 0;
	padding:0;
	}


/* ------------------------------------------------------------

	Contact

------------------------------------------------------------ */	

#karl {
	font-size: 1.3em;
	line-height: 1.3em;
	padding: .8em 4em 0 0;
	}
	
#karl a {
	text-decoration: underline;
	}
	 
#karlTitle {
	font-weight: bold;
	padding-bottom:.4em;
	background: transparent url(../images/interface/hr_Large.jpg) no-repeat 0 80%;
	}

#formHeading {
	margin-bottom: .2em;
	padding: .2em 2em 0 0;
	line-height: 2.4em;
	}

#contactContainer {
	width:570px;
	height:345px;
	padding-botttom: 20px;
	background: url(../images/interface/contactBodyBG.png) no-repeat 0 0;
	}
	
#contactForm {
	float:left;
	width: 255px;
	padding: 0px 10px 20px 55px;
	}

#contactForm dt {
	font-size: 14px;
	padding: 0 0 4px 0;
	}

#contactForm span {
	font-size: 11px;
	font-style: italic;	
	}

#contactForm dl dd {
	margin: 0 0 15px 0;
	padding: 0;
	}
	
#contactForm input {
	position: relative;
	font-size: 12px;
	background-color: #eee;
	border: 0;
	color:#326ca2;
	}
		
#contactForm #visitor, #contactForm #visitormail{
	width: 270px;
	padding: 2px;
	font-size: 105%;
	border: 1px solid #326ca2;
	background-color: #fff;
	}
	
#contactForm #comments {
	width: 400px;
	padding: 2px;
	font-size: 105%;
	color:#326ca2;
	border: 1px solid #326ca2;
	background-color: #fff;
	}
	
.small {
	font-size:smaller;
	}




/* ------------------------------------------------------------

	Footer

------------------------------------------------------------ */

#footerWrapper {
	clear: both;
	width:858px;
	height: 120px;
	margin: 15px auto;
	}

#footerNav {
	width:858px;
	height: 35px;
	padding-top:30px;
	background: transparent url(../images/interface/footerBG.jpg) no-repeat 0 35px;
	text-align:center;
	}

#footerNav ul {
	padding:10px 0 0 0;
	}

#footerNav li {
	display: inline;
	padding: 0 35px;
	}
p#copyRight {
	float: right;
	font-size: .8em;
	line-height: 1.2em;
	color: #bbb;
	padding-top: 1.3em;
}

p#copyRight a {
	color: #bbb;
	text-decoration:underline;
}


#phpTextContainer {
	color: #666;
	padding: 30px 30px 400px 50px;
	line-height: 1.6em;
	}
	
#phpTextContainer a {
	text-decoration: underline;
	}
	
	