@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0;}

/* Site Structure */

body {
	background: #dfe2e6 url(../images/body.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {width: 960px; margin: auto}



#header {height: 101px; margin-bottom: 50px;}

#header a {
	color: silver;
	text-decoration: none;
	font: small-caps 24px "Copperplate Gothic Bold";
	letter-spacing: 10px;
	/*color: #526a71; *//*grey font matching header */
	}

.subheader {
	text-decoration: none;
	font: small-caps small silver;
}

span.header {
	letter-spacing: normal;
	color: Silver;
}

.subheader2 {
	text-decoration: none;
	font: small-caps small "Copperplate Gothic Bold";
	/*letter-spacing: normal;*/
	letter-spacing: 3px;
	color: white;
	/*color: green;*/
	margin-top: 0px;

}



.logo {float: left;}

.left {
float: left;
}

right {
	float: right;
}

no_float {
	float: none;
}

#content {float: left; width: 640px; border: 0px solid red}

.post {clear: both; /*height: 229px;*/ /*height: 329px;*/ margin-bottom: 45px; border: 0px solid blue}

.post p a{color:#2f4248;}

.post p a:hover{color:#000; background:#e8e8e8; border-color: #fff #333 #000 #fff; color:#069}

#sidebar_right {float: right; width: 270px; border: 0px solid red;}

/* right hand column from alt style sheet*/
#main_content_right {
	width: 300px;
	float: right;
	/*margin: 35px 0;*/
}

#sidebar {
	width: 300px;
   float:left;
	margin-top: -15px;
	background: #e9ebee;
	padding-bottom: 30px;
}


#sidebar h3, #sidebar_right h3 {
	

	margin: 12px;
	
	background: #15282e;
	color: #e1e6fa;
	letter-spacing: 1px;
	
	padding: 8px; /*defines width of darker color bar */
	
	/*
	background: #d1d5db;
	color: #2f4248;
	text-transform: uppercase;*/
}






.sidebar_nav ul {list-style: none;}
.sidebar_nav li {list-style: none;}
.sidebar_nav ul li {background:url(../images/seperator.png) repeat-x bottom; padding: 15px 0; margin: 0 35px;}
.sidebar_nav ul ul li {border-bottom: none; text-indent: 15px; margin-right:0px; padding: 5px 0;}
.sidebar_nav ul ul li li {background: url(../images/sub-nav.png) no-repeat center left;}
.sidebar_nav ul ul ul li {}

.sidebar_nav ul ul li a {background: url(../images/sub-nav.png) no-repeat center left;}

.sidebar_nav a {
    display: block;
    padding: 4px;
	text-decoration: none;
}

.sidebar_nav a:link, .sidebar_nav a:visited {
	color: #183152;
	text-decoration: none;
}

.sidebar_nav a:hover {
	color: #069; 
}



.sidebar_news {
}

.sidebar_news dl {
	padding: 5px;
	color: #465b61
}

.sidebar_news dt {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin-bottom: 3px;
	font-weight: bold;
}

.sidebar_news dd{
	margin-bottom: 5px;
	background: url(../images/seperator.png) repeat-x bottom;
	padding-bottom: 10px;
}


/*================================================================
Tabbed Navigation
==================================================================*/

#tabbed_box_1 {
	margin: 0px auto 15px auto;
	width:300px;
	
}


#tabbed_box_2 {
	margin: 0px auto 15px auto;
	width:960px;
	
}

.tabbed_area {
	background: #e9ebee;
	padding:4px;	
	
}



ul.tabs {
	margin:0px; padding:0px;
	margin-top:5px;
	margin-bottom:6px;
}
ul.tabs li {
	list-style:none;
	display:inline;
}
ul.tabs li a {
	background:url(../images/tab.png) repeat-x;
	color: #35557b;
	padding:8px 11px 8px 11px;
	text-decoration:none;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;

}
ul.tabs li a:hover {
	border-color:#fff;
	color: #000
}
ul.tabs li a.active {
	background:url(../images/tab_active.png) repeat-x;
	color:#282e32;
}
.content {
	background:url(../images/light_overlay2.png);
	padding:10px;
	margin-top: -1px;
	/*height: 300px; keep the tabbed box fixed height*/
}


.content h3 {
	margin: 2px;
	
	letter-spacing: 1px;
	
	padding: 8px; /*defines width of darker color bar */
	
	
	background: #d1d5db;
	color: #2f4248;
	/*text-transform: uppercase;*/
}


.content .testimonial {
font-style: italic;
font-weight: bold;
/*color: Red;*/
}

.content span {
   font-size: xx-small;
	letter-spacing: normal;
}

.content .caption {
	
	margin:5px;
	background:url(../images/seperator.png) repeat-x bottom;
	padding-top:0px;
	padding-bottom:15px;
	font-size:13px;
	font-style: oblique;
	text-align: justify;

	
}

.content .caption_left {
	
	margin:5px;
	background:url(../images/seperator.png) repeat-x bottom;
	padding-top:0px;
	padding-bottom:15px;
	font-size:13px;
	text-align: left;
	
}

