@CHARSET "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;   /* #4A5157;*/
}

h1, h2, h3 {
	color: #292929;
}

h1 {
	letter-spacing: -1px;
	font-size: 30px;
}

h2 {
	font-size: 24px;
	color: #292929;
}

h3 {
	font-size: 13px;
	color: #292929;
}

p, ul, ol {
	margin-bottom: 2em;
	text-align: justify;
	line-height: 200%;
}

p {
}

ul {
}

ol {
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 15px 0 0;
}

img.right {
	float: right;
	margin: 3px 0 0 15px;
}

.tn img {
	border: 8px solid #F5F5F5;
}

hr {
	display: none;
}

.red {
	color: #E60000; /* red; */
}

.black {
	color: black;
}

.white {
	color: white;
}

.center {
	text-align: center;
}
/* Logo */

#logo {
	width: 800px;  /* 750px; */ 
	height: 147px;
	margin: 0 auto;
	background: url(../images/datacenter.jpg) no-repeat right center;
}

#logo h1 {
	font-family:  "Monotype Corsiva";
	font-size: 72px;
	font-weight: bold;
	font-style: italic;
	padding-top: 20px;
}

/*
#logo h1 {
	float: left;
	padding: 70px 37px 0 0;
	height: 54px;
	background: url(../images/img02.gif) no-repeat 100% 63px;
	font-size: 38px;
	font-weight: normal;
	letter-spacing: -2px;
}
*/
#logo h2 {
	float: right;
	padding: 98px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 800px;  /* 750px; */  
	height: 2em;
	margin: 0 auto;
	background: #c0c0c0;
	text-align: center;
}
/*
#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 10px;
	padding: 5px 10px 0 10px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	background: #EC0000 url(../images/img03.gif) repeat-x left bottom;
}
*/
/* Page */

#bg {
	background: url(../images/img04.gif) no-repeat center top;
}

#page {
	width: 800px;  /* 750px; */ 
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 600px; 	/* 550px; */
	padding: 0 0 0 24px;
  min-height:400px;    /* Minimum width of layout - remove line if not required */
  height: auto !important;
	height: 400px;						

}

#content h1 {
	margin: 30px 0 20px 0;
	padding-left: 33px;
	background: url(../images/img07.gif) no-repeat left center;
}

#content .content {
	padding-left: 32px;
}

#content dl {
float: right;
}

#content dt,
#content dd
{
float: left;
margin: 0;	
}
#content dd.next
{
background-image: url("../images/next_null.gif");
margin-left: -1px;
}
#content dd.prev
{
margin-left: 10px;
background-image: url("../images/prev_null.gif");
}
#content dd.next a
{
background-image: url("../images/next.gif");
}
#content dd.prev a
{
background-image: url("../images/prev.gif");
}
#content .prev a,
#content .prev,
#content .next a,
#content .next
{
width: 17px;
height: 17px;
background-repeat: no-repeat;
background-position: 0 0;
overflow: hidden;
}
#content dd.prev a,
#content dd.next a
{
display: block;
text-indent: 9999px;
/*\*/
overflow: hidden;
/**/
}
#content dd.prev a:hover,
#content dd.prev a:focus
{
background-color: transparent;
background-image: url("../images/prev_hover.gif");
}
#content dd.next a:hover,
#content dd.next a:focus
{
background-color: transparent;
background-image: url("../images/next_hover.gif");
}

.container-right {
	padding:0pt 8px 3px 0pt;
	text-align:right;
}

#content a.more{
/*	background:transparent url(../images/3arrows.jpg) no-repeat scroll 0pt; /* 50%; */
	color: #CC0000; /* #E47F00; */
/*	font-size:10px; */
	padding:0 0 0 10px;
}

/* Posts */

.post h1.title {
	margin: 30px 0 20px 0;
	padding-left: 0;
/*	background: url(../images/img07.gif) no-repeat left center; */
}

.post h2.title {
	font-size: 16px;
	margin: 30px 0 25px 0;
	padding-left: 0;
/*	background: url(../images/img07.gif) no-repeat left center; */
}

.post .logo {
	font-family:  "Monotype Corsiva";
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}
.post .title a {
	text-decoration: none;
	color: #292929;
}

.post .entry {
	padding-left: 0;	/* 32px;*/
}

.post ul, .post ol {
	margin-left: 3em;
}

.post ul {
	list-style-type: disc;
}

.post ol {
	list-style-type: decimal;
}

.post img.address {
	margin: 30px 0 20px 0;
	padding-left: 0;
	float: left;
}

.post h2.address,
.post p.address {
	padding-left: 30px;
	float: left;
}

.post .directions {
	clear: both;
}
	
/* Sidebar */

#sidebar {
	float: right;
	width: 120px;		/* same as images */
	padding: 0 1px 0 0;
}

#sidebar a {
	color: #4A5157;
}

#sidebar a:hover {
	color: #CC0000;
}

#sidebar img {
	margin: 0 0 30px 0;
	width: 120px; 
}

#sidebar img.top {
	margin: 30px 0 30px 0;
}

.box {
	margin: 30px 0 30px 0;
}

.box .title {
	height: 27px;
	padding: 6px 0 0 26px;
	background: #E60000; /* url(../images/img09.gif) repeat-x; */
	font-size: 17px;
	color: #FFFFFF;
}

.box .content {
	padding: 26px;
	background-color: #eee;	
	/*	background: url(../images/img06.gif) repeat-x;*/
}

.box ul {
	list-style: none;
	line-height: normal;
}

.box ul li {
	margin-bottom: 13px;
	font-size: 12px;
}

.box small {
	font-size: 10px;
	color: #808C96;
}

/* Footer */

#footer {
	border-top:10px solid #C0C0C0;
	width: 800px;  /* 800px;  /* 750px; */ */
	height: 50px;
	padding: 10px 0;
/*	background: url(../images/img08.gif) no-repeat center top; */
/*	background: #eee;*/
	font-size: 12px;
	clear:both;
}

#footer p {
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}

#footer ul {
 margin: 0 0 3px 0;
 padding: 0;
 list-style: none;
 color: #3E647E;
 text-align: center;
}

#footer li {
	margin: 0 6px 0 0;
	padding: 0 6px 0 0;
	list-style: none;
	color: #3E647E;
	display: inline;
	border-right: 1px solid #686667;
	text-align: center;
}

#footer li.lastitem {
	border-right: none;
}

#footer li a {
	color: #333333;	/* #007baf; */
	text-decoration: none;
}

#footer li a:hover {
	color: #CC0000; /* #0c629f;	/* #3E647E;*/
	text-decoration: underline;
}

#footer-copyright {
	display: block;
	color: #333333;	/* #007baf; /* light blue */
	margin: 5px 0 0 0;
}

/* Contact Header */
#contact-header {
	background-color: #000000;
	color: #FFFFFF;
	font-weight:bold;
}

.management-team {
	font-weight:bold;
	text-decoration: underline;
}

#figure {
	text-align: center;
}
