/* WEBSITE BODY */

	form span.helper {
		font: italic 12px arial;

	}


	
.pagination
.current {
  display:block;
  padding:5px 8px;
}

.pagination a {
  display:block;
  padding:5px 8px;
}

.pagination li {
  -moz-border-radius:5px 5px 5px 5px;
  background:none repeat scroll 0 0 #FFFFFF;
  border:1px solid #2D3133;
  color:#2D3133;
  float:left;
  list-style:none outside none;
  margin:5px;
}

label {    
float: left;    
width: 5em;    
margin-right: 1em;   
}

fieldset {     
float: left;     
clear: both; 
width: 528px;            
border: 1px solid #BFBAB0;     
background-color: #F2EFE9;    

}

legend {     
margin-left: 1em;     
padding: 0;     
color: #000;     
font-weight: bold;  
font-family: "Helvetica", "Trebuchet MS", Arial, sans-serif;  
}

.error { 
	border:1px solid #d51313;
	color:#d51313;
	padding: 10px 15px;
	margin:15px 30px 0 40px;
	background:#f7eded;
	-moz-border-radius:5px;
}
.success { 
	border:1px solid #0c9543;
	color:#0c9543;
	padding: 10px 15px;
	background:#e5f6ec;
	-moz-border-radius:5px;
}

body {
	background-image:url(graphic/bg.gif);
	background-repeat: repeat-x;
	background-color: #EFEFEF;
	 
}

* {
	margin: 0;
}

/* NO BORDER FOR LINKED PICTURES */

img{
  border:0px;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 912px;
}

/* HEADER */

#header {
	width: 912px;
	height: 100px;
	background-image: url(graphic/header.gif);
	background-repeat: no-repeat;
	margin-top: 40px;
}

/* LOGO */

#logo {
	width: 320px;
	height: 42px;
	margin: 29px 0px 0px 20px;
	float: left;
	display: inline;
}

/* NAVIGATION */

#navigation {
	height: 18px;
	width: 500px;
	font-size: 16px;
	font-family: "Helvetica", "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
	color: #404040;
	float: right;
	margin: 42px 20px 0px 0px;
	display: inline;
}

#navigation li {
	float: right;
	list-style: none;
	display: block;
	width: auto;
}	

#navigation li a {
	font-size: 16px;
	font-family: "Helvetica", "Trebuchet MS", Arial, sans-serif;
	color: #404040;
	font-weight: bold;
	text-decoration: none;
}	

#navigation li.active a {
	font-size: 16px;
	font-family: "Helvetica", "Trebuchet MS", Arial, sans-serif;
	color: #0991c6;
	font-weight: bold;
	text-decoration: none;
}

#navigation li a:hover {
	font-size: 16px;
	font-family: "Helvetica", "Trebuchet MS", Arial, sans-serif;
	color: #0991c6;
	font-weight: bold;
	text-decoration: none;
}

/* FEATURED */

#featured {
	width: 912px;
	height: 300px;
	background-image: url(graphic/featured_bg.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
}

#featured img {
  border:1px solid;
}

#featured_left {
	margin: 40px 0px 0px 40px;
	width: 400px;
	height: 220px;
	float: left;
	display: inline;
}

/* FEATURED UNDER*/

#featured_under {
	width: 912px;
	height: 113px;
	background-image: url(graphic/featured_under_bg.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
}

#featured_under_h {
	margin: 40px 0px 0px 40px;
	width: 832px;
	height: 50px;
	float: left;
	display: inline;
}

/* FEATURED FONTS */

h1 {
	font-size: 32px;
	font-family: "Helvetica", "Trebuchet MS", Arial, sans-serif;
	line-height: 34px;
	text-decoration: none;
	letter-spacing: -2px;
	color: #FFFFFF;
}

h2 {
	font-size: 15px;
	font-family: "Helvetica", "Trebuchet MS", Arial, sans-serif;
	line-height: 20px;
	text-decoration: none;
	letter-spacing: -1px;
	color: #FFFFFF;
}

#featured p{
	line-height: 16px;
}

/* SLIDER */

#featured_right {
	width: 333px;
	margin: 45px 40px 0px 0px;
	float: right;
	display: inline;
}

#slider {
	overflow: hidden; 
	width: 304px; 
	height: 225px;
	margin: auto;
	position: absolute;
}	

#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}
	
#slider li { 
	width: 304px;
	height: 255px;
	overflow: hidden; 
}	

#prevBtn, #nextBtn { 
	display: block;
	width: 21px;
	height: 48px;
	left: -21px;
	top: 80px; 
	position: relative;
}	

#nextBtn{ 
	left: 304px;
	top: 32px; 
}	
													
