﻿/*--------------------------------------------------------------------------------------------------
	lightbox
--------------------------------------------------------------------------------------------------*/

#lightbox{
	background-color:#eee;
	padding: 11px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 12px;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #000;
	background-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}


/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/


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

.nav {
	font-family: Arial, Times, Serif;
	font-size: 12px;
	line-height: 14px;
	color: #f37059;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-style: normal;
	font-weight: normal;
}

.header1 {
	font-family: Arial, Times, Serif;
	font-size: 13px;
	line-height: 15px;
	color: #f37059;
	padding:0;
	font-style: normal;
	font-weight: bold;
	margin:0;
}

.introcopy {
	font-family: Arial, Times, Serif;
	font-size: 13px;
	line-height: 16px;
	color: #474220;
	padding-left: 280px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-top: 23px;
	font-style: normal;
	font-weight: normal;
	    background-image: url('../images/logobackground.gif');
    background-repeat:no-repeat;
}

.subcopy {
	font-family: Arial, Times, Serif;
	font-size: 12px;
	line-height: 15px;
	color: #474220;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-top: 0px;
	font-style: normal;
	font-weight: normal;
}

.left {
    padding:0 10px 0 0;
	margin:0;
	float:left;
}


.subcopy2 {
	font-family: Arial, Times, Serif;
	font-size: 12px;
	line-height: 15px;
	color: #474220;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-top: 0px;
	font-style: normal;
	font-weight: normal;
}
.subcopy3 {
	font-family: Arial, Times, Serif;
	font-size: 12px;
	line-height: 15px;
	color: #474220;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-top: 0px;
	font-style: normal;
	font-weight: normal;
}

.portfoliocopy {
	font-family: Arial, Times, Serif;
	font-size: 12px;
	line-height: 15px;
	color: #474220;
	padding:5px 0 15px 0;
	font-style: normal;
	font-weight: normal;
}

ul {
	list-style-type: none;
	font-family: Arial, Times, Serif;
	font-size: 13px;
	line-height: 15px;
	color: #f37059;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
	font-style: normal;
	font-weight: bold;
	margin: 0;
}
li { 
	background: url('../images/bullet.gif') left center no-repeat;
	padding-left: 10px;
}

ul.normal {
	list-style-type: none;
	font-family: Arial, Times, Serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
	font-style: normal;
	font-weight: bold;
	margin: 0;
}

dd{
font-family: Arial, Times, Serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
	font-style: normal;
	font-weight: bold;
	margin: 0;
}

.snipetype {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 3px;
}

.navlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #dfdfbf;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
}

.inputborder {
	border-top : 1px solid #f37059;
	border-left : 1px solid #f37059;
	border-right : 1px solid #f37059;
	border-bottom : 1px solid #f37059;
}

.background1 {
    background-image: url('../images/background.gif);
	background-repeat:repeat-x;
	padding-top: 20px;
}

.background2 {
    background-image: url('../images/logobackground.gif');
    background-repeat:no-repeat
}

.background3 {
    background-image: url(images/background2.gif);
	background-repeat:repeat-x;
	padding-top: 20px;
}

a.topnav:link {color: #9a8c7d; text-decoration: none;}
a.topnav:active {color: #9a8c7d; text-decoration: none;}
a.topnav:visited {color: #9a8c7d; text-decoration: none;}
a.topnav:hover {color: #f37059; text-decoration: underline;}


a.gecko:link {color: #ffffff; text-decoration: none;}
a.gecko:active {color: #ffffff; text-decoration: none;}
a.gecko:visited {color: #ffffff; text-decoration: none;}
a.gecko:hover {color: #ffffff; text-decoration: underline;}

a.bottomnav:link {color: #FFFFFF; text-decoration: none;}
a.bottomnav:active {color: #FFFFFF; text-decoration: none;}
a.bottomnav:visited {color: #FFFFFF; text-decoration: none;}
a.bottomnav:hover {color: #FFFFFF; text-decoration: underline;}