
@import url(https://fonts.googleapis.com/css?family=Lato:400,300);

body{
  background: url(1.jpg) fixed 20% / cover;
  margin: 0px;
  padding: 0px;
}

#attachments2{
	background-color: #F8F8F8;
    width: 100%;
}

#wrapper {
	margin: auto;
    width: 1020px;
}

#header-logo {
	padding-top:10px;
	padding-bottom:10px;
}

#navigation {
	margin-top:0px;
	height: 50px;
	width:100%;
	background-color: #8BC33F;
}

#content {
	border-top: 5px solid #78A936;
	width:100%;
	background-color:#fff;
	min-height:600px;
}

#content-header {
	margin-left:15px;
	margin-right:15px;
	border-bottom: 5px solid #0C76BC;
	padding-bottom: 10px;
}

#content-full {
	margin-left:15px;
	margin-right:15px;
	padding-bottom: 10px;
}

#content-pane {
	float:left;
	margin-left:15px;
	margin-right:15px;
	padding-bottom: 10px;
	width:65%;
}

#content-box {
	float:left;
	margin-left:15px;
	margin-right:15px;
	padding-bottom: 10px;
	width:30%;
}

#content-detail {
	float:left;
	margin-left:15px;
	margin-right:15px;
	padding-bottom: 10px;
	width:29%;
}

#content-detail ul {
	list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;

}

#content-detail li {
	padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #999 dotted;
    background: url(../Images/list_bg.png) no-repeat left 2px;
    padding-left: 20px;
    font-size:15px;
	width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.overflow {
	width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#content-full h2 { font-family: 'Lato', sans-serif; color: #8BC33F;}
#content-full h3 { font-family: 'Lato', sans-serif;color: #8BC33F;}
#content-detail h2 { font-family: 'Lato', sans-serif; color: #8BC33F;}
#content-detail h3 { font-family: 'Lato', sans-serif; color: #0C76BC;}
#content-pane h2 { font-family: 'Lato', sans-serif; color: #8BC33F;}
#content-pane h3 { font-family: 'Lato', sans-serif; color: #8BC33F;}

#content-box h2 { font-family: 'Lato', sans-serif; color: #0C76BC !important;     margin-bottom: 10px;}
#content-box h3 { font-family: 'Lato', sans-serif; color: #0C76BC;     margin-bottom: 10px;}
.content-box-border { border-bottom: 5px solid #8BC33F !important; width:100%;}

#content-header h1 {
	font-family: 'Lato', sans-serif;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #0C76BC;
	font-size:26px;
}

p, ul, li, ol { font-family: 'Lato', sans-serif; font-size: 15px; color: #6B6868; }

a.breadcrumb:link,
a.breadcrumb:visited,
a.breadcrumb:active { 
	font-family: 'Lato', sans-serif;
	color: #0C76BC;
	text-decoration: none;
}
a.breadcrumb:hover { 
	color: #8BC33F;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
}

a:link,
a:visited,
a:active { 
	font-family: 'Lato', sans-serif;
	color: #0C76BC;
	text-decoration: underline;
}
a:hover { 
	color: #8BC33F;
	text-decoration: underline;
	font-family: 'Lato', sans-serif;
}


.content-header-breadcrumb {
	font-family: 'Lato', sans-serif;
}

a.breadcrumb:hover { 
	color: #8BC33F;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
}
#footer {
	height: 40px;
	width:100%;
	color: #fff;
	font-family: 'Lato', sans-serif;
	background-color: #8BC33F;
}

h1, h2, h3, h4 {     font-weight: normal; }

#footer-left {
	float:left;
	padding-top:10px;
	padding-left:10px;
}

#footer-right {
	float:right;
	padding-top:10px;
	padding-right:10px;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active { 
	font-family: 'Lato', sans-serif;
	text-decoration: underline;
	color:#fff;
}

a.breadcrumb:hover { 
	text-decoration: none;
	font-family: 'Lato', sans-serif;
}

#navigation-left {
	float:left;
	font-family: 'Lato', sans-serif;
	width:650px;
}

#navigation-right {
	float:right;
	font-family: 'Lato', sans-serif;
}

	/***
      Styles below are only required if you're using <iframe> fallback in
      addition to HTML5 drag & drop (only working in Firefox/Chrome).
     ***/

    /* Essential FileDrop zone element configuration: */
    .fd-zone {
      position: relative;
      overflow: hidden;
      /* The following are not required but create a pretty box: */
      width: 15em;
      margin: 0 auto;
      text-align: center;
    }

    /* Hides <input type="file"> while simulating "Browse" button: */
    .fd-file {
      opacity: 0;
      font-size: 118px;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1;
      padding: 0;
      margin: 0;
      cursor: pointer;
      filter: alpha(opacity=0);
      font-family: sans-serif;
    }

    /* Provides visible feedback when use drags a file over the drop zone: */
    .fd-zone.over { background-color: #D4D4D4 !important;
    width: 100%; }
	
	
.blackout-content {
	display: none;
    position: absolute;
    top: 25%;
    left: 30%;
    width: 35%;
    padding: 16px;
    border: 7px solid #8BC33F;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}
	
.blackout {
	display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}