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

@charset "utf-8";

body,td,th {
	font-family: Century Gothic;
	font-size: 11px;
}
body {
	background-color: #FFF;
	background-image: url(../backgrounds/click_bg2.gif);
	background-repeat: no-repeat;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	text-decoration:none;
}
a:visited {
	color: #fff;
	text-decoration:none;
}
a:hover {
	color: #fff;
	text-decoration:none;
}
a:active {
	color: #fff;
	text-decoration:none;
}

a img{
border:none;
}


p {
	font-size:9px;
	color:#000;
	line-height: 10pt;
	}

h1 {
	font-size:28px;
	}
	
	h2 {
	font-size:28px;
	}
	
	h3 {
	font-family:"Century Gothic";
	font-size:18px;
	color:#FDB75A;
	}
	
	h4 {
	font-family:"Century Gothic";
	font-size:12.5px;
	color:red;
	}
	
	h5 {
	font-family:"Century Gothic";
	font-size:9px;
	font-weight:none;
	color:#333;
	line-height: .1pt;
	text-decoration:none;
	text-transform:none;
	}


	h6 {
	font-family:"Century Gothic";
	font-size:14px;
	color:999;
	line-height: 1pt;
		}


#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/




.container {
	width: 100%;  /* this will create a container 80% of the browser width */
	height:630px;
	background: transparent;
	margin: 0px 0px 0px 0px; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
} 


.closeBtnContainer {
	width: 150px;
	heigh: 650px;
	margin: 80px 0px 0px 48px;
	text-align: left;
	
	}

.pagesContainer2 {
	width: 650px;
	heigh: 650px;
	margin: 5px 0px 0px 425px;
		text-align: center;
	}
	
	
/*  PAGINATION STARTS HERE */

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 9px;
color: #969696;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a:link {
background-color: #969696;
padding: 0 5px;
border: 1px solid #969696;
text-decoration: none; 
color: #969696;
}

.pagination a:visited {
background-color: #969696;
padding: 0 5px;
border: 1px solid #969696;
text-decoration: none; 
color: #969696;
}


.pagination a, .pagination a:visited{
background-color: #969696;
padding: 0 5px;
border: 1px solid #969696;
text-decoration: none; 
}
.pagination a:active{
border: 1px solid #f97fd8;
color: #f97fd8;
background-color: #969696;
}	
.pagination a:hover{
border: 1px solid #f97fd8;
color: #f97fd8;
background-color: #f97fd8;
}

.pagination a.currentpage{
background-color: #f97fd8;
color: #f97fd8 !important;
border-color: #f97fd8;
cursor: default;
}


/* PAGINATION ENDS HERE */
	
	
	
	
	
	

	
	#imagDescription {
	font-size:9px;
	color:#000;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 500px;
	margin: 0px 0px 0px 425px;
}
	
	
	
	
	.fullArticleLink {
    vertical-align: top;
	font-family: "Century Gothic";
	font-size: 11px;
	color: #000;
	text-align: top, left;
	width: 500px;
	heigh: 500px;
	margin: 5px 0px 5px 425px;

	}

	.fullArticleLink a:link{
color: #000;
	}
	
	.fullArticleLink a:active{
color: #000;
	}

.fullArticleLink a:visited{
color: #000;
}

.fullArticleLink a:hover{
color: #F97FD8;

}


.fullArticleLink:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 500px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
	
	
	
	
	
	.imageContainer {
	font-family: "Century Gothic";
	font-size: 9px;
	color: #666;
	text-align: left;
	width: 505px;
	heigh: 505px;
	margin: 5px 0px 5px 425px;
	}
	

/*==================== thumbnail =========================*/
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail {
color: #000000;
}

.thumbnail:active{
background-color: transparent;
color: #000;
}

.thumbnail:hover{
background-color: transparent;
color: #F97FD8;

}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 500px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
/*==================== thumbnail =========================*/
/*==================== WORKS WORKS WORKS AREA =========================*/





#sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 22%; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
#sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 23%; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
#sidebar1 p, #sidebar1 h3, #sidebar2 p, #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


#videoBoxContainer {
	background:#transparent;
	width:390px;
	height:250px;
	padding:15px;
	margin:0px;
	border-style:solid;
    border-width:1px;
	border-color:#21140A;
 	
}

#videoContainer {
	background: transparent;
	padding: 0px;
	width:230px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#newsTwoHeadlines {
	margin:0px 0px 0px 0px;
	padding-left:25px;
	padding-right:25px;
	border-style:solid;
    border-width:1px;
	border-color:#21140A;
	}


