/* CSS Document */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.95em;
    color: #333;
    padding: 0 0 20px 0;
    margin: 0px;
    background: #fff url(../images/body.jpg) repeat-x;
}

div {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.95em;
    position: relative;
}

td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.95em;
}

p {
    margin: 0 0 10px 0;
}

blockquote {
    display: inline;
    margin: 0;
}

img {
    display: block;
    border: 0px;
}

a, a:visited, a:active {
    color: #333;
    font-size: 1em;
    text-decoration: none;
}

a:hover {
    color: #27ABC8;;
}

h1, h2, h3 {
    letter-spacing: -0.085em;
    margin: 0;
    padding: 0 0 5px 0;
    font-weight: bold;
    line-height: 90%;
}

h1 {
    font-size: 2.6em;
    color: #fff;
}

h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2em;
    color: #fff;
}

h2 span {
    font-size: .7em;
    color: #fff;
    font-weight: normal;
    padding: 0 7px 0 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    margin: 0 0 10px 0;
}

.rss {
    height: 13px;
    line-height: 13px;
    font-size: 11px;
    background: transparent url(../images/rss.gif) no-repeat;
    text-indent: 17px;
    margin: 10px 0 10px 0;
}

.padding {
    padding: 20px;
}

.padding_small {
    padding: 10px;
}

.clear {
    clear: both;
}

#container {
    width: 960px;
    min-height: 600px;
    margin: 0 auto 0 auto;
    font-size: .98em;
    padding: 0 0 80px 0;
}

#main {
    width: 960px;
    border-top: 1px solid #ccc;
    background: #f4f4f4 url(../images/box_lightgrey_top.gif) repeat-x;
}

#content {
    width: 960px;
    border-top: 1px solid #eee;
    background: #CACED2 url(../images/box_gradgrey.jpg) repeat-x;
    padding: 5px 0 80px 0;
    font-size: 1em;
}

#footer {
    width: 960px;
    margin: 0 auto 20px auto;
    background: #555F65;
    color: #fff;
}

#footer .padding {
    padding: 30px 10px 30px 30px;
}

#footer h3 {
    padding: 0 0 10px 0;
    font-size: 1.6em;
}

#footer a {
    color: #ddd;
    display: block;
    font-size: 1.2em;
    margin: 0 0 5px 0;
}

#footer a:hover {
    color: #fff;
}

#f_left {
    width: 280px;
    float: left;
	overflow: hidden;
}

#f_right {
    margin: 0 0 0 290px;
}

.f_column {
    width: 33%;
    height: 350px;
    float: left;
    border-left: 1px solid #6F7C86;
    font-size: 1em;
}

.f_column .padding {
    padding: 3px 20px 10px 20px;
}

#f_copyright {
    margin: 30px 0 0 0;
    font-size: .9em;
    color: #ccc;
	float: left;
	width:900px;
}

#f_copyright a {
    color: #ccc;
    display: inline;
    font-weight: bold;
}
#f_copyright #bottomright{
	float:right;
	margin-left:100px;
	margin-top:-15px;
	font-size:12px;
	width:280px;
}
#f_copyright #bottomright a{
	
	font-size:12px;
}
#h_intro {
    height: 26px;
    line-height: 26px;
    background: #A3b3b9;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0 10px 0 10px;
	z-index: 100;
}

#h_intro a {
    margin: 0;
}

#free_docs {
    background: #A3b3b9;
    padding: 10px 10px;
}

#free_docs a {
    margin: 0 10px 0 0;
}

#accessibility {
    display: none;
}

#header {
    width: 960px;
    margin: 0 auto 0 auto;
}

#banner {
    height: 89px;
}

#b_logo {
    float: left;
    margin: 7px 10px 0 5px;
}

#b_contact{
	width: 320px;
	text-align: right;
	float: right;
	margin: 50px 0 0 0; 
	color: #fff;
	font-size: 14px;
}

#b_contact a {
	color: #fff;
}

#nav {
    width: 100%;
    height: 33px;
    line-height: 33px;
    background: #30363A url(../images/nav.jpg) repeat-x;
    position: relative;
	overflow: hidden;
}

#n_major {
    float: left;
    border-right: 1px solid #3b3b3b;
}

a.nav_link, a.nav_link:visited, a.nav_link:active {
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    font-weight: bold;
    border-right: 1px solid #4f5860;
    border-left: 1px solid #3b3b3b;
    text-align: center;
    color: #ccc;
    padding: 0 15px 0 15px;
    display: block;
    float: left;
}

a.nav_link:hover {
    background: url(../images/nav_hover.jpg) repeat-x;
    padding: 0 15px 0 16px;
    border-left: none;
    color: #FFF;
    font-size: 14px;
    display: block;
}

