﻿body 
{
font-family:Arial, Sans-Serif;    
}

#frame
{
	width:1024px;
	height:768px;
	overflow:hidden;
	background-color:White;	
	border:0px solid black;
	margin-left:auto;
	margin-right:auto;
}

#logo
{
	float:left;
	position:relative;
	top:26px;
	left:177px;
	background-image:url(../Images/clearscreen.jpg);
	background-repeat:no-repeat;
	height:80px;
	width:317px;
	border:0px solid black;
}

#logo_text
{	
	float:left;
	position:relative;
	top:46px;	
	left:217px;
	color:#666666;	
	font-family:Arial Narrow;
	font-size:15px;	
	border:0px solid black;
	height:20px;	 
}

#contact_details
{
	float:left;
	position:relative;
	top:45px;
	left:350px;	
	height:67px;
	width:180px;
	text-align:right;
	font-family:Arial;
	font-size:11px;	
	color:#666666;
}

#header
{
	float:left;
	position:relative;
	top:50px;
	left:0px;
	background-image:url(../Images/header.jpg);
	background-repeat:no-repeat;
	width:1024px;
	height:250px;
}

.header_background
{
	float:left;
	position:relative;
	top:0px;
	left:135px;
	background-repeat:no-repeat;
	width:750px;
	height:200px;	
}

.header_default
{
	float:left;
	position:relative;
	top:0px;
	left:134px;
	background-repeat:no-repeat;
	width:775px;
	height:195px;	
	border:0px solid black;
}

.header_services
{
	float:left;
	position:relative;
	top:0px;
	left:134px;
	background-image:url(../Images/header_services.jpg);
	background-repeat:no-repeat;
	width:775px;
	height:195px;	
	border:0px solid black;	
}

#header_title
{	
	float:left;
	position:relative;
	border:0px solid black;
	padding:10px;	
}

.header_image
{
	float:left;
	border:0px solid black;
	width:200px;
	height:195px;	
	text-align:center;
	vertical-align:middle;
	padding:20px;
}

.header_text
{
	width:490px;
	float:left;
	padding-top:55px;	
	padding-left:25px;
	padding-right:20px;
	/*font-weight:bold;*/
}

.navbar
{	
	float:left;
	position:relative;
	top:0px;
	left:151px;
	height:28px;
	width:403px;
	padding-top:5px;	
	border:0px solid black;			
	background-color:#616161;
	background-image:url(../Images/navbar.jpg);
	background-repeat:no-repeat;
}

.navbar a
{		

	text-decoration:none;
	display:inline-block;
	width:auto;
	padding-left:30px;
	color:White;
	font-family:Arial Narrow;
	font-size:15px;	
}

.content_title_placeholder
{
	float:left;
	position:relative;
	top:0px;
	left:134px;
	height:25px;
	width:326px;		
	border-left:1px solid #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	padding:20px;
}

#submenu
{
	float:left;
	position:relative;
	top:0px;
	height:200px;
	width:100px;
	border:0px solid #CCCCCC;
	margin-right:15px;
}

#submenu a
{
	display:block;
	font-family:Arial;
	font-size:11px;	
	height:20px;
	color:#666666;
}

.content
{	
	float:left;
	position:relative;	
	left:134px;
	border-left:1px solid #CCCCCC;			
	padding:25px;
	width:700px;	
	font-family:Arial;
	font-size:15px;	
	height:350px;
	color:#666666;
	
}

#footer
{
	float:left;
	left:115px;
	top:-30px;
	position:relative;	
	border-top:1px solid #CCCCCC;
	width:700px;
	padding-left:40px;
	padding-top:10px;
	font-family:Arial Narrow;
	font-size:13px;	
	color:#666666;
}


