/*#header {
	margin: 0px;
	padding: 0px;
	height: 125px;
	width: 100%;
	background-color: #B9DFEC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8ACADF;
	
}*/
/*#header {
	height: 125px;
	width: 100%;
	background-color:#7e7c7c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8ACADF;
	background: white url(images/mjv_bluetop.png);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}*/
/*#header {
	height: 90px;
	width: 100%;
	background-color:#7e7c7c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8ACADF;
	background: white url(images/mjv_bluetop.png);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}*/
#header-content {
	width: 1190px;
	height:125px;
	margin: 0 auto;
}
/*#header-content {
	width: 1190px;
	height:90px;
	margin: 0 auto;

border-right: 1px solid #C1DAD7;
border-bottom: 1px solid #C1DAD7;
padding: 6px 6px 6px 12px;
color: #4F6B72;

}*/
/*#supercontainer {
width: 1000px;
padding: 0 0 0 0px;
background: white url(/_images/bluetop.png);
background-repeat: repeat-x;
margin-bottom: 0px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
}*/

#logo {
	/*width: 400px;*/
	float:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
#logo a {
	font-family: 'Belleza', sans-serif;
	font-size:60px;
	font-style: normal;
	font-weight: 400;
	text-decoration:none;
	color: #014C5F;
	cursor:pointer;
}
#header .shadow {
	text-shadow: 1px -1px 1px #014C5F,  1px 1px 1px #014C5F;
}
/*#head-content-right {
	float: right;
    height: 120px;
    width: 600px;
}*/
#head-content-right {
	float: right;
    height: 120px;
}
#search-box {
	/*width:960px;
	height:60px;
	background-color: #94CEE4;*/
	/*margin:20px auto 20px auto;*/
	/*-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;*/
	padding-top:20px;
	float:right;
}
#search-box input
/*.search-input-header*/ {
	-webkit-border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
	/*-webkit-box-shadow: inset 0 1px 2px #aaa;
	-moz-box-shadow:    inset 0 1px 2px #aaa;
	box-shadow:         inset 0 1px 2px #aaa;*/
	
	height: 30px;
	margin:0;
	padding:0 10px;
	vertical-align: middle;
	color: #014C5F;
	font-size:12px;
	font-style:normal;
	font-family: 'Cabin Condensed', sans-serif;
	font-weight:600;
	background-color:#E9F5F9;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #94CFE2;
	border-bottom-color: #94CFE2;
	border-left-color: #94CFE2;
}
#search-box input:focus {
	-webkit-box-shadow: inset 0 1px 2px #aaa;
	-moz-box-shadow:    inset 0 1px 2px #aaa;
	box-shadow:         inset 0 1px 2px #aaa;	
}
#search-box input:hover {
	-webkit-box-shadow: inset 0 1px 2px #aaa;
	-moz-box-shadow:    inset 0 1px 2px #aaa;
	box-shadow:         inset 0 1px 2px #aaa;	
}

.search input#query {
	width:200px;
	
}
#search-box .selector {
	width: 200px;
	text-align:left;
	line-height: 30px;
	height: 30px;
	margin:0;
	padding:0 10px;
	vertical-align: middle;
	/*border: 1px solid #AAA;
	border-bottom-color: #CCC;
	border-top-color: #999;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
	/*-webkit-box-shadow: inset 0 1px 2px #aaa;
	-moz-box-shadow:    inset 0 1px 2px #aaa;
	box-shadow:         inset 0 1px 2px #aaa;*/
	position: relative;
	
	border: 1px solid #94CFE2;
	background-color:#E9F5F9;
	
	color: #014C5F;
	font-size:16px;
	font-style:normal;
	font-family: 'Cabin Condensed', sans-serif;
	font-weight:600;
	
}
#search-box .selector select :hover {
	-webkit-box-shadow:  0 1px 2px #aaa;
	-moz-box-shadow:     0 1px 2px #aaa;
	box-shadow:          0 1px 2px #aaa;
}
#search-box .selector:hover {
	-webkit-box-shadow:  0 1px 2px #aaa;
	-moz-box-shadow:     0 1px 2px #aaa;
	box-shadow:          0 1px 2px #aaa;
}
#search-box .selector span {
	height: 30px;
	line-height: 30px;
	background-image: url(images/select-arrow.gif);
	background-repeat: no-repeat;
	background-position: right 15px;
	color: #999;
	display: block;
	white-space: nowrap;
	text-align:center;
	font-size:12px;
}

#search-box .selector select {
	top: 0px;
	left: 0px;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity:0);
	height: 30px;
	border: none;
	background: none;
	width:100%;
	color: #014C5F;
	font-size:12px;
	font-style:normal;
	font-family: 'Cabin Condensed', sans-serif;
	font-weight:400;
	cursor:pointer;
}
/* button style */

#post-btn {
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	color:#006699;
	float:right;
	font-size:17px;
	text-transform:uppercase;
	/*padding: 5px 10px;*/
	text-decoration:none;
	/*display:inline-block;
	
	font-size:22px;
	border-radius: 3px;
	border: 1px solid #80C6DD;	*/
		/*background-image: url(./images/post_btn.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 58px;
	width: 240px;
	overflow: hidden;
	display:inline-block;
	text-indent:-9999px;*/	/*font-family: 'Salsa', cursive;
	font-size: 21px;
	font-style: normal;
	font-weight:400;
	text-transform:uppercase;
	float:right;
	display:block;*/
}
a#post-btn {
	/*float:right;
	padding: 5px 10px;
	text-decoration:none;*/
}
a#post-btn:hover {
	/*color:#006699;
	float:right;
	padding: 5px 10px;
	text-decoration:none;*/
}
#post-btn:hover {
	/*background-image: url(./images/post_btn.png);
	background-repeat: no-repeat;
	background-position: left -58px;
	display: block;
	height: 58px;
	width: 240px;
	overflow: hidden;
	display:inline-block;
	text-indent:-9999px;*/
}


