﻿/*----------------------------------------------------------
The base color for this template is #fff. If you'd like
to use a different color start by replacing all instances of
#fff with your new color.
----------------------------------------------------------*/

img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 955px;
			max-width:955px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}
		
		div#content {
			/* This is the only important rule */
			/* We need our content to show up on top of the background */
			position: relative; 
			
			
			/* These have no effect on the functionality */
			width: 800px;
			margin: 0 auto;
			background: #8b949e;
			padding: 20px;
			font-family: helvetica, arial, sans-serif;
			font-size: 10pt;
			line-height: 16pt;
			-moz-box-shadow: #000 4px 4px 10px;
			-webkit-box-shadow: #000 4px 4px 10px;
			cursor:pointer;
		
	
	
		}
	


body
{
	background: #000; background-image:url(images/home.png);
    font-size: .75em;
    font-family: Trebuchet MS, Helvetica, Sans-Serif;
    margin: 0 0 0 0;
    padding: 0;
    color: #696969;
    width:1000px;


}

a:link
{
    color: #fff;
    font-weight:bold;
    text-decoration: underline;
}
a:visited
{
    color: #fff;
     font-weight:bold;
}
a:hover
{
    color: #E59B1A;
     font-weight:bold;
    text-decoration: none;
}
a:active
{
    color: #fff;
     font-weight:bold;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #333;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
    color: #ccc;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
	
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    margin-top:0px;
    background-repeat:no-repeat;
    background-position:top;
        
 
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #333;
    padding: 0 0 0 50px;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #ccc;
    border: none;
    line-height: 2em;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
    font-size: 32px !important;
}


#main
{
position:relative;
  padding: 0px 0px 200px 30px;
 /* background-image:url('images/home.jpg');*/
  background-repeat:no-repeat;
  margin-left:200px;
  min-height:600px;
    /*  background:#8b949e;
min-height:900px;
    margin-bottom: 30px;
    vertical-align:top;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */

}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

#extraDiv1{
	position:fixed;
	top:50px;
	width:50px;
	height:433px;
	left:50%;
	/*margin-left:-542px; for left margin */
	margin-left:502px;
	
	}


/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    /*border-bottom: 1px #d8d5ce solid;*/
    padding: 5px 0 2px 107px;
    position: relative;
    margin: 0;
    text-align: center;
    font-family:Trebuchet MS, Helvetica, Sans-Serif;
    font-size:14px;
    width:900px;
   

}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
     padding: 2px 2px 2px 10px;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 2px 2px 2px 10px;
    text-decoration: none;
    line-height: 2.8em;
    /*background-color: #000;*/
    color: #fff;
}
ul#menu li a.on
{
    padding: 2px 2px 2px 10px;
    text-decoration: none;
    line-height: 2.8em;
    
    background-image:url("images/buttons.png");
    color: #fff;

} 


ul#menu li a:hover
{

    padding: 2px 2px 2px 10px;
    text-decoration: none;
    line-height: 2.8em;
    /*background-color: #222;
    border:solid 1px #222;*/
    color: #E59B1A;
}

ul#menu li a:active 
{
    padding: 2px 2px 2px 10px;
    text-decoration: none;
    line-height: 2.8em;
    /*background-color: #000;*/
    color: #fff;
}

ul#menu li a:visted 
{
     padding: 2px 2px 2px 10px;
    text-decoration: none;
    line-height: 2.8em;
    /*background-color: #000;*/
    color: #fff;
}

ul#menu li.selected a
{
    background-color: #d8d5ce;
    color: #8b949e;
}


ul#localize
{
    /*border-bottom: 1px #d8d5ce solid;*/
    padding: 0 0 2px;
    margin: 0;
    text-align: right;
    font-family:Trebuchet MS, Helvetica, Sans-Serif;
    color:#fff;
    font-size:12px;
    margin-left:150px;
   

}

ul#localize li
{
    display: inline;
    list-style: none;
}

ul#localize li a
{
    padding: 10px 5px;
    text-decoration: none;
    line-height: 2.8em;
    /*background-color: #000;*/
    color: #fff;
}

ul#localize li a:hover
{

    padding: 10px 5px;
    text-decoration: none;
    line-height: 2.8em;
    /*background-color: #000;*/
    color: #c7b307;
}


#homecenter
{
	border:solid 2px;
	position:relative; 
	top:auto;
    float:right;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}
