/* CSS Document */

html { 
    scrollbar-arrow-color: #993333; 
	scrollbar-track-color: #FFF;
	scrollbar-face-color: #FFF;
	scrollbar-highlight-color: #993333;
	scrollbar-3dlight-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-shadow-color: #993333;
} 

body {
	background-image: url(../images/back.jpg);
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
}

#header {
	background-image: url(../images/trent_header.gif);
	width: 740px;
	height: 127px;
	border-left: 4px solid #c1ab96;
	border-right: 4px solid #c1ab96;
	border-top: 4px solid #c1ab96;		
}

.phone {
	font-family: "Helvetica", sans-serif;
	font-size: 10px;	
}

.top {
	font-family: "Helvetica", sans-serif;
	font-size: 12px;
	color: white;
	left: 60px;
	top: 85px;
	display: inline;
	position: relative;
	float: left;	
}
.right {
	font-family: "Helvetica", sans-serif;
	font-size: 12px;
	color: white;
	left: 140px;
	top: 85px;
	display: inline;
	position: relative;		
}
.right a:link,
.right a:active,
.right a:visited {
	color: white;
	text-decoration: none;
}	
.right a:hover {	
	text-decoration: underline;	
}
.top a:link,
.top a:active,
.top a:visited {
	color: white;
	text-decoration: none;
}	
.top a:hover {	
	text-decoration: underline;	
}	

.leftnav {	
	width: 201px;
	height: 510px;	
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	padding-left: 8px;	
}
.leftnav a:link,
.leftnav a:active,
.leftnav a:visited {
	color: #333333;
	text-decoration: none;
}	
.leftnav a:hover {	
	color: #993333;
	text-decoration: underline;	
}

.footer {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 10px;
	line-height: 15px;
}
.footer a:link,
.footer a:active,
.footer a:visited {
	color: #333333;
	text-decoration: none;
}	
.footer a:hover {	
	color: #993333;
	text-decoration: underline;	
}

.border {
	background-color: #f6f5e1;
	border-left: 4px solid #c1ab96;
	border-right: 4px solid #c1ab96;
	border-bottom: 4px solid #c1ab96;
}

.container {
	border-left: 1px solid #993333;
	border-right: 1px solid #993333;
	border-bottom: 1px solid #993333;
	border-top: 1px solid #993333;
	padding-bottom: 5px;
	padding-top: 10px;	
}

.around {
	border-left: 1px solid #993333;
	border-right: 1px solid #993333;
	border-bottom: 1px solid #993333;
	border-top: 1px solid #993333;
	padding-bottom: 5px;	
}

.header {
	font-family: arial, helvetica, serif;
	font-size: 16px;
	color: #993333;
	font-weight: bold;	
	padding-left: 5px;
	text-align: left;
}

.content {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	color: black;
	padding-left: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 20px; 
	line-height: 20px;
	  
}
.content a:link {
	color:#993333;
	text-decoration: underline;
	font-weight: bold;
}
.content a:active {
	color:#993333;
	text-decoration: underline;
	font-weight: bold;
}
.content a:visited {
	color:#993333;
	font-weight: bold;
	text-decoration: underline;
}	
.content a:hover {	
	color:#993333;
	font-weight: bold;
	text-decoration: none;
}
.style1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #660000;
}
.input, .textarea, .select {
	font-family: Verdana, "Helvetica", Arial, Geneva;
	font-size: 12px;
	BORDER-TOP:    #CCC 1px outset;  
	BORDER-LEFT:   #CCC 1px outset;  
	BORDER-BOTTOM: #CCC 1px outset;  
	BORDER-RIGHT:  #CCC 1px outset; 
}

.submit { 
	font-family: Verdana, "Helvetica", Arial, Geneva;
	font-size: 11px;
	font-weight: bold;
	color: #FFF; 
	background: #993333; 
	BORDER-TOP:    #C3B592 1px outset;  
	BORDER-LEFT:   #C3B592 1px outset;  
	BORDER-BOTTOM: #C3B592 1px outset;  
	BORDER-RIGHT:  #C3B592 1px outset; 
}

div#form{
	float:right;
	width:455px;
	margin-top: 20px;
	margin-right: 60px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 30px;	
	background: #FFF;
}
	
.webcast{color:#009; text-decoration:underline}

#broadcast{width:190px; border-top:1px dotted #333; border-bottom:1px dotted #333; padding:15px 0px 15px 0px}

#broadcast h2{font-size:14px; color:#993333;text-transform:uppercase; font-style:italic}
.learn a{font-size:11px;}

.small{font-size:11px; font-style:italic;}

#broadcast p a{font-size:12px; color:#993333;text-decoration:underline;}

.learn{font-size:11px; font-style:italic; color:#000;}

#broadcast .more a{font-size:10px; color:#993333; text-transform:lowercase;} 
#broadcast .more a:hover{text-decoration:none}