a.nav_link_hover {	
	height: 33px;
    line-height: 33px;
    font-size: 14px;
    font-weight: bold;
    border-right: 1px solid #4f5860;
    text-align: center;
    background: url(../images/nav_hover.jpg) repeat-x;
    padding: 0 15px 0 16px;
    color: #FFF;
	display: block;
    float: left;
}

a.nav_current, a.nav_current:visited, a.nav_current:hover {
	 height: 33px;
    line-height: 33px;
    font-size: 14px;
    font-weight: bold;
    border-right: 1px solid #4f5860;
    border-left: 1px solid #3b3b3b;
    text-align: center;
    padding: 0 15px 0 15px;
    display: block;
    float: left;
 	color: #fff;
    background: #333 url(../images/nav_current.gif) repeat-x;
}

#n_subnav {
    background: #3A4146;
    padding: 7px 0 7px 0;
    color: #ccc;
    font-size: .9em;
}

#n_subnav a {
    font-weight: bold;
    color: #fff;
    display: block;
    font-size: 1.1em;
}

#ul_nav li{
	float: left;
}

.n_hovernav {
    position: absolute;
	top: 33px;
    background: #27ABCB;
    padding: 10px 0 20px 0;
    z-index: 1000;
    color: #fff;
    font-size: 1.1em;
    display: none;
}

.s_item {
    padding: 0 10px 0 10px;   
}

.s_item a {
    font-weight: bold;
    color: #fff;
    font-size: 13px;
}

.n_hovernav .s_item {
    padding: 0 14px 0 14px;   
}

.n_hovernav .s_item a {
	width: 200px;
    font-weight: bold;
    color: #fff;
    display: block;
}

#n_subnav .s_item {
    border-right: 1px solid #4f5860;
	float: left;
}

#n_subnav .s_item a {
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    padding: 0 8px 0 8px;
}

#n_minor {
    float: right;
}

#n_minor a, #n_minor a:visited, #n_minor a:active {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    color: #ccc;
    margin: 0 10px 0 5px;
    display: block;
    float: left;
}

#n_minor a:hover {
    color: #FFF;
}

#c_left {
    width: 640px;
    float: left;
    background: #fff;
	overflow: hidden;
}

#i_title {
	width: 640px;
    background: #535E66;
    color: #fff;
    font-size: 1.2em;
    padding: 7px;
	display: block;
}

#i_title a{
	color: #fff;
}

#content #intro {
    width: 420px;
    float: left;
}

#content #intro .summary{
    margin: 20px 0 20px 0;
}

#content #intro h1 {
    color: #2193AB;
    font-size: 3em;
}

#intro h1 a{
	color: #2193AB;
}

#content #intro h2 {
    color: #2193AB;
    font-size: 1.8em;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}

#content #intro h3 {
    font-size: 1.4em;
	letter-spacing: normal;
}

#content #intro p {
    margin: 0 0 20px 0;
}

#content #lists {
    width: 200px;
    margin: 0 20px 20px 0;
    float: right;
    font-size: 1.2em;
}

#content #lists .padding {
    padding: 10px;
}

#content #lists h3 {
    color: #208EA6;
    font-size: 1.3em;
}

.list {
    width: 200px;
    margin: 20px 0 0 0;
    background: #DCDEDF;
}

.list .rss {
    position: absolute;
    top: 0px;
    right: 7px;
}

.list .item {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #cac2cd;
}

.list .viewall {
    margin: 10px 0 0 0;
    text-align: right;
}

.list .viewall a {
    color: #666;
    font-size: 1.3em;
    font-weight: bold;
}

.list .title {
    font-size: 1.1em;
    font-weight: bold;
}

.list .date, .list .date a {
    font-size: .9em;
    font-weight: bold;
    color: #515B62;
}

#c_right {
    width: 260px;
    float: right;
}

.viewall {
    font-size: .65em;
    cursor: pointer;
    margin: 0 0 0 5px;
}
/* home page feature */
#carousel {
    width: 660px;
    height: 300px;
    overflow: hidden;
    position: relative;
    background: #000;
    float: left;
}

#c_details {
    width: 300px;
    height: 300px;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
	z-index: 10;
}

.feature_item  .title{
	bottom:80px;
	*bottom:85px;
	clear:both;
	color:white;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	height:25px;
	width:640px;
	font-weight:bold;
}
.bottom-photoss{
	height:150px; 
	padding:10px; 
	width:640px;
}

.bottom-photoss img{
	bottom:-130px; 
	*bottom:-180px;
	height:90px;
	margin-left:-10px;
	margin-top:216px;  
	position:absolute;   
	width:660px;
	 
}

