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

/*------------------------------
  CSS RESET
------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}


p {
	padding: 0px 0px 0px 0px;
}

/*------------------------------
  SET UP
------------------------------*/

body{
	background-color:#000000;
	font-family: Trebuchet MS, Helvetica, Arial, Verdana, sans-serif;
	padding:0px;
	margin:0px;
	background-image: url(links/background.jpg);
	background-repeat: repeat-x;
}

#outer{
	display:block;
	margin:0px auto;
	width:920px;
	height:auto;
	background: transparent url(links/shadow.png) repeat-y;
}

#container{
	display:block;
	margin:0px auto;
	width:900px;
	height:auto;
}

/*------------------------------
  HEADER
------------------------------*/

#header_area{
	display:block;
	margin:0px auto;
	width:900px;
	height:88px;
	background-image: url(links/header_bg.jpg);
	background-repeat: repeat-y;
}

#logo{
	display:block;
	width:206px;
	height:88px;
	float:left;
}

#strapline{
	display:block;
	width:330px;
	height:88px;
	float:right;
	margin:0px 30px 0px 0px;
}

#menu{
	display:block;
	width:900px;
	height:24px;
	background-color:#282828;
}

/*------------------------------
  INDEX SPECIALS
------------------------------*/

.index-subheader {
	margin-left: 30px;
	margin-right: 20px;
}

.index {
	margin-left: 20px; 
	margin-right: 20px;
}

.index h1 {
	font-size: 40px;
}

/*------------------------------
  FLASH AREA
------------------------------*/

#image{
	display:block;
	margin:0px auto;
	width:900px;
	height:216px;
	background-color:#CCCCCC;
}


/*------------------------------
  CONTENT
------------------------------*/

#content_container{
	display:block;
	margin:0px auto;
	width:900px;
	height:auto; 
	background-color:#FFFFFF;
	background-image: url(links/content_bg.jpg);
	background-repeat: repeat-y;
}

.content_top_gap{
	display:block;
	width:900px;
	height:18px;
	background-color:#FFFFFF;
}

.content_small_gap{
	display:block;
	width:233px;
	height:12px;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
}

#content_left{
	display:block;
	width:233px;
	height:auto;
	float:left;
	margin:0px 0px 0px 9px;
	_margin:0px 0px 0px 5px;
}

#content_middle{
	display:block;
	width:389px;
	height:auto; 
	float:left;
	margin:0px 0px 0px 13px;
}

#content_right{
	display:block;
	width:233px;
	height:auto;
	float:right;
	margin:0px 9px 0px 0px;
	_margin:0px 5px 0px 0px;
}

#content_gap{
	display:block;
	margin:0px auto;
	width:900px;
	height:28px; 
	background-image: url(links/break.jpg);
	background-repeat: no-repeat;
	clear:both;
}

/*------------------------------
  SIDES
------------------------------*/

.side_header{
	display:block;
	width:233px;
	height:35px;
	background-image: url(links/side_header.jpg);
	background-repeat: no-repeat;
}

.side_body{
	display:block;
	width:233px;
	height:auto;
	background-image: url(links/side_bg.jpg);
	background-repeat: no-repeat;
	background-color:#231f20;
}

.side_lime_body{
	display:block;
	width:233px;
	height:auto;
	background-color:#c1d82f;
	margin:0px;
	padding:0px;
}

/*------------------------------
  CONTENT - SECONDARY PAGES
------------------------------*/

 #content_container_2col{
	display:block;
	margin:0px auto;
	width:900px;
	height:auto; 
	background-color:#FFFFFF;
	background-image: url(links/content_bg_2col.jpg);
	background-repeat: repeat-y;
}

#content_left_2col{
	display:block;
	width:635px;
	height:auto;
	float:left;
	margin:0px 0px 0px 9px;
	_margin:0px 0px 0px 5px;
}


/*------------------------------
  BOTTOM
------------------------------*/

#footer{
	display:block;
	margin:0px auto;
	width:900px;
	height:auto; 
	background-image: url(links/footer_bg.jpg);
	background-repeat: repeat-y;
}

#contact_footer{
	display:block;
	width:241px;
	height:75px; 
	float:left;
}

#body_footer{
	display:block;
	width:600px;
	height:75px; 
	float:left;
}

#footer_clear{
	display:block;
	width:900px;
	height:5px; 
	clear:both;
}

#finkk{
	display:block;
	width:920px;
	height:20px; 
	background-color:#000000;
	padding:10px 0px 0px 10px;
}

/*------------------------------
  FONTS
------------------------------*/

h1{ 
	font-size:1.5em;
	color:#C1D82F;
	margin:0px 0px 10px 0px;
	font-weight:normal;
	}
	
h2{ 
	font-size:0.8em;
	color:#C1D82F;
	margin:10px 0px 5px 0px;
	font-weight:bold;
	}
	
h3{ 
	font-size:0.7em;
	color:#C1D82F;
	margin:10px 0px 10px 0px;
	font-weight:bold;
	}
	
h4{  /* FOR SIDE AREA HEADERS ONLY */
	font-size:0.9em;
	color:#ffffff;
	margin:0px 0px 0px 10px;
	font-weight:normal;
	line-height:35px;
	}
	
h5{ /* FOR SIDE AREA BODY ONLY */
	font-size:0.7em;
	color:#C1D82F;
	margin:0px 0px 0px 0px;
	font-weight:normal;
	}
	
h6{ 
	font-size:1.2em;
	color:#000000;
	margin:0px 0px 5px 0px;
	font-weight:normal;
	}

