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

/* Primary Framework */
body {
	background-color:#9c9494;
	font-family:sans-serif;
}

#page-container {
	width:910px;
	margin-left:auto;
	margin-right:auto;
	background-color:#9c9494;
}

#motto {
	text-align:left;
	padding-top:30px;
	color:#be0303;
	font-size:22px;
	font-family:serif;
	font-weight:bolder;
}

#logo {
	width:auto;
	background-color:white;
	padding-top:5px;
	padding-bottom:20px;
}

#left {
	width:180px;
	background-color:#9c9494;
	float:left;
}

#content {
	width:725px;
	min-height:600px;
	background-color:#ffffff;
	background-image:url(images/content-background-2.jpg);
	background-position:top;
	background-repeat:repeat-x;
	float:right;
	padding-left:5px;
}

#footer {
	width:auto;
	clear:both;
	text-align:center;
	padding-top:10px;
}

/* Look/feel Styles */

@font-face {  
  font-family: "Junction 02";  
  src: url("fonts/Junction 02.otf") format("opentype");  
}  

@font-face {  
  font-family: "Inconsolata";  
  src: url("fonts/Inconsolata.otf") format("opentype");  
} 

@font-face {  
  font-family: "Droid";  
  src: url("fonts/DroidSans.ttf") format("truetype");  
} 

@font-face {  
  font-family: "Fontin";  
  src: url("fonts/Fontin_Sans_SC_45b.otf") format("opentype");  
} 

img {
	border:none;
}

#left ul {
	list-style:none;
	margin-left:-40px;
	margin-top:0px;
	font-family:candara, calibri, "Droid", sans-serif;
}

#left ul li {
	border-bottom:2px solid white;
	background-color:#615c5c;
	padding:1px 0px 1px 5px;
	font-size:13px;
	color:white;
}

#left ul a {
	display:block; /* Block style required to make entire button a link and not just the text */
}

#left #marketingSub ul li {
	background-color:#717070;
	/* background-image:url(images/red-button-bg.png);
	background-repeat:repeat-x; */
	margin-left:5px;
	padding-left:10px;
}

#left .current {
	background-color:#C00;
	background-image:url(images/red-button-bg.png);
	background-repeat:repeat-x;
}

#left .on { /* Used for mouseOver effect on menu items. Controlled by menu-color.js */
	background-color:#C00;
	background-image:url(images/red-button-bg.png);
	background-repeat:repeat-x;
}

#left a {
	color:white;
	text-decoration:none;
}
.contact {
	padding-left:5px;
	font-family:candara, calibri, "Droid", sans-serif;
	font-size:11px;
}
.link:hover { /* Used for mouseOver effect on Video thumbnails */
	opacity: 0.8;
	filter:alpha(opacity=80);
}
#icons {
	width:725px;
	margin-top:25px;
}
#icon-text {
	 position:relative;
	 z-index:2;
	 top:-40px;
	 left:0px;
	 margin-bottom:-35px;
}
#icon-text a {
	color:black;
	text-decoration:none;
}
#icon-text td {
	text-align:center;
	vertical-align:top;
}
#marketingSubText {
		color:#be0303;
}
#homepage-text {
	width:600px;
	padding-left:20px;
}
#homepage-text h4 {
	color:white;
	background-image:url(images/h4-bg.png);
	background-repeat:repeat-x;
	height:27px;
	padding-top:5px;
	padding-left:5px;
}
#homepage-text td {
	text-align:center;
}
.subpage-text {
	width:600px;
}
#footer a {
	color:white;
	text-decoration:none;
}
.red {
	color:#be0303;
}