﻿body {
    margin: 0;
    padding: 0;
    background: #f1f1f1;
    font-family: Helvetica, Arial;
}
mark {
	background-color: none;
	background: none;
}

.clear {
	clear: both;
}

#container {
    width: 960px;
    margin: 10px auto;
    -box-shadow: rgba(255,255,255,0.4) 0 2px 5px;
}

#header {
    margin: 10px;
    display: block;
    overflow: auto;
    padding: 5px 0;
}
#header h1 {
    float: left;
    font-family: Myriad Pro, Helvetica, Arial;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}
#header h1 span {  
  background: url(gradient-60.png) repeat-x;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
#header p {
    font-size: 11px;
    margin: 14px 0 0 0;
    float: right;
    font-weight: normal;
    font-family: Georgia;
    
}

#site-nav {
    clear: both;
    height: 30px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCCCCC), to(#999999));
    background: -moz-linear-gradient(#CCCCCC, #999999);
    filter: PROGID:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#CCCCCC', EndColorStr='#999999');
    
    -webkit-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
    -moz-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
    box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
    
    -webkit-border-radius: 6px;
    moz-border-radius: 6px;
    border-radius: 6px;
    padding: 0 10px;
    margin: 0 0 10px 0;
}
#site-nav ul {
    padding: 0;
    margin:0;
    list-style-type: none;
}
#site-nav ul li {
    padding: 0;
    margin:0;
    list-style-type: none;
    display: block;
    float: left;
    position: relative;
}
#site-nav ul li a {
    margin:0;
    display: block;
    padding: 8px 30px;
    font-size: 12px;
    height: 15px;
    font-weight: bold;
    font-family: Helvetica, Arial;
    color: #444;
    text-decoration:none;
    text-shadow: rgba(255,255,255,0.9) 0 1px 1px;
    border-right: solid 1px rgba(255,255,255,0.15);
    border-left: solid 1px rgba(0,0,0,0.15);
    line-height: 1.0em;
}
#site-nav ul li:first-child a {
    border-left: none;
}
#site-nav ul li:last-child a {
   border-right: none;
}
#site-nav ul li a:hover {

    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999999), to(#555555));
    background: -moz-linear-gradient(#999999, #555555);
    filter: PROGID:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#999999', EndColorStr='#555555');
     color: #f9f9f9;
    
    text-shadow: rgba(0,0,0,0.9) 0 -1px 1px;   
    
}

#site-nav ul li a.selected {

    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333333), to(#555555));
    background: -moz-linear-gradient(#333333, #555555);
    filter: PROGID:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#333333', EndColorStr='#555555');
    color: #f9f9f9;
    
    text-shadow: rgba(0,0,0,0.9) 0 -1px 1px;   
    
    /*
    -webkit-box-shadow:  rgba(0,0,0,0.9	) 0 3px 5px inset;   
    -moz-box-shadow:  rgba(0,0,0,0.3) 0 3px 5px inset;   
    box-shadow:  rgba(0,0,0,0.3) 0 3px 5px inset;   
    */
}


#main {
    min-height: 300px;
}

#footer {
    border: solid 1px #ccc;
    border-width: 1px 0;
    
    font-family: helvetica, Arial;
    font-size: 12px;
		padding: 10px 0;
		height: 60px;
		width: 960px;
		margin: 10px auto;
}
#footer #copyright {
		width: 400px;
		float: left;
}
#footer #social {
		width: 500px;
		float: right;
}

.panel {
  padding: 20px;
  background: #fff;
  
  -webkit-box-shadow: rgba(0,0,0,0.4) 0 1px 3px 0;
  -moz-box-shadow: rgba(0,0,0,0.4) 0 1px 3px 0;
  box-shadow: rgba(0,0,0,0.4) 0 1px 3px 0;
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;      
}
.panel h1, .panel h2, .panel h3, .panel p {
	margin: 10px 0;
}
.panel p {
	line-height: 1.3em;
}


/* side panels */

fieldset {
  /*
  border: 1px solid #cccccc;
  padding: 5px;
  margin: 0 14px 0 0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  */
  
  position: relative;
  
  margin: 0 0 14px 0;  
  background: #fff;
  
  -webkit-box-shadow: rgba(0,0,0,0.4) 0 1px 3px 0;
  -moz-box-shadow: rgba(0,0,0,0.4) 0 1px 3px 0;
  box-shadow: rgba(0,0,0,0.4) 0 1px 3px 0;
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;  
}
.fieldset-content {
	padding: 30px 10px 10px 10px;
}

fieldset legend {
	
    position: absolute;
    height: 16px;
    padding: 4px 0 2px;
    text-indent: 6px;
    top: 0;
    left: 0;
	
    width: 100%;
    background: #5B6E8D;/*224272 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5B6E8D), to(#224272));
    background: -moz-linear-gradient(#5B6E8D, #224272);
    filter: PROGID:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#5B6E8D', EndColorStr='#224272');  
  
  
    color: #fff; 
  
    font-weight: bold;
  
    -webkit-border-radius: 3px 3px 0 0 ;
    -moz-border-radius: 3px 3px 0 0 ;
    border-radius: 3px 3px 0 0 ;
}

