/* 
  -------------------------------------
  www.terrabona.com
  -------------------------------------
*/

body {
	background-image: url(../_imgs/bkg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	background-color: #FFFFFF;
}
	.left {float: left;}
	.right {float: right;}
	.hidden { display: none; }
	div.inside {margin:0px 0px 0px 0px;}

#all {
	background-color: #FFFFFF;
	margin: 0px auto 0 auto;
	width: 836px;
	
}

#masthead {
	background-color: #FFFFFF;
	color: #999999;
	padding: 0 0px;
}

#columntop_right {
	clear: both;
	background-image: url(../_imgs/column_top_right.gif);
	background-repeat: repeat-x;
	height: 26px;
	margin-left: 10px;
}
#columnbottom {
	clear: both;
	height: 25px;
	background-color: #0213e1;
	margin-top: 5px;
}
#columnwrapper {
	margin: 0 auto;
	width: 836px;
	background-color: #FFFFFF;
	background-image: url(../_imgs/chaplin_lat.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

/*NavBar*/
#nav_wrapper {
	font-size: 0.8em;
	margin: 12px 0px 0px 15px;
	width: 200px;
}

#navbar {
	margin: 0px;
	padding: 0px;
}
#navbar li {
	list-style-type: none;
}
#navbar a {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #FFE084;
}
#navbar a:hover, #navbar a:active, #navbar a:focus {
	color: #CCCCCC;
	background-color: #010101;
}

#c1, #c2 {
	float: left;
	background-color: #FFFFFF;
}
#c1 {
	width: 200px;
	padding: 5px;
}
#c2 {
	width: 616px;
	padding: 5px;
}
#c3 {
	width: 836px;
}
#c1 .content {
	font-size: 1.1em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 16px;
	padding-left: 10px;
}
#c2 .content {
	font-size: 1.1em;
	padding: 5px 12px 5px 8px;
	line-height: 1.2em;
}
h1 {
	font-size: 1.2em;
	text-decoration: underline;
	font-variant: small-caps;
}
h2 {
	font-size: 1.2em;
	font-variant: small-caps;
}
h3 {
	font-size: 1em;
}
.topZero {
	margin-top: 0;
}

#footer {
	margin: 0px auto;
	font-size: 0.7em;
	width: 836px;
}
#footercontent {
	padding: 5px;
}
#footercopyright {
	color: #999;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #0213E1;
}
.content a:visited {
	color: #757575;
}
.content a:hover, .content a:focus, .content a:active {
	color: #333;
}
/*
Left Sidebar Links - We add .content to the selector name to 
make it more specific and to eliminate conflicts with the main navigation bar
*/
#c1 .content a:link {
	color: #003399;
}
#c1 .content a:visited {
	color: #663366;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #3366FF;
}
/*Footer Links*/
#footer a:link {
	color: #003399;
}
#footer a:visited {
	color: #663366;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #3366FF;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	border: 1pt solid #0099CC;
	background-color: #FFFFFF;
	cursor: pointer;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #950000;
	cursor: pointer;
	font-weight: bold;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #993300;
	border-bottom-color: #3E0000;
	border-left-color: #FFFFFF;
}
.txt_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #006699;
	border: 1pt solid #0099CC;
	background-color: #FFFFFF;
}
#columntop_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #4da43f;
	text-align: left;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4DA43F;
	line-height: 1.6em;
}
#trailer {
	background-image: url(../_images/trailer.jpg);
	height: 250px;
	background-repeat: no-repeat;

}
