

/* HTML elements  */		

	html, body {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0;
	line-height:1em;
}
h1 {
	font-size:1.5em;
}
h1 a {
	position:relative;
	display: block; /* Allows you to change the width and height of the image */
	height:110px;
	width:282px;
	text-indent: -2000em; /* Hides the text in the h1 tag */
	text-decoration: none; /* Hides the underline of the hyperlink */
	z-index: 1000; /* IE Fix*/
	background: url(../images/uni-tel-logo.gif) 0 0 no-repeat; /* The pathway to the image*/
}
h2 {
	font-size:1.75em;
	margin-bottom:.5142em;
	padding-top:.2em;
}
h3 {
	font-size:1.5em;
	margin-bottom:.7em;
	padding-top:.3em;
}
h4 {
	font-size:1.25em;
	margin-bottom:.6em;
}
h5, h6 {
	font-size:1em;
	margin-bottom:.5em;
	font-weight:bold;
}
p, blockquote, ul, ol, dl, form, table, pre {
	display:block;
	line-height:inherit;
	margin:0 0 1.5em 0;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display:block;
}
ul, ol, dl {
	padding:0;
}
ul ul, ul ol, ol ol, ol ul, dd {
	margin:0;
}
li {
	margin:0 0 0 2em;
	padding:0;
	display:list-item;
	list-style-position:outside;
}
blockquote, dd {
	padding:0 0 0 2em;
}
pre, code, samp, kbd, var {
	font:100% mono-space, monospace;
}
pre {
	overflow:auto;
}
abbr, acronym {
	text-transform:uppercase;
	border-bottom:1px dotted #000;
	letter-spacing:1px;
}
abbr[title], acronym[title] {
	cursor:help;
}
small {
	font-size:.9em;
}
sup, sub {
	font-size:.8em;
}
em, cite, q {
	font-style:italic;
	
}
img {
	border:none;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:0 0 1.5em 0;
	padding:0;
}
table {
	width:100%;
	border-collapse:collapse;
}
th, caption {
	text-align:left;
}
label {
	display:block;
}
fieldset {
	margin:0;
	padding:0;
	border:none;
}
legend {
	font-weight:bold;
}
input, select {
	vertical-align:middle;
}
input[type="radio"], input[type="checkbox"], .radio, .checkbox {
	margin:0 .25em 0 0;
}
/* //  HTML elements */	

/* common */		
	
	.left {
	float:left;
	margin-right:1em;
}
.right {
	float:right;
	margin-left:1em;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
.block {
	display:block;
	clear:both;
}
.first {
	margin-left:0 !important;
}
.last {
	margin-right:0 !important;
}
.top {
	margin-top:0 !important;
}
.bottom {
	margin-bottom:0 !important;
}
.hidden, .print {
	display:none;
}
.graphic {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // common */			

/* base */
	
	body, table, input, textarea, select, li, button {
	font:1em Helvetica, Arial, Sans-Serif;
	line-height:1.5em;
	color:#333;
}
body {
	font-size:13px;
	background:#fff;
	text-align:center;
}
a, a:visited {
	text-decoration:none;
	color:#06C;
}
a:hover {
	color:#000;
	text-decoration: underline;
}
ins {
	text-decoration:none;
	color:#900;
	font-style:italic;
}
code {
	color:#555;
}
pre {
	margin-left:2em;
	padding-left:2em;
	border-left:1px solid #ccc;
}
blockquote {
	margin-left:2em;
	border-left:1px solid #ccc;
	font-style:italic;
}
dt {
	font-weight:bold;
}
th, td {
	padding:.5em 1em;
	line-height:1.5em;
}
th {
	background:#eee;
}
td {
	border-bottom:1px solid #eee;
}
caption {
	font-style:italic;
	color:#777;
	margin:.5em 0;
}
fieldset {
	border:1px solid #ccc;
	padding:1em 1.6em;
	margin:0 0 1.5em 0;
	width:260px;
}
legend {
	padding:2px 5px;
}
form div {
	margin:.5em 0;
	clear:both;
	overflow:hidden;
}
form div.col {
	clear:none;
}
form div.first {
	clear:both;
}
input[type="text"], input[type="password"], textarea, .field, .area, select {
	border:1px solid #aaa;
	padding:5px;
	background:#fff;
	width:248px;
	line-height:1em;
	margin:0;
}
select {
	width:312px;
}
textarea, .area {
	overflow:auto;
	height:150px;
	width:248px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus {
	background:#f5f5f5;
	outline:none;
}
.submit {
}
button {
	border:none;
	background:#555;
	color:#fff;
	padding:0 2.5em;
	height:2em;
	line-height:2em;
	cursor:pointer;
}
.note, .success, .error {
	display:block;
}
.error {
	color:#900;
}
.success {
	color:#060;
}
.note {
	font-weight:bold;
}
.notvalid {
	border:1px solid #900 !important;
}
/* base */

/* layout */

	#container, .inner {
	margin:0 auto;
	width:960px;
	text-align:left;
	position:relative;
}
#header {
	position:relative;
	margin:40px 0 3px 0;
	padding:0;
	height:110px;
}
#footer {
	position:relative;
	font-size:10px;
	color:#fff;
	background:#065aa6 url(../images/bottom-uni-tel-logo.jpg) no-repeat 0 0;
	height:90px;
}
.content {
	clear:both;
	padding:0;
	margin: 20px 0 10px;
}
.main, .mainBoxes, .secondary, .secondaryBoxes, .tertiary, .quaternary {
	float:left;
	display:inline;
}
.main {
	width:600px;
}
.mainBoxes {
	width:650px;
}
.secondaryBoxes {
	width:230px;
	margin-left:60px;
}
.mainContact {
	width:100%;
}
.secondary {
	width:280px;
	margin-left:60px;
}
.tertiary {
}
.quaternary {
}
/* percentage based grid */
		
		/* 
			class name .cols used for column containers
			class name .col used for individual columns
		*/
		
		.cols {
	margin-bottom:0em;
	overflow:hidden;
} /* main column container class */
.col, .col2, .col3, .col4, .col5 {
	float:left;
	display:inline;
	margin-left:2%;
}
.col {
	width:49%;
} /* 2 equal width columns - default */
.cols3 .col {
	width:32%;
	
} /* 3 equal width columns */
.cols3 .col h4 {
	display:block;
	padding:5px 5px 5px 8px;
	background-color:#06C;
	color:#fff;
	font-size:14px;
	margin:0;
}
.cols3 .col .boxBorder {
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
	border-bottom:#CCC solid 1px;
	padding:5px;
	margin:0 0 12px 0;
	height:135px;
}
.cols3 .col .boxBorder {
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
	border-bottom:#CCC solid 1px;
	padding:5px;
	margin:0 0 12px 0;
	height:150px;
}
.boxBorderPhone {
	height:155px !important;
}
.cols3 .col .boxBorder p{
	padding:0;
	margin:0;
	font-size:12px;
	line-height:14px;
}
.cols3 .col .boxBorder ul{
	padding:0;
	margin:0 0 5px 0;
	font-size:12px;
	line-height:14px;
}
.cols3 .col .boxBorder img{
	margin:0 17px 5px 0;
	
}

