/* layout.css */
html, body {
	height:100%;
	background-color: rgb(40,40,40);
}

/* set link layout */
a, a:active, a:focus a:link a:hover{
	color:black;
	font-weight: 600;
	text-decoration: none;
}

#mainwrapper {
	width:1024px;
	min-height:100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -133px auto;
	background-color: rgb(40,40,40);
	/*background-image: url(/templates/locking/images/wrapperback2.png);
	background-position:0px 400px;
	background-repeat: no-repeat;*/
}

#footer, #pushfooter {
	width:100%;
	height: 100px;
}

#header 
{
	height:200px;
	background-color :rgb(255,255,255);
	padding:2px;
	/*margin-top: 4px;*/
}

#headerspacer  {
	padding-bottom:5px;
	position: relative;
	padding-top:6px;
}
#headerbackground {
    /*padding-top: 4px;*/
}

#logo_overlay 
{
    height:200px;
    position:absolute;
    top:0px;
    left:0px;
    width: 100%;
    background-image: url(/templates/locking/images/logo_header.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    z-index: 10;
}

#content {
	display:inline;
	float:left;
	background-color :rgb(255,255,255);
	padding:2px 2px;
	margin-left:10px;
	background-image: url(/templates/locking/images/transparent_back.png);
	background-position: 275px 100px;
	background-repeat: no-repeat;
	min-height:450px;
	width:810px;
}


#footer {
	background-color :rgb(40,40,40);
	position:relative;
	overflow:hidden;
	/*border-top: 2px solid white;*/
	background-image: url(/templates/locking/images/footerback.png);
	background-repeat: repeat-x; 
	
}

#footercontent {
	/*background-color: rgb(40,40,40);*/
	width:1020px;
	height:100%;
	margin: 0 auto;
	color:white;
	margin-top:5px;
	
}

#menucontainer, 
#menucontainer #menutop,
#menucontainer #menubottom {
	display:inline;
	float:left;
	width:200px;
}

.logo {
	background-image: url(/templates/locking/images/back.png);
	background-position: top left;
	background-repeat: no-repeat;
	width:100px;
	height:90px;
}

.left {
	position:absolute;
	top:5px;
	left:0px;
}

.right {
	position:absolute;
	top:5px;
	right: 0px;
	}
	
.footertable {
    display:inline;
    float:left;
    padding:3px; 
    margin: 10px 30px;
    /*border-left: 2px solid #333;
    border-right: 2px solid #333;
*/}

.footertable a 
{
    color: White;
}

.firsttable
{
    border-right : none;
}

/*menu*/
ul.joomla-nav {
	/*position:absolute;*/
	display:block;
	width:200px;
	z-index:99;
	text-align:left;
	
	/*height: 40px;
	top:160px;*/
	list-style-type: none; /*to remove bullets*/
}

ul.joomla-nav li {
	margin-bottom:5px;
	/*display:inline;*/
	background-color : rgb(0,0,0);
	border:2px solid rgb(255,255,255);
	overflow:hidden;
	padding:0px 0px;
}

ul.joomla-nav li a {
	display:block;
	color:white;
	line-height:25px;
	width:100%;
	padding:2px 5px;
	}

ul.joomla-nav li.active a {
 	background-color: white ;
	color:black !important;
}

ul.joomla-nav li.inactive {
 	background-color : rgb(0,0,0);
 	color:white;
}		

.pics img {
	width:100%; height:200px;
	position: relative;
}

.transparent {
        /* Required for IE 5, 6, 7 */
        /* ...or something to trigger hasLayout, like zoom: 1; */
        /*width: 100%; */
		zoom:1;

        /* Theoretically for IE 8 & 9 (more valid) */
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=70);

        /* Older than Firefox 0.9 */
        -moz-opacity:0.7;

        /* Safari 1.x (pre WebKit!) */
        -khtml-opacity: 0.7;

        /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
        opacity: 0.7;
}

.rounded {
   border-top-left-radius:3ex;
   border-bottom-right-radius:3ex;

   -moz-border-radius:3ex;
   -webkit-border-top-left-radius:3ex;
   -webkit-border-bottom-right-radius:3ex;
 } 
 
 .rounded2 {
   border-radius:1ex 0;
   -moz-border-radius:1ex 0;
   -webkit-border-top-left-radius:1ex;
   -webkit-border-bottom-right-radius:1ex;
 } 
 
form div.search {
	text-align : left;
	margin:2px 0 5px 0px;
	border: 2px solid white;
	background-color : rgb(0,0,0);
}

div.search input {
	margin:2px 5px;
	height:1.4em;
	vertical-align: middle;
	font-size: 0.9em;
}

input#mod-search-searchword 
{
 width :145px;
 }
 
 dl.search-results {
	text-align:left;
	line-height: 1.2em;
 }
  
dt.result-title { background-color : rgb(40,40,40); color : rgb(255,255,255); font-size: 1.3em; padding:0.2em 0.2em; margin: 0.2em;}
dt.result-title a { text-decoration: underline; color : rgb(255,255,255); font-size: 1.3em; }
fieldset.only, fieldset.phrases, dd.result-category { display:none;}


label {font-weight:bold;}
fieldset {padding:0 1.4em 1.4em 1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;margin-top:-0.2em;margin-bottom:1em; text-align: left;}
fieldset, #IE8#HACK {padding-top:1.4em;}
legend, #IE8#HACK {margin-top:0;margin-bottom:0;}
input[type=text], input[type=password], input[type=url], input[type=email], input.text, input.title, textarea {background-color:#fff;border:1px solid #bbb;color:#000;}
input[type=text]:focus, input[type=password]:focus, input[type=url]:focus, input[type=email]:focus, input.text:focus, input.title:focus, textarea:focus {border-color:#666;}
select {background-color:#fff;border-width:1px;border-style:solid;}
input[type=text], input[type=password], input[type=url], input[type=email], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .alert, .notice, .success, .info {padding:0.8em;margin-bottom:1em;border:2px solid #ddd;}
.error, .alert {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
.notice {background:#fff6bf;color:#514721;border-color:#ffd324;}
.success {background:#e6efc2;color:#264409;border-color:#c6d880;}
.info {background:#d5edf8;color:#205791;border-color:#92cae4;}
.error a, .alert a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.info a {color:#205791;}

ul.actions { display:block; width:100%; position:relative;}
ul.actions li{ float:right; line-height: 1.1em;}

#content p {
	padding: 0.2em 0.2em;
}

.googleDirections_tohere td
{
    padding: 2px;
}