/* global definitions */

html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #183256;
	background-image: url(img/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

a.important {
	font-weight: bold;
}

.textbox, .submit, select {
    font-family: Arial, Helvetica, sans-serif;
}

.textbox, .submit, select, textarea {
	border: 1px solid #4f939e;
	font-size: 13px;
}

.textbox, textarea {
	background: #fff;
}

.textbox:focus, textarea:focus {
	background: #f0f8ff;
}

blockquote {
	color: #666;
	font-style: italic;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 12px 0 0 0;
}

blockquote .quote-author {
    margin: 0;
    padding: 12px 0 0 0;
    font-style: normal;
}

.l_column .visitOffer {
	text-align: center;
	font-weight: bold;
	padding-top: 24px; 
}

#globalWrapper {
	width: 820px;
    margin: auto;
    padding: 0;
}

#topStub {
    width: 820px;
	height: 10px;
	overflow: hidden;
	background-image: url(img/outline_top.png);
	background-repeat: no-repeat;
}

#middleStub {
	padding: 0;
	background-image: url(img/outline.png);
	background-repeat: repeat-y;
}

#bottomStub {
    height: 12px;
    background-image: url(img/outline_bottom.png);
    background-repeat: no-repeat;
}

#mainTable {
	margin: 0 auto;
	width: 800px;
	height: 100%;
	border-collapse: collapse;
	text-align: left;
}

#mainTable td {
}

#header {
	width: 800px;
	height: 101px;
    margin: auto;
    padding: 0;
	vertical-align: top;
    overflow: hidden;
}

#logo {
	float: left;
    margin: 8px 0 0 0;
	padding: 0;
	background-image: url(img/logo.png);
	width: 340px;
	height: 96px;	
}

#logo a {
	display: block;
    width: 340px;
    height: 96px;
}

.search {
	color: white;
	font-family: Arial;
	font-size: 14px;
	text-align: right;
	padding: 35px 12px 0 0;
}

.search_input {
	border-top: 1px solid #f3f8f9;
	border-bottom: 1px solid #f3f8f9;
	border-left: 1px solid #4f939e;
	border-right: 1px solid #4f939e;
	width: 165px;
}

#topSearchForm {
	margin: 0;
	padding: 0;
}

#searchButton {
	vertical-align: top;
}

#topCredentials {
	padding-top: 20px;
	margin-bottom: 11px;
}

#topCredentials a {
	color: white;
	text-decoration: none;
}

#topCredentials a:hover {
    color: #d9be09;
}

.separator1 {
	margin: 0 10px;
    padding: 0;
    height: 1px;
	background-color: #d9d9d9;
	border-bottom: 1px solid #000;
	overflow: hidden;
}

.separator2 {
	height: 12px;
    margin: 0 10px;
	padding: 0;
    background-color: #134d61;
    overflow: hidden;
}

.l_column h1 {
    color: #730c0c;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.l_column h2 {
	color: #134d61;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 28px 0 0 0;
}

.l_column h2 a {
	color: #134d61;
}

.l_column h2.title {
	font-size: 16px;
}

.l_column h3 {
	font-weight: bold;
	font-size: 13px;
}

.l_column .p_img {
	padding-top: 12px;
}

.l_column p {
	margin: 0;
	padding: 12px 0 0 0;
}

.menu_block {
	margin: 0;
	padding: 12px 12px 0 0;
	list-style-type: none;
}

.menu_block li {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 0;
	margin: 0 0 26px 4px;
}

.menu_block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu_block ul li {
	font-weight: normal;
	margin: 2px 0 0 45px;
	text-indent: -30px;
}

#signup {
	text-align: center;
	margin: 12px;
	padding: 5px;
	font-size: 14px;
	background: #183256;
}

#signup a {
	display: block;
	text-decoration: none;
}

.l_column {
	padding: 12px 12px 32px 12px;
	background-color: #ffffff;
	width: 543px;
	vertical-align: top;
	color: #000000;
	font-size: 13px;
}

.l_column a {
	text-decoration: none;
    color: #f90;
}

.l_column a:hover {
    color: #d9be09;
}

