html{
overflow:scroll;
overflow-x:auto;
}
html, body, #wrapper {
	height: 100%;
	margin: 0px;
	padding: 0px;	

}
body > #wrapper {height: auto; min-height: 100%;}

body{
	background-color: #052162;
	position: relative;
	background-image: url(images/bgGradient.gif);
	background-repeat: repeat-x;
}
#wrapper{
	width: 1000px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #829BC2;
}
#main {padding-bottom: 50px;}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;
	background-color: #052162;
	text-align: center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
} 
#footer p{
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
}
#footer img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearBoth {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.clearLeft {
	clear: left;
	margin: 0px;
	padding: 0px;
}
.clearRight {
	clear: right;
	margin: 0px;
	padding: 0px;
}
#navigation {
	margin: 0px;
	padding: 0px;
}

#headerHome {
	margin: 0px;
	height: 200px;
	position: relative;
	padding: 0px;
}
#headerHomeContent{
}
#videoHome {
	position: relative;
	height: 328px;
	width: 480px;
	float: right;
	margin: 0px;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
}
#videoHomeContent{
	border: 1px solid #333333;
	height: 328px;
	width: 480px;
}
#videoHomeContent h1{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #5f89c7;
	display: block;
	margin: 0px;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	padding: 5px;
}
#newsblogHome{
	float: left;
	height: auto;
	width: 490px;
	margin: 0px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 9px;
}
#newsblogHomeContent{
	height:auto;
	width:488px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
#newsblogHomeContent p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	background-color: #e8f3f8;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#newsblogHomeContent a{
}
#newsblogHomeContent a:hover{
}
#newsblogHomeContent h1{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #5f89c7;
	display: block;
	margin: 0px;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	padding: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.newsblogDate{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	font-style: italic;
	line-height: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#audioHome{
	height: 225px;
	width: 490px;
	position: relative;
	margin: 0px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
	float: left;
}
#socialNetworks {
	height:auto;
	width:486px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #333333;
}

#audioHomeLeft{
	padding: 0px;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	border: 1px solid #333333;
	height: 225px;
	width: 225px;
}
#audioHomeRight{
	padding: 0px;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	border: 1px solid #333333;
	height: 225px;
	width: 240px;
	background-image: url(images/noFlashPlayer.jpg);
}
#audioHomeRight a{
	text-decoration: none;
}
#audioHomeRight p{
	margin: 0px;
	padding-left: 15px;
	padding-top: 15px;
}
#audioHomeRight a:hover{}
.bold {
	font-weight: bold;
}
