/* CSS Document */

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

body {
	text-align: left;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: #1e3769 url(../../images/mainBg.jpg) top repeat-x;
	margin-top: 0px;
}

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

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

h1 {
	font-size: 1.6em;
	color: #32336D;
	padding-top: 10px;
}

h2 {
	font-size: 1.2em;
	color: #333;
	padding-top: 10px;
}

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

#firefoxWidthFix {
	position:absolute;
	top:0;
	height:100%;
	padding:0 0 1px;
}

#container {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: #fff url(../../images/contentContainerBg.jpg) top repeat-x;
	overflow: hidden;
}

* html #container {
overflow: visible;
}

#header {
	font-size: 1px;
	height: 147px;
	background: url(../../images/headerBg.jpg);
}

#flashFreephone {
	padding-left: 20px;
}

#flashSlideshow {
	float: right;
	width: 500px;
}

#contentLeft {
	float: left;
	width: 217px;
}

#contentLeft-index {
	float: left;
	width: 340px;
	border-top: 5px solid #eee;
	padding-left: 20px;
}

#contentLeft-text {
	padding: 20px;
}

#contentRight {
	float: right;
	padding: 44px 0px 0px 0px;
	width: 500px;
	background: url(../../images/contentRightBg.jpg) top right no-repeat;
}

#contentRight p {
	padding: 5px 20px;
}

#contentContainer {
	width: 740px;
	float: left;
	margin-top: 10px;
}

#contentRight-index {
	border-top: 5px solid #ccc;
	float: right;
	width: 340px;
	padding-right: 20px;
	background: #F5F5F5;
	padding: 0px 10px 10px 10px;
}

#contentRight-index ul {
	list-style-type:none;
	padding:0px;
}

#contentRight-text {
	padding: 10px;
}

#footer {
	margin-top: 10px;
	float: left;
	width: 720px;
	padding: 10px;
	color: #999;
	float: left;
	font-size: 0.9em;
	background: #eee;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #666;
}

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

#footer li {
	display: inline;
	margin: 0px;
}

#footer p {
	margin: 0px;
}

#footer img {
	float: right;
	border: none;
}

/* Navigation Styles
--------------------------------------------------------------- */

body#index #navigation .index-a,
body#about #navigation .about-a,
body#gallery #navigation .gallery-a,
body#services #navigation .services-a,
body#contact #navigation .contact-a {
	background: url(../../images/navBg-a-hover.png);
	color: #fff;
}

#navigation {
	background: url(../../images/navBg.jpg) no-repeat;
	width: 207px;
	padding-left: 20px;
	padding-top: 10px;
	overflow: hidden;
}

* html #navigation {
overflow: visible;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
}

#navigation li {
	display: block;
	list-style: none;
	float: left;
}
	  
#navigation a {
	background: url(../../images/navBg-a.jpg);
	float:left;
	width: 171px;
	padding: 10px 0px 10px 10px;
	color: #333;
	display: block;
	margin-bottom: 2px;
	border: 1px solid #555;
    text-decoration:none;
	font-weight: bold;
	font-size: 0.9em;
}

#navigation a:hover {
	background: #555;
	color: #fff;
}

#subnav {
	z-index: 1;
	left: 204px;
	top: 195px;
	width: 170px;
	position: absolute;
	padding: 0px;
	visibility: hidden;
}

#subnav ul {
	margin: 0px;
	padding: 0px;
}

#subnav li {
	list-style: none;
	float: left;
	display: block;
}

#subnav a {
	width: 162px;
	margin-bottom: 1px;
	float: left;
	background: #eee;
	padding: 4px;
	border: 1px solid #555;
}

#subnav a:hover {
	background: #555;
	border: #eee solid 1px;
	color: #fff;
	text-decoration: none;
}



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

.img-left {
	border: 1px solid #fff;
	float: left;
	margin: 0px 10px 10px 0px;
}

.img-right {
	border: 1px solid #fff;
	float: right;
	margin: 0px 0px 10px 10px;
}

.strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}


.image {
float:right;
padding-right:10px;
padding-left:10px;
}

#TopNumber {
position:absolute;
font-weight:bold;
padding-left:170px;
font-size:3.2em;
}