@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*


GBX  --> GOOGLE FONT FAMILIES

font-family: 'Lora', serif; (attractive serif font)
font-family: 'Ubuntu', sans-serif; (simple headline sans)
font-family: 'Open Sans', sans-serif;  (simple, clean main body font)

end font additions ...


	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	8;
	dw-gutter-percentage:	10;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

/* gb-ge additions to styles */

h1 {
	font-size: 140%;
	font-weight: bolder;
	color: #6e6e6e;
	letter-spacing:.03em;
	margin:6px 0px 0px 45px; 
	text-shadow:1px 1px 2px #fff
}

.video-container {
	
	 width:180px;
	 height:120px; 
	 margin-left:5px;
}

h2 {
	font-size:130%; 
	font-style:italic;
	text-align:center;
	font-weight:normal;
}

h3 {
	font-size: 120%;
	font-weight: 600;
	color: #343434;
	letter-spacing:.03em;
	margin:0px 0px 0px 0px; 
	text-shadow:1px 1px 2px #fff
}

#innercon1 {
	padding:2% 4%;
}

h4 {
	font-size:110%;
	font-weight:400;
	color: #333;
	letter-spacing:.02em;
	text-shadow:1px 1px 2px #fff
}

h5 {
	font-size: 120%;
	font-weight: 400;
	color: #666;
}

#french {
	z-index:5;
	position:absolute;
	top:2.5%;
	left:68%;
	max-width:65px;
}

a.link2:link {
	font-size: 7px;
	line-height:9px;
}

h1, h4, h5 { font-family:'Pontano+Sans', sans-serif; font-weight:400;}
h3 { font-family:'Oxygen', sans-serif; font-weight:600;}
p { font-family:'Lato', sans-serif; font-weight:400; }
h2 {font-family: 'Libre Baskerville', serif; }

/* end of additions */






.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 88.9318%;
	padding-left: 0%;
	padding-right: 1.034%;
	background-color:#B8B8B8;
}
#TopBanner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#left {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 72%;
	display: block;
}
/* #left2 is FOR VIDEO TEMPLATE CHILD-PAGES ... */

#left2 {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 72%;
	display: block;
}

#mid1 {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 72%;
	display: block;
}
#right {
	clear: none;
	float: right;
	margin-left: 0.0%;
	margin-right:2%;
	margin-top:-378%;
	padding:inherit 8%;
	width: 18%;
	display: block;
	background-color: #DFDFDF;
	border: 1px solid #666;
}
#bottom {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	float: left;
    margin:1% auto;
	width: 96%;
	width: 100%;
	display: block;
	margin-bottom: 2%;
}
#cont1 {
	clear: both;
	float: left;
	margin-left: 3%;
	width: 98%;
	display: block;
	margin-top: 2%;
	border:thin solid #666;
	background-color: #f4f4f4;
	padding:2%;
}
#inner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 94%;
	display: block;
	padding:4% 2%;
	border: thin solid #999;
	background-color: #FFFFFF;
}

#ads1 {
	clear: both;
	float: left;
	/*
	margin:5% auto;
	width: 90%;
	display: block;
	*/
	margin:10%;
	width:86%;
	
}
#underline {
	clear: none;
	float: left;
	margin-left: 2.3255%;
	width: 100%;
	display: block;
}

.htext2 {
	font-size: 10px;
	font-weight: bold;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */




@media only screen and (min-width: 481px) {
	
	
/* gb-ge changes and additions */

.video-container {
	
	 width:50%;
	 height:50%; 
	 margin-left:;
}

h3 {
	margin:3px 0px 0px 8px; 
}

#innercon1 {
	padding:1% 4%;
}

#french {
	z-index:5;
	position:relative;
	top:-30px;
	left:85%;
	margin-bottom:-22px;
	max-width:72px;
	min-width:72px;
}

a.link2:link {
	font-size: 9px;
	line-height:11px;
}
/* end of changes */
	
.gridContainer {
	width: 95%;
	padding-left: 0.5284%;
	padding-right: 0.5284%;
}


#TopBanner {
	clear: both;
	float: left;
	/*
	
	8A8A8A
	display: block;
	*/
	
	margin: 0% 1.5% 0% 1%;
	width:98%;
		/*
	-webkit-border-radius: 3%;
	-moz-border-radius: 3%;
	border-radius: 3%;
	*/
	border: thin solid #999;
	padding: 1% 1% 0%;
	background-color:#D1D1D1;
	max-width:680px;
	min-width:300px;
}

#left {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 38%;
	display: block;
}

/* #left2 is FOR VIDEO TEMPLATE CHILD-PAGES ... */

#left2 {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 38%;
	display: block;
}


#mid1 {
	clear: none;
	float: left;
	margin-left:5%;
	margin-right:1%;
	width: 38%;
	display: block;
}
#right {
	clear: none;
	float: right;
	width: 11%;
	display: block;
	margin: 1.5% 1% 0% 0.5%;
	background-color: #DFDFDF;
	-webkit-border-radius: 3%;
	-moz-border-radius: 3%;
	border-radius: 3%;
	border: 1px solid #666;
}

#bottom {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin:1% auto;
	width: 96%;
	display: block;
	background-image: url(../Images/gradient_tcat.gif);
	background-color: #FFF;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	text-align: center;
	
}
#cont1 {
	clear: both;
	float: left;
	margin: 3%;
	width: 100%;
	display: block;
	background-color: #f4f4f4;
	-webkit-border-radius: 3%;
	-moz-border-radius: 3%;
	border-radius: 3%;
	border: thin solid #666;
	padding:2% 4% 4%;
}
#inner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #FFFFFF;
	-webkit-border-radius: 3%;
	-moz-border-radius: 3%;
	border-radius: 3%;
	border: thin solid #999;
	padding:inherit 5px;
	
}

