
/********************************
 CSS rules common to entire site
*********************************/

/***************
Key Colors

Light Blue:	#3865a1;
Blue:		#003987;
Dark Blue:	#1e255b;
White:		#ffffff;
Off-White:	#e1e1e1;
Yellow:		#ffdb2a;
Border-blue:#5ca7ce;
****************/

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

:focus
{
    outline: 0;
}

a:link, a:visited
{
	color: #1e255b;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
	color: #ffdb2a;
    text-decoration: none;
}

a:selected
{
	color: #ffdb2a;
}

body
{
    background: #003987 url(/images/layout/body-bgd.jpg) repeat-y top center;
    color: #fff;
    font: normal 12px 'Verdana', 'Arial', 'sans-serif';
    text-align: center;
    margin: 0px;
    padding: 0px;
    line-height: 1.7em;
}

h1, h2, h3, h4, h5, h6, legend, strong
{
    font-family: 'Arial Black', 'Arial', 'sans-serif';
    text-transform: uppercase;
}

h1
{
    font: bold 24px 'Arial Black', 'Arial', 'sans-serif';
	letter-spacing: 1px;
	color: #ffe419;
}

h2
{
    font: bold 18px 'Arial Black', 'Arial', 'sans-serif';
	color: #5ca7ce;	
}

h3
{
    font: bold 14px 'Arial Black', 'Arial', 'sans-serif';
	color: #1e255b;	
}


img
{
    border: none;
    display: inline;
}

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

td
{
    vertical-align: top;
}

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

.rollover
{
    display: block;
    float: left;
    display: inline;
}

.rollover:hover
{
    visibility: visible;
}

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

.rollover:hover img
{
    visibility: hidden;
}

.img-border
{
	border: 1px solid #5ca7ce;	
}

.phone
{
	font-size: 140%;
	font-weight: bold;	
}

#page .white-link
{
	color: #ffdb2a;	
}

/***********
 Common IDS
************/

#outer-wrap
{
    background: url(/images/layout/outer-wrap.jpg) no-repeat top center;
    margin: 0px;
    padding: 0px;
}

#wrap
{
    width: 900px;
    margin: 0px auto 0px auto;
    text-align: left;
}

#navigation
{
	width: 230px;
	float: left;
	text-align: right;
	padding: 0px;
	margin: 25px 0px 0px 0px;
}

#navigation li
{
	display: block;
	list-style: none;
	border-bottom: 1px solid #3865a1;
 	font: bold 13px 'Arial Black', 'Arial', 'sans-serif';
    text-transform: uppercase;
	line-height: 30px
}

#navigation li a:link, 
#navigation li a:visited
{
	padding: 5px;
	color: #003987;
}

#navigation li a:hover
{
	color: #ffdb2a;
}

#navigation li ul li
{
	border-bottom: none;
}

#navigation li ul li a:link, 
#navigation li ul li a:visited
{
	padding: 5px;
	color: #1648a2;
}

#navigation li ul li a:hover
{
	color: #ffdb2a;
}

#header
{
	margin: 0px 0px 50px 0px;
}

#logo
{

}

#stock img
{
	border: 1px solid #5ca7ce;	
}

#page
{
	margin-left: 270px;
	width: 360px;
}

#side
{
	color: #ffffff;
	font-size: 0.9em;
	float: right;
	width: 220px !important;
	width/**/: 210px;
	margin: 0px 15px 0px 5px;
}

#side h2
{
	color: #1e255b;
}

#side h4
{
	font-size: 12px;
    text-transform: none;
    margin-bottom: -10px;
	color: #1e255b;
}


#side a:link, 
#side a:visited
{
	color: #1e255b;
    text-decoration: none;
    font-weight: bold;
}


#side a:hover
{
	color: #ffdb2a;
    text-decoration: none;
}


#contact-details
{
	float: left;
	clear: left;
	text-align: right;
	color: white;
	width: 227px;
	padding-bottom: 10px;
	padding-top: 40px;
}

#contact-details a
{
	color: #ffdb2a;	
}


#footer
{
    background: #003987 url(/images/layout/footer-bgd.jpg) no-repeat top center;
	height: 50px;
	padding-top: 50px;
	font-size: 10px;
}




