/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */


html, body, div, header, footer, aside, nav, article, section	{ margin: 0; padding: 0; }
header, footer, aside, nav, article, section	{ display: block; }
body { 
     color: #333;
     font: 12px Helvetica, Arial, sans-serif;
     line-height: 18px;
     background-image: url("../assets/bluemarble.jpg");
}

h2{ 
    color: #333;
}

a { 
  color: #0000FF;
}

 
p{ 
   margin: 0 0 18px;
   font-family: "Calabri";
   font-size: 16px;
   line-height:20px;
   
}
#container{
           background-color:white;
           background-image: url("../assets/background.png");
           width: 900px;
           margin: 0 auto;
}
		
/* Header */
#header{ 
        background-image: url("../assets/blackpaper.jpg");
        /* border-bottom: 2px solid #aaa; */
        height:150px;
}
#header h1{ 
       color: #fff;
       margin: 0 0 3px;
       padding: 24px 18px 0;
}
#header p{
       color: #ccc;
       font-size: 11px;
       font-weight: bold;
       padding: 0 18px;
}
		
/* Content Style */
#nav{
    border-bottom: 2px solid #ccc;
    border-bottom-style:ridge;
    border-top: 2px solid #ccc;
    border-top-style:ridge;
    background-color:#0072C6;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 8px;
    width:890px;
    height:30px;
    float: left;
   
}
#nav .navimg{
     float: right;
     margin-top:-15px;

 }
#nav ul{
    
    list-style-type: none;
    color:#000000;
    
}
#nav a:link,
#nav a:visited {

	}
#nav a:hover {
	color:#fff;
	background:#6CB1EC;
}
#nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#nav li {
   display: inline;
   margin-right:3px;
   
}
.menu{
      color:#fff;	
   padding-top:10px;
   padding-bottom:10px;
   padding-left:10px;
   padding-right:10px;
   float:left;
   width:auto;
   border-right: 2px solid #ccc;
   border-right-style:ridge;
   text-decoration:none;
   font:bold 1em/1em Arial, Helvetica, sans-serif;
   font-size:15px;
}

#extra small{
       font-size: 11px;
       line-height: 18px;
}

#content{
         border-bottom: 1px solid #ccc;
         margin-left: 18px;
         
}
#content p, #extra p{
         padding-right: 18px;
}
/* Content Positioning and Size */

#fullcontent{
         float: left;
         padding-left: 10px;
         width: 890px;
         background-color:white;
         background-image: url("../assets/background.png");
        
}
#splitcontent{
         padding-left: 10px;
         float: left;
         width: 575px;
         
}
#extra{
       background-image: url("../assets/background.png");
       float: left;
       width: 315px;
       
}
/* Footer */
#footer{
    background-image: url("../assets/blackpaper.jpg");
    border-bottom: 2px solid #ccc;
    border-bottom-style:ridge;
    border-top: 2px solid #ccc;
    border-top-style:ridge;
    clear: left;
    width: 100%;
}
#footer a{
       
       color: #fff;
}
#footer	p{
        color: #ccc;
        margin: 0;
        padding: 0 18px 10px;
}
#footer ul{
       border-bottom: 1px solid #999;
       list-style: none;
       margin: 0 18px 6px;
       padding: 10px 0 6px;
}
#footer li{
       display: inline;
       font-size: 11px;
       font-weight: bold;
       padding-right: 5px;
}
#contactRight{
       background-image: url("../assets/background.png");
       float: left;
       width:410px;

 }
#contactLeft{
         float: left;
         width:490px;
 }
/*----- Tabs -----*/
.tabs {
    width:870px;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:10px;
    margin-top:0px;
    display:inline-block;
    
}
 
    /*----- Tab Links -----*/
    /* Clearfix */
    .tab-links:after {
                     
        display:block;
        clear:both;
        content:'';
        
        
    }
 
    .tab-links li {
        margin-right:2px;
        float:left;
        list-style:none;
        text-decoration:none;
        
        
    }
 
        .tab-links a {
            padding:5px 15px;
            margin-left:-30px;
            margin-right:30px;
            display:inline-block;
            border-width:0px;
            border-style:ridge;
            border-radius:3px 3px 0px 0px;
            background:#0072C6;
            font-size:16px;
            font-weight:600;
            color:#fff;
            transition:all linear 0.15s;
            box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
            text-decoration:none;
            
        }
 
        .tab-links a:hover {
            background:#a7cce5;
            text-decoration:none;
        }
 
    li.active a, li.active a:hover {
        background:#6CB1EC;
        color:#fff;
        text-shadow:2px 2px 4px #000000;
        
    }
 
    /*----- Content of Tabs -----*/
    .tab-content {
        margin-top:-12px;
        padding:15px;
        border-radius:3px;
        border-width:1px;
        border-style:ridge;
        box-shadow:-5px 5px 5px rgba(0,0,0,0.15);
        background:#fff;
        background-image: url("../assets/background.png");
    }
 
        .tab {
            display:none;
        }
 
        .tab.active {
            display:block;
        }
 #contact-area {
	width: 400px;
	margin-top: 25px;
}


/* Contact Styles */

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 250px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

.biopic{


 }
 
.bio, p img {
float:left;
padding: 5px;
margin-right:10px;
margin-bottom:10px;
text-align:justify;
 }
 