#footer {
	float:left;
	width:976px;
	margin:0 auto;
	height:100px;
	background-color:#000;	
	font-family:Arial;
	font-size:9px;
	color: #999;
	}


#footerCcontainer {
width:785px;
margin: 0 auto;
	}
	
	#footerLinfo {
	width:300px;
	}
	
#footerRinfo {
	width:350px;
	float:right;
	}


/* Miscellaneous classes for reuse */
.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: 0px;
	margin-top: 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: 0px;
	margin-top: 8px;
	text-align:left;
	
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.more-link{
	font-family:arial;
	font-size:10px;
	color:#fff;
	text-decoration:none;
	 padding:2px 6px;
	 background:#f97fd8;
	
	}


#webdesign {
float:right;
	width:100%;
	margin:0 auto;
	height:100px;
	font-family:Arial;
	font-size:10px;
	color: #999;
	text-decoration:none;
	}


/* =================  FORM  ==== STARTS ======== HERE ===================*/

#FormBoxContainer {
	background:#transparent;
	width:390px;
	height:350px;
	padding:15px;
	margin:0px;
	border-style:solid;
    border-width:1px;
	border-color:#21140A;
 	
}

.texta { 
 font-size: 10px; 
 color: #666666;
 background-color: #FBF6F3; 
 border: 1px solid #999999; 
}


.textB {
 font-family: arial;
 font-size: 10px; 
 color: #666666;
 background-color: #FBF6F3; 
 border: 1px solid #999999; 
}

#pickup table {
 background-color: transparent;   
 color: #666666;   
 width: 300px;   
 border-collapse: collapse;   
}   
  
#pickup td {   
 padding: 4px;   
}

.labelcell {
	text-align:right;
 font: 10px Arial;    
 color: #666666;    
 background-color: transparent;    
 width: 90px;    
}    
   
.fieldcell {    
 background-color: transparent;    
 color: #666666;    
 text-align: left;    
 margin-right: 0px;    
 padding-right: 0px;    
}    
   
.smalllabelcell {    
 font: 10px Arial;  
 background-color: #1F1209;    
 color: #666666;    
 width: 275px;  
 border: 1px solid #331F12
}    
   
.smallfieldcell {
	font-size:10px;
 background-color: transparent;    
 color: #666;
 text-align: left;    
     
}

.fieldcell input {    
 width: 275px;    
 font: 10px Arial;    
 background-color: #1F1209;    
 color: #666666;    
 border: 1px solid #331F12;    
 margin-right: 10px;    
}    
   
.smallfieldcell input {    
 width: 100px;    
 font: 9px Arial;    
 background-color: #1F1209;    
 color:  white;    
 border: 1px solid #331F12;    
}    
   
.smallfieldcell select {    
 font: 10px Arial;    
 background-color: #1F1209;    
 color: #666666;    
 border: 1px solid #331F12;    
}

/* ============ FormBtns ================ */

.FormBtns { 
 text-align:right;
 font-family: Arial; 
 font-size: 12px;
 font-weight: bold;
 background-image:url(../../copytodelete/templateImages/btn_f1.gif);
 color: #fff; 
 margin-right: 6px;


#send01 .FormBtns, a:active { 
 font-family: Arial; 
 font-size: 12px;
 font-weight: bold;
 background-image:url(templateImages/btn_f1.gif);
 color: #fff; 
 margin-right: 6px;



#send01 .FormBtns a:hover { 
 font-family: Arial; 
 font-size: 12px;
 font-weight: bold;
 background-image:url(templateImages/btn_f1.gif); 
 color: #fff; 
 margin-right: 6px; 
 
 /* =================  FORM  ==== ENDS ======== HERE ===================*/


 /* =================  PROFILE WRAPPER ===================*/

#movieContainer {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	word-spacing: normal;
	display: none;
	clear: both;
	float: left;
	height: 370px;
	width: 785px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	position: absolute;
	left: 0px;
	top: 0px;
}


.movieContainer2 {
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: none;
	height: 610px;
	width: 560px;
	position: absolute;
	left: 0px;
	top: 0px;
}



.morelinkTwo :link :active :hover :visited{
	font-family:arial;
	font-size:8px;
	color:#f97fd8;
	text-decoration:none;
	}
	
	
	a.morelinkTwo:link { 
	color: #f97fd8;
	text-decoration:none;
	}
	
	a.morelinkTwo:visited { 
	color: #f97fd8;
	text-decoration:none;
	}

	a.morelinkTwo:hover { 
	color: #f97fd8;
	text-decoration:none;
	}
	
	a.morelinkTwo:active { 
	color: #f97fd8;
	text-decoration:none;
	}
	
	
