/* CSS Document */

.bodytext1 {
	font-family:"Trebuchet MS";
	color:#ffffff;
	font-size:12pt;	
}

.bodytext2 {
	font-family:"Trebuchet MS";
	color:#cbb174;
	font-size:10pt;	
}

.bodytext3 {
	font-family:"Trebuchet MS";
	color:#80191d;
	font-size:10pt;	
}

.bodytext4 {
	font-family:"Trebuchet MS";
	color:#000000;
	font-size:10pt;	
}

.midtext1 {
	font-family:"Trebuchet MS";
	color:#ffffff;
	font-size:9pt;	
}

.midtext2 {
	font-family:"Trebuchet MS";
	color:#cbb174;
	font-size:9pt;	
}

.midtext3 {
	font-family:"Trebuchet MS";
	color:#80191d;
	font-size:9pt;	
}

.midtext4 {
	font-family:"Trebuchet MS";
	color:#000000;
	font-size:9pt;	
}

.smalltext1 {
	font-family: "Trebuchet MS";
	color: #ffffff;
	font-size: 8pt;
	text-transform: uppercase;
}

.smalltext2 {
	font-family:"Trebuchet MS";
	color:#cbb174;
	font-size:8pt;	
}

.smalltext3 {
	font-family:"Trebuchet MS";
	color:#80191d;
	font-size:8pt;	
}

.smalltext4 {
	font-family:"Trebuchet MS";
	color:#000000;
	font-size:8pt;	
}

.xsmalltext1 {
	font-family:"Trebuchet MS";
	color:#ffffff;
	font-size:7.5pt;	
}

.xsmalltext2 {
	font-family:"Trebuchet MS";
	color:#cbb174;
	font-size:7.5pt;	
}

.xsmalltext3 {
	font-family:"Trebuchet MS";
	color:#80191d;
	font-size:7.5pt;	
}

.xsmalltext4 {
	font-family:"Trebuchet MS";
	color:#000000;
	font-size:7.5pt;	
}

.menutext {
	font-family:"Trebuchet MS";
	color:#cbb174;
	font-size:8pt;	
}

.xsm_menutext {
	font-family:"Trebuchet MS";
	color:#cbb174;
	font-size:7.5pt;	
}

.title18-white {
	font-family:"Trebuchet MS";
	color:#ffffff;
	font-size:18pt;	
}

.title14-white {
	font-family:"Trebuchet MS";
	color:#ffffff;
	font-size:14pt;	
}

.title18-gold {
	font-family:"Trebuchet MS";
	color:#cbb174;
	font-size:18pt;	
}

.title14-gold {
	font-family:"Trebuchet MS";
	color:#cbb174;
	font-size:14pt;	
}

.title18-maroon {
	font-family:"Trebuchet MS";
	color:#6e1619;
	font-size:18pt;	
}

.title14-maroon {
	font-family:"Trebuchet MS";
	color:#6e1619;
	font-size:14pt;	
}

.linktext2 {
	font-family:"Trebuchet MS";
	color:#cbb174;
	font-size:10pt;	
}

.button a {
                display:inline-block;
                padding:15px 30px;
                font-size:16px;
                text-transform:uppercase;
                color:#fff;
                text-decoration:none;
                margin-top: 20px;
				margin-bottom: 20px;
                font-style:normal;
                background-color: #6e1619;
                font-weight: 500;
}

.button a:hover {
                background-color: #8F181C;
                -webkit-transition: all 0.4s ease;
                -moz-transition: all 0.4s ease;
                -o-transition: all 0.4s ease;
                transition: all 0.4s ease;
}


a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 	color: #000045;
	text-decoration:none;
} 

/*Hyperlink Hover Style*/
a:hover {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 color: #ffffff; 
	 text-decoration:underline;
}

a.menutext {
	font-family:"Trebuchet MS";
	color:#cbb174;
	font-size:8pt;	
	text-decoration:none;
}

