﻿/* -------------------------------------------------------------------------------------------------------- html classes */
body, td, div, select, textarea, input, h1, h2, h3, h4, h5, h6, dl, dd, dt{
	font: normal normal normal 12px Verdana, Arial, Helvetica, sans-serif;
}

body {
	color: #333;
	margin: 0px;
	background: #fff url(/Images/Design/body_bg.jpg) repeat-x;
}

form {
	margin: 0px;
	padding: 0px;
	cursor: default;
}

a {
	text-decoration: underline;
}
a img {
	border: 0px;
}

a:link, a:visited, a:active {
	color: #333;
}
a:hover {
	color: #cc0000;
}

p {
	line-height: 150%;
	margin: 10px 0px;
}

acronym {
	cursor: help;
	border-bottom:1px dashed #666;
	color:#000;
}

a {outline: none;}


/* --------------------------------------------------------------------------------------- heading classes */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #ff0000;
	margin: 0px;
}

h1 {
	font-size: 22px;
	margin:0px 0px 15px 0px;
}
h2 {
	font-size: 14px;
	background:url(/Images/Design/heading_arrow.gif) left center no-repeat;
	padding-left:17px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 10px;
}

table th {
	color: #006699;
}

/* --------------------------------------------------------------------------------------------------- data list classes */
dt {
}

dt a {
	font-weight: bold;
}

dd {
	line-height: 130%;
	margin: 0px 0px 20px 0px;
}


/* --------------------------------------------------------------------------------------------------- external links */
a.lnkExternal {
	background: url(/Images/Design/external.png) right center no-repeat;
	padding-right: 12px;
}


/* --------------------------------------------------------------------------------------------------- header classes */



/* --------------------------------------------------------------------------------------------------- box classes */

.box {
	min-height: 100px;
	position: relative;
	border: 1px solid #bebebe;
	margin-bottom: 10px;
}

.boxShaded {
	background: #efefef url(/Images/Design/box_bg.jpg) repeat-x top;
	min-height: 150px;
}

.boxTitled, .boxClear {
	background: Transparent;
}

.box h2.boxTitle {
	background: #E8E8E8 url(/Images/Design/box_title_bg.jpg) repeat-y left;
	padding:10px 5px;
	border-bottom:1px solid #bebebe;
	font-size:12px;
}

.box h1, .box h2, .box h3{
	color:#666;
}

.box h3 {
	margin:10px 0px 5px 0px;
}

.boxInner {
	line-height: 20px;
	margin: 10px;
}


/* --------------------------------------------------------------------------------------------------- news list classes */
.pgeList {
	clear: both;
}

/* --------------------------------------------------------------------------------------------------- news list classes */
.newsList {
	clear: both;
}

.newsList dl {
	margin: 5px;
}

.newsList dt {
	font-weight: normal;
	margin: 15px 0px 5px 0px;
	background: url(/Images/Design/doc_icon.gif) left center no-repeat;
	padding-left:15px;

}

.newsList dt a{
	font-weight:normal;
}

.newsList dd {
	margin: 5px 0px 10px 0px;
}

/* --------------------------------------------------------------------------------------------------- news story sub menu classes */
.newsSubMenu{
    margin:0px 0px 10px 0px;
}

.newsSubMenu ul{
    margin:0px;
    padding:0px;
    list-style-type:none;
}

.newsSubMenu ul li{
	line-height:normal;
    margin:0px 0px 8px 0px;
    font-size:12px;
}

/* --------------------------------------------------------------------------------------------------- testimonial random classes */
.tstList {
	clear: both;
	float:right;
	margin:15px 0px 0px 0px;
	width:600px;
}

.tstList dl {
	background: transparent url(/Images/Design/speech-marks.gif) left top no-repeat;
	margin: 0px;
	padding-left:25px;
}

.tstList dt {
	font-size:13px;
	font-style:italic;
	color:#333;
	line-height:150%;
	margin: 0px 0px 5px 20px;
	background: transparent url(/Images/Design/speech-marks-bk.gif) right bottom no-repeat;
	padding: 15px 5px 25px 0px;
}

.tstList dd {
	margin: 0px;
	text-align: left;
}

/* --------------------------------------------------------------------------------------------------- testimonial random classes */
.tstRandom {
}

.tstRandom dl {
	background: url(/Images/Design/speach_bg_l.gif) left top no-repeat;
	margin: 0px;
}

.tstRandom dt {
	margin: 0px 0px 5px 20px;
	background: url(/Images/Design/speach_bg_r.gif) right bottom no-repeat;
	padding: 10px 5px 15px 0px;
	color: #999;
}

.tstRandom dd {
	margin: 0px;
	text-align: left;
}


/* --------------------------------------------------------------------------------------------------- AJAX progress classes */
.prg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 99;
}

.prgInner {
	margin: 0 auto;
	margin-top: 300px;
	width: 250px;
	height: 60px;
	border: 1px solid #333;
	background: #fff url(/Images/Design/loading.gif) center center no-repeat;
}

/* --------------------------------------------------------------------------------------------------- gallery classes */
.galleryOuter{
	float:left;
}

.galleryGroup{
    width:770px;
	clear:both;
	float:left;
	margin:10px 0px;
}

.galleryInner h2{
	clear:left;
	margin-bottom:10px;
}

.galleryInner p{
	clear:both;
	float:left;
	margin:0px 0px 10px 0px;
}

.gallery {
    width:770px;
	float:left;
}

.gallery ul {
    list-style: none;
    margin:0px; 
    padding:0px;
}

.gallery ul li {
    float:left;
    display: inline;
    border:1px solid #ccc;
    margin:5px 15px;
}

.gallery ul a img {
    margin:20px 20px 0px 20px;
    float:left;
}

.gallery ul li:hover {
    border:1px solid #666;
    background-color:#efefef;
}

.galleryDesc{
    clear:left;
    padding:10px 20px;
    display:block;
}

/* --------------------------------------------------------------------------------------------------- External links */
a.external {
	background: url(/Images/Design/external.png) right center no-repeat;
	padding-right: 12px;
}


.cb {
	clear: both;
}

/* ---------------------------------------------------------------------------------- contact details classes */
.contactDetails p{
    margin:0px;
}

.contactDetails ul{
    margin:0px;
    padding:0px;
}

.contactDetails li{
    list-style-type:none;
    line-height:120%;
}

/* ------------------------------------------------------------------------------------ random photo classes */
.photoImage{
	border:1px solid #ccc;
}

/* -------------------------------------------------------------------------------------- home pod classes */
.hpPods{
}

.hpPod{
    float:left;
    width:370px;
    margin-bottom:10px;
    background:url(/Images/Design/hpPod_bg.jpg) top right no-repeat;
}

.hpPodBottom{
    height:20px;
    background:url(/Images/Design/hpPod_bg.jpg) bottom right no-repeat;
}

.hpPhoto{
    width:283px;
    height:220px;
    float:right;
    background:url(/Images/Design/home_background.jpg) left top no-repeat;
}

.hpContent{
    min-height:170px;
}

.hpPodInner{
    margin:10px;
    min-height:400px;
}

.hpPodLeft{
    margin-right:20px;
}

.hpPodInner h2{
    font-size:14px;
}

.hpPod table{
    width:100%;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
}

.hpPod th, .hpPod td{
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
    padding:5px;
    text-align:left;
    color:#666;
}

.tWeek{
    width:65px;
}

.tTopics table{
    margin-top:15px;
}