/* LGNET style defs; last modified: 2010/02/25 */

body{
	font-family: Trebuchet, "Trebuchet MS", Arial,Helvetica,sans-serif;
	font-size:12px;
	color: #000000;
	margin: 0;
	padding: 0;
	background-color:#fff; 
	background-image:url(/images/site_back.jpg);
	background-repeat:repeat-x;
}

a:link, a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #AB1F1D;
	text-decoration: underline;
} 

h1 { /* all pages header */ 
 font-family: Trebuchet, "Trebuchet MS", Arial,Helvetica,sans-serif;
 font-size:11px;
 font-weight:normal;
 color: #666666;
 text-decoration:none;
 margin-top: 0px;
 margin-left: 29px;
 margin-bottom: 0px;
} 

h2 {
 font-family: Trebuchet, "Trebuchet MS", Arial,Helvetica,sans-serif;
 font-size:25px;
 font-weight:normal;
 color: #AB1F1D;
 text-decoration:none;
 margin-top: 0px;
 margin-left: 29px;
 margin-bottom: 10px;
} 

h3 {
 font-family: Trebuchet, "Trebuchet MS", Arial,Helvetica,sans-serif;
 font-size:20px;
 font-weight:normal;
 line-height:21px;
 color: #7D6C4C;
 text-decoration:none;
 margin-top: 0px;
 margin-bottom: 3px;
 margin-left: 31px;
} 

h4 {
 font-family: Trebuchet, "Trebuchet MS", Arial,Helvetica,sans-serif;
 font-size:12px;
 font-weight:bold;
 line-height:12px;
 color: #7D6C4C;
 text-decoration:none;
 margin-top: 0px;
 margin-bottom: 3px;
 margin-left: 31px;
} 

p {
 font-family: Arial,Helvetica,sans-serif;
 font-size:12px;
 font-weight:normal;
 color: #666; 
 text-decoration:none;
 margin-left: 31px;
} 

/* layout divs */ 

#container { 
	margin: 0;
	margin-top: 10px;
	border: 1px solid #7D6C4C;
	width: 955px; 
	height: 100%;
} 

#masthead { 
	margin: 0;
	background-image:url(/images/head.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width: 955px; 
	height:80px;
	float:left;
} 

#name { 
	margin-left: 28px;
	margin-top: 34px;
} 

#navigation { 
	margin: 0;
	background-image:url(/images/navigation.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width: 955px; 
	height:58px;
	float:left;
} 

#topnavi {
	margin-left:-10px; 
} 

.navilinks {
	color: #fff;
	font-size:11px;
	text-decoration: none;
	margin-left:10px;
	margin-top:10px; 
	list-style-type: none;
	float:left;
	list-style-position: inside;
} 

.navilinks a:link { 
	color: #fff;
	text-decoration: none;
} 

.navilinks a:visited { 
	color: #fff;
	text-decoration: none;
} 

.navilinks a:hover { 
	color: #AB1F1D;
	text-decoration: none;
} 

#content { 
	margin: 0;
	background-image:url(/images/content_back.gif);
	background-repeat:no-repeat;
	background-position:top;
	width: 955px; 
	float:left; 
} 

#left { 
	margin: 0;
	width: 715px; 
	float:left;
} 

#right { 
	margin: 0;
	margin-left: 14px;
	width: 188px; 
	background-color:#D1C6B2;
	float:left;
} 

#ip { 
	margin: 0;
	width: 251px; 
	float:left;
} 

#map { 
	margin: 0;
	width: 444px; 
	float:right;
} 

#footer { 
	margin: 0;
	background-image:url(/images/footer_back.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width: 955px; 
	height:24px;
} 

/* other decs */

.highlighted { 
	color: #AB1F1D;
	font-weight:bold;
} 

.smalltext {
 font-family: Arial,Helvetica,sans-serif;
 font-size:10px;
 font-weight:normal;
 color: #666;
 text-decoration:none;
 margin-left: 31px;
} 

.smalltext a:link { 
 color: #666;
 text-decoration:none;
} 

.smalltext a:visited { 
 color: #666;
 text-decoration:none;
} 

.smalltext a:hover { 
 color: #AB1F1D;
 text-decoration:none;
} 

/* form elements */ 

.largeinputs { 
 font-weight:bold;
 color: #AB1F1D;
 border:1px solid #333;
} 

.buttons { 
	background-color:#AB1F1D;
	background-image:url(/images/button_back.gif); 
	background-repeat:repeat-x; 
	color:#fff;
	font-weight:bold;
	border:1px solid #333;
} 