.cols4 .col h4 {
	display:block;
	padding:5px 5px 5px 8px;
	background-color:#06C;
	color:#fff;
	font-size:14px;
	margin:0;
}
.cols4 .col .boxBorder {
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
	border-bottom:#CCC solid 1px;
	padding:5px;
	margin:0 0 12px 0;
	height:135px;
}
.cols4 .col .boxBorder {
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
	border-bottom:#CCC solid 1px;
	padding:5px;
	margin:0 0 12px 0;
	height:150px;
}
.boxBorderPhone {
	height:155px !important;
}
.cols4 .col .boxBorder p{
	padding:0;
	margin:0;
	font-size:12px;
	line-height:14px;
}
.cols4 .col .boxBorder ul{
	padding:0;
	margin:0 0 5px 0;
	font-size:12px;
	line-height:14px;
}
.cols4 .col .boxBorder img{
	margin:0 17px 5px 0;
	
}





.cols4 .col {
	width:23%;
} /* 4 equal width columns */
.cols5 .col {
	width:18.4%;
} /* 5 equal width columns */
.cols6 .col {
	width:15%;
} /* 6 equal width columns */
/* double width columns */
		.cols3 .col2 {
	width:66%;
}
.cols4 .col2 {
	width:49%;
}
.cols5 .col2 {
	width:38.8%;
}
.cols6 .col2 {
	width:32%;
}
/* triple width columns */
		.cols4 .col3 {
	width:74.5%;
}
.cols5 .col3 {
	width:59.2%;
}
.cols6 .col3 {
	width:49%;
}
/* quadruple width columns */
		.cols5 .col4 {
	width:79.6%;
}
.cols6 .col4 {
	width:66%;
}
/* quintuple width columns */
		.cols6 .col5 {
	width:83%;
}
/* percentage based grid */

/* // layout */

/* navigation */
	
		#nav, #nav ul, #nav li {
	margin:0;
}
#nav {
	height:37px;
	background: #86cb22 url(../images/menu-bgd.gif) 0 0 repeat-x;
}
#nav li {
	float:left;
	display:inline;
	position:relative;
	line-height:26px;
	height:26px;
	margin:.4em 0 0 0;
	padding:0 1em;
	list-style:none;
	border-right: #B6EB6C solid 1px;
}
#nav a {
	color:#fff;
}

