/*****Basic Elements*****/  
html {
	background: #e1e1e1 url(../images/body-bg.png) no-repeat top left;
	}


body {
	background: #e1e1e1 url(../images/top-bg.png) no-repeat 60% 0;
	text-align: center;
	line-height: 1.6;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #616161;
	padding-top: 40px;
}

	
h1, h2, h3, h4, h5, h6 {
	color: #3d3d3d;
	font-weight: normal;
	font-family: Georgia, serif;
}

h1 {
	font-size: 30px;
	margin-bottom: 20px;
}

h2 {
	font-size: 26px;
	margin-bottom: 10px;
}

h3 {
	font-size: 22px;
	margin-bottom: 12px;
	margin-top: 18px;
}

h4 {
	font-size: 16px;
	margin-bottom: 11px;
}

h5 {
	font-size: 14px;
	margin-bottom: 10px;
}

h6 {
	font-size: 13px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #0d6395;
}

a:hover {
	text-decoration: underline;	
}

p, pre {
	margin-bottom: 10px;
}

strong {
	color: #333131;
	font-weight: bold;
	}

ol {
	list-style-type: decimal;
	}

ul {
	list-style-type: disc;
	}


em, dfn {
	font-style: italic;
	}


fieldset {
	border: 3px solid #eeeeee;
	padding: 10px;
	}

legend {
	font-size: 14px;
	color: #a1a0a0;
	font-weight: bold;
	}

fieldset label {
	display: block;
	font-size: 13px;
	}

fieldset input, fieldset textarea {
	background: #F1F1F1;
	border:1px solid #E2E2E2;
	padding:3px;	
	color:#4C4C4C;
	}

blockquote {
	font-style: oblique;
	}

p.author {
	color: #437181;
	font-weight: bold;
	}

p.author em {
	font-weight: normal;
	color: #616161;
	}

img.left {
	float: left;
	padding-bottom: 2px;
	padding-right: 10px;
	}

img.right {
	float: right;
	padding-bottom: 2px;
	padding-left: 10px;
	}
/*****Generic Classes*****/ 

.minmargin {
	margin-bottom: 1px;
	}

.nomargin {
	margin-bottom: 0px;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

.container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	}

.clearfix {
	clear: both; 
	}

/*****Basic Layout*****/  

/** Header **/

/** Logo **/

#header h1 {
	width: 172px;
	height: 53px;
	text-indent: -9999px;
	margin: 0px;
}

#header h1 a {
	cursor:pointer;
	display:block;
	width: 172px;
	height: 53px;
}

#header-continer {
	position: relative;
	z-index: 10000;
	}


/*** Content ***/

#content .container {
	padding: 0px 10px 0px 10px;
	
	}

#main {
	background: #ffffff url(../images/content-top.png) no-repeat top left;
	min-height: 300px;
	}

#main-bottom {
	background: url(../images/content-bottom.png) no-repeat top left;
	width: 960px;
	height: 19px;
	}

#main_content {
	float: left; 
	width: 530px;
	padding: 0px 0px 0px 30px;
	position: relative;
	}

#main_content ul{
	padding-left: 25px;
	margin-bottom: 10px;
	}

#content {
	padding: 0px 0px;
	}

/*** Sidebar ***/

#sidebar {
	border-left: 1px dotted #e0e0e0;
	border-bottom: 1px dotted #e0e0e0;
	float: right; 
	width: 370px;
	}

#main  {
	padding: 20px 0px;
	}

div.block {
	position: relative;
	margin-right:none;
	margin-bottom:10px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-left: 0px;
	z-index: 1;
	}

div.block p{
	padding-top: 15px;
	margin-bottom: 0px;
	}

div.block.last {
	margin-bottom:0px;
	}

div.ui-tabs-panel {
	padding: 5px 10px 10px 12px;
	}

div.corner {
	background: url(../images/block-top.png) no-repeat top left;
	z-index: 0;
	position: absolute;
	top: -1px;
	right: 0px;
	width: 394px;
	height: 49px;
	}

div.block a {
	}

div.block div ul li a {
	}

div.block a:hover {
	}

div.block ul {
	list-style-type: none;
	margin-left: -15px;
	padding-top: 10px;
	color: #ffffff;
	}


.block ul.tabs, .block h3 {
	z-index: 10;
	padding: 10px 5px 3px 15px;
	}


.block ul.tabs ul {
	position: relative;
	}
	
.block ul.tabs li {
	display: inline;
	position:relative;
	margin-left: 0px;
	z-index: 1000;
	}

.block ul.tabs li {
	border-right: #666666 1px dotted;
	padding-left: 5px;
	padding-right: 5px;
	}

