/*---------------------------------------------------*/
/*--------The Colorado Attorney Directory CSS------------*/
/*---------------------------------------------------*/

#container{
    width:1200px;
	border: 2px solid #000000;
	height: 100%;
	align: center;
	font-size: 15px;
	background-image:url(http://www.thecoloradoattorneydirectory.com/images/containerbackground.jpg);
}
	
#header{
   width: 750px;
   height: 150px;
   text-align: center;
   margin: 0px;
   background-image: url(http://www.thecoloradoattorneydirectory.com/images/colorado-attorney-directory-header.jpg);}
   
#headertext{
   font-family: Castellar, Arial, Helvetica, sans-serif;
   font-size: 33px;
   font-weight: bold;
   color: white;
   padding-top: 15px;
   text-align: center;}
   
#content {
	font-size: 15px;}
    
   
#body {
	width:750px;
	font-size: 15px;
	font-family: rockwell, arial, times new roman, Helvetica, sans-serif;
	border: 2px solid #000000;
	margin: 0px;
	padding: 8px;
	background-color: #ffffff;
	text-align: left;
	
	}
	
#body a:link, a:visited {
    font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: black;
	
}
#body a:hover, a:active 
{
    font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #123b6e;
}
	
	#body h1
	{
	    font-family: palatino linotype, Informal Roman, Arial, Helvetica, sans-serif;
	    font-size: 28px;}
	    
	#body h2
	{
	    font-family: rockwell, Informal Roman, Arial, Helvetica, sans-serif;
	    font-size: 20px;
	    }
    #body h3
    {
        font-family: palatino linotype, times new roman, Helvetica, sans-serif;
        font-size: 21px;
        text-align: center;
    }
    #body h4
    {
        font-family: rockwell, times new roman, Helvetica, sans-serif;
        font-size: 15px;
        font-weight:lighter;
    }
        #body h5
    {
        font-family: Arial, times new roman, Helvetica, sans-serif;
        font-size: 18px;
        font-weight:bold
    }

/*---------------------------------*/
/*-----------Top Nav---------------*/
/*---------------------------------*/

#nav {
	background-color: #c2c2c0;
	width: 756px;
	height: 50px;	
	margin: 0px;
    vertical-align: middle;
    font-size: 17px;
}

#nav a:link, #nav a:visited {
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	color: black;
}
#nav a:hover, #nav a:active {
	text-decoration: none;
	color: #123b6e;
	font-size: 17px;
	font-weight: bold;
}

/*---------------------------------*/
/*---------Bottom Nav -------------*/
/*---------------------------------*/


#footer {
	text-align: center;
	text-decoration: none;
	font-size:11px;
}

#footer a:link, #footer a:visited {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #123b6e;
}
 

/*---------------------------------*/
/*------------ Disclaimer -------------*/
/*---------------------------------*/

#disclaimer
{
    width: 1150px;
	font-size: 10px;
	margin-left: 48px;
	margin-top: 5px;
	text-align: center;
	color: #123b6e;}
	