/*	-------------------------------------------------------------
	                     Unifyer
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Unifyer Site Styles
	Client:			The Pursuant Group http://www.pursuantgroup.com	
	Filename:		primary.css
	Version:		1.0
	Date:			May 2008
	-------------------------------------------------------------*/

@import url("nav.css");
@import url("jquery.tabs.css");

/* Global browser reset */
* {
    margin: 0;
    padding: 0;
}

code {
                font-family: "Courier New", Courier, monospace;
            }
			
html{
overflow:scroll;
}			

body {
background: #050505 ;
    font-size: .9em;
	font-family:   Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
	
}

.right {
text-align: right;
}

#wrap {
    /*width: 960px;*/	
	background: #000 url(../images/contbgblk.png) center top no-repeat;
    width: 960px;
    margin: 0 auto;
	padding:0px;
}


.featurefront h3, .feature h3 {
color: #323942;
text-align: right;
}

.featurefront h2, .feature h2 {
border: none;
}

.feature {
background: url(../images/feature3.png) no-repeat;
border-bottom: 2px solid #323942;
min-height: 441px;
width: 920px;
padding: 20px 20px;}



.feature img, .logo {
padding: 0px;
margin: 0px;
}

.title {
background: url(../images/screen.gif);
border-bottom: 2px solid #323942;
padding: 20px 20px;
}

.title2 {
border-bottom: 1px solid #323942;
text-align: right;
padding: 20px 20px
}

a img {
border: none;
}

a, a:hover, a:visited, a:active {
color:#888;
}

ul {
list-style-position: inside;
}





abbr, acronym, .help {
  border-bottom: 1px dotted #caf51b;
  cursor: help;
  }
/*
  -------------------------------------------------------------
  Type
  -------------------------------------------------------------
*/

p {
font-size: 1em;
padding: 5px 0px;
}

h1 {
font-size: 1.6em;
}

h2 {
color: #fff;
font-size: 1.2em;
font-weight: bold;
border-bottom: 2px solid #323942;
top: 7px;
}

h3 {
font-size: 1em;
font-weight: normal;
padding: 0px 0px;
color: #fff;
}

.contentwhole h3 {
border-bottom: 1px solid #323942;
}

h4 {
font-size: .9em;
}

.contentwhole h2 {
color: #fff;
font-size: 1.1em;
font-weight: bold;
}

/*
  -------------------------------------------------------------
  Main Content Area
  -------------------------------------------------------------
*/


#content {
padding: 20px 20px;
margin:0px;
text-align: left;
}

.contentwhole{
width: 920px;
padding:10px 0px;
}

.center {
text-align: center;
}

img {
padding: 3px;
}

.third {
float: left;
width: 310px;
padding: 0px 10px 30px 0px;
.9em
}

.thirdc {
text-align: center;
float: left;
width: 310px;
padding: 0px 5px 50px 5px;
}

.thirdr {
text-align: right;
float: left;
width: 310px;
padding: 0px 5px 50px 5px;
}


.halfl {
float: left;
width: 450px;
padding: 0 10px 0 0px;
}

.halfr {
float: left;
width: 450px;
padding: 0  0px 0 10px;
}

.left_one {
float: left;
width: 300px;
padding: 0px 10px 0px 0px;
}


.right_two {
float: right;
width: 600px;
padding: 0px 0px 0px 10px;
}

.left_two {
float: left;
width: 600px;
padding: 0px 10px 0px 0px;
}

.right_one {
float: right;
width: 300px;
padding: 0px 0px 0px 10px;
}

.feature .right_two {
text-align: center;
}

.space {
min-height:30px;
clear: both;
}

.space250 {
min-height:250px;
clear: both;
}

#footer {
background-color: #0f0f0f;
clear: both;
border-top: 2px solid #323942;
width: 960;
margin: 50px auto 10px auto;
font-size: .7em;
padding: 20px
}

/*
  -------------------------------------------------------------
  Forms
  -------------------------------------------------------------
*/

input {
   padding: 2px;
   width: 200px; /* 2*2 + 200 = 204 */
   border: 1px solid; /* 2*1 + 204 = 206 */
 }
 
textarea {
   padding: 2px;
   width: 200px; /* 2*2 + 200 = 204 */
   border: 1px solid; /* 2*1 + 204 = 206 */
 }






table {
	border-collapse: collapse;
	font-size: 1em;
}

th {
	background: #222;
	color: #fff;
	font-weight: bold;
	padding: 2px 11px;
	text-align: center;
	border: 1px solid #222;
	}

td {
	padding: 5px 11px;
	
	border: 1px solid #222;
	vertical-align: top;
	text-align: center;
}

td * {
	padding: 6px 11px;
}

tr.alt td {
	background: #111;
	color: #fff;
}

tr.over td {
	background: #444;
	color: #eee;
}

.myform{
margin:0 auto;
width:400px;
padding:14px;
}

/* ----------- stylized ----------- */

#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}

#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}

#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}


#stylized select{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:206px;
margin:2px 0 20px 10px;
}

#stylized textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}

#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(../images/button.png) no-repeat;
background-position: 0 -31px;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
border: none;
cursor:pointer;
display:block;
}


#stylized button:hover{
background-position: 0 0px;
}


#buttons {
height: 31px;

}

#buttons li {
list-style: none;

text-align:center;
}

#buttons a
{

width: 125px;
height: 31px;
color: #fff;
text-decoration: none;
background-position: 0 -31px;
float: left;
padding: 7px auto;
margin: 0 10px;
}

#buttons a:hover
{

width: 125px;
height: 31px;
text-decoration: none;
color: #fff;
padding: 7px auto;
margin: 0 10px;
}





