 @CHARSET "ISO-8859-1";
*{text-align: left;margin:0px;padding:0px;}
a{
 color: #CBB29A;
 color: gray;
 text-decoration: none;
}
a:visited{}
a:hover{
 color: black;
}
strong{font-weight:bold;}
em{font-style: italic}
input[type="submit"]{
 cursor: pointer;
}
textarea,
select,
input[type="password"],
input[type="text"]{
    border:1px inset #EBEBEB;
    border-bottom:1px solid #EBEBEB;
    border-right:1px solid #EBEBEB;
    padding:4px;
    font-size:17px;
}
.clearfloat, .clearfix{clear:both;line-height:0px;}
.floatleft{float:left;}
.floatright{float:right;}
.block{display:block;}
.inline{display:inline;}
.text-small{font-size:10px;}
.text-medium{font-size:11px;}
.hidden{display: none;}
.notvisible{visibility: hidden;}
/*Layout*/
html{
 background-color: #FFFFFF;
}
#wrapper{width:100%;}
#container{
 margin:35px auto;
 width:960px;
 text-align: left;
}


 
/*Layout - Default*/
#content-default{}
#left-default{
 border:0px solid black;
 float: left;
 width: 200px;
}
#inner-content-default{
 border:0px solid black;
 float: right;
 width: 760px;
 
}
#center-default{
 border:0px solid black;
 float: left;
 width: 590px;
 margin-left:10px;
 margin-right:10px;
}
#right-default{
 border:0px solid black;
 float: left;
 width:150px;
}

/*Layout - Full*/
#content-full{}
#navigation{}
.content{
 border-top:5px solid #F2EEDD;
 border-bottom:5px solid #F2EEDD;
 padding-bottom:20px;   
}
.main-content{}
#footer{}

 
/*Layout - TwoColumn - LEFT*/
#content-twocolumn{}
#inner-content-twocolumn{}
#right-twocolumn{
 float: right;
 width:750px;
}
#left-twocolumn{
 width: 200px;
 float: left;
 margin-top:10px;
}

/*Layout - TwoColumn - RIGHT*/
#content-twocolumn{}
#inner-content-twocolumn{}
#left-twocolumnright{
 float: left;
 width:600px;
 border:0px solid black;
}
#right-twocolumnright{
 width: 330px;
 float: right;
 margin-top:10px;
}


/*HEader*/
.header{
  margin-bottom:20px;
}
#header-left{
 float: left;
 width: 490px;
}
#header-left a{
 display: block;
 background: url(/dnaXAssets/narimageslogo.png) no-repeat;
 height:47px;
 text-indent:-9999px;
 width: 388px;
}
#header-right{
 float: right;
}
 
/*Global*/
.main-content{}
h1{
 font-weight: bold;
 margin: 20px 0px;
 font-weight:normal;font-family:Georgia,"Times New Roman",Times,serif;font-size:25px;color:brown;}
}

/*Navigation*/

#navigation{
 margin-bottom: 1px;
}
#ul-navigation{}
#ul-navigation li{
 float: left;
 margin-right: 0px;
 border: 1px inset gray;
 border-top:0px solid white;
 border-left:0px solid white;
}
#ul-navigation li.first{}
#ul-navigation li.last{}
#ul-navigation li a{}
#ul-navigation li a{
 display: block;
 padding: 4px 40px;
 background-color: #F2EEDD;
 color: gray;
 text-transform: uppercase;
 font-size: 11px;
 font-weight: bold;
}
#ul-navigation li a:hover{
 background-color: gray;
 color: white;
}

.pagination{
 text-align: right;
 font-weight: bold;
}

.pagination a{
 color: blue;
 margin-left: 8px;
}

/*SidePanels*/
.side-panel-label{
 display: block;
 font-size:11px;
 margin-bottom:1px;
 margin-top:5px;
}
.side-panel-value{
 display: block;
 font-weight:bold;
}
.side-panel-value-date{
 font-size:11px;
}


#image-entry-control{
 margin-bottom:15px;
}
#control-form{
 margin-bottom:15px;
 border: 0px solid maroon;
 padding: 7px;
}
#control-form p{
 margin-bottom:10px;
}

#control-form img{
  margin-bottom:20px;
  padding:5px;
  border:1px solid #EBEBEB;
}

.comment-notlogin{
 margin-top:15px;
}

#instructions{
 padding: 10px 0px 30px 30px;
 border-bottom:5px solid #F2EEDD;
}
#instructions h2{
 font-weight:normal;font-family:Georgia,"Times New Roman",Times,serif;
 font-size:18px;color:brown;
 margin-bottom:4px;
 margin-top:25px;
}
#instructions p{
 margin-left:10px;
}

#header-right{}
#social-icons{
	text-align: right;
}
