/* 
Title:	JustMeans styles for the screen - www.justmeans.com
Author:	Frances Duncan - www.gritmedia.net - frances@gritmedia.net
Edited:	January 14, 2008
*/

/****** GLOBAL.CSS  START ********/
body{background-color:#fff;font-size:12px;font-family:Arial,Helvetica,sans-serif;margin:0;overflow:hidden;}
iframe#hootFrame{width:100%;height:100%;z-index:10;-webkit-box-sizing:border-box;}
@media screen and/*!*/ /*!*/(-webkit-min-device-pixel-ratio:0){body{padding:0 0 0 0;}
iframe#hootFrame{padding-bottom:31px;}}
.floatRt{ float:right;}
.clear {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
	background:transparent;
}
.pad2 {padding:2px !important;}

.validation input[type="text"], .validation input[type="password"] {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-bottomright:0px;
-moz-border-radius-topright:0px;
-webkit-border-bottom-left-radius:3px;
-webkit-border-top-left-radius:3px;
-webkit-border-bottom-right-radius:0px;
-webkit-border-top-right-radius:0px;
background:#FFFFFF none repeat scroll 0;
border:1px solid #CCCCCC;
font-size:13px;
padding:4px 5px;
margin:0;
}

.validation input {float:left; width:165px;padding:4px 5px;font-size:13px;border:1px solid #CCCCCC;
}
input[type="text"], input[type="password"] {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topright:3px;
-webkit-border-bottom-left-radius:3px;
-webkit-border-top-left-radius:3px;
-webkit-border-bottom-right-radius:3px;
-webkit-border-top-right-radius:3px;
background:#FFFFFF none repeat scroll 0;
border:1px solid #CCCCCC;
font-size:13px;
padding:4px 5px;
margin:0;
}

.radious3 {

}

img {border:0; vertical-align:middle; }
input { vertical-align:middle; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.jmlySearchBar { background:url(../images/jmlyBg.gif) repeat-x left bottom #EFF1F5; height:30px; border-top:1px solid #ABBACF;padding-left:10px; }
.jmlySearchBar form { display:inline; margin:0;  padding:0; margin-right:5px; }

.dropDn { background:#9BB8D8; display:inline;  padding:8px 3px 9px 3px; _padding:0px 3px; margin:1px 10px 1px 0px; }
.dropDn:hover { background:#5C88C1;}

.menuContainer {
margin-left:120px;
height:30px;
}

.menuContainer ul {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}

.menuContainer ul li {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 5px;
}


.menuContainer ul li a {
display:inline;
color:#006984;
cursor:pointer;
font-size:12px;
font-weight:bold;
line-height:30px;
text-transform:none;
font-family:arial,verdana,sans-serif;
font-size:12px;
text-decoration:none;
}

.menuContainer ul li a span {
cursor:pointer;
display:block;
float:left;
line-height:30px;
margin:0px 5px;
}

.menuContainer ul li a span:hover {
color:#000000;
}