.block ul.tabs li.right {
	border-right: 0px dotted;
	margin-right: 0px;
	}

.block ul.tabs li.last {
	border-right: 0px dotted;
	margin-right: 0px;
	}

.block ul.tabs li a  {
	color: #b2cedf;
	text-decoration: none;
	}

.block ul.tabs li a:hover {color: #ffffff;} 

.block ul.tabs li.ui-tabs-selected a, .block h3, .block ul.tabs li.ui-tabs-selected a:hover {
	color: #ffffff;
	}

.block ul.tabs li a, .block h3 {
	font-size: 13px;
	font-weight: 600;
	font-family: Cambria, serif;
	}

.block h3 {margin: 0px;}

.block .ui-tabs-hide {display:none;}

#sidebar-list ul {
	margin-right: 25px;
	margin-left: 5px;
	color: #484848;
	margin-top: 0px;
	}

#sidebar-list ul li {
	border-bottom: #d0d0d0 1px dotted;
	padding-top: 2px;
	padding-bottom: 2px;
	}

/*//////// Footer ////////*/

#footer {
	clear: both;
	padding: 0px 0px 55px;
	color: #aeb3b6;
	margin-top: 10px;
}

#footer p {
	float: left;
	font-size: 11px;
	}



/*//////// Featured Area ////////*/

#featured_area, #pagename {	
	margin:35px 0 0 0;
	margin-bottom: 0px;
	}

#featured_area .container {
	background:transparent url(../images/featured-bg.png) no-repeat left top;
	height:292px;
	width:961px;
	position: relative;
	}

#pagename .container {
	background:transparent url(../images/page-top.png) no-repeat left top;
	height:180px;
	width:961px;
	}

div#inner {
	clear: left;
	padding: 25px 60px 0px;
	position: relative;
	}

#pagename div#inner {
	padding-top: 18px;
	padding-left: 40px;
	padding-right: 20px;
	}

#pagename div#inner h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	}


#featured_area .description {
	float: left;
	width: 455px;
	height: 182px;
	font-family: Georgia, serif;
	padding-top:27px;
	}

#featured_area .description h2, #pagename h2 {
	font-size: 36px;
	color: #f5f5f5;
	margin-bottom: 10px;
	letter-spacing: -1px;
	}

#featured_area .description a{
	color: #f1f1f1;
	text-decoration: none;
	border-bottom: 1px dotted;
	}

#featured_area .description a:hover{
	text-decoration: none;
	border-bottom: none;
	color: #f5f5f5;
	}

#featured_area .description p, #pagename p {
	font-size: 25px;
	color: #b2cedf;
	line-height:34px;
	}

#pagename p {
	font-family: Georgia, serif;
	}

#featured_area .description p span {
	color: #f1f1f1;
	}

#featured_area .description a.learn_more {
	font-size: 11px;
	text-transform: uppercase;
	}

#featured_area .photo {
	float: left;
	position: relative;
	padding-left:40px;
	}

.internal-photo {
	float: right;
	}

#featured_area .slide {

	}


a.prev, a.next {
	display: block;
	width: 19px;
	height: 21px;
	position: absolute;
	bottom: 152px;
	text-indent: -9999px;
	cursor: pointer;
}

a.prev {
	background: url(../images/left-arrow-trans.png) no-repeat;
	left: -7px;
}

a.next {
	background: url(../images/right-arrow-trans.png) no-repeat;
	bottom: 150px;
	right:-7px;
}

div#myController {
	display: none;
}

/** Page Name **/



/** Home Page Content **/

#main-top {
	width: 960px;
	background: url(../images/content-top.gif) no-repeat top left;
}



/** Contact us Form **/

/*form - Form Style*/
form {
  padding: 0px 0;
  margin:0;
}

form p{
	padding:0;
	margin:0 0 20px 0;
}

label {
  float: left;
  font-weight: 700;
  width: 150px;
  padding-right: 1px;
	}

input,textarea{
  padding: 6px;
  font: 400 12px arial, sans-serif;
  background: #ffffff;
  border:1px solid #e1e1e1;
   color: #353431;
	}

input:focus, textarea:focus{  
  color: #353431;
  background:#ffffff;
  border:1px solid #e1e1e1;
}

input[type="radio"]{
	border: 0px solid;
	background: none;
	}
	
input[type="checkbox"]{
	border: 0px solid;
	background: none;
	}
	
input[type="button"]{
	border: 0px solid;
	background: none;
	}
	
.button {
  padding: 5px 20px;
  cursor: pointer;
  font-weight: 700;
	color: #ffffff;
	background: url(../images/block-top.png) repeat-x center center;
}