﻿/*
============================================
Colorado Center for Reproductive Medicine Skin
Design by CommunityAhead 2009
http://www.CommunityAhead.com

============================================
*/

html, form, body
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    height: 100%;
    background: url(images/home-bkgd.jpg) repeat-x top left;
}

a, a:hover, a:visited, a:active, a:link
{
    text-decoration: none;
    border: 0;
}

h1, h2, h3, h4, h5
{
    color: #8a4e22;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0;
    margin:0;
    
}

h1
{
	font-size: 24px;
	color: #274f7a;
}

h2
{
	font-size: 18px;
		
}

h3
{
	font-size: 16px;
	
}

h4
{
	font-size: 14px;
	
}

h5
{
	color: #362d22;
}

p
{
     font-size: 14px;
      line-height: 1.5em;
      margin-top: 3px;
      padding-top: 0;
     font-weight: normal;
}
	
#container
{
    min-height: 100%;
    position: relative;
}

#masthead
{
    width: 991px;
    height: 470px;
    margin: 0 auto;
    background: url(images/home-masthead.jpg) no-repeat left top;
    color: #f1f1f1;
    font-size: 15px;
    line-height: normal;
    font-weight: bold;
}

#masthead h1,
#masthead h2,
#masthead h3
{
    color: #f4f4f4;
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    text-transform: none;
}


#header
{
    padding: 10px 35px 0 35px;
}

#header p
{
    padding: 0;
    margin: 5px 0 0 0;
}

#header img
{
    border: none 0;
}

#header .header-left
{
    float: left;
    width: 400px;
    height: 55px;
    margin: 0;
    padding: 0;
    
}

#header .header-right
{
    float: right;
    width: 400px;
    height: 55px;
    font-size: 26px;
    color: #274f7a;
    font-weight: bold;
    text-align: right;
}

#header .masthead-title
{
    width: 921px;
    height: 30px;
    float:left;
    overflow:hidden;
    color: #000;     
    
}

#header .masthead-text
{
    width: 380px;
    height: 300px;
    float: left;
    overflow:hidden;
    
}

#header .masthead-pic
{
    margin: 7px 0 0 29px;
    border: solid 12px #e3e3e3;
    width: 480px;
    height: 310px;
    float: left;
    overflow:hidden;
    background-color: #e3e3e3;
}

#body-section
{
    width: 921px;
    padding: 0 35px 225px 35px; /* Bottom Padding Needs to Match Footer  */
    margin: 0 auto;
    
}

#body-section a, 
#body-section a:visited, 
#body-section a:active,
#body-section a:link
{
    text-decoration: underline;
    color: #333;
}

#body-section a:hover
{
    text-decoration: underline;
   }

#content
{
    width: 645px;
    margin-bottom: 25px;
}


#sidebar
{
   
    width: 230px;
    text-align:left;
    margin-top: -30px;
    margin-bottom: 25px;
    padding: 0px 10px 5px 10px;
    background: #dedcd9;
}

#sidebar .sidemenu a, 
#sidebar .sidemenu a:visited, 
#sidebar .sidemenu a:active,
#sidebar .sidemenu a:link
{
    text-decoration: none;
    
}

.right
{
    float:right;
}

.left
{
    float:left;
}

#footer
{
    position: absolute;
    background: #444;
    bottom: 0;
    width: 100%;
    height: 225px; /* Footer Height */
}

/* Is there a reason you are reading our style sheets? */
/* We can develop a site or skin for you too.          */

#footer-contents
{
    width: 921px;
    padding: 15px 35px 100px 35px;
    margin: 0 auto;
    font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
}

#footer-contents .footer-locations
{
    float: left;
    width: 100%;
    overflow:hidden;
    position:relative;
    padding-bottom: 20px;
}

#footer-contents .footer-locations ul 
{
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}

#footer-contents .footer-locations ul li 
{
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding: 0 8px 0 8px;
   position:relative;
   right:50%;
}

#footer-contents .footer-locations ul li a 
{
   display: block;
   margin: 0 0 0 1px;
   padding: 3px 10px;
   background: #ddd;
   color:#000;
   text-decoration:none;
   line-height:1.3em;
}

#footer-contents .footer-locations ul li a:hover
{
   background:#369;
   color:#fff;
}
#footer-contents .footer-locations ul li a.active,
#footer-contents .footer-locations ul li a.active:hover
{
   color:#fff;
   background:#000;
   font-weight:bold;
}


#footer-contents p {
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

#footer-contents a {
	background: #e3e3e3;
	padding: 2px 7px;
	color: #362d22;
}


#footer-contents .footer-phone
{
	text-align: center;
	text-transform: uppercase;
	font-size: 26px;
    color: #274f7a;
    font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 20px;
}
