/* Tabula Rasa */
* {
	margin:0;
	padding:0;
	}

html, body {       
	margin:0 auto;
	background:url(images/scg_bg.jpg) no-repeat center top #000000;
	}

p {
	line-height:1.3em;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	margin:2px 0 12px 0;
	color:#333333;
	text-align:justify;
	}	
ul li	{
	margin-left:40px;
	}

a:link, a:visited {
	font-size:14px;
	color:#011C37;
	text-decoration:none;
	}
	
a:hover {
	color:#C20809;
	text-decoration:underline;
	}
		
h1,h2,h3 {
	color:#603913;
	font-variant:small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	}	
	
h1 {
	font-size:24px;
	margin-top:5px;
	}
	
h2 {
	font-size:20px;
	}
	
h3 {
	margin:2pxv 0 10px 0;
	font-size:16px;
	color:#000000;
	}
	
h4	{
	color:#000000;
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#container {
	background:url(images/container_bg.png) no-repeat top;
	width:937px;
	height:740px;
	margin:0 auto;
	}

.home_container	{
	background:url(images/home_bg.png) no-repeat top;
	width:1017px;
	height:800px;
	margin:0 auto;
	}
	
#welcomemessage	{
	position:absolute;
	width:422px;
	height:300px;
	left: 316px;
	top: 248px;
	}
	
#nctmblink	{
	width:130px;
	height:130px;
	position:absolute;
	left: 90px;
	top: 465px;
	}
#innernctmblink	{
	width:84px;
	height:77px;
	position:relative;
	left: 405px;
	top: 14px;
	}
	
#header	{
	background:url(images/inner_head.png) no-repeat;
	width:1017px;
	height:211px;
	margin:0 auto;
	}
	
#content {
	position:relative;
	width:764px;
	margin:0 auto;
	padding:5px;
	text-align:left;
	top: 180px;
	height: 470px;
	overflow-x: hidden;
	overflow-y: scroll;
	}
	
#footer {
	background:url(images/inner_foot.png) no-repeat;
	width:1017px;
	height:200px;
	margin:0 auto;
	}

#homenav	{
	width:774px;
	height:29px;
	margin:0 auto;
	position:relative;
	top: 180px;
	}
	
#homenav a:link, #homenav a:visited {
	font-size:22px;
	color:#aba000;
	text-decoration:none;
	padding:0 15px;
	font-weight:bold;
	}
	
#homenav a:hover {
	color:#fff200;
	text-decoration:none;
	}

#homenav.active {
	color:#fff200;
	text-decoration:none;
	}

#homenavigation	{
	margin:0 auto;
	height:220px;
	position:relative;
	top:12px;
	}	
	
#home_home
{
  display: block;
  width: 132px;
  height: 38px;
  background: url(images/nav_home_home.png) no-repeat 0 0;
  margin-bottom:10px;
}
#home_services
{
  display: block;
  width: 132px;
  height: 38px;
  background: url(images/nav_home_services.png) no-repeat 0 0;
  margin-bottom:10px;
}
#home_aboutus
{
  display: block;
  width: 132px;
  height: 33px;
  background: url(images/nav_home_aboutus.png) no-repeat 0 0;
  margin-bottom:10px;
}
#home_faq
{
  display: block;
  width: 132px;
  height: 39px;
  background: url(images/nav_home_faq.png) no-repeat 0 0;
  margin-bottom:6px;
}
#home_contact
{
  display: block;
  width: 132px;
  height: 31px;
  background: url(images/nav_home_contact.png) no-repeat 0 0;
}

#home_home:hover, #home_services:hover, #home_aboutus:hover, #home_faq:hover, #home_contact:hover
{ 
  background-position: -132px 0;
}

#home_home span, #home_services span, #home_aboutus span, #home_faq span, #home_contact span
{
  display: none;
}

	
#blog_button	{
	width:285px;
	height:214px;
	position:absolute;
	left: 756px;
	top: 391px;
	}
	
#blog_btn	{
  display: block;
  width: 285px;
  height: 214px;
  background: url(images/blog_button.png) no-repeat 0 0;
}

#blog_btn:hover	{ 
  background-position: 0 -214px;
}

#blog_btn span
{
  display: none;
}

#innernav	{
	width:500px;
	height:34px;
	margin:0 auto;
	position:absolute;
	left: 455px;
	top: 89px;
	}

#innernavigation	{
	margin:0 auto;
	height:34px;
	position:relative;
	top:12px;
	}	
	
#inner_home
{
  display: block;
  width: 64px;
  height: 34px;
  background: url(images/nav_inner_home.png) no-repeat 0 0;
  margin-right:20px;
  float:left;
}
#inner_services
{
  display: block;
  width: 95px;
  height: 34px;
  background: url(images/nav_inner_services.png) no-repeat 0 0;
  margin-right:20px;
  float:left;
}
#inner_aboutus
{
  display: block;
  width: 109px;
  height: 34px;
  background: url(images/nav_inner_aboutus.png) no-repeat 0 0;
  margin-right:20px;
  float:left;
}
#inner_faq
{
  display: block;
  width: 51px;
  height: 34px;
  background: url(images/nav_inner_faq.png) no-repeat 0 0;
  margin-right:20px;
  float:left;
}
#inner_contact
{
  display: block;
  width: 94px;
  height: 34px;
  background: url(images/nav_inner_contact.png) no-repeat 0 0;
  float:left;
}

#inner_home:hover, #inner_services:hover, #inner_aboutus:hover, #inner_faq:hover, #inner_contact:hover
{ 
  background-position:0 -34px;
}

#inner_home span, #inner_services span, #inner_aboutus span, #inner_faq span, #inner_contact span
{
  display: none;
}

.headline	{
	font-size:18px; 
	font-weight:bold;
	margin-top:10px;
	}
	

.imgleft	{
	float:left;
	margin:2px 10px 10px 0;
	border:1px solid #333333;
	}
		

.imgright	{
	float:right;
	margin:2px 0 10px 20px;
	border:1px solid #333333;
	}
	
hr	{
	width:100%;
	height:1px;
	color:#333333;
	margin:10px 0;
	}
	
#homecopyright	{
	position:absolute;
	text-align:center;
	left: 40px;
	top: 664px;
	width: 900px;
	height: 40px;
	padding:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#efebb9;
    background: url(images/copy_bg.png) no-repeat 0 0;
	}
	
#copyright	{
	position:relative;
	text-align:center;
	margin:0 auto;
	top:45px;
	width: 900px;
	height: 40px;
	padding:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#efebb9;
    background: url(images/copy_bg.png) no-repeat 0 0;
	}

#aboutshell	{
	position:relative;
	width:900px;
	height:600px;
	margin:0 auto;
	}
.aboutpane	{
	position:relative;
	width:400px;
	height:300px;
	float:left;
	margin-right:10px;
	padding:10px;
    background: url(images/aboutpanebg.png) no-repeat 0 0;
	}
#aboutshell p	{
	font-size:10px;
	}
	
.serviceslinks	{
	margin:15px;
	}