a.xsm_menutext {
	font-family:"Trebuchet MS";
	color:#cbb174;
	font-size:7.5pt;	
	text-decoration:none;
}

a.contacttext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 	color: #cacaca;
	font-size:8pt;	
	text-decoration:none;
} 

a.links {
	font-family:"Trebuchet MS";
	color:#cbb174;
	font-size:10pt;	
	text-decoration:none;
}

a.links2 {
	font-family:"Trebuchet MS";
	color:#ffffff;
	font-size:10pt;	
	text-decoration:none;
}

a.email_link {
	font-family:"Trebuchet MS";
	color:#bfc9ca;
	font-size:8pt;	
	text-decoration:underline;
}

a.linktext2 {
	font-family:"Trebuchet MS";
	color:#cbb174;
	font-size:10pt;	
	text-decoration:none;
}

/*Hyperlink Hover Style*/
a.menutext:hover {
	font-family:"Trebuchet MS";
	color:#ffffff;
	font-size:8pt;	
	text-decoration:none;
}

a.xsm_menutext:hover {
	font-family:"Trebuchet MS";
	color:#ffffff;
	font-size:7.5pt;	
	text-decoration:none;
}

a.contacttext:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 	color: #ffffff;
	font-size:8pt;	
	text-decoration:underline;
} 

a.links:hover {
	font-family:"Trebuchet MS";
	color:#ffffff;
	font-size:10pt;
	text-decoration:none;	
}

a.links2:hover {
	font-family:"Trebuchet MS";
	color:#cbb174;
	font-size:10pt;
	text-decoration:underline;	
}

a.email_link:hover {
	font-family:"Trebuchet MS";
	color:#9c8b68;
	font-size:8pt;	
	text-decoration:underline;	
	
}	

a.a.linktext2 {
	font-family:"Trebuchet MS";
	color:#cbb174;
	font-size:10pt;	
	text-decoration:underline;
}	

/*Border Styles*/
.border_maroon1 {
	border: 1px solid #6e1619;
}

.border_maroon2 {
	border: 2px solid #6e1619;
}

.border_maroon4 {
	border: 4px solid #6e1619;
}

.border_gold1 {
	border: 1px solid #cbb174;
}

.border_gold2 {
	border: 2px solid #cbb174;
}

.border_gold4 {
	border: 4px solid #cbb174;
}

.top-border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.searchterms {
display:none;
} 

h1 {
 color: #ffffff;
 font-weight: bold;
 font-size: 14pt;
 text-transform: capitalize;
 font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
 margin: 0px;
 padding: 0px;
 float: left;
}

.announcement {
	float: right;
	margin: 10px 0 0 0;
	padding: 10px;
	width: 	370px;
	height: auto;
	background-color: #80191d;
	-webkit-border-radius: 13px;
-moz-border-radius: 13px;
border-radius: 13px;
background: #80191d; /* Old browsers */
background: -moz-linear-gradient(top, #80191d 0%, #80191d 35%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80191d), color-stop(35%,#80191d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #80191d 0%,#80191d 35%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #80191d 0%,#80191d 35%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #80191d 0%,#80191d 35%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom, #80191d 0%,#80191d 35%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80191d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.lpic{
	float:left;
	width:300px;
	height:200;
	border: 2px solid #cbb174;
}
.rpic{
	float:left;
	width:300px;
	height:200;
	border: 2px solid #cbb174;
}
.topped{
	float:left;
	height:90px;
	width:270px;
	margin:5px;
	color:#FFFFFF;
	text-align:left;
	font-size:12px;
	font-family:"Trebuchet MS";
}
.lowped{
	float:left;
	height:90px;
	width:270px;
	margin:5px;
	color:#FFFFFF;
	text-align:right;
	font-size:12px;
	font-family:"Trebuchet MS";
	}

.centerbox{
	float:left;
	height:200px;
	width:280px;
}

.clear{
	clear:both;}
	
.firstline{
	text-transform:uppercase;
}

