/*** The Essential Code ***/
/* Colors */
/* Dark Blue - #00335e */
/* Light Blue - #b4cade */
/* Green - #93b62c */
/* Gray - #444444 */


	#footer{
		height: 40px;
	}
	
	#center {
		float: left;
		padding: 50px 50px;       /* CC padding */
		width: 100%;	
				display: inline;
	}
	
	#right {
		width: 150px;             /* RC width */
		padding: 0 0px;          /* RC padding */
		margin-right: -100%;
		text-align: left;
		margin-top: 20px;
	}	
	
	#rightblock {
		text-decoration:none;
		font-family: helvetica, arial, sans-serif;
		font-size: x-small;
		text-align:right;
		color: #b4cade;
		padding-bottom:0px;
		padding-top:10px;
		padding-left:0px;
		width:150px;
		margin-left:0px;
		border-top-style: dotted;
		border-width: 1px;
		border-color: #9cb1c5;
	}
	
	#rightblock li {
		list-style:none;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
		border-width: 0px;
		border-color:#b4cade;
		border-style: solid;
		background: none;
		color: #93b62c;
		margin-bottom: 20px;
		font-weight: bolder;
		font-size: 12pt;
		text-align: left;
		font-family: "century gothic bold", helvetica, arial, sans-serif;
	}
	
	#rightblock ul li, #rightblock ul {
		font-weight:normal;
		list-style:none;
		text-align: left;
		border-width: 0px;
		border-color:#b4cade;
		border-style: solid;
		background: none;
		color: #b4cade;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 2px;
		padding-top: 2px;
		margin-left: 0px;
		padding-left: 3px;
		font-size: 8pt;
		font-family: helvetica, arial, sans-serif;
	}
	
	#rightblock ul li a, #rightblock ul a, #rightblock ul li a:visited, #rightblock ul a:visited {
		color:#93b62c;
		text-decoration:none;
	}
	
	#rightblock ul li a:hover, #rightblock ul a:hover, #rightblock ul li a:active, #rightblock ul a:active {
		color:#b4cade;
		text-decoration:none;
	}
	

		
	#footer {
		clear: both;
	}
	
	/*** IE Fix ***/
	* html #left {
		left: 150px;              /* RC fullwidth */
	 }

	/*** Equal-height Columns ***/

	#container {
		overflow: hidden;
		background-image: url('../img/content_repeat.png');
	}

	/*** Footer Fix ***/

	* html body {
		overflow: hidden;
	}
	
	* html #footer-wrapper {
		float: left;
		position: relative;
		/*padding-bottom: 10010px;
		margin-bottom: -10000px;*/
		background-color: #111111;         /*** Same as body background ***/
			display: inline;
		}
	
	#footer {
		padding-top: 14px;
		background-image: url('../img/footer.png');
		background-repeat: no-repeat;
		font-size:x-small;
		font-family: arial, sans-serif;
		color: #999999;
	}
	
	#center {
		float: left;
		background: none;
		font-family: helvetica, arial, sans-serif;
				display: inline;
	}
	
	
	
	#center a:link, a:visited, a:active {
		color:#00335e;
		font-weight:bold;
		text-decoration:none;
		border-style:none;
	}
	
	#center a:hover {
		color:#777777;
		font-weight:bold;
		text-decoration:none;
		border-style:none;
	
	}
	
	#center h1 {
		font-size: 14pt;
		color: #00335e;
		font-weight:bolder;
		font-family: "century gothic bold", helvetica, arial, sans-serif;	
	}
	
	#center h2 {
		font-size: 12pt;
		color: #00335e;
		font-weight:bold;
		font-family: "century gothic bold", helvetica, arial, sans-serif;	
	}
	
	#center h3 {
		font-size: 10pt;
		color: #00335e;
		font-weight:bold;
		font-family: "century gothic bold", helvetica, arial, sans-serif;	
	}
	
	#center p {
		font-size: 10pt;
		color: #111111;	
	}
	
	
	
	#center li {
		font-size:10pt;
		font-weight:normal;
		color: #00335e;
		list-style-type: disc;
		list-style-image: url("../img/bullet6.png");
		margin-left:40px;
		padding-bottom:5px;
	}
	
	#orderedlist ol, #orderedlist ol li {
		list-style-type:decimal;
		list-style-image: none;
		font-size:10pt;
		color:#111111;
		font-weight:normal;
		
	}
	
	#orderedlist ol ul, #orderedlist ol ul li{
		list-style-type: disc;
		list-style-image: url("../img/bullet6.png");
		font-size:8pt;
		color:#111111;
		font-weight:normal;
		
	}
		

	
	
	#centertable1col li {

			list-style:none;
			
		
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 5px;
		padding-right: 0px;
		border-width: 2px;
		border-color:#00335e;
		border-style: solid;
		background: #00335e;
		color: #93b62c;
		margin-bottom: 20px;
		padding-bottom:0px;
		font-weight: bolder;
		font-size: 12pt;
	}
	
	#centertable1col ul li, #centertable1col ul {
		font-weight:normal;
		text-align: left;
		list-style-type: disc;
		list-style-image: url("../img/bullet6.png");

		border-width: 0px;
		border-color:#00335e;
		border-style: solid;
		background: #b4cade;
		color: #00335e;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 2px;
		padding-top: 2px;
		margin-left: 10px;
		padding-left: 10px;
		font-size: 10pt;

	}

	#quoteblock li, #quoteblock p{
		font-weight:normal;
		text-align: left;
		list-style-type: none;
		list-style-image: none;
		border-width: 2px;
		border-color:#00335e;
		border-style: solid;
		background: #b4cade;
		color: #00335e;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 2px;
		padding-top: 5px;
		margin-left: 50px;
		padding-left: 5px;
		margin-right: 50px;
		padding-right:10px;
		font-size: 10pt;

	}
	
	#quoteblock ul{
		font-weight:normal;
		border-width: 2px;
		border-color:#00335e;
		border-style: solid;
		background: #00335e;
		color: #93b62c;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 2px;
		padding-top: 5px;
		margin-left: 50px;
		padding-left: 5px;
		margin-right: 10px;
		padding-right:10px;
		text-align: right;
		font-size: 9pt;
		border-top: 0px;
		border-bottom: 2px;
		margin-right: 50px;
		padding-right:10px;
	}
	
