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

body{
	margin:29px 0px 0px 0px;
	background-image:url(../images/top_bg.png);
	background-repeat:repeat-x;
	background-color:#c0c0c0;
}
#Container{
	width:978px;
	margin:0px auto;
}
#Header{
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:121px;
}
#Logo{
	margin:0px 0px 0px 15px;
	padding-top:15px;
}
#TopNavigation{
	width:978px;
	height:36px;
	padding-top:14px;
	margin-bottom:20px;
	
	border:none;
	background-image:url(../images/nav_bg.jpg);
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-bottom-left-radius:10px; /* Firefox 3.6 and earlier */
	-moz-border-bottom-right-radius:10px; /* Firefox 3.6 and earlier */
}

#TopNavigation a.Home{
	background-image:url(../images/icon_home.png);
	background-repeat:no-repeat;
	width:23px;
	height:24px;
	padding:20px 30px;
	margin-left:30px;
}

#TopNavigation a{
	padding:15px 30px;
	background-image:url(../images/nav_div.png);
	background-repeat:no-repeat;
	background-position:left;

	font-family:"Segoe UI", "Adobe Garamond Pro", Georgia;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
}
#TopNavigation a:hover{
	padding:15px 30px;
	font-family:"Segoe UI", "Adobe Garamond Pro", Georgia;
	font-size:14px;
	color:#0af804;
	text-decoration:none;
}

#LeftContainer{
	float:left;
	width:220px;
	background-color:#ebebeb;
	
	border:none;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
	box-shadow: 2px 2px 5px #888888;
}
#LeftContainer h2{
	border:none;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	-moz-border-top-left-radius:10px; /* Firefox 3.6 and earlier */
	-moz-border-top-right-radius:10px; /* Firefox 3.6 and earlier */
	background-color:#464646;
	
	font-family:"Segoe UI", "Adobe Garamond Pro", Georgia;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	text-align:center;
	padding:10px 5px;
	margin:0px;
}
#LeftContainer .Content{
	font-family:"Segoe UI", "Adobe Garamond Pro", Georgia;
	font-size:13px;
	font-weight:normal;
	color:#545454;
	text-align:left;
	padding:10px;
}
#LeftContainer .Field{
	border:1px solid #b4b4b4;
	padding:3px 5px;
	width:185px;
}
#LeftContainer .Field1{
	border:1px solid #b4b4b4;
	padding:3px 5px;
	width:195px;
}

.Clear{
	clear:both;
	height:0px;
}

#RightContainer{
	float:right;
	width:724px;
	background-color:#ebebeb;
	
	border:none;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */

	font-family:"Segoe UI", "Adobe Garamond Pro", Georgia;
	font-size:13px;
	font-weight:normal;
	color:#545454;
	text-align:left;
	padding:10px;
}

#VideoRight{
	float:right;
	margin-left:20px;
}
#VideoRight img{
	border:2px solid #FFF;
}
#FooterNavigation{
	width:978px;
	height:24px;
	margin-top:20px;
	padding-top:26px;
	text-align:right;
	
	border:none;
	background-image:url(../images/footer_bg.jpg);
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	-moz-border-top-left-radius:10px; /* Firefox 3.6 and earlier */
	-moz-border-top-right-radius:10px; /* Firefox 3.6 and earlier */
}

#FooterNavigation a{
	padding:5px 30px;
	background-image:url(../images/footer_div.jpg);
	background-repeat:no-repeat;
	background-position:left;

	font-family:"Segoe UI", "Adobe Garamond Pro", Georgia;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}
#FooterNavigation a:hover{
	padding:5px 30px;
	font-family:"Segoe UI", "Adobe Garamond Pro", Georgia;
	font-size:14px;
	font-weight:bold;
	color:#0af804;
	text-decoration:none;
}
