@charset "utf-8";
/* CSS Document */



#image-header-container {
	overflow:hidden;
	width:100%;
	position:relative;
	z-index:1;
}

#image-resize {
	width:100%;
	min-width:1920px;
	border:0;
}

#topBorderBG {
	background-image:url(images/strech-border.png);
	background-repeat:repeat-x;
	
	width:100%;
	height:23px;
	
	position:relative;
	z-index:2;
}

#topContainer {
	width:800px;
	margin:0 auto 0 auto;
}

#topIconHolder {
	background-image:url(images/strech-border-dark.png);
	background-repeat:repeat-x;
	
	width:470px;
	height:23px;
	float:left;
}

#topIconHolderFull {
	background-image:url(images/strech-border-dark.png);
	background-repeat:repeat-x;
	
	width:540px;
	height:23px;
	float:left;
}

#topPhoneHolder{
	width:260px;
	height:1px;

	margin:0;
	overflow:visible;
	float:right;
}

#contentMainContainer {
	width:800px;
	margin:0px auto 0 auto;
	position:relative;
	border:0px solid transparent;
	min-height:320px;
	overflow:auto;
}

.contentLeftColumn {
	width:530px;
	background-color:#42484b;
	padding: 1px 5px 10px 5px;
	margin: 0px 0 20px 0;
	border:0px solid transparent;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}

.contentLeftColumn h1, h2, h3 {
	text-shadow:#333 0px 5px 4px;
	margin-bottom:10px;
	margin-top:0;
}

.topTextNarrower {
	width:430px;
	text-align:justify;
	padding:0px 10px 0px 10px;
}

.topText {
	width:510px;
	text-align:justify;
	padding:0px 15px 0px 10px;
}

#copyrightContainer {
	height:30px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#454545;
	font-size:12px;
	text-align:center;
	border:0px solid transparent;
}

#gallery {
		padding: 0px 0px 0px 5px;
}
#gallery ul { 
	list-style: none;
	margin:0;
	padding:0;
}
#gallery ul li { 
	display: inline;
	padding-right:15px;
}
#gallery ul img {
	border: 5px solid #2F373E;
	border-width: 5px 5px 5px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 5px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }

.contentRightColumn {
	width:230px;
	
	background-color:#42484b;
	padding:5px;
	margin:0 0 20px 0;
	
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}

.contentRightColumn a {
	color:#CCC;	
}

.contentRightColumn a:visited {
	color:#999;	
}

.contentRightColumn a:hover {
	color:#FFF;	
}

#leftSide {
	width:540px;
	border:0px solid transparent;
	margin:0px;
	padding:0;
	float:left;
}

#rightSide {
	width:240px;
	border:0px solid transparent;
	margin:0;
	padding:0;
	float:right;
}

#clear {
clear:both;
}

.smallBoxes {
	margin:0 10px 0 10px;
	display:inline;
	border:1px solid transparent;
}