#ads1 {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
	padding:4%;
}
#underline {
	clear: none;
	float: left;
	margin-left: 1.1494%;
	width: 100%;
	display: block;
}

.htext2 {
	font-size: 10px;
	font-weight: bold;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */




@media only screen and (min-width: 769px) {
	


/* gb-ge changes and additions */

.video-container {
	
	 width:640px;
	 height:480px; 
	 margin:5px auto;
}


h3 {
	margin:6px 0px 0px 18px; 
}

#innercon1 {
	padding:inherit 10px;
}


#french {
	z-index:5;
	position:relative;
	top:-50px;
	right:;
	left:82%;
	max-width:128px;
	min-width:128px;
	margin:0px;
	padding:0px;
	margin-bottom:-50px;
}

a.link2:link {
	font-size: 11px;
}

/* end of changes */




	
.gridContainer {
	width: 100%;
	max-width: 1232px;
	padding-left: 0.5227%;
	padding-right: 0.5227%;
	margin: auto;
}
#TopBanner {
	clear: both;
	float: left;
	max-width: 1208px;
	z-index:2;
	/*
	
	8A8A8A
	display: block;
	*/
	
	margin: .8% auto 0;
		/*
	-webkit-border-radius: 3%;
	-moz-border-radius: 3%;
	border-radius: 3%;
	*/
	border: thin solid #999;
	padding: 8px;
	background-color:#D1D1D1;
}
#left {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 41%;
	display: block;
	margin-top: 1.5%;
}

/* #left2 is FOR VIDEO TEMPLATE CHILD-PAGES ... */

#left2 {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 41%;
	display: block;
	margin-top: 1.5%;
}


#mid1 {
	clear: none;
	float: left;
	width: 41%;
	display: block;
	margin-top: 1.5%;
	margin-left: 0px;
}
#right {
	clear: none;
	float: left;
	margin-left: 0.0%;
	width: 13%;
	display: block;
	margin-top: 3%;
	margin-right: 1.4%;
	padding-top: 0.5%;
	background-color: #DFDFDF;
	-webkit-border-radius: 3%;
	-moz-border-radius: 3%;
	border-radius: 3%;
	border: 1px solid #666;
}
#bottom {
	clear: both;
	float: left;
	margin-left: 0;
	width: 87.3563%;
	display: block;
}
#footer {
	clear: both;
	margin:.5% auto 1%;
	width:100%;
	/*
	display: block;
	*/
	color: #4e4b90;
	background-image: url(../Images/gradient_tcat.gif);
	background-color: #FFF;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 1%;
	background-repeat: repeat-x;
	
}
#cont1 {
	clear: none;
	float: left;
	margin-left: 3%;
	width: 92%;
	display: block;
	background-color: #DFDFDF;
	-webkit-border-radius: 3%;
	-moz-border-radius: 3%;
	border-radius: 3%;
	border: 1px solid #666;
	padding-top: 1%;
	margin-bottom: 4%;
	padding:0% .4% 0.2%;
}
#inner {
	clear: both;
	float: left;
	width: 91.1%;
	display: block;
	background-color: #FFFFFF;
	-webkit-border-radius: 3%;
	-moz-border-radius: 3%;
	border-radius: 3%;
	border: thin solid #999;
	margin-top: 3%;
	margin-left: 2%;
	margin-left: 2%;
	margin-bottom: 2%;
	padding: 2.0%;
	margin-right: 2%;
	margin-bottom: 2%;
}


#ads1 {
	clear: both;
	float: left;
	margin:5px auto;
	display: block;
	width: 86%;
	padding-left:6%;
}
#underline {
	clear: none;
	float: left;
	margin-left: 1.1494%;
	width: 100%;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #BEBEBE;
	height: 5px;
}

.htext2 {
	font-size: 14px;
	font-weight: bold;
}

}

/* END OF DESKTOP-SIZE CSS DEF'Ns WRAPPER  */



.img1 {
	font-size: 12px;
}
.img2 {
	text-align: left;
	font-size: 14px;
}
.htext {
	font-size: 110%;
	font-weight: bolder;
	color: #6e6e6e;
	font-family: tahoma, geneva, sans-serif;
	margin-left:7px;
	letter-spacing:.03em;
}

a.link1:link {
	color: #353535;
}
a.link1:visited {
	color: #8F8F8F;
}
a.link1:hover {
	color: #282828;
}
a.link1:active {
	color: #939393;
}
a.link2:link {
	color: #6D3FAD;
	font-weight: bold;
	text-decoration:none;
}
a.link2:visited {
	color: #876CCE;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}
a.link2:hover {
	color: #A988D5;
	font-size: 10px;
	font-weight: bold;
	text-decoration:underline;
}
a.link2:active {
	color: #B396DA;	
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
}
a.link3:link {
	color: #0000D0;
	text-decoration: none;
}
a.link3:visited {
	color: #0000D0;
	text-decoration: none;
}
a.link3:hover {
	color: #940006;
	text-decoration: underline;
}
a.link3:active {
	color: #939393;
	text-decoration: none;
}
#left2 {
	clear: both;
	float: left;
	margin-top: 1%;
	width: 80%;
	display: block;
}

img.sponsors {
	border: 1px solid #666;
	margin-bottom: 1%;
}	