#wrapper {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
}

body {
	margin: 0;
	background:#000 url(../images/background2.gif) repeat-x left top;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
a:link {
	color: #006;
}
a:hover {
	color: #F90;
}



#layout2-01 {
	left:0px;
	top:0px;
	width:1024px;
	height:51px;
}

#middle {
	width:1024px;
	height:690px;
	background:url(../images/layout2_02.jpg) no-repeat;
}

#layout2-03 {
	left:0px;
	top:473px;
	width:1024px;
	height:27px;
}

#bottom {
	width:1024px;
	height:268px;
}

#nav {
	top:300px;
	width:481px;
	position:absolute;
	z-index:2;
	margin-left:250px;
	
}



/* tabbed box */

 
	
 
    ul.tabs {
	margin:0px; padding:0px;
	margin-top:0px;
	margin-bottom:6px;
}
 
    ul.tabs li {  
       list-style:none;  
       display:inline;  
   }  
   
  ul.tabs li a {
	background-color:#000;
	color:#fff;
	padding:8px 14px 8px 14px;
	text-decoration:none;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	border:1px solid #464c54; 
}
ul.tabs li a:hover {
	background-color:#2f343a;
	border-color:#2f343a;
}
ul.tabs li a.active {
	background-color:#ffffff;
	color:#282e32;
	border:1px solid #464c54; 
	border-bottom: 1px solid #ffffff;
}

.content {
	background-color:#000;
	color:#FFF;
	padding:0px;
}
#content_2, #content_3 { display:none; }

.content ul {
	margin:0px;
	padding:0px 20px 0px 20px;
}
.content ul li {
	list-style:none;
	border-bottom:1px solid #d6dde0;
	padding-top:15px;
	padding-bottom:15px;
	font-size:13px;
}
.content ul li a {
	text-decoration:none;
	color:#3e4346;
}
.content ul li a small {
	color:#8b959c;
	font-size:9px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left:4px;
	top:0px;
}

.bio {
	width:400px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:12px 0 0 125px;
	padding:20px;
}

.contact {
	width: 400px;
	float:right;
	padding:20px
}


.social a:link {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #306;
	text-transform:uppercase;
	font-size:10px;
	
}

.social a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #FC0;
	text-transform:uppercase;
	font-size:10px;
	
}

.social a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	text-transform:uppercase;
	font-size:10px;
	
}
/*Rounded Corner box*/

#boxContainer {
	top:400px;
	width:710px;
	position:absolute;
	z-index:2;
	margin-left:150px;
	background: url(../images/curvybackground.gif) no-repeat;
	
}


/*#arrows {
	width:57px;
	height:27px;
	float:right;
	padding-top:210px;
	


}
*/
/*Carousel*/

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 700px; /*Width of Carousel Viewer itself*/
height: 235px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px 0 0 5px; /*margin around each panel*/

}

.text {
	position:absolute;
	width:314px;
	top: 10px;
	left: 381px;
}

.title {
	font-weight:bold;
	font-size:14px;
}

.justify {
	text-align:justify;
}

.smallbold {
	font-weight:bold;
	
}


/*Form Style*/

form#two { width:400px;}

form#two label {clear:left; display:block; width:100px; font-weight:bold; color:#ccc; margin-bottom:0.5em;}

form#two input {border:1px solid #fff; background:#fff url(../images/form.gif) repeat-x top left;  margin-bottom:0.6em;}

form#two textarea {width:310px; height:15em; border:1px solid #ccc; padding:0.5em; overflow:auto; background:#EBE8EF url(../images/form.gif) repeat-x bottom left;}

form#two #button1, form#two #button2 {color:#006; padding-right:0.5em; cursor:pointer; width:205px; margin-left:8px;}

form#two #button1:hover, form#two #button2:hover {background-position:center left; color:#000;}