#nav a:hover {
	color:#fff;
	text-decoration: underline;
}
/* second level */
		#nav ul {
	position:absolute;
	left:0;
	top:32px;
	padding:5px 10px;
	width:200px;
	background:#fff;
	display:none;
	z-index:1000;
}
#nav ul li {
	float:none;
	display:block;
}

/* TOP LEVEL */
#nav > li {
	margin:0;
	padding:0;
	line-height:37px;
	height:37px;
	position:relative;
}
#nav > li > a,
#nav > li > div > a {
	line-height:37px;
	height:37px;
	display:block;
	padding:0 1em;
	position:relative;
	z-index:2;
	float:left;
}

#nav > li > div {
	display:none;
	position:relative;
	z-index:1;
	height:37px;
	margin-top:-37px;
	background:url(../images/moredetails-bgd-dark.jpg) 0 0 scroll;
	float:left;
	clear:both;
}

#nav > li > a:hover {
	text-decoration:none;
}

/* HOME LINK */
#nav > li.home img {
	margin-top:0.4em;
}


/* //navigation */

/* header */

	#header h1 {
	line-height:3em;
	height:3em;
	margin:0;
}
#header h1 a {
}
/* // header */
	
/* content */

	.content a, .content a:visited {
	text-decoration:underline;
}
/* // content */

/* footer */
#footer p {
	padding:38px 0 0 200px;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color:#fff;
}
#footer a:hover {
	text-decoration: underline;
	color:#fff;
}
/* // footer */

/* clearfix (use class name "block") */

	.inner:after, .content:after, .cols:after, .block:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.inner, .content, .cols, .block {
	display:block;
	min-height:1%;
}
* html .inner, * html .content, * html .cols, * html .block {
	height:1%;
}
/* // clearfix */

