/* CSS Document*/
@charset "UTF-8";

body {
	background-color: #000;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: 400;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 0px;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: normal;
	font-weight: 700;
	font-size: 21px;
}
h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
}
a img { 
	border: none;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
.container {
	width: 1010px;
	background-color: #FFFFFF;
	margin: 0 auto;
}
header {
	padding-top: 10px;
		
}
header hr.black {
	color: #000;
	background-color: #000;
	height: 8px;	
}
header hr.blackNarrow {
	color: #000;
	background-color: #000;
	height: 3px;	
}
header object {
	padding-left: 30px;
}
.content {
	width: 760px;
	padding-left: 40px;	
}
.content p {
	padding-right: 30px;
	padding-left: 0px;
}
.box {
	background-color: #000;
	width: 700px;
	padding: 20px;
	border-radius: 20px;
}
.portfolio_panels { 
	display: none; 
}
.portfolio_container { 
	position: relative; 
	width: 700px; 
	height: 350px; 
	overflow: hidden; 
	margin: 0px 0px 30px 0px; 
	padding: 0px; 
}
.portfolio_photos { 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	display: none; 
}
.portfolio_caption {
	width: 700px;
	margin: 0px;
	padding: 15px 0px 10px 0px;
	color: #fff;
	position: absolute;
	top: 320px;
	left: 0px;
	background: url(../images/template/portfolio_caption.png) 0px 0px;
}
.portfolio_caption_content { 
	width: 330px; 
	padding: 0px 0px 0px 25px; 
}
.portfolio_caption h2 {
	 margin: 0px 0px 10px 0px; 
	 color: #fff; 
	 font-size: 1em; 
	 font-weight: normal; 
	 text-transform: uppercase; 
}
.portfolio_caption p { 
	margin: 0px 0px 12px 0px; 
	color: #fff; 
}
.portfolio_caption a { 
	color: #ffc600; 
}
.portfolio_nav { 
	position: absolute; 
	width: 330px; 
	top: 331px; 
	right: 10px; 
	text-align: right; 
}
.portfolio_nav a {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 15px;
	background: url(../images/template/nav_buttons.png) no-repeat 0px 0px;
	cursor: pointer;
}
.portfolio_nav a:hover { 
	background-position: -25px 0px; 
}
.portfolio_nav a.selected { 
	background-position: -50px 0px; 
}
footer {
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}
footer .thin {
	color: #000;
}
footer .blackNarrow {
	color: #000;
	background-color: #000;
	height: 3px;
}
footer .black {
	color: #000;
	background-color: #000;
	height: 8px;
}
footer address {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
nav {
	float: right;
	width: 205px;
	background-color: #FFF;
	padding: 25px 0;
}
ul.nav {
	list-style: none;
	text-indent: 7px;
}
ul.nav li {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 1px;
	color: #000;
}
ul.nav a, ul.nav a:visited {
	padding: 15px 5px 0px 10px;
	display: block;
	width: 150px;
	height: 40px;
	text-decoration: none;
	background-image: url(../images/divider.png);
	background-repeat: no-repeat;
	background-position: right;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-image: url(../images/divider_active.png);
	background-repeat: no-repeat;
	background-position: right;
}
