* {
	margin:0px;
	padding:0px;
	font-family:Arial;	
}
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}
h1 {
    font-size:17pt;
    text-transform:uppercase;
    font-weight:normal;
    padding-bottom:5px;
    color:#1c566e;
}
h2 {
    font-size:13pt;
    text-transform:uppercase;
    font-weight:normal;
    padding:20px 0px 5px 0px;
    color:#1c566e;
}
h3 {
    font-size:13pt;
    font-weight:normal;
    padding:12px 0px 10px 0px;
    color:#1c566e;
}
html{
    background: #FAFAFA;
}
body{
    background: #f5f5f5;
}
.clear {
	clear:both;
}

/* HEADER */
header{    
    background-color:#2d2d2d;
    height: 28px;
    padding-left: 50px;
}
header ul li{
    float: left;
    list-style: none;
    padding:6px 30px 0px 0px;    
}
header li a{
	text-decoration:none;
	color:#919191;
        font-size: 10pt;
        font-weight: bold;
}
header li a:hover{
        color:#c5c5c5;
}
header li a.active{
        color:#cbcbcb
}

/* LOGO */
.logo img{
    width: 350px;
    margin-top: 2em;
}

/* NAV */
nav{
    margin-top: 1em;
    float: right;
    background:url(../images/top-links-dotted-line.gif) top left repeat-x;
}
nav ul li{
    font-size: 13px;
    font-weight: bold;
    float: left;
    list-style: none;
    padding:0 15px 0 15px;
}
nav li a{
	text-decoration:none;
	color:#4d90fe;
	line-height:30px;
	display:block;
}
nav li a:hover{
        color:#314d7d;
	background:url(../images/hover-bullet.gif) top center no-repeat;
}
nav li a.active {
        color:#314d7d;
	background:url(../images/hover-bullet.gif) top center no-repeat;
}

/* ARTICLE */
article{
    width: 950px;
    margin: auto;
}
article ul li{
    list-style-type:none;
}
article ul li img{
    padding: 0 1em 0 2em;
}

/* SECTION */
section{
    margin-top: 2.6em;
    width: 600px;  
    float: left;
}
section h1{
    margin-left: 1.3em;
}

/* ASIDE */
aside{
    width: 300px; 
    float: right;
    margin-top: 4em;
    padding: 1em 0 2em 1em;
    background: #E8EDED;    
    box-shadow: 2px 3px 5px #000;
}

/* FOOTER */
footer {
	background-color:#2d2d2d;
        color: white;
        font-weight: bold;
        margin-top: 1em;
}
.foot{
    width: 900px;
    margin: auto;
}
.foot img{
    margin: 9px 0;
}
.foot p{
    float: right;
    margin-top: 3em;   
}

/* CONTENT BOX */
.content-box2 {    
        margin-top: 1em;
        padding: 2em;
}

/* INDEX */
.info h1{
	font-size:25px;
	padding-bottom:20px;
        text-align: center;
}
.info p{
	color:#404040;
	line-height:18px;
	padding-bottom:10px;
}
.content-box1 img{
    float:right;
    padding:8px 0px 8px 0px;
}
.content-box1 h2{
    font-size:20px;
    
}
.content-box1 span {
	color:#1c566e;
}
.content-box1 p {
	color:#404040;
	line-height:18px;
	padding:8px 0px 8px 0px;
}
.content-box1 a {
	color:#6a0612;
	text-decoration:none;
}
.content-box1 ul.arrow li {
	line-height:18px;
	list-style-type: none;
	background:url(../images/arrow.png) no-repeat top left;
	padding-left:19px;
	margin-top:7px;
}
.whatwedo-section1 {
	width:280px;
	padding:10px 35px 0 0;
	background:url(../images/dotted-line.gif) top right repeat-y;
	margin-right:20px;
        float:left;    
        margin-top:40px;
}
.whatwedo-section2 {
	width:280px;	
        float: right;
        margin-top:45px;
}
.slider-wrapper { 
	width: 100%; 
	margin: 10px auto;
        padding-top: 10px;

}
/* PUBLICATIONS */