/* partial view layouts */
/* BEGIN AS Standard Module Layout */
.standardlist 
{
    padding: 10px 10px 10px 10px;
    width:400px;
    vertical-align:top;
    margin-bottom: 30px;
    /*border:dashed 2px #ccc;*/
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

.standardlisthome 
{
    padding: 30px 30px 15px 0px;
    width:300px;
    margin-bottom: 30px;
    /*border:dashed 2px #ccc;*/
   
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

.widelist 
{
    padding: 30px 30px 15px 0px;
    width:450px;
    margin-bottom: 30px;
    /*border:dashed 2px #ccc;*/
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}
		
.standardimg{
		float:left;
		display:inline;
		margin-right:15px;
		margin-bottom:0px;
		vertical-align:top;
		}	

.standardtext{
font:12px Trebuchet MS, Arial, Helvetica, Sans-Serif;
color:#ffffff;

		

}

.standardtitle {
font:14px Trebuchet MS, Arial, Helvetica, Sans-Serif;
color:#A40C04;
font-weight:bold;
	
} 

.standardtitle a{
color:#A40C04;
text-decoration:none;

}

.standardtitle a:hover{
text-decoration:none;
color:#E59B1A;

}
/* END standard module layout*/



/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
 
  border-collapse: collapse;
 

}

table td 
{
  padding: 5px;   
  border: solid 0px #eeeeee;
}

table thead
{
  padding: 6px 5px;
  text-align: left;
  background-color: #333; 
  color:#fff;
  font-weight:bold;
  border: solid 0px #e8eef4;   
}

table tr
{
	border: solid 0px #905956; 
	}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:5px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}


/* overlay */
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
   /* styling */ 
    background-color:#000; 
    padding:15px 15px 15px 15px;
   
    width:620px;     
    min-height:320px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(images/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

#homeimage img {
	cursor:pointer;
	margin:10px 10px 10px 10px;
	padding:0px;
	vertical-align:top;
	height:70px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* some styling for triggers */
#triggers {
	
}

#triggers img {
	cursor:pointer;
	margin:2px 2px 2px 2px;
	background-color:#111;
	border:5px solid #111;
	padding:1px;
	vertical-align:top;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}


div.image {
height: 60px;
width: 90px; 
overflow: hidden; 
border: 2px solid #d8d5ce;
vertical-align:middle;
}


#featureroll {
	margin-top:270px; 
	margin-left:-200px;

}

#featureroll img {
	cursor:pointer;
	vertical-align:bottom;

}



.featurerollTx 
{
	 
}

.logo 
{
	margin-top:10px; 
	padding: 10px 0 2px;
    position: relative;
    margin-left:200px;
    width:900px;
    font-family:Trebuchet MS;
    color:#FFBF00;
    font-size:10px;
    vertical-align:top;
	
	}
	
	.topnav
{
	margin-top:10px; 
	float:right;
    font-family:Trebuchet MS;
    color:#FFBF00;
    font-size:10px;
    vertical-align:top;
	
	}

/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	width:500px;
	border:solid 0px #000;
	text-indent:0;
	margin-top:330px; 
	margin-left:0px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	margin-left:0px;
	padding-right:30px;
	padding-left:0px;
		border:solid 2px solid #c7b307;
	padding:10 10 10 10;

}

/* link inside the tab. uses a background image */
ul.tabs a { 
	text-indent:0;
	border:solid 2px solid #c7b307;
}

ul.tabs a:active {
	outline:none;	
	text-indent:0;	
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {

	text-indent:0;

}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {


}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */





/* initially all panes are hidden */ 
div.panes div.pane 
{
	display:none;
	font:12px Trebuchet MS, Arial, Helvetica, Sans-Serif;
	color:#51514c;	
	width:300px;

}



#slider
{

	}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:850px;
	height:380px;
	min-height:320px;

	}
	
.sliderimg{
		
		display:inline;
		margin-right:10px;
		margin-bottom:0px;
		 
		}	

.slidertext{
font:14px Trebuchet MS, Arial, Helvetica, Sans-Serif;
		color:#333;
		

}

.slidertext a{
font:14px Trebuchet MS, Arial, Helvetica, Sans-Serif;
		color:#333;
		

}

.slidertitle {
font:24px Trebuchet MS, Arial, Helvetica, Sans-Serif;
color:#FCFCFC;
font-weight:bold;
		
} 

.slidertitle a{
color:#E2890A;
text-decoration:none;

}

.slidertitle a:hover{
text-decoration:underline;

}

.sliderback
{
background:#E2E2E2; 
/*border:solid 6px #565652; */
padding:5px 5px 5px 5px; 
width:500px;
/*height:360px;*/
}



#prevBtn, #nextBtn{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:-235px;
	}	
#nextBtn, #nextBtn2{ 
	left:815px;
	}														
#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
	display:block;
	width:30px;
	height:77px;
	background:url(images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a, #nextBtn2 a{ 
	background:url(images/btn_next.gif) no-repeat 0 0;	
	}	




/* numeric controls */	

	ul#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ul#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ul#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ul#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ul#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