#prevBtn a, #nextBtn a {  
	display: block;
	width: 21px;
	height: 48px;
	background: url(slider/images/btn_prev-trans.png) no-repeat 0 0;	
}	

#nextBtn a { 
	background: url(slider/images/btn_next-trans.png) no-repeat 0 0;	
}	

/* IMAGE REPLACEMENT */

#prevBtn, #nextBtn{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}

/* FEATURED SUB*/

#featured_sub_wrapper {
	width: 912px;
	height: 100px;
	margin-top: 20px;
}

/* CONTENT */

#content {
	width: 912px;
	background-image: url(../Blue/graphic/content_bg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}

#content_rt {
	width: 912px;
	height: 30px;
	background-image: url(graphic/content_rt.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
}

#content_rb {
	width: 912px;
	height: 30px;
	background-image: url(graphic/content_rb.gif);
	background-repeat: no-repeat;
}

#content_left {
	float: left;
	margin: 0px 0px 0px 25px;
	width: 550px;
	display: inline;
}
	
#content_right {
	float: right;
	margin: 0px 25px 0px 62px;
	width: 250px;
	display: inline;
}

#content_portfolio_wrapper {
	width: 912px;
}

.content_portfolio_l {
	float: left;
	margin: 0px 0px 0px 25px;
	width: 312px;
	display: inline;
}

.content_portfolio_r {
	float: right;
	margin: 0px 25px 0px 48px;
	width: 500px;
	display: inline;
}

.siteImage img{
  padding:5px;
  border:1px solid #ddd;
  } 
  
.content_portfolio_r	img{
  padding:5px;
  border:1px solid #ddd;
  } 

.content_portfolio_h {
	width: 862px;
	height: 30px;
	background-image: url(graphic/underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px 0px 20px 25px;
}

.content_portfolio_sep {
	width: 862px;
	height: 51px;
	margin: 0px 25px 0px 25px;
}

.content_left_h {
	width: 550px;
	height: 30px;
	background-image: url(graphic/underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 20px;
}

.content_right_h {
	width: 250px;
	height: 30px;
	background-image: url(graphic/underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 20px;
}

.content p {
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
}

.content a {
	font-size: 13px;
	color: #0096C8;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: underline;
}

#content_right ul {
  list-style-type: none;
  padding: 0;
  margin-left: 0;
}
#content_right li {
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
  border-bottom:1px dotted #CCCCCC;
  padding:0.5em 0 0.5em 0px;	
}

h3 {
	font-size: 22px;
	font-family: "Helvetica", "Trebuchet MS", Arial, sans-serif;
	line-height: 24px;
	text-decoration: none;
	letter-spacing: -1px;
	color: #303030;
}

h4 {
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
}

.pic {
	float: left;
	display: inline;
	margin-right: 20px;
}

.icon {
	float: left;
	display: inline;
	margin: 3px 10px 0px 0px;
	padding-bottom: 10px;
}

.tiwtter {
	padding-top: 7px;
	height: 22px;
	width: 180px;
	float: left;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
}

.tiwtter a {
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
}

#tiwtter_i {
	height: 32px;
	width: 42px;
	float: left;
}

/* FOOTER */

#footer {
	width: 912px;
	height: 54px;
	margin: 20px 0px 40px 0px;
	background-image: url(graphic/footer_bg.gif);
}

.footer p {
	font-size: 13px;
	color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
}

.footer a {
	font-size: 13px;
	color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
}

#footer_left {
	float: left;
	width: 441px;
	margin: 19px 0px 0px 15px;
	display: inline;
}

#footer_right {
	float: right;
	width: 441px;
	margin: 19px 15px 0px 0px;
	text-align: right;
	display: inline;
}

/* --- CONTACT FORM --- */

.form_nm {
	background-color: #f9f9f9;
	color: #404040;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 20px;
	border: 1px solid #dcdcdc;
	text-indent: 8px;
	width: 200px;
	height: 20px;
	padding-top: 4px;
}

.form_tf {
	background-color: #f9f9f9;
	color: #404040;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 20px;
	border: 1px solid #dcdcdc;
	text-indent: 8px;
	line-height: 18px;
	width: 380px;
	height: 150px;
	padding-top: 5px;
}


.comment_item {
		padding:10px 10px 15px;
		border:1px solid #ddd;
		-moz-border-radius:5px;
		display:block;
		text-align:left;
}	
	
	.comment_item:hover {
		background:#ededed;
	}
	#content .poster_name {
	font-family: "Helvetica", "Trebuchet MS", Arial, sans-serif;  
		font-size:18px;
		font-weight:bold;
	}
	.comment_detail {
	font-family: "Helvetica", "Trebuchet MS", Arial, sans-serif;  
		font-size:12px;
		line-height:16px;
	}	
