/*
    File Name: style_cf.css
    Only Color and Background Values Of All Elements
    
*/

/* body */
    body {
        background-color:#fff;
		font-family:'Times New Roman';
    font-weight: normal;
    font-style: normal;
	font-size: 12pt;
	color: #162934;	
    }
	body2 {
		margin: 0px auto;
        padding:0px;
		font-family: 'Times New Roman';
font-weight: normal;
    font-style: normal;
	font-size: 10pt;
	color: #162934;
    }
td.highlight, th{
font-family: 'Times New Roman';
}
th{
padding:15px;
}
.signature {
	border-top: 1px solid #000;
	margin: 45px auto 40px 0;
	width: 100%;
	font-style: italic;
	}
.sigprint {
width:25%;
	float:left;
}
.sigsign , .thirdr{
	
	float:right;
	text-align:left;
	width:30%;
}
div.underline {
width:75%;
float:right;
border-bottom: 1px solid #000;
height:15px;
}
span.underline {
width:300px;
border-bottom: 1px solid #000;
height:15px;
display:inline-block;

}
.applicant {
	margin: 45px auto 40px 0;
	width: 100%;
	height: 35px;
}
.third { 
	width:33%; float:left;
	text-align:left;
}
/* Layout general*/
/* Backgrounds */
    #container{
        background:#fff;
    }  

    #container1{
        background:#fff url(../images/background_repeat.jpg) 0 50px repeat-x;
    }
    
    #container2{
        background:transparent url(../images/background.jpg) center 25px no-repeat;
    }
 
/* main layout */

    /* page curv top */
    .page_curv_top{
        background:transparent url(../images/page_curv_top.png) center no-repeat;
    }
    
    .content_con{
        background:transparent url(../images/page_content.png) center repeat-y;
    } 

    /* sidebar */
    .sidebar{
        background: transparent url(../images/side_bar_shadow_repeat.jpg) left repeat-y;
    }

    /* layers for side shadow */
    .sidebars1{ 
        background:transparent url(../images/sidebar_shadow_bottom.jpg) left bottom no-repeat;
    }

    .sidebars2{ 
        background:transparent url(../images/sidebar_shadow_top.jpg) left top no-repeat;
    }
 
 /* Featured Boxes */
 
    /* border of heading on featured boxes (home page, side bars)   */        
    .box.small h4, .box.small h5, .box.single h3,  .box.side h4, .box.side h3{
        border-bottom:1px dotted #D5D5D5;
    }
    
    /* different color in home page welcome text */  
    .box.single h3 span{
        color:#6dd1fb;
    }
/* Events */

/*override of border on featured boxes rules */
#divEvent  h3.noDivide{ 
	border-bottom:none;
}	
    
/* Lists */
    .content.sub ul ul, .content.sub ol ol{
        border-top:0px solid #EBEBEB;;
    }
    
    .content.sub ul ul li, .content.sub ol ol li{
        border-bottom:0px solid #EBEBEB;
    }
    
    .content.sub ul, .sub.content ol  {	
        border-top:1px solid #EBEBEB;
    }
    
    .sub.content li{
        /* border-bottom:1px solid #EBEBEB; */
    }
    
    /* No Bulet List*/     
    
    /* sidebar list */
    
    .sidebar .box  li{	
        border-bottom:1px solid #EBEBEB;
    }
        
/* Links */	 
    a{
        color:#00788B;
    }
	a:visited {
		color: #6F8F28;
		text-decoration:none;
	}
    
    a:hover{
        color:#6dd1fb;
    }
    
    h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
        color:#107fa4
    }
    
    h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{
        color:#6dd1fb;
    }
        
/* Headings*/
    h3,h4,h5,h6{
        color:#107fa4;
    }
	
h2{
font-family: 'Times New Roman';
    font-weight: normal;
    font-style: normal;
	font-size: 14pt;
	color: #00788B;
	}
	h1{
	font-family: 'Times New Roman';
    font-weight: normal;
	font-size: 16pt;
	color: #162934;
	}
    
/* Text Elements */
    blockquote {
        background:transparent url(../images/blockquote.png) left top no-repeat;
        color:#A0A0A0;
    }
        
    
/* Forms */
    input, select, textarea{
	color:#696969;
	border:1px solid #DBDBDB;
    }
    
    .button{
        color:#fff;
        background:#107fa4;
        border:1px solid #107fa4;
    }
    
    .button:hover{
        border:1px solid #107fa4;
        background:#fff;
        color:#107fa4;
    }
        
        
/* Tables */

    
    table th {
        background:#e2e2e2;
    }