@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	
}


body {
	background: #542344;
	
}

#container {
	width: 1024px;
	border: 1px solid #000;
	margin: auto;
	margin-top: 24px;
	padding: 0 27px 27px 27px;
	background: #fff;
	overflow: hidden
}

#header {
	background: url(../images/title_image.jpg) top left no-repeat;
	height: 62px;
}

/*******

#navigation {
	background: url(../images/nav_bg.jpg) top left repeat-x #ccc;
	
}

#navigation ul{
	padding: 2px 10px;
}

#navigation ul li{
	list-style: none;
	display: inline;
	margin-right: 10px;
}

#navigation li a:link {
	color: #000;
	text-decoration: none;
}

#navigation li a:visited {
	color: #000;
	text-decoration: none;
}

#navigation li a:active {
	background: #666;
	color: #fff;
	text-decoration: none;
}

#navigation li a:hover {
	color: #fff;
}

********/


#navbar1{
	
	width:100%;
	height:29px;
	font-size:14px;
	margin: 0;
	background:url(../images/navbar_bg.png);
}
#navbar1 ul{
	float:left;
	width:585px;
	height:28px;
	margin-left:10px;
	color:#000000;
}
#navbar1 ul{
	background: url(../images/anim_2.png) no-repeat;
	background-position:1px 4px;
}
#navbar1 ul li{
	float:left;
	width:110px;
	margin: 0;
	height:22px;
	display: inline;
	text-align:center;
	padding:10px 0 0 0;
	border-left:0px solid #1f1f1f;
	cursor:pointer;
}

#navbar1 ul li a {
	color: #000;
	text-decoration: none;
}





/*********** Rotating image block *************/

#slider {
	
}

#center {
	background: #fff;
	margin-top: 25px;
	
}

#footer {
background: #ccc;
clear: both;
}

#footer ul {
	padding: 2px 10px;
	text-align: right;
}

#footer ul li {
	list-style: none;
	display: inline;
	margin-left: 10px;
}

li.copyright {
	margin-right: 20px;
}

#footer li a {
	color: #000;
	text-decoration: none;
}

/********** Homepage Specific Styles **************/


body.homepage #center img {
	margin-left: 400px;
	margin-top: 27px;
	margin-bottom: 27px;
}

/*********** Secondary Pages ****************/

#contentLeft {
	width: 28%;
	float: left;
	background: #fff;
	margin-bottom: 20px;
}

#contentRight {
	width: 70%;
	float: right;
	
	
}

/************ Text Styles**********************/

a, a:visited {
	color: #542344;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #77a227;
	padding-top: 5px;
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h2 {
	color: #666;
	margin: 10px 0;
	font-size: 14px;
}

#contentRight p {
	margin-bottom: 10px;
}

span.leadin {
	color: #77a227;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	font-stretch:extra-expanded;
	font-size: 13px;
	
}

/************** Portfolio Styles ****************/

#clientDesc {
	height: 250px;
	overflow: auto;
	margin-bottom: 25px;
}

div.text {
	margin-top: 20px;
}

/*************** Image slider *****************/

#slider {
	position:relative;
	//See the "style-pack" below for image
	background:url(../images/loading.gif) no-repeat 50% 50%; 
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}



