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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	background-color:#fff;
	background-image:url(images/bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
	overflow:hidden;
}

#container {
	width: 940px;
	/*height: 580px;*/
	margin: 0 auto;
	margin-top:20px;
}

#logo {
	background-image:url(images/logo2.png);
	background-repeat:no-repeat;
	width:162px;
	height:68px;
	float:right;
	text-align:right;
	padding:0;
}

#clear {
	clear:both;
	height:1px;
	width:100%;
}

#menu {
	width:760px;
	float:left;
	font-size:20px;
	font-weight:bold;
	margin-top:59px;
}

#menu ul {
	margin:0px;
	padding:0px;
	overflow:hidden;
}

#menu li {
	list-style:none;
	display: inline;
	margin-top:0px;
	padding:10px 5px 0 5px;
	margin-bottom:0px;
	height:30px;
}

#menu a {
	color:#000;
	text-decoration:none;
}

#menu a:hover {
	color:#FFF;
}

#content {
	width:940px;
	height:534px;
	float:right;
	background-image:url(images/content-b.png);
	background-repeat:no-repeat;
	background-position:top;
	margin:10px 0 0 0;
	padding:0;
}

#content p {
	margin-bottom:-7px;
}

#content-bio {
	width:763px;
	height:440px;
	float:right;
	background-image:url(images/content.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:40px;
	padding:10px 10px 0px 20px;
	font-size:14px;
}

#content-bio p {
	margin-bottom:-8px;
}

#content-edit {
	width:940px;
	height:520px;
	float:right;
	background-image:url(images/content-b.png);
	background-repeat:no-repeat;
	background-position:top;
	margin:10px 0 0 0;
	padding:0;
}

#content-edit p {
	margin-bottom:-8px;
}

#content-serv {
	width:940px;
	height:520px;
	float:right;
	background-image:url(images/content-b.png);
	background-repeat:no-repeat;
	background-position:top;
	margin:10px 0 0 0;
	padding:0;
	font-size:26px;
}

#content-serv p {
margin:30px 0 0 30px;
}

#content-serv ul {
margin:0;
padding:0;
}

#content-serv #bullets{margin:-30px 0 0 20px;}

#content-serv a {
	color:#000;
	text-decoration:none;
}

#content-serv a:hover {
	color:#666;
}

#content-cont {
	width:940px;
	height:520px;
	float:right;
	background-image:url(images/content-b.png);
	background-repeat:no-repeat;
	background-position:top;
	margin:10px 0 0 0;
	padding:0;
	font-size:18px;
}

#content-cont p {
	margin-bottom:-8px;
}

#content-cont img {
	margin:12px;
}

#content-cont form {
	margin:8px 0 0 30px;
}

#content-cont a {
	color:#000;
	text-decoration:none;
}

#content-cont a:hover {
	color:#666;
}

#footer {
	float:right;
	text-align:right;
	font-size:12px;
	margin-top:0px;
}

.footer {
	font-size:14px;
}

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

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

#b li {
	background:url(images/menubar-b.png) no-repeat 0 0;
}

#on a {
	color:#fff;
}

#on a:hover {
	color:#000;
}

#home li {
	margin:-4px 0 0 -30px;
	list-style:none;
}

#home-edit li {
	margin:-4px 0 0 -30px;
	list-style:none;
}

#home ul {
	overflow:hidden;
	margin:0;
}

#home-edit ul {
	overflow:hidden;
	margin:0px 0 0 -10px;
}

.gallery {
	background-color: #F6F6F6;
	padding:6px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:4px;
}

.gallery:hover {
	background-color: #ccc;
}

#slider {
	margin:0px auto 0 auto;
	/*margin-left:-40px;*/
	/*position:absolute;*/
	z-index:20;
	/*padding-left:40px;*/
}	

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}

#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:746px;
	height:75px;
	overflow:hidden;
}

#arrow1 {
	position:absolute;
	margin-left:-40px;
	margin-top:22px;
}

#arrow2 {
	position:absolute;
	margin-left:753px;
	margin-top:22px;
}


