/* 
    Document   : site-text
    Created on : Sep 13, 2012, 11:39:30 PM
    Author     : lakshman
    Description:
        Purpose of the stylesheet follows.
*/
root { 
    display: block;
}
a{
    text-decoration: none;
    color: #787878;
}


a:hover{
	color:#000;
}

.footer-copyright a:hover{
	color:#003473;
}
h2{
    color: #424649;
    font-size: 1.87em;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform:uppercase;
}
h3{
    color: #949494;
    font-size: 1.1em;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform:uppercase; 
}
p{
    font-family: arial;
    margin-bottom: 13px;
	color: #5B5B5B;
    font-size: 0.9em;
    line-height: 17px;
}
.site-menu{
    background-color: #6c6d6e;  
}
.site-menu-list a {
    color: #FFFFFF;
    font-size: 0.9em;
    list-style-type:none;
    text-transform: uppercase;
}
.site-menu-list a:hover{
    background-color:#6fbe44 ;
}

.site-menu-list a.activ {
    background-color:#6fbe44 ;
}
.site-header-title {
    border-bottom: thin solid #6FBE44;
    font-size: 2.2em;
    letter-spacing: 0;
}
.site-header-subtitle {
    font-size: 1.5em;
    
}
.header-welcome {
    color: #00923F;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 0.8em;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.header-company {
    color: #0C4731;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1.5em;
    letter-spacing: 0;
    text-transform: uppercase;
}
.main-container-headers{
    border-bottom: solid  thin #6fbe44;
}
.main-discription, .sub-discription {
    color: #5B5B5B;
    font-size: 0.9em;
    line-height: 17px;
}
.footer-contact {
    color:#787878;
    font-size:0.8em;
    text-align:center;
    text-transform:none;
    width:100%;
}
.footer-copyright{
  font-family: arial;
  color: #646464; 
  font-size: 0.6em;
}

.main-container-sub-header {
    font-size:1.4em;
    margin:0 0 20px;
    padding-top:40px;
}

.client_list a{
	font-size:1em;
}

.solas_video{
	font-weight:bold;
}

.solas_video:hover{
	color:#6FBE44;
}
.client_list a:hover{
	color:#6FBE44;
	}
	
.para-link{
	font-weight:bold;
	
}



.para-link{
	color:#6FBE44 ;
	
}

.para-link:hover{
	color:#787878 ;
	
}

.sub_title2{
	font-weight:bold;
	padding:10px 0;
}

p a{
	
}