.content h4 {
   font-size: smaller;
	margin: 12px;
	
	letter-spacing: 1px;
	
	 padding: 8px; /*defines width of darker color bar */
	
	
	background: #d1d5db;
	color: #2f4248;
	
}


#content_2, #content_3, #content_4, #content_5, #content_6, #content_7  { display:none; }

.content ul {
	margin:0px;
	padding:0px 20px 0px 20px;
	
}
.content ul li {
	list-style:none;
	background:url(../images/seperator.png) repeat-x bottom;
	padding-top:15px;
	padding-bottom:15px;
	font-size:13px;

}
.content ul {
	border-bottom:none;
		list-style: none;
}
.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;
}
.content ul li a:hover {
	color:#069 ;
}
.content ul li a:hover small {
	color:#baae8e;
}


/*--end--*/
/*---images--*/

img.masters {
	display: block;
	margin-left: 0;
	margin-right: auto;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}


.alignright {
	float: right;
	}

.alignleft, .post_thumb, .featured_thumb {
	float: left
	}

.text_top {

	vertical-align:top;
	clear:both;

	}
	
img.border {border: 4px solid white;}

/*img {border: none;}*/

.image_post {border: 10px solid white; float: left; margin-right: 10px;}

.image_border {border: 4px solid white; float: left; margin: 10px;}

.sidebar_img_left {float: left; padding: 0px; border: 4px solid #f7f9fb; margin-bottom: 4px;}

.sidebar_img_right {float: right; padding: 0px; border: 4px solid #f7f9fb; margin-bottom: 4px;}
	
/*---end images---*/
#footer {
	background-color: #15282e;
	padding: 20px;
	/*padding: 10px;*/
	clear: both;
	text-align: center;
}

/* text formatting */

/*a {color: #067092; text-decoration: underline;}*/

/*a:hover {color: #067092; text-decoration: underline;}*/

p {margin: 15px 0; color: #3b4c52}

small, small a{
	color: #949da1;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

small a:hover {
	text-decoration: underline;
}

.service_menu {margin-top: 5px;}

h1, h2 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
	color: #3b4c52;
}

h2 {
   background: url(../images/seperator.png) repeat-x bottom;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
	color: #3b4c52;
	padding-bottom: 8px;
	text-align: center;
}


.heading_box { margin-left: 239px; width: 420px;}

.post h1 {
	background: url(../images/seperator.png) repeat-x bottom;
	padding-bottom: 8px;
}

.more {text-align: right; padding-right: 30px;
border: Green;}




#header_search {float: right; margin-top: 18px; width: 350px;}


#search {
	background: url(../images/search_bg.png);
	border: none;
	height: 21px;
	padding: 10px;
	width: 221px;
	float: left;
	color: #526a71;
	font-size: 18px;
}

#submit {
	background:url(../images/submit.png);
	height: 39px;
	width: 99px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	float: right
}



#small_logo {
	position: absolute;
	top: 8px;
	right: 12px;
}

#small_logo img {
/*border: 4px solid green;*/
}



/* stu nicholls drop Capitals*/

/* The <div id="box"> </div> produces a nice box frame, the <span id="cap"> </span> produces droppped capital */
#box {display:block; width:250px; line-height:normal; letter-spacing:1px; font-family: times new roman, serif; font-size:16px; color:#000; border:1px solid #ddd; padding:5px; margin:2em auto;}
#cap {font-size:50px; /*color:#909;*/ font-weight:bold; float:left; height:34px; line-height:34px; margin-top:2px; margin-right:1px;}
* html #cap {margin-right:-2px; margin-top:3px;}

/* end */



/*================================================================
Video (optional)
==================================================================*/

.video {
	display: block;
	float: left;
	overflow: hidden;
	width: 336px;
	margin: 0 0 10px 0;
}
	
.video div {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	display: block;
}

object { padding: 0; margin: 0; }

/* end */

/*================================================================
Tables
==================================================================*/

table {width: 90%; border: 1px solid gray; border-collapse: collapse; margin: auto}

th {padding: .08em; font-weight: bold}

td {border: 1px solid gray; padding: .08em; text-align:center}

td a {background: #fff}

/* end */

/*================================================================
Forms
==================================================================*/

/* General forms */

fieldset {border:1px solid gray; padding: 15px;}

legend {
  padding: 0.2em 0.5em;
  border:1px solid gray;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .08em;
}

textarea {width: 100%; height: 200px;}

.search_input {width: 158px; margin-top: 10px;}

/* header search */

#header_search_container {float: right; margin-top: 18px; width: 350px;}
#header_search p {}


#header_search {
	background: url(../images/search_bg.png);
	border: none;
	height: 21px;
	padding: 10px;
	width: 221px;
	float: left;
	color: #526a71;
	font-size: 18px;
	margin-top: 0px
}

#header_submit {
	background:url(../images/submit.png);
	height: 39px;
	width: 99px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	float: right
}




