/* CSS Document */

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- 
    1 ) Reference to the files containing the javascript. 
    These files must be located on your server. 
--><script type="text/javascript" src="../highslide/highslide.js"></script><script type="text/javascript" src="../highslide/highslide-html.js"></script><!-- 
    2) Optionally override the settings defined at the top
    of the highslide.js file. The parameter hs.graphicsDir is important!
--><script type="text/javascript">    
    hs.graphicsDir = '../highslide/graphics/';
    hs.outlineType = 'rounded-white';
    hs.outlineWhileAnimating = true;
</script><!-- 
    3) These CSS-styles are necessary for the script to work. You may also put
    them in an external CSS-file. See the webpage for documentation.
-->
<style type="text/css">
.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}
</style>

* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}

.highslide-html {
    background-color: white;
}
.highslide-html-content {
	position: absolute;
    display: none;
    padding: 0px;
	width:215px;
	text-align: center;
}

.highslide-html-content img{
   margin-bottom:-3px;
}
.highslide img {
	border: solid 2px transparent;
	padding:3px;
}

.highslide img:hover{
	border: solid 2px #a29165;
    background-color:#ffffff;	    
    border-bottom: solid 2px #524116;
    border-right: solid 2px #524116; 
}


.highslide-image {
    border: 0px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 10px solid white;
    background-color: black;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}
.control:hover {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
	color: #666;
}

/*Services Page styles*/

a.continuum {
	TEXT-DECORATION: none; 
	COLOR: #FFFFFF; 
	FONT-FAMILY: Verdana, Arial, Sans-Serif; 
	FONT-SIZE: 13px; 
	FONT-WEIGHT: 200; 
}
a.continuum:hover {
	/*COLOR:#CCCCCC*/
	TEXT-DECORATION: underline;	
}
.continuum_header {
	FONT-FAMILY: Verdana, Arial, Sans-Serif; 
	FONT-SIZE: 22px; 
	COLOR: #FFFFFF; 
	FONT-WEIGHT:400;
	MARGIN-top:0px;
	border-top:solid 3px #ffffff;
	padding:.5em;
	padding-bottom:.8em;
}
#orgstrat-content {
	background-color:#116DB8;
	padding-bottom: 10px;
}
#acquisition-content {
	background-color:#576C11;
	padding-bottom: 10px;
}
#development-content {
	background-color:#62619A;
	padding-bottom: 10px;
}
#retdep-content {
	background-color:#564319;
	padding-bottom: 10px;
}

</style>


