/*  **************  GLOBAL STYLES  ************ */
html {
    margin: 0;
    padding: 0;
}

body {
	background-color: #fff;
	background-image: url(../images/bg.gif);
	background-repeat: repeat; 
	text-align: center; /* for IE */
	padding: 0px;
	margin: 0px;
	color: #000;
	
	font-family: Helvetica, arial, 'Century Gothic',  'trebuchet ms', sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}

#main {
	width: 960px; 
	margin: 0 auto; 
	border: 1px solid #999999;
	
	
}

#main-container {
	width: 970px; 
	margin: 0 auto; 
	
	
}




#content-wrapper {
	float: left;
	width: 960px;
	
	margin: 0;
	padding: 0px;
	
}

#content-area {
	margin: 0;
	padding: 0px;
}

#main-content{
	clear: left;
	width: 960px;
	background: #fff;
	color: #000;
	text-align: left;
	padding-top:12px;
	
	border: 1px solid #999999;
	
	
}


.clear {
	clear: both;
	margin: 0;
}
#lower-boxes {
	background-color: #fff;
	padding:10px 0px 10px 0px;
}

h1 {
	font-family: helvetica, arial, 'century gothic',  'trebuchet ms', sans-serif;
	font-size: 21px;
	line-height: 28px;
	margin: 0;
	margin-top:2px;
	margin-bottom: 12px;
	font-weight: bold;
	color: #004a80;
}

hr {
	height:1px;
	border-width:0;
	color:#fdb402;
	background-color:#fdb402;
}

.float-left {
	float: left;
}

.sub-headline {
	font-family: 'Arial Black', Verdana, Arial, Helvetica, 'Century Gothic','trebuchet ms', sans-serif;
	color:#ffce48;
	font-size: 13px;
	line-height: 15px;
}

p.align-right {
	text-align: right;
	margin-right: 10px;
}

a:link, a:visited {

	color: #0099FF;
	text-decoration: none;
}

a:hover {
	color: #0099FF;
	text-decoration: none;
}

/*  **************  TOP NAVIGATION  ************ */

#top-section {
	background: #fff;
	width: 960px;
	height: 75px; 
}

#nav-bar {
	/*background-color: #0099CC;*/
	background-image:url(../img/Bar-080613.jpg);
	width: 962px;
	height: 18px; 
	border-top: 4px solid #000000;
	text-align:right; 
}

#logo-wrapper {
	float: left;
	width: 960px;
	background: #fff;
	margin: 0;
	padding: 0px;
}


.nav-bar-logo {
	margin: 0;
	float: left;
	width: auto; 
	color: #333;
	background: #fff;
	text-align: left;
	padding-top: 15px;
}

.nav-bar-banner {
	margin: 0;
	margin-left: auto; 
	color: #003366;
	text-align: right;
	padding-top: 20px;
}


ul.navbar {
	list-style-type:none;
	margin:0;
	padding:0;
	padding-top:10px;
	padding-bottom:0px;
	font-family: Helvetica, 'Century Gothic', Verdana, Arial, 'trebuchet ms', sans-serif;
	font-size: 14px;
	line-height: 14px;
}

ul.navbar li {
	display:inline;
}

ul.navbar li a:link, ul.navbar li a:visited {
	color: #003366;
	text-align:center;
	padding:0px 10px 0px 10px;
	text-decoration:none;
	text-transform:uppercase;
}

ul.navbar li a:hover,a:active {
	color:#ffce48;
}

/*  **************  LEFT COLUMN  ************ */

.left-column {
	margin: 0;
	float: left;
	width: auto;
	color: #333;
	padding-top:8px;
	background: #fff;
	font-family:  Helvetica, 'Century Gothic', Verdana, Arial, 'trebuchet ms', sans-serif;
	font-size: 18px;
	line-height: 24px;
}

.left-column-content {
	padding: 10px 30px 10px 30px;
	text-align: left;

}

/*  **************  RIGHT COLUMN  ************ */

.right-column-content {
	padding: 20px 10px 10px 20px; /* sets width of column content to 324px - 4 extra pixels than video width - just for safety - if video breaks column, adjust padding width down - !!! especially touchy in IE 6!!!  */
	text-align: center;
	background: #fff;

}

.right-column {
	margin: 0;
	margin-left: 571px; /*Set left margin to LeftColumnWidth*/
	color: #000;
	background: #fff;
}


/*  **************  3 COLUMN BOXES ************ */



#lower-box-wrapper{
	float: left;
	width: 896px;
	margin: 0;
	
	

}

#lower-box{
	margin: 0 8px 0 8px;
	padding: 10px 0px 10px 0px ; 
	text-align:center;
	background: #fff;
	color: #000;
	height: auto;
}

#lower-box1
{
	float: left;
	width: 292px;
	display: inline;
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: auto;
}


#lower-box2
{
	float: left;
	width: 292px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: auto;
	border-left: 1px solid #d8d8d8; 
	border-right: 1px solid #d8d8d8; 
}

#lower-box3
{
	float: right;
	width: 292px;
	display: inline;	
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: auto;
}

.lower-caption {
	padding: 15px;
}

.lower-box-text {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	color: #999;
	font-size: 14px;
	line-height: 15px;
	font-weight: 400;
}

.lower-bar {
	height: 10px;
	background-color: #ebebeb;
	margin: 5px;
}

/*  **************  FOOTER ************ */

#footer {
	clear: left;
	width: 100%;
	background: #fff;
	color: #333;
	text-align: center;
	padding: 4px 0;
	margin-top: 16px;
}


#footer-wrapper {
	float: left;
	width: 100%;
	margin: 0;
	margin-bottom: 4px;

}


.footer-text {
	margin: 5px;
	font-size: 12px;
	font-family: 'Century Gothic', Arial, Helvetica, 'trebuchet ms', sans-serif;
	color:#333;

}


.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}