#header #header-content #user_menu {
	display:inline;
	/*font-size:16px;*/
	float: right;
	padding-top:10px;
	position:relative;
}
#header #user_menu ul {
	padding-bottom: 10px;
}
#header #user_menu li {
	display: inline;
	padding:5px 0 0 0;
	position:relative;
	float: right;
	font-size:14px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	
}
#header #user_menu li a {
	text-decoration:none;
}
#header #user_menu li a:hover {
	text-decoration:underline;
}
#header #user_menu li.last {
	border:none;
	padding-right:0;
}
#header #user_menu li ul {
	background:#FFF;
	border:1px solid #333;
	display:none;
	left:7px;
	position:absolute;
	top:14px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#header #user_menu li ul li {
	border-top:1px dotted #DDD;
	border-right:none;
	display:block;
	width:100px;
	padding:0;
	position:static;
	text-align: left;
}
#header #user_menu li ul li a {
	display:block;
	padding:7px 12px 7px 12px;
}
#header #user_menu li ul li.first {
	border:none;
	
}

#header #user_menu li.with_sub strong {
	background:url(images/language_arrow.gif) no-repeat right center;
	color:#069;
	font-weight:normal;
	padding-right:10px !important;
	text-decoration: underline;
	cursor:pointer;
}
#header #user_menu li form {
	background:#FFF;
	font-size:13px;
	display:none;
	right:7px;
	top:25px;
	padding:13px;
	position:absolute;
	
	z-index:9999;
	text-align: left;
	border:1px solid #ccc;
	-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px; 
-webkit-box-shadow: 1px 1px 4px 1px #666;
-moz-box-shadow: 1px 1px 4px 1px #666;
box-shadow: 1px 1px 4px 1px #666; 
}
#header #user_menu li form p.checkbox label {
	vertical-align:middle;
}
#header #user_menu li form label {
	color:#000;
	display:inline;
	font-weight:bold;
	margin-bottom:3px;
}
#header #user_menu li form input {
	border: 1px solid #BBB;
	display:inline;
	margin-bottom:10px;
	padding:3px;
}
#header #user_menu .forgot {
	margin-top: 10px;
}

#header #user_menu #form_publish {
	height: 40px;
	width: 256px;
	padding: 5px 0;
}

#search-box .button {
	float:right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #94CFE2;
	border-right-color: #94CFE2;
	border-bottom-color: #94CFE2;
	background-color: #D6EDF5;
	background-image:none;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	/*border-left:solid 1px #94CFE2;*/
	border-left:none;
}
#search-box .button span {
	width:36px;
	height:30px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-position: left top;
	
}
#search-box .button span:hover {
	width:36px;
	height:30px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-box-shadow:  0 1px 2px #666;
	-moz-box-shadow:     0 1px 2px #666;
	box-shadow:          0 1px 2px #666;
}
#search-box .button span:active {
	width:36px;
	height:30px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-box-shadow:  inset 2px 2px #aaa;
	-moz-box-shadow:     inset 2px 2px #aaa;
	box-shadow:          inset 2px 2px #aaa;
}
.search fieldset {
	
	/*text-align:center;*/
}

.postButton {
   border: 1px solid #94CFE2;
   border-radius: 3px;
   text-shadow: 0 1px 1px white;
   -webkit-box-shadow: 0 1px 1px #E6F4F9;
   -moz-box-shadow:    0 1px 1px #E6F4F9;
   box-shadow:         0 1px 1px #E6F4F9;
   
   /*font: bold 16px Sans-Serif;*/
   padding: 6px 10px;
   white-space: nowrap;
   vertical-align: middle;
   /*color: #666;*/
   background: transparent;
   cursor: pointer;
}
.postButton:hover, .postButton:focus {
   border-color: #94CFE2;
   background: -webkit-linear-gradient(top, white, #C2E4EF);
   background:    -moz-linear-gradient(top, white, #C2E4EF);
   background:     -ms-linear-gradient(top, white, #C2E4EF);
   background:      -o-linear-gradient(top, white, #C2E4EF);
   -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
   -moz-box-shadow:    0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
   box-shadow:         0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
   background-color:#C2E4EF;
}
.postButton:active {
   border: 1px solid #AAA;
   border-bottom-color: #CCC;
   border-top-color: #999;
   -webkit-box-shadow: inset 0 1px 2px #aaa;
   -moz-box-shadow:    inset 0 1px 2px #aaa;
   box-shadow:         inset 0 1px 2px #aaa;
   background: -webkit-linear-gradient(top, #C2E4EF, #C2E4EF);
   background:    -moz-linear-gradient(top, #C2E4EF, #C2E4EF);
   background:     -ms-linear-gradient(top, #C2E4EF, #C2E4EF);
   background:      -o-linear-gradient(top, #C2E4EF, #C2E4EF);
}
/*.postButton {
   border: 1px solid #AAA;
   border-bottom-color: #CCC;
   border-top-color: #999;
   -webkit-box-shadow: inset 0 1px 2px #aaa;
   -moz-box-shadow:    inset 0 1px 2px #aaa;
   box-shadow:         inset 0 1px 2px #aaa;
   background: -webkit-linear-gradient(top, #E6E6E6, gainsboro);
   background:    -moz-linear-gradient(top, #E6E6E6, gainsboro);
   background:     -ms-linear-gradient(top, #E6E6E6, gainsboro);
   background:      -o-linear-gradient(top, #E6E6E6, gainsboro);
}*/
