﻿/* cil-de.css */

/* Block all default margins and padding */
* {
	margin: 0;
	padding: 0;
}

body {
	/* Style to taste */
    background-color: #F3EDF3;
	font-family: Verdana, Geneva, Sans-Serif;
}


#wrapper {
	/* Sets width of fixed or elastic layout */
    width: 60em;
	/* Required so absolute mesaurement are in wrapper */
    position: relative;
	border: .2em ridge #000066;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	background-color: #FFFFFF;
	background-image: url(images/backgrounds/levels%20of%20consciousness%20thin.jpg);
	padding: 0px;
	background-repeat: repeat-y;
}

/* ---------------------- Start layout division styles ---------------------- */
/* Branding division */
#branding {
	/* Style to taste. */
    height: 9em;
	background-color: #FEFEFE;
	text-align: left;
	width: 60em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #branding .stonegroupdiv img {
	height: 100%;
}
.logodiv      {
	text-align: left;
	height: 8em;
	width: 25em;
	margin-right: 0em;
	float: left;
	margin-left: 8em;
	background-repeat: no-repeat;
	background-image: url(images/backgrounds/CIL_logo_head.jpg);
}

.stonegroupdiv {
	height: 7em;
	float: right;
	margin-right: 2em;
	padding-top: .5em;
}

#bpi {
	height: 1.4em;
	width: 60em;
	top: 9em;
	background-color: #FFFFFF;
	margin-bottom: auto;
	margin-left: 0px;
	float: left;
	margin-top: auto;
	background-image: url(images/backgrounds/bpi.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 0px;
	padding-right: 0em;
	padding-bottom: 0px;
	padding-left: 0px;
}






/* Navbar division */
#navbar {
	position: absolute;
	/* Top = branding height */
    top: 9.4em;
	width: 60em;
	/* Style to taste. Content top padding must match this height. */
    height: 2.2em;
	background-color: #000066;
	border-top-width: 0.2em;
	border-bottom-width: 0.2em;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #990099;
	border-bottom-color: #990099;
	color: #FFFFFF;
	vertical-align: top;
	padding-top: 0.2em;
	padding-right: 0em;
	padding-bottom: 0em;
	margin: 0em;
	visibility: visible;
}



/* Left column */
#leftcolumn {
	position: absolute;
	/* Top = branding+navbar heights */
    top: 5em;
	left: 2px;
	/* Style to taste */
    width: 2em;
}
.visiondiv {
	font-size: 0.8em;
	line-height: 1em;
	font-style: italic;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #330066;
	border-bottom-color: #330066;
	background-color: #F3EDF3;
	margin-bottom: 1em;
	width: auto;
	margin-top: 5px;
}
.visiondiv  p   {
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
}
.ccdiv {
	margin-top: 1.5em;
	float: left;
	height: auto;
	width: 21em;
	border: 1px solid #000000;
	background-color: #FF9;
	font-size: 0.7em;
	margin-right: 5em;
}
.ccdiv   p    {
	margin: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#wrapper #content .pic_rightdiv {
	height: auto;
	width: 15em;
	float: right;
	text-align: center;
	margin: 1em;
	clear: both;
	border: thin solid #000066;
}
#wrapper #content .pic_rightdiv p {
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-weight: bold;
}

.pic_rightdiv img {
	margin: 4px;
	border: 3px solid #000;
}

#wrapper #content ol {
	margin-right: 8em;
	margin-bottom: 1em;
	margin-left: 8em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	font-style: italic;
}
#wrapper #content li {
	margin-bottom: 1em;
}

/* Content division */
#content {
	padding-top: 2em;
	/* Style to taste */
    text-align:left;
	margin-bottom: 0em;
	margin-left: 25px;
	width: auto;
	padding-right: .8em;
	padding-left: 0.8em;
	padding-bottom: 2em;
	background-color: #FFFFFF;
}



/* ---------------------- End layout division styles ---------------------- */
/* ---------------------- Start Content division styles ------------------- */
/* Heading 1 tags in content division */
#content h1 {
	margin-left: 10px;
	font-size: 1.4em;
	margin-top: 2em;
	text-align: center;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: .5em;
}

#content  h2  {
	font-size: 1.6em;
	font-style: italic;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-weight: bolder;
	font-family: "Comic Sans MS", cursive;
	margin-left: 0em;
	text-transform: uppercase;
	color: #500;
	font-variant: normal;
	background-color: #C9C9C9;
	border-top: 3px solid #000;
	border-bottom: 5px solid #000;
	border-right-width: thin;
	border-left-width: thin;
	border-right-color: #000;
	border-left-color: #000;
	padding-left: 2em;
}


#content  h3  {
	font-size: 1.1em;
	color: #660000;
	margin: 1em;
}
#content  h4  {
	font-size: 1em;
	text-decoration: underline;
}
#content h5 {
	font-size: .9em;
	font-style: italic;
	text-align: center;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
}


/* Paragraphs in content division */
#content p {
	line-height: 1.4em;
	margin-top: 0.6em;
	margin-bottom: 0.3em;
}


/* Bulleted lists in content division */
#content ul {
	font-size: .95em;
	margin: 1em 20px 1em 40px;
}

#content ul li {
    margin-bottom: 0.5em;
}



/* Footer division */
#footer {
	/* Style to taste */
    text-align:center;
	background-color: #000066;
	color: #000;
	border-top-width: .2em;
	border-top-style: solid;
	border-top-color: #990099;
	width: 60em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin-top: .6em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer  p  {
	color: #FFFFFF;
	font-size: 0.7em;
	margin-top: 0.6em;
	margin-bottom: .7em;
}
.indeximgdiv {
	width: 411px;
	text-align: center;
	margin-left: 5em;
	border: 5px groove #960;
	float: left;
}
.bold_red  {
	font-weight: bold;
	color: #993300;
}

#wrapper #content .reg_table p {
	margin-right: 5px;
	margin-left: 10px;
}
#wrapper #branding .stonegroupdiv img {
	height: 120px;
	width: 120px;
}
#wrapper  #content  #top  div {
	float: right;
	height: 100%;
	margin-right: 2em;
	padding: 0px;
}


.p_small {
	font-size: .8em;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 10px;
}
#wrapper #content .reg_table .bold_red a {
	border-style: none;
	border-width: 0px;
	color: #FFFFCC;
}
#wrapper #content .paypal_div a {
	color: #FFFFCC;
}
#wrapper #content .register_div div {
	float: left;
}
.medium_size_font {
	font-size: 16px;
}
.prog_cost_div {
	float: left;
	width: 35%;
	margin-right: 10px;
}
.short-overview_div {
	width: 65%;
	float: left;
	margin-right: 10px;
	margin-left: 2.5em;
	font-size: 0.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background-color: #369;
	color: #CCC;
	border: 6px double #960;
	margin-bottom: 5px;
}
.coming_div p img {
	margin: 5px 10px;
	float: left;
	height: 104px;
	width: 73px;
	border: 3px solid #030;
}