tr th {
	font: bold 11px "Century Gothic Bold", Verdana, Arial, Helvetica, sans-serif;
	color: #93b62c;
	border-right: 1px solid #00335e;
	border-bottom: 1px solid #00335e;
	border-top: 1px solid #00335e;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	text-align: top;
	padding: 6px 6px 6px 12px;
	background: #00335e;
	

}

tr th p {
	margin-bottom: 0px;
	margin-top:0px;
		text-align: top;
}
tr th.nobg {
	color: #00335e;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #00335e;
	background: none;
	font: bolder 14px "Century Gothic Bold", Verdana, Arial, Helvetica, sans-serif;
		text-align: top;
}
	
tr th.spec {	
	border-left: 1px solid #00335e;
	border-top: 0;
	background: #b4cade;
	color: #00335e;
	font: bolder 10px "century gothic", Verdana, Arial, Helvetica, sans-serif;
		text-align: top;
}

tr th.specalt {	
	border-left: 1px solid #00335e;
	border-top: 0;
	background: #999999;
	color: #00335e;
	font: bolder 11px "century gothic", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
		text-align: top;

}

tr td {
	text-align:left;
	border-right: 1px solid #00335e;
	border-bottom: 1px solid #00335e;
	border-left: 1px solid #00335e;
	background: #ffffff;
	padding: 6px 6px 6px 12px;
	color: #00335e;
	font:11px  Verdana, Arial, Helvetica, sans-serif;
		text-align: top;
}
tr td p {
	margin-bottom: 0px;
	margin-top:0px;
	font:10px  Verdana, Arial, Helvetica, sans-serif;
		text-align: top;
}
tr td.alt {
	background: #999999;
	color: #00335e;
		text-align: top;
}

	
	#backtotopspan a, #backtotopspan a:link, #backtotopspan a:visited, #backtotopspan a:hover, #backtotopspan a:active {
		font-size: 8pt;
		color:#444444;
		font-weight:normal;
			
	}
	

	#right {
		background: none;
	}
	#container .column {
		float: left;
		padding-top: 2em;
		text-align: justify;
				display: inline;
	}
	#centeredtext, #centeredtext p, #centeredtext a {
		text-align: center;
		font-weight:bold;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		padding-top: 0px;
		border-style: none;
		border-color: #b4cade;

	}		

	
	img {border: 0px; /* set border width to 0 pixels */
}

.BUTTON {display:inline;   background-repeat:no-repeat; overflow:hidden;}
.buttonphotopia {margin-right: 10px; width: 294px; height: 265px;background-image:url('../img/photopiabutton.png'); background-position:0 -265px;}
.buttonconsulting {margin-left:10px; width: 294px; height: 265px;background-image:url('../img/consultingbutton.png'); background-position:0 -265px;}

a:hover .buttonphotopia {background-position:0 0px;}
a:hover .buttonconsulting {background-position:0 0px;}


.floatleft { float: left; margin: 0px 15px 2px 0px; }
.floatright { float: right; margin: 0px 0px 2px 15px; }

.hide img{
display: none;
}