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

body {
    background:#fff;
    padding:0; 
    margin:0;
    font-family: Georgia, "Times New Roman", Times, serif;
}

img.twitter {
    position: absolute;
	top: 15px;
	right: 50%;
	width: 60px;
	height: 60px;
	z-index: 10;
}

p {
	font-size:12px;
	font-weight:normal;
	line-height: 22px;
	color: #333;
	margin: 0 20px 15px 20px;
	padding: 0;
}

h1 {
	font-size:26px;
	font-weight: normal;
	line-height: 28px;
	color:#823626;
	text-transform: uppercase;
	margin-left: 20px;
	margin-right: 20px;
}

h2 {
	font-size:18px;
	font-weight: normal;
	line-height: 22px;
	color:#333333;
	text-transform: uppercase;
	margin: 0 20px;
	padding: 0;
}

h3 {
	font-size:18px;
	font-weight: normal;
	color:#555555;
	margin: 0 20px;
	padding: 0;
}

h4 {
	font-size:18px;
	font-weight: normal;
	color:#555555;
	margin: 0 20px;
	padding: 10px 0;
	text-align: center;
}

a {outline: none;}

a:link, a:active, a:visited {
	color:#0066FF;
	text-decoration:none;
}


a:hover {
	text-decoration:underline;
}

.clear {
  clear: both;
}

#wrapper {
  width:960px;
  margin: 0 auto;
  padding-top:20px;
  background: #fff;
}


/************************
	HEADER STYLES
*************************/

#header {
	background:url(../images/scroll/top.jpg) no-repeat;
	padding:0;
	margin:0;
	width:960px;
	height:179px;
	text-align:center;
}


/************************
	NAVIGATION STYLES
*************************/

ul.navigation {
	background: url(../images/scroll/center.jpg) repeat-y;
	margin-top:0px;
	width:auto;	
	padding:7px 150px;
	margin:0;
	height:20px;
	text-align:center;
}

ul.navigation li {
	display:inline;  
	margin:5px 10px;
}

ul.navigation li a:link, ul.navigation li a:active, ul.navigation li a:visited {
	text-decoration: none;
	font-weight:normal;
	font-size:18px;
	text-transform:uppercase;
 	color: #333;
	height:34px;
}

ul.navigation li a.selected, ul.navigation li a:hover {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

/************************
   MAIN CONTENT STYLES
*************************/

#datacontent {
    padding: 20px 10px 0 10px;
	margin: 0;
}

#datacontent .panels {
	background: none;
	width:960px;
	overflow: hidden;
	margin:0;
	background: url(../images/scroll/center.jpg) repeat-y;
}

#datacontent .panelsInner {
    overflow: hidden;
}

#datacontent .panel {
    padding:0px;
}

.content {
	background: none;
	padding:20px 150px 0 150px;
	margin:0;
}

.content ul {
	font-weight:normal;
	font-size:11px;
	margin:15px 0px 15px 30px;
}

.content ul li {
	margin-bottom:10px;
}

.no-padding {
	padding:0px;
	border:1px solid #dddddd;
}

	
/************************
  CLIENT LIST STYLES
*************************/	
	
#clients {
	list-style:none;
	margin:15px 0px;
}

#clients li {
	list-style:none;
}


/************************
	CONTACT STYLES
*************************/

#contact_info {
	margin:0px;
}

#contact_info li {
	background:none;
	border-top: 1px solid #ccc;
	font-weight:normal;
	font-size:14px;
	height:32px;
	width: 520px;
	margin:0;
	padding:7px;
	vertical-align:top;
	list-style:none;
}

#contact_info li img {
	margin-right:15px;
	vertical-align:middle;
	list-style:none;
}


/************************
	FOOTER STYLES
*************************/

#footer {
	background:url(../images/scroll/bottom.jpg);
	width:960px;
	height:172px;
	margin: 0;
	padding: 0;
}


/************************
	COPYRIGHT STYLES
*************************/

#copyright {
	text-align:center;
	width:960px;
	padding-bottom: 20px;
	margin: 0;
}

#copyright p {
	font-weight:normal;
	font-size:11px;
	color:#333;
}


/************************
        FLOATS 
*************************/	  

.fltrt { 
	float: right;
	margin-left: 10px;
}
.fltlft {
	float: left;
	margin-right: 10px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
