/*Basics*/
a:link, a:visited
{color:#004A6F;}
body{background-color: #006699; font-family: georgia, serif;}

/*Wrapper*/
#wrapper{-moz-box-shadow:none;-webkit-box-shadow:none; -box-shadow:none;}

/*Masthead logo*/
#masthead{background: transparent url("http://www.christiancounselingdegree.org/organization_files/224/masthead.png") no-repeat top left; height:105px;}
#logo {}
#logo p a 
{
margin: 20px 0 0 0; /*Controls the position of the logo*/
text-indent: -9999em; /*Hides the link text from being visible */ 
display:block; /*makes the link click box area hot */
width:644px;  /*exact width size of the click box */
height:92px; /*exact height size of the click box */
background-image: url("http://www.christiancounselingdegree.org/organization_files/224/header-glow.png") !important;  /* this is the logo image */
background-repeat: no-repeat;  /*this tells the logo not to keep reapeating over and over */
position:absolute;
top: 0px;
right: 285px;}
#logo p a:link, #logo p a:visited 
{
background-position: top left; /* this determines the position of the logo for a non clicked link and vistited link */
}
#logo p a:active, #logo p a:hover 
{
background-position: top right; /*this determines the position of the logo for hovering over the link and clicking the link */
}

/*Content-Container*/
#content-container{width: 900px; margin-left:30px; border: 1px solid #004A6F; padding: 15px 0 0 0;}

/*Core-Nav*/
#core-nav{position:absolute; top:72px; right: 28px; background: #006699;}
#core-nav ul li{}
#core-nav ul li a{color:white; border: 1px solid #004A6F; font-size: 13px; padding: 6px 18px;}
#core-nav ul li.current a{color: #004A6F;}
#core-nav ul li a:hover, #core-nav ul li a:active{background: #004A6F;}

/*Right Sidebar*/
#right-column{margin:10px 18px -60px 0px; width:274px;}
.column-block{background: transparent; border:none; padding:0px; margin: 0px;}
.column-block ul li.heading {background:#006699; font-size:16px; color:white; font-weight:bold; padding:10px; text-transform:uppercase; margin-bottom:2px;}
.column-block ul li a{background: #5B9DBD; color:white; font-size: 12px; margin-bottom:2px; padding:10px;}
.column-block ul li a:hover, .column-block ul li a:active {background:#80B3CC; border-right: 10px solid #004A6F; margin-right:-10px;}
.column-block ul li.current a{background:#80B3CC; border-right: 10px solid #004A6F; margin-right:-10px;}

/*Content*/
#content{width:580px; margin-bottom:10px; margin-left:20px;}
#intro{background: transparent url("http://www.christiancounselingdegree.org/organization_files/224/intro.jpg") no-repeat top left; height: 379px; width: 570px; padding:0px; margin: 10px 0 0 5px;}
#intro h1{color:white; padding:20px; font-size:25px;}
#intro p{color:white; margin:125px 20px 0 20px; font-weight:bold; width:530px;}

#intro ul {
	margin-left:355px;
	margin-top: 10px;
}

#intro ul li a {
background-color:#E8C551;
font-size: 22px;
height: 23px;
padding: 8px 8px 3px 18px;
}



#snippet-box{width:900px; margin:0px;}
#resources{float: left; width: 560px; margin-left:5px; background:#Fb9654;; padding:0px 5px 5px;}
#linkbait{float:right; width: 275px; margin-right:37px; margin-top:200px;}
#linkbait h2{margin-bottom:5px;}
#linkbait .snippet{background:#D9E8F0; border: 1px solid #5B9DBD; padding-bottom:0px;}
#linkbait .snippet h2{font-size:14px;}
.snippet{border:1px solid #E9E9E9; padding:10px; margin: 0 0px 5px 0px; background: white;}
.snippet p{font-size:11px;}
.snippet h2{text-transform:uppercase; margin-bottom:5px; font-size:16px;}
#article{margin:10px 10px 10px 20px;}
#article h1{text-align:center;}

#associates-degree #article, #bachelors-degree #article, #masters-degree #article, #doctorate-degree #article{width: 570px; margin-left: -17px;}