/* easy elements */

	#easy_tooltip {
	border:1px solid #e1e1e1;
	padding:2px 10px;
	background:#f5f5f5;
}
#easy_tooltip span {
} /* extra element */
#easy_popup { /* popup overlay */
	background:#000;
}
#easy_popup_preloader { /* popup preloader */
	padding:10px;
	background:#fff;
	color:#333;
}
#easy_popup_content { /* popup window */
	padding:10px;
	background:#fff;
	color:#333;
}
#easy_popup_content .caption {
	padding-top:10px;
}
#easy_popup_close { /* popup close button */
	position:absolute;
	float:left;
	left:0;
	top:-24px;
	color:#fff;
	cursor:pointer;
}
#easy_popup_gallery { /* popup gallery navigation */
	position:absolute;
	float:left;
	left:0;
	bottom:-24px;
	color:#fff;
	cursor:pointer;
}
#easy_popup_prev {
	margin-right:5px;
}
#easy_popup_next {
}
#easy_popup_counter { /* popup gallery counter */
	position:absolute;
	float:left;
	right:0;
	bottom:-24px;
	color:#fff;
	cursor:pointer;
}
/* // easy elements */
#headerLogo {
	float: left;
	height: 110px;
	width: 282px;
}
#headerInner {
	float: right;
}
#headerDetails {
	float: left;
	height: 93px;
	width: 288px;
	margin-right: 3px;
	padding-top:3px;
	border: 1px solid #CCC;
	background:#fff url(../images/details-bgd.jpg) bottom left repeat-x;
}
#headerDetails p {
	margin:0;
	padding:0 0 0 12px;
	font-size:12px;
	letter-spacing:.08em;
	color:#ff0000;
}
#headerDetails ul {
	margin:0;
	padding:0;
	font-size:12px;
	color:#ccc !important;
}
#headerDetails ul li {
	color:#777 !important;
}
#headerDetails span {
	color: #006eb8;
}
#headerAd {
	float: left;
	height: 96px;
	width: 370px;
	border: 1px solid #CCC;
}
#banner {
	height: 246px;
	width: 958px;
	border: 1px solid #CCC;
	margin:6px 0 6px 0;
}
.mainFeatures {
	float: left;
	height: 180px;
	width: 239px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	margin:0;
	padding:0;
	overflow:hidden;
}
.mainFeatures h2 {
	margin:0 0 8px 8px;
	color: #006eb8;
	font-size:20px;
}
.mainFeatures p {
	margin:0 8px;
	padding:0;
	line-height:20px;
}
.mainFeatures1 {
	width: 238px;
	border-left:1px solid #ccc;
	background:#fff url(../images/features-bgd-schools.jpg) bottom left no-repeat;
}
.mainFeatures2 {
	width: 239px;
	background:#fff url(../images/features-bgd-business.jpg) bottom left no-repeat;
}
.mainFeatures3 {
	width: 239px;
	background:#fff url(../images/features-bgd-mobile.jpg) bottom left no-repeat;
}
.mainFeatures4 {
	width: 239px;
	background:#fff url(../images/features-bgd-partners.jpg) bottom left no-repeat;
}
.moreDetails {
	clear:both;
	height: 80px;
	border: 1px solid #fff;
	margin:6px 0;
	background:#AFEB59 url(../images/moredetails-bgd.jpg) 0 0 repeat-x;
}
.knowMore {
	float:left;
	display:inline;
	width:290px;
	height: 68px;
	margin:0px 0px 0 10px;
	padding:12px 10px 0 10px;
	text-align:center;
	/*background: url(../images/moredetails-bgd-divider.jpg) 0 0 no-repeat;*/
}
.knowMore p {
	text-align:center;
	line-height:14px;
}
.knowMore h3 {
	padding:0px;
	margin:0 0 5px 0;
	text-align:center;
	color:#234C00;
}
.knowMore h3 a:hover {
	color:#000;
	text-decoration:underline !important;
}
.quote {
	float:left;
	display:inline;
	width:72px;
	height: 80px;
	margin:0 5px 0 0;
	padding:0;
	background:  url(../images/moredetails-bgd-divider.jpg) 0 0 no-repeat;
}
.quote p {
	padding:18px 0 0 10px;
	text-align:center;
	line-height:14px;
}
.quote p a {
	color:#234C00;
}
.quote p a:hover {
	color:#000;
}
.bill {
	float:left;
	display:inline;
	width:120px;
	height: 80px;
	margin:0 5px 0 0;
	padding:0;
	background: url(../images/moredetails-bgd-divider.jpg) 0 0 no-repeat;
}
.bill p {
	display:block;
	padding:18px 3px 0 15px;
	text-align:left;
	line-height:14px;
}
.bill p a {
	color:#234C00;
}
.bill a:hover {
	color:#000;
}
.freephone {
	float:left;
	display:inline;
	width:325px;
	height: 80px;
	margin:0 0 0 0;
	padding:5px 0 0 10px;
	background:  url(../images/moredetails-bgd-divider.jpg) 0 0 no-repeat;
}
.freephone p {
	padding:0px;
	text-align:center;
	line-height:14px;
}
.freephone h2 {
	padding:0px;
	margin:12px 0 5px 0;
	text-align:center;
	color:#fff;
}
.brands {
	background-color: #fff;
	height: 66px;
	border: 1px solid #ccc;
	margin:0 0 6px 0;
	padding:2px 0 0 5px;
}
#bottomContainer {
	background:#065aa6 url(../images/bottom-bgd.jpg) 0 0 repeat-x;
	padding:25px 0 5px 0;
	margin:0;
}
.bottomProducts {
	color: #FFF;
	float: left;
	height: 145px;
	width: 143px;
}
.bottomProducts2 {
	color: #FFF;
	float: left;
	width: 115px;
	margin:0px 10px 0 0;
}
.bottomProducts p {
	font-size:11px;
}
.bottomProducts2 p {
	font-size:11px;
}
.bpVoice {
	margin:0 25px 0 0;
	padding:0 0 0 24px;
}
.bpConnect {
	margin:0 25px 0 0;
}
.bpMobile {
	margin-left:0px;
}
.bpCall {
	margin:0 20px 0 0;
}
.bpTel {
	width: 260px;
}
.bottomLine {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #5E90D1;
	margin:1.5em 24px 5px;
	padding:0;
}
#headerDetails ul {
	list-style-type: none;
	padding: 0px;
	margin:1px 0 0 -10px;
}
#headerDetails li {
	background-image: url(../images/pointer.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 14px;
}
#cufonload {
	display: none;
}
.menuGreen {
	color:#003300 !important;
}
.blue {
	color:#003366;
}
div .rotate ul {
	list-style-type: none !important;
	padding: 0px !important;
	margin:1px 0 0 -25px !important;
	color:red;
}
div .rotate ul p {
	padding: 0px;
	margin:1px 0;
}
p .toggle {
	padding: 0px !important;
	margin:0 0 -10px 0 !important;
}
.greenBold {
	color:#86CB21;
	font-weight:bold;
}
.redBold {
	color: #F00;
	font-weight:bold;
	font-size:16px;
}
.textsmall {
	font-size:11px;
	line-height:13px;
}

.contentCalls {
	width:800px;

	
}
.colCalls {
	margin-bottom: .5em !important;		
}
.mainBoxesCalls {
	text-align:left;
	background: #F7f7f7 url(../images/bgd-call-packages.jpg) repeat-x;
	padding:10px 15px 0 15px;
	
}
.boxesCalls {
	background-color:#fff;
	height:160px !important;
}
.boxBorderCalls {

}
#customer-account {
	position:absolute;
	float:right;
	z-index:10;
	top:-25px;
	right:0;
}
#customer-account p{
	
	font-size:9px;
}
#customer-account p a:link{
	text-decoration:none;
	
}
#customer-account p a:hover{
		text-decoration: underline;
		
	
}