/* CCC Styles */

/* Core */

* {
 margin: 0;
 padding: 0;
 }

body {
 background: #fff url(../images/ccc-bg-all.png) repeat-x center -25px;
 color: #534b54;
 font: 14px Arial, helvectica, sans-serif;
 }

a {
 color: #721b79;
 font-weight: 700;
 text-decoration: none;
 }

a:hover {
 color: #b273b9;
 }

p {
 line-height: 17px;
 margin: 0 0 7px;
 }

/* Styles  */

h1 {
 font-weight: 400;
 font-size: 23px;
 color: #721b79;
 letter-spacing: -1px;
 margin: 0 0 15px;
 width: 500px;
 }

h2 {
 font-weight: 400;
 font-size: 19px;
 color: #721b79;
 margin: 12px 0 10px;
 }

h3 {
 font-size: 14px;
 margin: 15px 0 5px 0;
 color: #721b79;
 }

ul {
 list-style: square;
 list-style-position: outside;
 margin: 0 0 0 15px;
 }

li {
 margin: 0 0 10px 0;
 }

.italictitles {
 color: #721b79;
 font-style: italic;
 font-size: 15px;
 margin: 0 0 15px;
 }

.bold {
 font-weight: 700;
 }

.white {
 color: #fff;
 }

.gunmetal {
 color: #989ca6;
 }

/* Layout  */

#container {
 width: 750px;
 margin: 0 auto;
   background: url(../images/ccc-bg-logo.png) no-repeat 400px 184px;

 }

#header {
 height: 150px;
 }

#logo {
 padding: 45px 0 0;
 }

#contacthead {
 color: #cea9d0;
 margin: -45px 0 0 390px;
 }

#contacthead a {
 font-weight: bold;
 color: #fff;
 text-decoration: none;
 }

#contacthead a:hover {
 color: #cea9d0;
 }

#menu {
 margin: 5px 0 0 0;
 }

#menu a {
 font-size: 15px;
 font-weight: normal;
 background: #9db949;
 color: #fff;
 border-bottom: 1px solid #7c943b;
 margin: 0 5px 0 0;
 padding: 5px 10px;
 }

#menu a:hover,#menuactive a {
 border-top: 1px solid #c8e464;
 padding: 14px 10px 5px;
 }

#column1 {
 float: left;
 width: 375px;
 margin: 25px 0 20px 0;
 min-height: 400px;
 }

/* IE Height Fix */

* html #column1 {
 height: 300px;
 }

#footer {
 clear: both;
 font-size: 12px;
 color: #b1b6c0;
 margin: 25px 0 0 0;
 border-top: 1px solid #cea9d0;
 padding: 10px 0 0 0;
 }

#footerfloatleft {
 float: left;
 }

#footerfloatright {
 float: right;
 }

/* C T A  */

#calltoaction {
 margin: 15px 0 0 0;
 list-style: none;
 }

#calltoaction li a {
 background: #9db949;
 width: 325px;
 display: block;
 font-size: 20px;
 font-weight: normal;
 color: #fff;
 margin: 0 0 10px;
 padding: 15px 10px;
 border-bottom: 1px solid #7c943b;
 }

#calltoaction li a:hover {
 background: #b2d354;
 width: 325px;
 display: block;
 font-size: 20px;
 font-weight: normal;
 color: #fff;
 margin: 0 0 10px;
 padding: 15px 10px;
 border-bottom: 1px solid #9db949;
 }
