@charset "UTF-8";
/* CSS Document */

body {
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center;
}
.oneColFixCtrHdr #container {
    width: 820px;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 0; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 131px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display: block;
	width: 327px;
	height: 99px;
	text-indent: -9999px;
	background: transparent url(../images/logoheader1.gif) no-repeat 0 0;
}
.oneColFixCtrHdr #header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
}
p {
	padding: 0 40px 0 30px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-align: left;
	line-height: 18px;
	margin: 0;
}
#mainContent h2 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #C99900;
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 0 0 0 30px;
}
#mainContent h2 a {
	text-decoration: none;
	color: #C99900;
}

#mainContent h2 a:hover {
	text-decoration: none;
	color: #000000;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	overflow: hidden;
	width: 100%;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 10px 30px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	font-weight: bolder;
	}
#footer p a {
	text-decoration: none;
	color: #999999;
	padding: 0;
	margin: 0;
	outline:none;
}
#footer p a:hover {
	text-decoration: none;
	color: #C99900;
	padding: 0;
	margin: 0;
}
#footer p span {
	font-size: 12px;
	font-weight: bold;
	color: #C99900;
	margin: 0px 4px;
	padding: 0px;
}
#logo {
	float: left;
	margin: 0px 0px 0px 30px;
	width: 327px;
}
#slideshow {
    position: relative;
    width: 820px;
    height: 472px;
    margin: 0;
    clear: both;
}
#slideshow img {
    position: absolute;
    left: 0;
    top: 0;
}
/*navigation*/
#mainmenu {
    height: 61px;
    width: 342px;
    margin: 38px 0 0 0;
    padding: 0;
	float:left;
}

ul#nav {
	background: transparent url(../images/navImage.gif) no-repeat 0 0;
	width: 342px;
	margin: 0 auto;
	padding: 0;
}
ul#nav .selected1 { 
	background-position:0 -61px 
}
ul#nav .selected2 { 
	background-position:-114px -61px 
}
ul#nav .selected3 { 
	background-position:-228px -61px 
}
ul#nav li {
	float:left;
	list-style-type:none;
	width: 114px;
}
ul#nav li a {
	height:61px;
	display:block;
	top:0px;
	text-indent:-9999px;
	outline:none
}
li#navAbout a, li#navServices a, li#navPortfolio a {
	background-image: url(../images/navImage.gif);
}
li#navAbout a {
	background-position:0 0;
	width:114px;
	left:0;
}
li#navAbout a:hover {
	background-position:0 -61px
}
body#pageAbout li#navAbout a {
	background-position:0 -61px
}
li#navServices a {
	background-position:-114px 0;
	width:114px;
	left:114px;
}
li#navServices a:hover {
	background-position:-114px -61px
}
body#pageServices li#navServices a {
	background-position:-114px -61px
}
li#navPortfolio a {
	background-position:-228px 0;
	width:114px;
	left:228px;
}
li#navPortfolio a:hover {
	background-position:-228px -61px
}
ul.bodyCopy {
	margin: 0 0 15px 30px;
	padding: 0;
	text-align: left;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	list-style: none;
}
ul.bodyCopy li {
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0 .7em;
	padding-left: 1em;
	margin: 0;
}
span.codedirection { 
unicode-bidi:bidi-override; 
direction: rtl; 
}
#footer p.left {
	float: left;
	font-size: 9px;
}
#footer p.right {
	float: right;
	font-weight: normal;
	font-size: 9px;
}

