@charset "utf-8";
@import url(nav.css);

body {
	/*background-color: #383838;*/
	background-color: #BBBBBB;
	margin: 0; padding: 0;
	font-size: small;
	color: #383838;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
* html body {
	font-size: x-small;
	f\ont-size: small;
	}
 
img {
	border-style: none;
}

* {
	margin: 0; padding: 0;
	}
 
a:link, a:visited {
	color: #383838;
	text-decoration: underline;
	}
	
a:hover, a:active {
	color: #585858;
	}
	
#identify
{
	background-color: #fff;
	width: 660px;
	margin: 0 auto;
	overflow: hidden;
}
#identify h1
{
	background: #FFFFFF url(../images/betalogo.jpg) no-repeat;
	width: 500px;
	height: 75px;
	margin: 28px 0 0 18px;
	text-indent: -9999em;
	float: left;
}
 
#end
{
	background-color: #6D7982;
	width: 1115px;
	margin: 0 auto;
	overflow: hidden;
}

#container
{
	background-color: #fff;
	width: 1115px;
	margin: 0 auto;
	overflow: hidden;
}

#container h1 {
	background: #FFFFFF url(../images/lsrplogo.jpg) no-repeat;
	width: 277px;
	height: 75px;
	margin: 28px 0 0 18px;
	text-indent: -9999em;
	float: left;
	}

#buttons {
	margin: 42px 27px 0;
	float: right;
	}
	
#buttons img {
	padding-left: 20px;
	}

#content_main {
	width: 910px;
	padding: 0 0 0 15px;
	margin: 20px 0;
	float: left;
	text-align: justify;
	}
	
#contentmain {
	width: 730px;
	padding: 0 0 0 15px;
	margin: 20px 0;
	float: left;
	text-align: justify;
	}
	
#content_main p {
	line-height: 23px;
	display: block;
	text-align: left;
	padding-bottom: 10px;
	}	
	
#nav_main {
	float: right;
	width: 150px;
	background: url(r_bg.gif) repeat-y;
	height: 400px;
	padding: 0 0px 0 25px;
	margin: 32px 0;
	}
	
#nav_main ul
{
	list-style: none;
}
	
#nav_main ul li
{
	line-height: 23px;
}
	
#nav_main a:link, #nav_main a:visited
{
	color: #383838;
	text-decoration: none;
}
	
#nav_main  a:hover, #info a:active
{
	color: #585858;
}
	
#card
{
	float: left;
}
	
h3
{
	font-family: "Times New Roman", Times, serif;
	font-size: 180%;
	font-weight: 100;
}
	
h4
{
	color: #bbbbbb;
	font-family: "Times New Roman", Times, serif;
	font-weight: 100;
	padding-bottom: 8px;
}
	
hr
{ 
	border: 0;
	color: #d7d5cb;
	background: #d7d5cb;
	height: 1px;
	margin: 15px 0 20px 0;
}

.section {
	margin: 10px auto 15px;
	border: 2px dotted #ffffff;
	background-color: #444444;
	padding: 0 10px;
	position: relative;
}

#map {
	background-image: url(http://cp.ls-rp.com/common/images/1200x800.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0;
	width: 770px;
	height: 1200px;
	position: relative;
}

#map2 {
	background-image: url(http://cp.ls-rp.com/map/ls.jpg);
	background-repeat: no-repeat;
	background-position: -16px 0;
	width: 700px;
	height: 740px;
	position: relative;
}

#map_bgline {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: top left;
}

#map .map_unit {
	position: absolute;
}

#map .map_title {
	position: relative;
	text-align: center;
	left: -50%;
	top: -9px;
	margin: 0;
	padding: 0;
}

#map .map_link {
	color: #ffffff;
	text-decoration: bold;
	display: block;
	border: 1px dotted #ffffff;
}

#map .map_link:hover {
	color: #999999;
}

#map .map_link b {
	border-width: 0px 0;
	font-weight: normal;
	background-color: #000000;
	display: block;
}

#map .map_active b {
	border-color: #666666;
	background-color: #333333;
}

#map .map_info h2 {
	margin-top: 18px;
	margin-bottom: 5px;
}
#map .map_info p {
	margin-top: 5px;
	margin-bottom: 10px;
}
#map .map_info dl {
	margin-top: 5px;
}

#map .map_info {
	display: none;
	position: absolute;
	width: 185px;
	left: 10px;
	top: 10px;
	margin-top: 15px;
}

/* Special*/
/* Success, error & notice boxes for messages and errors. */
.error,
.notice,
.carinfo,
.lightblue,
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.lightblue  { background: #ECF3F7; color: #817134; border-color: #E1EBF2; }
.carinfo    { background: #BBBBBB; color: #383838; border-color: #383838; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.lightblue a   { color: #817134; }
.success a  { color: #529214; }
.carinfo a	{ color: #D12F19; }

input.button1, input.button2 {
	font-size: 1em;
}

a.button1, input.button1, input.button3, a.button2, input.button2 {
	width: auto !important;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #ffffff;
	background: #6D7982 none repeat-x top;
}

a.button1, input.button1 {
	font-weight: bold;
	border: 1px solid #666666;
}

input.button3 {
	padding: 0;
	margin: 0;
	line-height: 5px;
	height: 12px;
	background-image: none;
	font-variant: small-caps;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
	border: 1px solid #666666;
}

/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
	text-decoration: none;
	color: #000000;
	padding: 2px 8px;
	line-height: 250%;
	vertical-align: text-bottom;
	background-position: 0 1px;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border: 1px solid #536482;
	background-position: 0 100%;
	background-color: #536482;
	color: #E1EBF2;
}