@charset "utf-8";
body {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #3a5363 url(../images/web_back2.jpg) repeat-x center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container {
	width: 835px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	padding: 4px 14px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-size: 12px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#headContent {
	/*padding: 14px 14px 0;  remember that padding is the space inside the div box and margin is the space outside the div box 
	background: #1C5B89;*/
	background-image:url(../images/web_top_new2.jpg);
	width: 835px;
	height: 260px;
}
#mainContent {
	padding-left: 40px;
	padding-right: 40px;
	/*padding: 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../images/web_white.jpg);
}
#mainContent h1 {
	color: #BF7844;
	font-weight:bold;
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 18px;
}
#mainContent h2 {
	color: #59371E;
	font-weight:bold;
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 18px;
}
#mainContent a {
	color: #0C4B5F;
	font-weight:bold;
	text-decoration:none;
}
#mainContent h3 {
	font: 11px  Verdana, Geneva, sans-serif;
	font-weight:bold;
	color: #59371E;
}
#mainContent p {
	font: 11px;
	color: #333333;
	margin: 0;
	padding: 0px;
}
#footer {
	padding: 2px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	font-size: 10px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a{
	color:#666;
	font-weight: 900;
	text-decoration: none;
}
#footer a:hover{
	font-weight: 900;
	text-decoration: underline;
}
#videobox {
	float: right;
	width: 295px;
	height: 734px;
	background-image:url(../images/box_back1.jpg);
	margin-left: 20px;
	padding: 33px;
}
#videobox2 {
	float: left;
	width: 720px;
	height: 213px;
	background-image:url(../images/video_back.jpg);
	margin-left: 10px;
	margin-right:10px;
	padding: 17px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0px;
}
a img {
	border-width: 0px;
	border-style: none;
}

