body	{ 	
	font-family: Arial;
	font-size: 12px;	
	text-decoration: none;	
	background:url(pattern_footer.gif);
	color: black;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	overflow-x: visible;
}
*, html {outline:none;}

a {
	font-family: Arial;
	font-size: 12px;	
	text-decoration: none;	
	color: #8acc34;
}

a.menu {
	font-family: Arial;
	font-size: 12px;	
	text-decoration: none;	
	color: white;
}

a.menu:hover{
	color: white;
}

input, select, textarea	{ 
	background:url(searchInput.png);
	font-family: Arial;
	font-size: 17px;
	text-decoration: none;
	color: black;
	border:0px;
	cursor:pointer;
	letter-spacing:-1px;
	width:280px;height:44px;
	padding-left:5px;
}

.submit{
	background:url(submit.png);
	font-family: Arial;
	font-size: 16px;
	text-decoration: none;	
	color: white;
	width:75px;height:45px;
	border:0px;
	cursor:pointer;
	letter-spacing:0px;
}

.title	{ 
	font-family:georgia;text-align:left;
	font-size: 26px;
	text-decoration: none;
	font-weight:normal;
	color: black;
	letter-spacing:-1px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;

}

#wrapper{
	width:100%;
	text-align:center;
}

#whiteTop{
	width:100%;
	background-color:white;
	text-align:center;
}

#topBanner{
	position:relative;
	margin:0 auto;
	width:1000px;
	height:140px;
}

#bannerLogo{
	background:url(top_banner3.png);
	width:1000px;
	height:140px;
}


#logo{
	position:relative;
	top:40px;
	left:-200px;
	margin:0 auto;
	cursor:pointer;
	height:100px;
	width:300px;
}

#contentTop{
	position:relative;
	margin:0 auto;
	width:1000px;
	height:384px;
	background:url(content_bg.png);
}

#portfolio{
	position:relative;
	top:-400px;
	margin:0 auto;
	width:713px;
	height:514px;
	background:url(portfolio_bg.png);
}

#contentText{
	position:relative;
	top:40px;
	margin:0 auto;
	width:627px;
	text-align:center;
	height:250px;
	padding:20px;
}
span.column{
	float:left;width:190px;text-align:justify;
	color:#494949;
}
#port_cont{
	text-align:left;
}

span.topSlider{
	position:absolute;
	z-index:10;
	top:575px;
	right:100px;
}

span.topSlider2{
	position:absolute;
	z-index:10;
	top:50px;
	right:100px;
}

img.topArrow{
	background:url(arrow_top_inactive.png);
	width:100px;height:58px;cursor:pointer;
}

img.topArrow:hover{
	background:url(arrow_top.png);
}

ol{
	list-style-image: url('check.png');
}

 /* images with caption */
 #slider3 img { width: 667px; height: 400px; }
 /* position the panels so the captions appear correctly */
 #slider3 .panel { position: relative; }
 /* captions */
 #slider3 .caption-top, #slider3 .caption-right,
 #slider3 .caption-bottom, #slider3 .caption-left {
  background: #000;
  color: #fff;
  padding: 10px;
  margin: 0;
  position: relative;
  z-index: 10;
  opacity: .8;
  filter: alpha(opacity=80);
 }

 #slider3 .caption-bottom {
  left: 0;
  bottom: 0;
  width: 667px;
  height: 60px;
 }

 /* Caption close button */
 .caption-top .close, .caption-right .close,
 .caption-bottom .close, .caption-left .close {
 position:relative;
 right:20px;
  font-size: 80%;
  cursor: pointer;
  float: right;
  display: inline-block;
 }
 

#footer{
	position:relative;
	background:url(pattern_footer.gif);
	margin:0 auto;
	width:100%;
	height:800px;
}

#footer2{
	position:relative;
	top:20px;
	text-align:left;
	background:url(pattern.gif);
	margin:0 auto;
	width:100%;
	height:200px;
	color:white;
	font-size:14px;
	font-family:georgia;
}

 #contactText{
	margin:0 auto;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: white;
	width: 335px;
	text-align: left;
	text-shadow: black 1px 1px 1px;
	float:left;
}

#wrappercontact{
	width:670px;
	height:250px;
	margin:0 auto;
}

#contactIngress{
	position:relative;
	left:-170px;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: white;
	margin:0 auto;
	width: 300px;
	text-align: left;
	text-shadow: black 1px 1px 1px;
}

#likes{
	margin:0 auto;
	padding:20px;
	width:627px;
	background-color:white;
}

img.topic_text{
	padding:20px;
	position:relative;
	left:-90px;
}

#loading {
    position:absolute;
    width:300px;
    top:70px;
    left:50%;
    margin-left:-150px;
	z-index:1;
    text-align:center;
    padding:7px 0 0 0;
    font:bold 11px Arial, Helvetica, sans-serif;
	background-color:white;
	border:1px solid #f1f1f1;
	padding:10px;
}

.buttons{
cursor:pointer;padding:6px;float:left;color:white;
}

.buttons:hover{
background:url(button_hover.png);
}

.buttonshover{
cursor:pointer;padding:6px;float:left;color:white;background:url(button_hover.png);
}
