@charset "utf-8";
html, body {
	height: 100%;
	font: 100% "Myriad Pro", "Helvetica", sans-serif;
	background: #00344D;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/* logo image goes here */

#header {
	background: url(/images/Gradient-BG-SM.png); 
	background-color: #CBB677;
	width: 100%;
	verical-align: middle;
	text-align: center;
	}
	
/* link behavior */
	
a:hover {
color: #CE9D00;
text-decoration: none;
}

a:link {
color: #CE9D00;
text-decoration: none;
}

a:visited {
color: #CE9D00;}

a:hover {
color: #00344D;
text-decoration: none;
font-weight: bold;
}

a:active {
color: #892034;}
		
p {
	font-size: 20px;
	margin: 25px;
	}
	
#wrapper {	  
    height: 100%;
	padding-bottom: 0px;
	margin: 0 auto;
	-webkit-overflow-scrolling: touch;
	}

.oneColElsCtr #container {
	height: auto;
	width: 95%;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom: 0px;
	}
	
.oneColElsCtr #mainContent {
	height: 100%;
	padding: 20px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index: 1;
}

/* for the blog page */

#mainContent iframe {
	padding: 0 0 0 0px;
	border: 0;
	margin: 0;
    width: 100%;
	height: 800px;
	overflow: scroll;
    }
	
/* products and projects */

#mainContent table {
	width: 100%;
	text-align: left;
	border-style: outset;
	border-left-color: #ABBCC4;
	border-right-color: #ABBCC4;
	border-top-color: #547788;
	border-bottom-color: #547788;
	padding: 15px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
     border-radius: 20px;
 }
 
 #mainContent table tr td {
	 padding: 8px;
	 border: thin;
	 border-style: solid;
	 border-left-color: #D1DADF;
	 border-right-color: #D1DADF;
	 border-top-color: #A1B4BE;
	 border-bottom-color: #A1B4BE; 
 }
 
 #mainContent table.social {
	padding: inherit;
	width: auto;
	border-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
 }

#mainContent img {
   text-align: center;	
}

#mainContent .h1 {
	color: #00573D;
}

#mainContent .h2 {
	color: #00344D;
}

#mainContent li {
	font-size: x-large;	
}

#mainContent .prodname {
	font-size: x-large;
    font-weight: bold;	
}

#mainContent .desc {
	font-size: larger;
}

.h3 {
	font-size: medium;
	text-align: center;
	padding: 0px;
}

h4 {
font-size: larger;
text-align: center;
	}
	
h5 {
	margin: 20px;
	font-size: 24px;
	color: #00344D;
	}
h5 font.sitemap {
	font-size: 20px;
	font-weight: normal;
	color:#000;
	}
	
p.languages {
	text-align: center;
}

/* bottom-of-page content */
		
#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	text-align:center;
	font-weight: bold;
	color: #FFF;
	background-color: #00573D;
	text-shadow: 1px 2px 5px #000;
	z-index: 2;
}
	
#Server {
	width: 100%;
	height: 350px;
	text-align: center;
	padding: 0px 0px 51px 0;
}