.r_column {
	background-color: #5d8bab;
	font-size: 14px;
	color: #ffffff;
	width: 257px;
	vertical-align: top;
	padding: 0;
	border-left: 1px solid #000;
}

.r_column a {
	color: #fff;
	text-decoration: none;
}

.r_column a:hover {
	color: #f0f0f0;
}

.our_mission {
	background-image: url(img/our_mission.jpg);
	width: 257px;
	height: 94px;
	margin: 13px 0 0 0;
	padding: 0;
	list-style-type: none;
}

.our_mission li {
	margin: 0;
	padding: 18px 0 0 14px;
}

.our_mission li a {
	font-size: 16px;
	font-style: italic;
}

div.image {
	text-align: center;
	padding: 18px 0 6px 0;
}

div.image img {
	margin: auto;
}

.imageDescription {
	display: block;
	margin: auto;
	padding-top: 6px;
	width: 70%;
	font-weight: bold;
	font-style: italic;
}

#footer {
	margin: 0 10px;
    padding: 12px;
	text-align: center;
	background-color: #fff;
	font-size: 12px;
}

#copyright {
	line-height: 31px;
}

#xhtml {
	float: left;
}

#css {
	float: right;
}

/* index.php */

#mpTable {
	width: 100%;
}

#mpTable .mpImage {
	padding-top: 12px;
}

#mpTable .mpContent {
	width: 50%;
	vertical-align: top;
}

#mpTable .mpContent p {
	margin: 0;
	padding: 0 12px 0 0;
}

/* whatwedo.php */

ul.whatwedo {
	border: 1px solid #ccc;
	color: #666;
	margin: 12px 0;
	padding: 20px 10px 20px 30px;
}

/* hosting-email.php */

.priceList {
	margin: 12px 0;
	padding: 6px;
	border: 1px solid #ccc;
}

.priceList table {
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}

.priceList td {
	padding: 6px;
}

.priceList .mainHeader {
	font-weight: bold;
}

.priceList .subheaderRight {
	font-weight: bold;
	text-align: center;
}

.priceList .item {
	font-weight: bold;
}

.priceList .price {
	text-align: center;
}

/* casestudies.php */

table.casestudies {
	width: 100%;
}

table.casestudies td {
	width: 50%;
	vertical-align: top;
}

/* contactus.php */

div.contactInformation, div.contactMap {
	font-weight: bold;
	border: 1px solid #ccc;
	margin: 12px 0;
	padding: 16px 12px;
}

div.contactInformation ul {
	margin: 0;
	padding: 6px 0;
	list-style-type: none;
}

div.contactInformation ul.address {
	color: #666;
}

div.contactInformation ul.fineprint {
	color: #666;
	font-size: 11px;
}

div.contactInformation .phone {
	position: absolute;
	left: 50%;
	margin-left: -280px;
}

div.contactMap img {
	margin: auto;
}

#contactForm, #contactFormMessages {
	border: 1px solid #ccc;
	margin: 12px 0;
	padding: 16px 12px;
}

#contactFormMessages {
	text-align: center;
}

#contactLongTable .textbox, #contactLongTable select {
	width: 200px;
}

#contactForm .contactTextLabel {
	display: block;
}

#contactSubmit {
	text-align: center;
	padding-top: 5px;
}

#contactSubmit .submit {
	padding: 3px;
	background: #f0f0f0;
}

#contactForm textarea {
	width: 100%;
	height: 6em;
}

#contactForm h2, div.contactMap h2, div.contactInformation h2 {
	padding: 0 0 6px 0;
}

#contactBottomTable {
	margin: auto;
}

#contactBottomTable .contactTableCheckbox {
	text-align: center;
}

/* sitesearch.htm */

.searchQuery, .searchResultCount, .searchEntry {
	font-weight: bold;
}

/* customer-databases.htm */

dl.bulleted {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}

dl.bulleted dt {
	font-weight: bold;
	display: list-item;
	margin-left: 20px;
	padding-left: 0;
}

dl.bulleted dd {
    margin-left: 40px;
    padding-left: 0;
}

