/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

body {
	text-align: center;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
	background: url(../../images/mainBg.gif) center repeat-y #aeeba4;
}

A:link{
color:#ffffff;
text-decoration:none
}

A:visited{
color:#ffffff;
text-decoration:none
}

A:active{
color:#ffffff;
text-decoration:none
}

A:hover{
color:#ffffff;
text-decoration: underline;
}

h1 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left
}


/* Layout Styles
--------------------------------------------------------------- */

#container {
	position: relative;
	width: 760px;
	/* Mozilla Firefox Centre Align Fix */
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top: 0px;
	padding-top: 0px;
}

#keywords{
	background-color: #FFFFFF;
	border-bottom:#333333 2px solid;
}

#keywords p{
	background-color: #FFFFFF;
	margin: 0px;
	padding:0px;
	color:#999999;
	font-size:10px;
}

#logo {
	width: 350px;
	float: left;
	height: 168px;
	background:#009100;
}

#topRight {
	width: 410px;
	float: right;
	background:#fff;
}

#contentContainer {
	background: #fff;
	width: 760px;
	padding: 0px;
	margin: 0px;
	clear: both;
	float: left;
	overflow: hidden;
}

* html #contentContainer {
	overflow: visible;
}

#content {
	float: left;
	width: 441px;
}

#contentLeft {
	padding: 60px 20px 20px 20px;
	width: 379px;
	text-align: justify;
}

#contentLeft img {
	text-align: center;
}

#contentLeft a {
	color: #006600;
	text-decoration: underline;
	font-weight: bold;
}

#contentRight {
	padding-top: 50px;
	float: right;
	width: 319px;
}

#contentRight img {
	border: 0px;
}

#footer {
	background: url(../../images/footerBg.jpg) repeat-x;
	clear:both;
	margin: 0px;
	font-size: 0.8em;
	text-align: right;
	padding-top: 42px;
	padding-right: 10px;
	color: #000;
	width: 750px;
}

#footer a {
	color: #000;
}
#bottom-keywords{
	font-size: 9px;
	color:#666;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-image:url(../../images/bottomKWbg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	text-align:left;
}
/* Navigation Styles
--------------------------------------------------------------- */


#navigation {
	padding-left: 0px;
	z-index: 1000;
	position: absolute;
	top: 168px;
	left: 0px;
	width: 760px;
	border-top: 1px solid #434343;
	background: #000 url(../../images/navBg.png);
	border-bottom: 1px solid #141414;
}

#navigation ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#navigation li {
      display:inline;
      margin:0px;
      padding:0px;
}
	  
#navigation a {
	float:left;
    text-decoration:none;
	padding: 10px 6px 10px 7px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-right: 1px solid #141414;
	border-left: 1px solid #434343;
}

	#navigation a span {
		display: block;
	}
	
	#navigation a.singleLine {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	
	#navigation a.rightLink {
		border-right: none;
	}
	
	#navigation a.leftLink {
		border-left: none;
	}

#navigation a:hover {
	background: url(../../images/navBg-hover.png);
}

#index #navigation .index-a,
#aboutus #navigation .aboutus-a,
#com #navigation .com-a,
#ind #navigation .ind-a,
#dom #navigation .dom-a,
#ele #navigation .ele-a,
#con #navigation .con-a {
	color: #FFFF00;
}

/* Class Styles
--------------------------------------------------------------- */

.pageTitle {
background: url(../../images/pageTitle.jpg) no-repeat left top;
width: 350px;
text-align: center;
font-weight: bold;
color: #fff;
font-size: 14px;
height: 28px;
font-family: Arial, Helvetica, sans-serif;
padding: 12px 0px 0px 0px;
}


.align-center{
	text-align: center;
}

.number {
background:url(../../images/NumberBg.jpg) no-repeat;
height:120px;
text-align:center;
padding-right:20px;
padding-left: 10px;
color:#222;
float: left;
padding-top:10px;
text-align: right;
margin: 10px 0px;
}

	.number .looking {
		font-size: 1.7em;
		letter-spacing: -1px;
	}
	
	.number .tag {
		text-align: left;
		font-size: 1.4em;
		letter-spacing: -1px;
		line-height: 15px;
		color: #996600;
	}

.number p {
margin:0px;
padding:0px;
}

.number span {
font-size:3.4em;
font-weight:bold;
}

.phonetag {
	text-align: center;
	font-size: 1.5em;
	margin: 0px;
}

.phonenumber {
	text-align: center;
	font-size: 3.5em;
	margin: 0px;
	color: #009900;
	letter-spacing: -2px;
}

.ticks {
	margin: 0px;
	padding: 0px;
}

	.ticks li {
		list-style: none;
		background: left no-repeat url(../../images/tick.jpg);
		padding: 5px 0px 5px 40px;
	}