﻿/*----------------------- Premier Net Clicks Main Styles Page CSS ------------------------*/

*{
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}
body{
	background-color: #001641;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #eeeeee;
}
p{
	padding-bottom: 15px;
	color: #CCCCCC;
}
h1{
	font-size: 23px;
	margin-bottom: 20px;
}
h2{
	padding-top: 5px;
	padding-bottom: 15px;
}
h3{
	padding-top: 5px;
	padding-bottom: 10px;
}
h4{
	padding-top: 5px;
	padding-bottom: 5px;
}
ul{
	
}
li{
	
}
img{
	border: none;
}
a{
	color: #eeeeee;
}
.center-text {
	text-align: center;
}
.text-right{
	text-align: right;
}
.underline{
	text-decoration: underline;
}
.vert-padding{
	padding: 10px 0;
}
a:active{
	color: #0099FF;
}
div#top-stripe{
	height: 17px;
	background-color: #CC0000;
	border-bottom: 1px #001641 solid;
}
div#container{
	width: 900px;
	margin: 0 auto;
	background: url('../images/top-slanted-lines.jpg') no-repeat;
}
div#top-nav{
	padding-top: 7px;
	text-align: right;	
}
div#top-nav ul{

}
div#top-nav ul li{
	display: inline;
	padding: 0 3px 0 7px;
	margin: 0;
	border-right: 0px #eeeeee solid;
	font-size: 12px;
	font-weight: bold;
}
div#top-nav ul li a{
	padding: 0 0 5px 2px;
	color: #eeeeee;
	text-decoration: none;
}
div#top-nav ul li a:hover{
	color: #ffffff;
	border-bottom: 0px #CC0000 solid;
	border-top: 7px #1A6AFF solid;
}
div#top-nav ul li a:active{
	color: #0099FF;
}
div#top-nav ul li.last{
	border: none;
}
div#header{
	height: 51px;
}
div#header img{
	height: 38px;
	width: 252px;
	margin-top: 5px;
	margin-left: 7px;
}
div#content{
	
}
div#content-bottom{
	clear: both;
	height: 35px;
	padding-top: 0px;
}
div#bottom-nav{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 3px;
}
div#bottom-nav ul{

}
div#bottom-nav ul li{
	display: inline;
	padding: 0 7px 0 5px;
	margin: 0;
	border-right: 1px white solid;
	font-size: 11px;
	font-weight: bold;
}
div#bottom-nav ul li a{
	padding: 0 1px;
	color: #dddddd;
	text-decoration: none;
}
div#bottom-nav ul li a:hover{
	color: #ffffff;
	background-color: #002B79;
}
div#bottom-nav ul li a:active{
	color: #0099FF;
}
div#bottom-nav ul li.last{
	border: none;
}

div#footer{

}
p#copyright{
	text-align: center;
	padding-top: 25px;
	padding-bottom: 7px;
	font-size: 11px;
	color: silver;
}
