body {
	text-align: center;
	margin: 0;
	padding:0;
	background:url(images/background.gif) top repeat;
}

body, tr, td, div {
 	font weight: 400;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.7;
	font-size: 12px;
	color: #666666;
}

div {
	margin: 0;
	padding: 0;
}

.pseudoh3 {
	font-size: 16px;
	color: #333333;
	font-weight: 400;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	background:#FFFFFF;
	padding-bottom: 20px;
}

#wrapper_inner {
	width: 900px;
	margin: 0 25px;
	text-align: left;
}

#header {
	width: 900px;
	height: 315px;
	overflow:hidden;
	position:relative;
	background:url(images/bg_banner.jpg) 0 95px no-repeat;
}

#header_left {
	width: 325px;
	height: 95px;
}

#header_right {
	width: 250px;
	font-size: 12px;
	color: #000000;
	text-align:right;
	position:absolute;
	right: 10px;
	top: 75px;
}

#header_middle {
	width: 150px;
	height: 50px;
	text-align:right;
	position:absolute;
	right: 20px;
	top: 10px;
}

#header_bookmarks {
	padding-top:15px;
	text-align: center;
}

#header_right a {
	color: #000000;
	text-decoration: none;
}

#header_right a:hover {
	color: #000000;
	text-decoration:underline;
}



#banner_buttons {
	width: 400px;
	height: 50px;
	text-align:right;
	position: absolute;
	bottom: 20px;
	right: 30px;
}

#banner_buttons img {
	margin-left: 15px;
}

#banner_text {
	width: 450px;
	position: absolute;
	top: 155px;
	left: 400px;
}

#banner_text H1 {
	margin: 0;
	padding:0;
	font-size:22px;
	color:#FFFFFF;
	line-height: 30px;
	font-weight:400;
}

#nav {
	background: url(images/bg_nav.gif) repeat-x #333333;
	font-weight: 700;
	font-size: 12px;
	line-height: 45px;
	height:45px;
	width: 900px;
	margin-top: 5px;
}

#nav ul {
	margin:0;
	padding:0;
}

#nav li {
	list-style-type: none;
	list-style-image: none;
	background-image:none;
	padding: 0;
	margin: 0;
	float:left;
}

#nav a {
	color: #ffffff;
	background: url(images/bg_navlink.gif) no-repeat right;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}

#nav a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
}

#content {
	width: 900px;
	padding: 25px 0;
}

#content_right {
	width: 660px;
	float: right;
}

#content_left {
	width: 200px;
	float: left;
}

.side_text {
	padding: 10px;
	font-size:11px;
	color:#ffffff;
	background: #ff7f00;
}

.side_text p, .side_quote p {
	margin: 0;
	padding: 5px 0;
}

.side_quote {
	background: #f0f0f0;
	padding: 10px;
	font-size:11px;
	color:#333333;
	font-style:italic;
	margin-top:15px;
}

.portfolio {
	width: 160px;
	height: 130px;
	float: left;
	overflow:hidden;
	text-align:center;
	font-size:11px;
}

#home_right {
	width: 170px;
	float: right;
	font-size:11px;
}

#home_left {
	width: 460px;
	float: left;
}

.boxText {
	font-size: 10px;
	color: #000000;
	font-weight: 400;
	width: 115px;
	float: right;
	line-height: 1.2;
}

.boxText a {
	font-size: 12px;
	font-weight:700;
	color: #0099cc;
	text-decoration: none;
}

.boxText a:hover {
	font-size: 12px;
	font-weight:700;
	color: #0099cc;
	text-decoration: underline;
}

#footer {
	padding: 15px 0;
	width: 900px;
	border-top: 7px solid #666666;
	background: url(images/bg_foot.gif) repeat-x bottom #333333; 
}


.footer_cell {
	font-size: 11px;
	color: #ffffff;
	line-height:1.4;
	float:left;
	display:inline;
	width: 248px;
	padding-left: 50px;
	border-right: 1px solid #444444;
}

.footer_cell strong {
	font-size: 12px;
	color: #ff7f00;
}

.footer_cell a {
	color: #ffffff;
	text-decoration: none;
}

.footer_cell a:hover {
	color: #ffffff;
	text-decoration: underline;
}


.col_left {
	float:left;
	width: 48%;
}

.col_right {
	float:right;
	width: 48%;
}

a {
	color: #0099cc;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

h1 {
	font-size: 20px;
	color: #000000;
	font-weight: 400;
	padding-top:0;
	margin-top:0;
}

h2 {
	font-size: 16px;
	color: #0099cc;
	font-weight: 400;
}

h3 {
	font-size: 16px;
	color: #333333;
	font-weight: 400;
}

li {
	list-style-image: url("images/arrow.gif");
	list-style-type:none;
}

form {
	margin: 0px;
}

textarea, input, select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}

.input {
	width: 300px;
}

.button, input.button {
	background-color: #ff9900;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
}

hr {
	height: 0px;
	border: solid #cccccc 0px;
	border-top-width: 1px;
}

img {
	border: none;
}

.skin{
	border:1px solid #C0C0C0;
	padding:1px;
	background:#ffffff;
}

.clearBoth {
	clear:both;
	height: 1px;
	line-height:1px;
	overflow:hidden;
}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:400px;
		height:241px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:36px;
		height:36px;
		position:absolute;
		left:-40px;
		top:100px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:404px;
		}														
	#prevBtn, #slider1prev{ 
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:36px;
		height:36px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:400px;
		background:#fff;		
		margin-bottom:2em;
		}	


/* // Easy Slider */