.feature_item  .desc{ 
	bottom:75px;
	*bottom:80px;
	color:white;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	height:40px;
	width:640px;
}
  
.feature_item  a   img{
	float:left;	
	 
}

#c_details h2 {
    font-size: 2.4em;
}

#c_details a {
    color: #fff;
}

#c_details a.readmore {
    font-size: 1.4em;
    font-weight: bold;
}

#m_intro {
    width: 295px;
    height: 300px;
    float: left;
overflow: hidden;
}

#m_intro h1 {
    color: #333;
    font-family: Arial;
    font-size: 1.8em;
    font-weight: normal;
}

#f_nav {
    position: absolute;
    z-index: 100;
}

.f_nav_item, .f_nav_item_current {
    padding: 5px;
    background: url(../images/feature_trans.png) repeat;
    margin: 13px;
}

.f_nav_item img {
    width: 100px;
    height: 60px;
    border: 2px solid #fff;
}

.f_nav_item_current img {
    border: 2px solid yellow;
}

#curved {
    width: 260px;
    font-size: 1em;
    text-align: center;
    margin: 30px 0 0 0;
}

.cr_blue {
    background: #27ABC8;
    color: #d3f1f8;
}

.cr_yellow h2 {
    color: #ff3300;
    font-size: 2.4em;
    margin: 3px;
}

.bqstart {
    float: left;
    font-family: Georgia, serif;
    margin: 0 5px 5px 0;
    font-size: 4em;
    color: #FF0000;
}

#curved.cr_yellow p {
    width: 200px;
    margin: 10px 0 10px 25px;
}

.bqend {
    float: right;
    font-family: Georgia, serif;
    margin-top: -20px;
    height: 20px;
    font-size: 4em;
    color: #FF0000;
}

#t_name {
    margin-left: 25px;
    font-style: italic;
}

#curved.cr_yellow {
    height: 240px;
    margin: 0;
    background: #FFFFDD;
    color: #666;
    text-align: left;
}

#curved.cr_darkgrey {
    width: 270px;
    background: #3A4247;
    color: #caced7;
}

#curved h3 {
    color: #fff;
    font-family: Georgia, Times New Roman, serif;
    font-size: 3em;
}

#curved .padding {
    padding: 10px;
}

#pager {
    width: 62px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
}

#p_dark {
    height: 28px;
    line-height: 28px;
    margin: 0 0 250px 0;
    background: #394046;
    color: #BBC1C8;
	border: 1px solid #333;
}

#p_light {
    height: 29px;
    line-height: 29px;
    margin: 0;
    background: #fff;
    color: #535E66;
	display: none;
}

a.p_previous {
    width: 14px;
    height: 16px;
    margin: 5px 0 0 7px;
    float: left;
}

.p_current {
    width: 37px;
    float: left;
	display: none;
}

a.p_next {
    width: 14px;
    height: 16px;
    margin: 5px 7px 0 0;
    float: right;
}

#p_dark a.p_previous {
    background: url(../images/arrow_l_dark.gif) no-repeat;
}

#p_dark a.p_next {
    background: url(../images/arrow_r_dark.gif) right no-repeat;
}

#p_light a.p_previous {
    background: url(../images/arrow_l_light.gif) no-repeat;
}

#p_light a.p_next {
    background: url(../images/arrow_r_light.gif) right no-repeat;
}

#core {
    margin: 20px 0 0 0;
    width: 100%;
    background: #EDFAFC;
    color: #004959;
}

#c_title {
    padding: 5px 0 5px 0;
    text-indent: 7px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    background: #007F9C;
}

#core h3 {
    font-size: 1.5em;
    margin: 0;
    padding: 0;
}

#facilities {
    margin: 20px 0 0 0;
    width: 100%;
    background: #fff;
}

#f_title {
    padding: 5px 0 5px 0;
    text-indent: 7px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    background: #515B62;
}

#f_thumbs div {
    position: absolute;
    width: 220px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    bottom: 0px;
    background: url(../images/lighttrans.png) repeat;
}

#f_thumbs a {
    font-size: 1.4em;
    font-weight: bold;
    color: #fff;
}

#content_photo{
	width: 270px;
	overflow: hidden;
	text-align: center;
}

#content_photo img{
margin: 0 auto 0 auto;
}

#content_photo div {
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    bottom: 0px;
    background: url(../images/lighttrans.png) repeat;
	color: #fff;
	font-size: 0.75em;
	font-weight: bold;
}

#general{
	font-size: 1.2em;
	line-height: 110%;
}

#general #c_left{
	width: 650px;
	margin: 0;
	padding: 0;
}

#general #c_right{
	width: 270px;
	margin: 0;
	padding: 0;
	float: left;
    background: #81898E;
	font-size: 1.2em;
	color: #fff;
}

