/*
Colors:
Dark Blue: #395273
Light Blue: #c6d6ef
Light Grey: #efefef

*/

@import url(custom-theme/jquery-ui-1.7.2.custom.css); 


body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #555;
 background: #fff;
 line-height: 1.4em;
 overflow-x: hidden;
 overflow-y: scroll;
}

h1 {
	color: black;
	font-size: 1.8em;
	padding: 5px 0px 0px 0px;
}

h2 {
	color: #395273;
	font-size: 1.2em;
	padding: 10px 0px 10px 0px;
}

p {
	margin-bottom: 10px;
}

img {border: none;}

input, select, textarea {
	margin-bottom: 10px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 140px;
}

textarea:focus, input:focus {
	border: 2px solid #900;
}

.clearboth {
	clear: both;
}

/* LINKS */
a:link {
	color: #003399 ;
	text-decoration: none;
}

a:visited {
	color: #395273;
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: underline;
}

a:active {
	color: #ff6600;
	text-decoration: none;
}

/* TOP NAVIGATION */
ul#topnav { 
	list-style: none;	
	font-size: .95em;
	clear: both;
	float: left;
	width: 100%;
	z-index: 5;
}

ul#topnav li {
	overflow: hidden; 
	float: left; 
	height: 30px;
	position: relative;
	z-index: 10000;
}

ul#topnav a, ul#topnav span {
	padding: 10px 20px;       /* Button Padding */
	float: left; 
	text-decoration: none; 
	font-weight: bold;
	color: #fff;
	clear: both;
	height: 10px;
	line-height: 11px;
	background: #395273 url(../images/a_bg.png) repeat-x left top;
	white-space:nowrap;
}

ul#topnav a {  
	color: #555;
	background: url(../images/a_bg.png) repeat-x left bottom;
}

ul#topnav li ul {
	position: relative;
	left: 0;
	top: 0;
}

#whyparagon #nav-whyparagon a,
#howwehelp #nav-help a,
#solutions #nav-solutions a,
#netoffice #nav-netoffice a,
#netshield #nav-netshield a,
#commitment #nav-commitment a,
#blog #nav-blog a,
#contact #nav-contact a		{
	margin-top: -30px;
	color: #395273;
	background: #395273 url(../images/a_bg.png) repeat-x left -30px;
}

#wrapper {
	background-color: #fff;
}

#footer {
	font-size: .8em;
	text-align: center;
	color: #395273;
}

#homeatom {
	position: relative;
	float: right;
	right: -10px;
	top: -30px;
	z-index: 10;
}

#banner {
	position: relative;
	right: 10px;
	margin-top: 8px;
	z-index: 1;
}

#wrapper {
	background: #fff url(../images/vert-line.jpg);
	background-repeat: no-repeat;
	background-position: 230px 75% ;
}

#newscol {
	background: transparent url(../images/news-fade-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 110%;
}

#newsinner {
	background: transparent url(../images/news-fade-top.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 50%;
}

#newstitle {
	background: #395273;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	font-variant: small-caps;
	padding: 10px 0px 10px 0px;
}

#newstext {
	text-align: left;
	padding: 0px 10px 20px 15px	;
}

#contactform {
	float: right;
	width: 50%;
	background-color: #eee;
	margin-top: 30px;
	padding: 10px;
}

#rightsidebarimage {
	padding: 5px;
	margin-top: 3px;
	float: right;
}

#testleft {
	padding: 2px;
	float: left;
	width: 19%;
}

#testright {
	padding: 5px;
	margin-top: 3px;
	float: left;
	width: 80%;
}

.bodybold {
	font-weight: bold;
}

ul.listblue li {
	margin-left: 16px;
	margin-bottom: 5px;
	background-image: url(../images/list-bullet-blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 12px; 
}

.em {
	font-style: italic; 
}

.center {
	text-align: center;
}

