
/*****************************************
 CSS rules common to all, or most, of site
******************************************/

/************************
 Element Defaults
 (Keep minimal, prefer
 classes and IDs instead)
*************************/

:focus
{
    outline: 0;
}

a:link, a:visited
{
    color: #333;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

body
{	background: url(/images/layout/footer-background.jpg) bottom center repeat-x;

    color: black;
    font: normal 12px 'Helvetica', 'sans-serif';
    margin: 0px;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0px;
}

img
{
    border: none;
    display: inline;
}

table
{
    border-collapse: collapse;
    border-spacing: 0px;
}

td
{
    vertical-align: top;
}

hr
{
	height: 1px;
	border: none;
	margin: 25px 0px;
    background: url(/images/layout/page-top.jpg) no-repeat;

}

/***************
 Overall layout
****************/
#wrap
{
    width: 960px;
    margin: 0px auto 0px auto;
    text-align: left;
    background: url(/images/layout/page-top.jpg) 0px 152px no-repeat;
}


/*******
 Header
********/
#header
{
    border: none;
    margin: 0px;
    padding: 40px 0px 40px 0px;
    background: none;
    
}

#logo
{
    font: bold 26px 'Helvetica', 'sans-serif';
    color: green;
}


/**********
 Navigation
***********/
#navigation
{
    position: absolute;
    width: 600px;
    top: 40px;
    text-align: right;
    margin: 0px 0px 0px 360px;
    padding: 0px;
}

#navigation li
{
    float: right;
    list-style: none;
    margin: 0px 0px 0px 25px;
    padding: 0px;
	text-transform: uppercase;
	color: #ccc;
}

#navigation li a:link,
#navigation li a:visited
{
    display: block;
    padding: 0px;
    text-transform: uppercase;
    background: none;
    color: black;
}

#navigation li a:hover,
#navigation li a.selected
{
    text-decoration: none;
   	color: #bd9f75;
}

#navigation li a.selected
{
	font-weight: bold;
}

#subnav
{
	float: right;
	width: 225px;
	list-style-type: none;
	text-align: right;	
	margin-top: 50px;
}

#subnav li
{
	margin-bottom: 20px;	
}

#subnav li strong
{
	color: black;	
}

#subnav li a:link,
#subnav li a:visited
{
	color: #bd9f75;	
	text-transform: uppercase;
	font-size: 14px;	
}

#subnav li a:hover
{
    text-decoration: none;
   	color: #000;
}

#call-to-action
{
	float: right;
	background: url(/images/layout/call-to-action.jpg) bottom right #000 no-repeat;
	width: 200px;
	margin-top: 30px;
	padding-top: 2px;
	padding-bottom: 185px;	
}

#call-to-action p
{
	margin: 20px;
	color: #e2d4bf;	
	text-align: right;
	line-height: 18px;
	font-size: 13px;
}

#call-to-action p a:link,
#call-to-action p a:visited
{
	text-transform: none;
	font-weight: normal;
	font-size: 13px;	
}

#call-to-action p a:hover
{
	color: white;	
}

/****
 Body
*****/
#page
{
    padding: 50px 0px 40px 0px;
    margin: 10px 0px;
    width: 692px;
    background: none;
}

#page-home
{
    padding: 0px 0px 40px 0px;
    margin: 10px 0px;
}

#page h1
{
	font: bold 28px 'Helvetica', 'Arial', 'sans-serif';
	text-transform: uppercase;
	margin-bottom: 20px;	
}

#page h1 a,
#page h2 a
{
		color: #bd9f75;
}

#page h2
{
   	color: #bd9f75;
   	font: normal 22px 'Helvetica', 'Arial', 'sans-serif';
   	margin: 18px 0px;
}

#page h3
{
	font: bold 16px 'Helvetica', 'Arial', 'sans-serif';
	text-transform: uppercase;	
	margin: 15px 0px 10px 0px;
}

#page h4
{
   	color: #bd9f75;
	font: normal 16px 'Helvetica', 'Arial', 'sans-serif';
	margin: 10px 0px 10px 0px;
}

#page p
{
	font: normal 13px 'Helvetica', 'Arial', 'sans-serif';
	line-height: 24px;
	margin-left: 0px;
}

#page li
{
	font: normal 13px 'Helvetica', 'Arial', 'sans-serif';
	line-height: 24px;	
}

#slideshow
{
	width: 960px;
	height: 300px;
	background: #000;	
}

#footnotes
{
}

#footnotes td
{
	width: 320px;	
	padding-right: 10px;
}

#footnotes td p
{
	text-transform: uppercase;
	line-height: 22px;
	font-size: 12px;
	margin-right: 30px;	
	color: #231f20;
	margin-left: 0px;
}

#footnotes h3
{
	text-transform: uppercase;
	font-size: 18px;	
}

#footnotes h3 a
{
	font-weight: normal;
	color: black;	
}

#data
{
	background: url(/images/layout/data-icon.png) no-repeat;
	padding-left: 40px;
	
}

#cyber
{
	background: url(/images/layout/insurance-icon.png) no-repeat;
	padding-left: 50px;
	
}

#network
{
	background: url(/images/layout/network-icon.png) no-repeat;	
	padding-left: 50px;

}

#perimeter
{
	background: url(/images/layout/perimeter-icon.png) no-repeat;
	padding-left: 57px;
	
}

/******
 Footer
*******/
#footer
{
	height: 420px;
	margin-top: 0px;
}


.foot-contact
{
	text-align: right;
	color: #c1b5ab;
	text-transform: uppercase;
	line-height: 16px;
	margin: 50px 0px 0px 0px;
	letter-spacing: 0.07em;
	border-right: 10px solid #c1b5ab;
	padding-right: 10px;
}


#steve-contact
{
	color: #c1b5ab;
}

.admin
{
	border-top: 1px solid #c1b5ab;
	margin-top: 10px;
	font-size: 10px;
	padding-top: 10px;
	color: #c1b5ab;
	text-align: right;
}

/***************
 Common Classes
****************/
.block
{
    display: block;
}

.inline
{
    display: inline;
}

.print-only
{
    display: none;
}

.large,
#page a.large
{
	font-weight: bold;
	font-size: 140%;
   	color: #bd9f75;
}

.page-img
{
	float: right;
	width: 350px;
	margin-left: 10px;	
}

#page p.caption
{
	font-size: 90%;
	line-height: 15px;
	margin: 10px 20px;		
}
 
/**************
 CSS Rollovers
***************/
.rollover
{
    display: block;
    float: left;
    display: inline;
}

.rollover:hover
{
    visibility: visible;
}

.rollover img
{
    width: 100%;
    height: 100%;
    border: 0;
}

.rollover:hover img
{
    visibility: hidden;
}