#general h1{
	width: 100%;
	font-size: 1.4em;
	text-indent: 10px;
	padding: 10px 0 10px 0;
	margin: 0;
	text-shadow: 1px 1px 1px #3A4146;
    background: #81898E;
}

#general h2, #general h3{
	color: #333;
	margin: 20px 0 0 0;
	letter-spacing: normal;
}

#general h2{
font-size: 1.8em;
}

#general h3{
font-size: 1.4em;
}

#general ul{
list-style: inside;
margin: 5px;
}

#general li{
margin: 5px;
}


#staff_list{
	width: 180px;
	float: right;
	padding: 20px;
	margin: 0 0 20px 20px;
background: #f6f6f6;
border-left: 1px solid #ccc;
line-height: 100%;
}

#staff_list a{
font-size: .85em;
font-weight: bold;
border-left: 1px solid #ccc;
}

#staff_list ul{
margin: 0;
list-style: none;
}

#staff_list li{
	border-bottom: 1px solid #ccc;
	padding: 5px 0  5px 0;
}

#testimonials{
	padding: 7px;
}

#pdflink{
	width: 100%;
	text-align: right;
	font-size: 11px;
	padding: 0 0 5px 0;
}

#pdflink a{
	height: 15px;
	line-height: 15px;
	font-size: 11px;
	color: #666;
}

#pdflink img{
display: inline;
vertical-align: middle;
}

#gallery{
	background: #999;
	width: 100%;
	margin: 10px 0 0 0;
}

.gallery_style{
	margin: 10px 0 0 0;
}

#gallery h3{
	width: 100%;
	text-indent: 10px;
	height: 30px;
	line-height: 30px;
	background: #666;
	color: #fff;
}

#gallery .padding{
	text-align: center;
}

#gallery a{
	width: 120px;
	height: 80px;
	padding: 4px;
	padding-bottom: 10px;
	background: #fff;
	margin: 0 10px 10px 0;
	float: left;
	overflow: hidden;
	position: relative;
}

#gallery a img{
	width: 120px;
	height: 80px;
}

#c_contactus{
	width: 260px;
	background: #fff;
	margin: 0 0 10px 0;
    background: #EDFAFC;
    color: #004959;
}

#c_contactus h3 {
	width: 260px;
    background: #2193AB;
    color: #fff;
    font-size: 1.3em;
    padding: 9px 0 9px 0;
	text-indent: 7px;
	display: block;
	font-weight: normal;
	letter-spacing: normal;
}

.row{
	display: block;
	padding: 0 0 10px 0;
}

.row span{
	font-weight: bold;
	display: block;
	font-size: 1.3em;
}

.row .txt, .txtarea{
width: 220px;
border: 1px solid #ccc;
padding: 3px 0 3px 0;
text-indent: 5px;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
background: #fff;
}

.txtarea{
	text-indent: 0px;
}

.submit{
width: 220px;
border: 1px solid #333;
background: #30363A url(../images/nav.jpg) bottom repeat-x;
font-size: 14px;
text-align: center;
color: #fff;
padding: 6px 0 6px 0;
border: none;
cursor: pointer;
}

.it_dr{
	cursor: pointer;
}


#glossary{
	width: 100%;
	padding: 20px 0 20px 0;
}

#glossary b{
	font-size: 14px;
	display: block;
}

#glossary h1{
	font-size: 12px;
}

#glossary a{
	display: inline;
	margin: 0 10px 0 0;
	cursor: pointer;
}

#glossary_content{
	display: none;
}

#tooltip {
	width: 300px;
	position: absolute;
	z-index: 3000;
	border: 1px solid #fff;
	background-color: #eee;
	padding: 10px;
	font-size: 12px;
	font-weight: normal;
}

#tooltip a{
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}

#tooltip h1 a {
	font-size: 12px;
	display: block;
	color: #ccc;
	line-height: 12px;
}

#tooltip h2 a {
	font-size: 18px;
	display: block;
	font-weight: bold;
	line-height: 18px;
}

#tooltip div {
	margin: 0; 
}

.tooltipshide{
	display:none;
}
#footer .bold {
	width:100%;
	font-size:14px;
	color:#DDD;
}
#footer .bold a{
	font-size:12px;
	color:#DDD;
	display:inline;
}#footer .bold a:hover{
	font-size:12px;
	color:white;
	display:inline;
}


.pic
{
	*position:relative !important;
	*margin-top:-270px !important;
	_display:none;
}

.class2 A:link {text-decoration: underline; color: blue}
.class2 A:visited {text-decoration: underline; color: blue}
.class2 A:active {text-decoration: underline; color: blue}
.class2 A:hover {text-decoration: underline; color: red;}