.publication-list li {
    margin: 0px 0px 10px 30px;
    line-height: 150%;
}
.publication-list a:hover {
    border-bottom: solid 2px #1c566e;
}

/* PEOPLE */
.departments{
    font-size: 13pt;
    margin-left: 2em;
    margin-top: 2.8em;    
    font-size:13pt;
    text-transform:uppercase;
    font-weight:normal; 
    color:#1c566e;
}
.servicecolumnzone{
    margin: 0 10px 40px 30px;
    background:url(../images/top-links-dotted-line.gif) top left repeat-x;
}
.servicecolumn1{
    width:420px;
    font-size: 14px;
    margin: 20px 10px 20px 10px;
    float: left;
}
.servicecolumn1 img{
    float: left;
    margin-right: 1em;
}
.servicecolumn2{
    width:420px;
    font-size: 14px;
    margin: 20px 10px 20px 10px;
    float: right;
}
.servicecolumn2 img{
    float: left;
    margin-right: 1em;
}
.text{
    margin-top: 1em;
    font-size: 10pt;
}

/* VERSIONS*/
.content-box3 {   
    width:250px;
}
.arrow-ver li {
    line-height:18px;
    list-style-type: none;
    background:url(../images/arrow.png) no-repeat top left;
    padding-left:19px;
    margin-top:7px;
    margin-left: 2em;
}
.arrow-ver a {
    line-height:18px;
    list-style-type: none;
    background:url(../images/arrow.png) no-repeat top left;
    padding-left:19px;
    margin-top:7px;
    margin-left: 2em;
    float: none;
    display:list-item;
    text-decoration:none;
    color:#1c566e;
}
.arrow-ver1 li {
    list-style-type: disc;
    background: none;
    padding-left:5px;
    margin-left: 5em;
}
.highlights h2 {
    background-color: #4d90fe;
    padding:5px 0px 5px 5px;
    color:white;
    margin-top: 1em;      
}
h2 a {
    text-decoration:none;	
    font-size: 10pt;
    font-weight: bold;
    padding-right: 2em;
    color:#6E0310;
    float: right;
}

/* CONTACT US */
.space{
    margin-bottom: 240px;
}
.contact_form ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.contact_form li{
    padding:12px;
    border-bottom:1px solid #eee;
    position:relative;
}
.contact_form label {
    color: #555555;
    display: inline-block;
    float: left;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 3px;
    padding:3px 3px 3px 15px;
    width: 170px;
    margin-left: 3em;
}
.contact_form input {
    height:20px;
    width:220px;
    padding:5px 8px;
}
.contact_form textarea {
    padding:8px;
    width:220px;
}
.contact_form button {
    margin-left:90px;
}
.contact_form input, .contact_form textarea {
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
    color: #888;
    font-size: 12px;
    padding-right:30px;
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
}
.contact_form input:focus, .contact_form textarea:focus {
    background: #fff;
    border:1px solid #555;
    box-shadow: 0 0 3px #aaa;
    padding-right:80px;
}
.contact_form input:required:valid, .contact_form textarea:required:valid {
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}
button.submit {
   padding: 9px 17px;
   font-family: Helvetica, Arial, sans-serif;
   font-weight: bold;
   line-height: 1;
   color: #444;
   border: none;
   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
   background-image: -moz-linear-gradient(0% 100% 90deg, #BBBBBB, #FFFFFF);
   background-color: #fff;
   border: 1px solid #f1f1f1;
   border-radius: 10px;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
   margin-left: 30em;
}
button.submit:hover {
    opacity:.55;
    cursor: pointer;
    color: #000;
}
button.submit:active {
    border: 1px solid #222;
    box-shadow: 0 0 10px 5px #444 inset;
}

/* inner pages css ends */