#content_middle p, #content_left_2col p{
	font-size:0.7em;
	color:#000000;
	margin:0px 0px 5px 0px;	
	line-height:16px;
}

#content_left_2col li
{
	display:list-item;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:square;
	line-height:16px;
	font-size:0.7em;
	color:#000000;
}

#content_left_2col ul
{
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 0px;
}

.side_body p{ /* FOR SIDE AREA BODY ONLY */
	font-size:0.65em;
	color:#ffffff;
	margin:0px 0px 5px 0px;	
	line-height:14px;
}

.side_lime_body p, #body_footer p{ /* FOR SIDE AREA BODY ONLY & FOOTER ONLY */
	font-size:0.7em;
	color:#000000;
	margin:5px 10px 5px 10px;
	line-height:14px;	
}

#strapline p{
	font-size:1.2em;
	color:#000000;
	margin:0px 0px 0px 0px;	
	line-height:88px;
	text-align:right;
}

.phone_copy{
	font-size:1.6em;
	color:#000000;
	margin:0px 0px 0px 0px;
}

.finkk {
	color:#C1D82F;
	text-decoration:none;
	font-weight:bold;
	font-size:0.6em;
	}

/*------------------------------
  LINKS
------------------------------*/

#content_left_2col a, #content_left_2col a:hover, #content_middle a, #content_middle a:hover {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	}
	
#content_left_2col a:hover, #content_middle a:hover {
	color:#C1D82F;
	}
	
.abody, .abody:hover {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	}
	
.abody:hover {
	color:#C1D82F;
	}
	
.side_lime_body a, .side_lime_body a:hover {
	color:#000000;
	text-decoration:none;
	font-size:0.9em;
	font-weight:bold;
	margin:0px 10px 5px 10px;
	}
	
.side_lime_body a:hover {
	color:#ffffff;
	}
	
#contact_footer a, #contact_footer a:hover {
	color:#000000;
	text-decoration:none;
	font-size:0.8em;
	font-weight:bold;
	margin:-10px 0px 0px 0px;
	}
	
#contact_footer a:hover {
	color:#C1D82F;
	}
	
#finkk a, #finkk a:hover {
	color:#C1D82F;
	text-decoration:none;
	font-weight:bold;
	}
	
#finkk a:hover {
	color:#ffffff;
	}
	
.side_body a, .side_body a:hover {
	color:#C1D82F;
	text-decoration:none;
	font-weight:bold;
	}
	
.side_body a:hover {
	color:#ffffff;
	}
	
a.fadeImgLink:hover img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5; 
}

a.fadeImgLink img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0; 
}

a.fadeImgLinkInv:hover img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
}

a.fadeImgLinkInv img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0; 
}
	
	
/*------------------------------
  FORM
------------------------------*/

.input {
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	color: #000000;
	font-size: 12px;
	/*background-color: #ffffff;*/
	border: 1px solid #C1D82F;
	padding: 1px;
}

.select {
	/*background-color: #ffffff;*/
	border: 1px solid #544C49;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	padding:0px 5px 0px 5px;
	margin-right: 5px;
	cursor:pointer;
	background-color:#C1D82F;
}

.select2 {
	/*background-color: #ffffff;*/
	border: 1px solid #544C49;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #C1D82F;
	padding:1px 5px 1px 5px;
	cursor:pointer;
	background-color:#000000;
}

.select_dropdown {
	/*background-color: #ffffff;*/
	border: 1px solid #C1D82F;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	padding:0px;
}

.select_button {
	/*background-color: #ffffff;*/
	border: 1px solid #544C49;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	padding:1px 5px 1px 5px;
	margin-right: 5px;
	cursor:pointer;
	background-color:#C1D82F;
}

div #form-errors {
	font-weight: bold;
	font-size: 12px;
	color: #ff0000;
}

/*------------------------------
  SLIDESHOW
------------------------------*/


#slideshow {
    position: relative;
    height:216px;
	width:900px;
	margin:0px auto;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/*------------------------------
  TABLES
------------------------------*/

#index-form {
	background-image: url(image/index-form-bg.png);
	background-repeat: repeat-x;
	background-color: #434446;
	color: #ffffff;
	margin: 10px 20px 10px 20px;
	padding: 5px 0px 10px 10px;
	height: 100%;
}

#index-form p {
	color: #ffffff;
}

.clearfix:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide these rules from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
li.clearfix {
	display: list-item;
}
/* End hide from IE-mac */


/*------------------------------
  POPUP
------------------------------*/

div.popup {
	background: #FFF;
	font-family: Arial,sans-serif;
	position: fixed;
	width: 600px;
	border: 1px solid #231f20;
	z-index: 100000;
	margin: 0px;

}

.popup .popupContent{
	padding: 10px;
	padding-top:0px;
}

.popup p {
	font-size: 100px;
}

.popup h1 {
	color: #fff;
	background-image: url(icons/New/popupHeaderBG.png);
	background-repeat: repeat-x;
	font-size: 16px;
	padding: 10px;
}

#popupBackground {
	display: none;
	background: #000;
	text-align: center;
	font-family: Arial,sans-serif;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 99999;
	opacity:0.4;
	filter: alpha(opacity = 60);

}

.closePopup {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 10px;
}

    a.closePopup img {
     filter:alpha(opacity=70);
     -moz-opacity: 0.7;
     opacity: 0.7;
     -khtml-opacity: 0.7;   
     }

     a.closePopup:hover img {
     filter:alpha(opacity=100);
     -moz-opacity: 1.0;
     opacity: 1.0;
     -khtml-opacity: 1.0; 
     }

