.header{
    width: 1000px;
    left: 10%;        
}
.colmask{
    width: 1000px;
    left: 10%
}
.colleft{ right: 66%}
.col1 {
    width: 67%;
    left: 95%
}
.col2{    
    left: 0%
}
.footer {
    width: 1000px;
    left: 10%
}
.header{
    clear: both;
    float: left;
    position: relative;
    background-image: url('../../assets/images/banner.jpg');
    width:1000px;
    height: 397px;   
}
.colmask{
    clear: both;
    float: left;
    overflow: hidden;
    position: relative;
   
}
.colleft{
    float: left;
    width: 100%;
    position: relative;
  
}
.col1{
    padding: 0px 0px 1em 0px;
    overflow: hidden;
    float: left;
    position: relative;
    
}
.col2{
    padding: 10px 10px 1em 0px;
    overflow: hidden;
    float: left;
    position: relative; 
    
}












.footer{
    clear: both;
    float: left;
    position: relative;
    background-image: url('../../assets/images/footer.jpg');    
    width:1000px;
    height: 348px;   
    
}
.bottom{
    clear: both;
    width: 100%;
    float: left;
    position: relative;
    
}

body {
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    font-size: 90%;
    width: 100%;
    min-width: 600px;
}

#main_container {
 min-height:400px;margin-left:40px;margin-right:40px;margin-top:4px;margin-bottom:30px;   
}

.link {
    color:red;
    text-decoration:none;
    padding-right:8px;
}

.alink {
    color:#000;
    text-decoration:none;
    padding-right:8px;
}

.alink:hover {
    color:#000;
    text-decoration:underline;
    padding-right:8px;
}


.footer_link {
    color:#fff;
    text-decoration:none;
}

.footer_link:hover {   
    color:#fff;
    text-decoration:underline;    
}

.btn-nav {
    display:inline;
    float:left;
    margin-right:10px;
    font-weight:bold;
}

.btn-nav-right {
    display:inline;
    float:left;
    margin-right:10px;
    font-weight:bold;
}

a {
    color:#000;
    text-decoration:none;
}

.news_input {
    width:500px;
    font-size:15px;   
    padding:5px;
}

.error {
  padding:4px;
  font-size:12px;
  font-weight:bold;
  text-align:center;
  width:496px;
  color: #000000;  
  background-color: #ff0000;
  font-family: inherit;
  margin-bottom:10px;
  margin-top:10px;
}

.success {
  padding:4px;
  font-size:12px;
  font-weight:bold;
  text-align:center;
  width:496px;
  color: #000000;  
  background-color: #0099ff;
  font-family: inherit;
  margin-bottom:10px;
  margin-top:10px;
}

.heading {
    padding:6px;   
}

.subject_heading {
    font-size:14pt;   
}



.text_content_holder {
    padding:6px;
}

.view_main_contaiter {
    border:1px #ccc solid;    
	padding:10px;  	
	margin-bottom:30px;
}

.list_container {
    border-top:1px #ccc solid;
    border-left:1px #ccc solid;
    border-right:1px #ccc solid;   
}
.listings {
    border-bottom:1px #ccc solid;
    list-style:none;
    padding:10px;
    background-color: #e9e3e3;
}

.listings2 {
    border-bottom:1px #ccc solid;
    list-style:none;
    padding:10px;   
  
  background-color: #fef9f9;
}


div:hover.listings {background-color:#ccc;} 
div:hover.listings2 {background-color:#ccc;} 

.buttons  {
    margin-top:6px;
}

select, option {
	width:120px;
	font-weight:bold;
}

.button_style1 {
	margin-bottom:20px;
	border:2px #000 solid;
	padding:4px;
	width:75px	
} 

.news_lists {
  margin-top:4px;
}

.small {  
  font-size: 11px;
  padding-bottom:6px;
 
}
