@charset "utf-8";
/* CSS Document */

* {margin:0;padding:0;}

body {
	font:.8em Helvetica, Arial, sans-serif; 
	line-height:1.3em;
	color:#444444;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width:960px;
	background: #010123 url(../images/bkgnd_sub.jpg) repeat-x left top;}

a img {border:none;}

a:link {color: #7ECFF5;text-decoration:none;}
a:hover {color:#7ECFF5;text-decoration:underline;}
a:visited {color: #7ECFF5;text-decoration:none;}

p {
	margin:0 0 0 0;
	line-height:1.3em;
}

h1 {font:1.8em Helvetica, Arial, sans-serif; font-weight:bold; line-height:2em;}
h2 {font:1.6em Helvetica, Arial, sans-serif; font-weight:bold; line-height:1.8em;}
h3 {font:1.4em Helvetica, Arial, sans-serif; font-weight:bold; line-height:1.6em;}
h4 {font:1.2em Helvetica, Arial, sans-serif; font-weight:bold; line-height:1.4em;}

li {
	margin-left:30px;
}

.bold {font-weight:bold;}
.italic {font-style:italic;}
.shadow {text-shadow: #222 2px 2px 4px;}
.white {color:#fff;}
.lightgrey {color:#CAD8DF;}
.mediumgrey {color:#666;}
.darkgrey {color:#333;}
.black {color:#kkk;}
.red {color:#F00;}
.darkred {color:#900;}
.orange {color:#E16000;}
.warmyellow {color:#FC0;}
.yellow {color:#FF0;}
.green {color:#0C0;}
.darkgreen {color:#060;}
.lightblue {color:#00B9FF;}
.darkblue {color:#022567;}
.purple {color:#606;}
.pink {color:#F9F;}
.whiteline {background-color:#fff; height:2px; width:95%;}
.blackline {background-color:#666; height:1px; width:50%;}

.clear{
	clear:both;
}

/* Header */
#header {padding:30px 0 0 0;
	height:70px;}
	
#header #logo {
	margin:0 auto;
	padding:0 10px 0 10px;}
/* End Header */

#headcontainer {
	background-color:#000;
	width:960px;
	height:100px;
	position:relative;
	text-align:left;
	margin:0px auto;
}

#headertag {
	width:400px;
	height:38px;
	float:left;
	margin-left:100px;
}

#container {
	width:960px;
	position:relative;
	text-align:left;
	margin:0px auto;
}

/* Body Content */
#wrapper {
	position:relative;
	margin:0 auto;
	text-align: left;
	padding: 0;
	width:960px;}
	
#bodyContent {
	position:relative;
	float:left;
	margin:0 auto;
	text-align: left;
	background-color: #ccc;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #000;
	padding: 10px;
	width:600px;}
	
#bodyContentClear {
	position:relative;
	float:left;
	margin:0 auto;
	text-align: left;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 0px;
	width:600px;}
	
#webgallery {
	background-color: #000066;
	margin: 0 auto;
	text-align:center;
	width: 960px;
	}
	
.onecol {
	background-color: #000066;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #000;
	width:960px;
	position:relative;
	float:left;
	margin:0 auto;
	text-align: left;
	padding: 10px;
	}
	
.twocol {
	background-color: #091050;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #000321;
	width:580px;
	position:relative;
	float:left;
	margin:0 auto;
	text-align: left;
	padding: 20px;
	}
	
.sidebar {
	background-color: #03124E;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #000321;
	width:280px;
	position:relative;
	float:right;
	margin:0 auto;
	text-align: left;
	padding: 20px;
}
	
#sidebar p {color:#CCCCCC;}
	
#sidebar H1 {
	font-weight:bold;
	font-size:1em;
	color:#FF9900;}
	
.hosting {
	width:240px;
	background-color: #F2F2F2;
	background-image: linear-gradient(bottom, rgb(238,238,238) 37%, rgb(255,255,255) 69%);
	background-image: -o-linear-gradient(bottom, rgb(238,238,238) 37%, rgb(255,255,255) 69%);
	background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 37%, rgb(255,255,255) 69%);
	background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 37%, rgb(255,255,255) 69%);
	background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 37%, rgb(255,255,255) 69%);
	background-image: -webkit-gradient(linear,left bottom,left top,
	color-stop(0.37, rgb(238,238,238)),
	color-stop(0.69, rgb(255,255,255))
);
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding:20px;
	margin:0px auto;
}
	
/* End Body Content */

.icons {
	width:90px;
	height:90px;
	text-align:center;
	position:relative;
	float:left;
}
