/*	--------------------------------------------------
	:: Global Reset & Standards
	-------------------------------------------------- */
	
	/* 
		Eric Meyer's CSS Reset
		http://meyerweb.com/eric/tools/css/reset/ 
		v2.0 | 20110126
   		License: none (public domain)
	*/
	
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, 
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font: inherit;
		vertical-align: baseline;
	}
	html {
		font-size: 62.5%; 
	}
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	sub {vertical-align: sub;}
	sup {vertical-align: super;}


.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}

.hidden {
	display: none;
	visibility: hidden;
}


/* Page =================================================== */
html {
  background-color: #fff;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f3f5f6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  font-family:  "myriad-pro", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4em;
  min-width: 1024px;
  background: transparent url(/themes/site_themes/aic/images/bgTile.gif) repeat-y center;
  
  
}
/* Typography =================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
.h5 {
  margin: 0;
  font-family: "cardigan", sans-serif;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small {
  font-weight: normal;
  color: #bfbfbf;
}
h1,
.h1 {
  margin-bottom: 0.75em;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
}
h2,
.h2 {
  margin-bottom: 0.3em;
  font-size: 20px;
  font-weight: normal;
  font-size: 2.0rem;
  line-height: 1.2;
}
h3,
.h3 {
  margin-bottom:0
  em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}
h4,
.h4 {
  margin-top: 0em;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 4px;
}
h5,
.h5 {
  margin-top: 0px;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: .2em;
  line-height: 1.5em;
}
h6,
.h6 {
  margin-bottom: 1.5em;
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.textLarge{
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 5px;
}

/* Colors */ 
body{
	color: #4b4b4b;
	
}

h1, .orangetext {color: #d4ad64;}
h2, .greentext {color: #77a740;}
h3, .greytext {color: #b5b4b3;}
.h3 {color: #4b4b4b;}

h5, 
.h5
{
	font-family: "cardigan",sans-serif;
	text-transform: uppercase;
	color:  #b0afaf;
}


/*
.header h1,
.header h2,
.header h3 {
  float: left;
  margin-right: 24px;
}
.header h1 a,
.header h2 a,
.header h3 a {
  display: block;
  position: relative;
  top: 6px;
  float: right;
  padding: 4px 12px;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #f3f5f6;
}
.header h1:hover,
.header h2:hover,
.header h3:hover {
  background-color: #f3f5f6;
}
.header .a-rss,
.header .a-rss:hover {
  float: left;
  width: 16px;
  height: 16px;
  padding: 0;
  background: transparent url(../img/a-rss.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.dl-horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 22.78%;
}

.list-bordered {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
.list-bordered li {
  margin-bottom: 0.375em;
  padding-bottom: 0.375em;
  border-bottom: 1px dashed #c7ced6;
}
.list-bordered li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}

*/

/* 
colors
slected: 
	border:
Myriad Pro, Bold, 15px
Height 27px
Text regular: e6d1aa

Text selected/hover: 
Color:#c89535;
Background-color:#ffffff;
border: 1px solid #eedfc2;

*/


/* */


ol,
ul,
dl,
address {
  margin-bottom: 1.5em;
  line-height: 1.5em;
}

p {
    margin-bottom: 14px;
    margin-top:14px;
	line-height: 1.6em;
	color:#9c9b9b;
	font-family: "myriad-pro", san-serif;
}

.small {
  margin-bottom: 12px;
  margin-top:5px;
  font-size: 14px;
  font-size: 0.875em;
}

.small p {
  margin-top:5px;
}

.small_readingListTitle{
  margin-bottom: 0px;
  margin-top:0px;
  padding-bottom: 8px;
  padding-top: 0px;
  font-size: 13px;
  font-size: 1.3rem;
}

.small_ListContent{
  margin-bottom: 0px;
  margin-top:0px;
  padding-bottom: 0px;
  padding-top: 0px;
  font-size: 13px;
  font-size: 1.3rem;
}

.blogSmall{
  font-size: 14px;
  font-size: 0.875em;
  line-height: 0.875em;
  margin-bottom: 0px;
  margin-top: 0px;
}

.blogLink{
  line-height: 0.875em;
  margin-bottom: 0px;
  margin-top: 0px;
}

.article{
  margin-bottom: 10px;
  margin-top:20px;
  line-height: 1.6em;
  color:#9c9b9b;
  font-size: 14px;
  font-size: 0.875em;
}

.articlePreview {
  font-size: 14px;
  font-size: 0.875em;
  margin-top:10px;
  margin-bottom: 10px;
  line-height: 1.6em;
}

.preview{
  margin-bottom: 20px;
  margin-top: 10px;
  padding-bottom: 18px;
  border-bottom: 1px solid silver;
}


ul,
ol {
  margin: 0 0 1.5em 20px;
  padding: 0 0 0 20px; 
}

ul{
	list-style: disc;
}

ol{
	list-style: decimal;
}

li ul,
li ol {
  margin: 0;
}

blockquote {
  margin: 0 0 1.5em 24px;
  padding-left: 10px;
  border-left: 1px solid black;
  font-style: normal;
}

q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
dl {
  margin-top: 1em;
  margin-bottom: 1.0em;
}

dd {
  margin-bottom: 1.0em;
}
dt {
  font-weight: bold;
}

abbr[title] {
  border-bottom: 1px dotted #c7ced6;
  cursor: help;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
ins {
  background-color: #f3f5f6;
  color: #000000;
  text-decoration: none;
}
mark {
  background-color: #f3f5f6;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
sub,
sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: baselineheight;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Colour =================================================== */
a {
  text-decoration: none;
  color: #4faee5;
}
a:visited {
  color: #4faee5;
}

a:visited:hover {
  color: #fdac42;
}

a:hover {
  text-decoration: none;
  color:  #fdac42;
}
a:focus {
  outline: thin dotted;
  color: #000000;
}
a:hover,
a:active {
  outline: 0;
}
::-moz-selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none;
}
::selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none;
}

/* Elements =================================================== */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #c7ced6;
  border-bottom: 1px solid #ffffff;
}
img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin-bottom: 1.5em;
}
figure img {
  margin-bottom: 0.375em;
}
figure figcaption {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #808080;
}

/* Forms =================================================== */
form {
  margin: 0 0 1.5em 0;
}
form fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}
form legend {
  display: block;
  width: 100%;
  margin-bottom: 3em;
  *margin-left: -7px;
  padding: 0;
  color: #000000;
  border: 0;
  border-bottom: 1px solid #8c9bab;
  white-space: normal;
}
form legend small {
  font-size: 14px;
  font-size: 1.4rem;
  color: #bfbfbf;
}
form p {
  margin-bottom: 0.75em;
}
form ul {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
form br {
  display: none;
}
label,
input,
button,
select,
textarea {
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: baseline;
  *vertical-align: middle;
}
input,
button,
select,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;

}

button{  -webkit-appearance: none;}

label {
  display: block;
  margin-bottom: 0.1875em;
  font-size: 16px;
  font-size: 1em;
  font-weight: bold;
  color: #919190;
  cursor: pointer;
}


label.addAll{
  display: block;
  margin-bottom: 0.1875em;
font-size: 14px;
font-size: 0.875em;
  font-weight: normal;
  color: #919190;
  cursor: pointer;
}

label textarea,
label select {
  display: block;
}

label input{
  display: inline;
  margin-right: 5px;
  padding-right: 5px;
}


input,
textarea,
select {
  display: inline-block;
  width: 98%;
  padding: 4px;
  margin-bottom: 0.375em;
  background-color: #ffffff;
  border: 1px solid #c2c7cc;
  color: #000000;
}
input:hover,
textarea:hover,
select:hover {
  border-color: #a3a7ac;
}

/*
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
*/

input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="image"] {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible;
}
select,
input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}
select {
  width: auto;
  background-color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
}
select[multiple],
select[size] {
  height: auto;
}
textarea {
  resize: vertical;
  overflow: auto;
  height: auto;
  overflow: auto;
  vertical-align: top;
}
input[type="hidden"] {
  display: none;
}
/*
.radio,
.checkbox {
  padding-left: 18px;
  font-weight: normal;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
*/

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed;
}
input:focus,
textarea:focus {
  border-color: #2d353e, 40%;
  outline: 0;
  outline: thin dotted \9;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}

.help-block,
.help-inline {
  color: #808080;
}
.help-block {
  display: block;
  margin-bottom: 0.75em;
}
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  margin-bottom: 0;
}
.form-inline label {
  display: inline-block;
}
.form-inline .radio,
.form-inline .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
.form-search input,
.form-search textarea,
.form-search select {
  display: inline-block;
  margin-bottom: 0;
}

.search-query {
  width:90%;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 0;
}

.search-form{
  padding-left: 18px;
  padding-bottom:0px;
  margin-bottom: 18px;
}
  
.form-search label {
  display: inline-block;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}



/* Custom Button Styles Buttons =================================================== */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 6px 11px 6px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5em;
  color: #404040;
  text-align: center;
  vertical-align: middle;
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #ffffff, #d9d9d9);
  background-color: #d9d9d9;
  background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -ms-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: linear-gradient(top, #ffffff, #d9d9d9);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  *margin-left: .3em;
}
.btn:visited,
.btn:hover {
  color: #404040;
  text-decoration: none;
}
input[type="submit"].btn:hover {
  border-color: #cccccc;
}
.btn:first-child {
  *margin-left: 0;
}
.btn-disabled {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}
.btn-info {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d9edf7), to(#afd9ee));
  background-image: -webkit-linear-gradient(top, #d9edf7, #afd9ee);
  background-color: #afd9ee;
  background-image: -moz-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -ms-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -o-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: linear-gradient(top, #d9edf7, #afd9ee);
  background-repeat: repeat-x;
  border-color: #9acfea;
  border-bottom-color: #85c5e5;
  color: #247fad;
}
.btn-info:visited,
.btn-info:hover {
  color: #247fad;
}
.btn-inverse {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414141), to(#272727));
  background-image: -webkit-linear-gradient(top, #414141, #272727);
  background-color: #272727;
  background-image: -moz-linear-gradient(top, #414141, #272727);
  background-image: -ms-linear-gradient(top, #414141, #272727);
  background-image: -o-linear-gradient(top, #414141, #272727);
  background-image: linear-gradient(top, #414141, #272727);
  background-repeat: repeat-x;
  border-color: #1b1b1b;
  border-bottom-color: #0e0e0e;
  color: #ffffff;
}
.btn-inverse:visited,
.btn-inverse:hover {
  color: #ffffff;
}
.btn-primary {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d353e), to(#181c20));
  background-image: -webkit-linear-gradient(top, #2d353e, #181c20);
  background-color: #181c20;
  background-image: -moz-linear-gradient(top, #2d353e, #181c20);
  background-image: -ms-linear-gradient(top, #2d353e, #181c20);
  background-image: -o-linear-gradient(top, #2d353e, #181c20);
  background-image: linear-gradient(top, #2d353e, #181c20);
  background-repeat: repeat-x;
  border-color: #0d0f12;
  border-bottom-color: #020203;
  color: #ffffff;
}
.btn-primary:visited,
.btn-primary:hover {
  color: #ffffff;
}
.btn-success {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bb75b), to(#449b44));
  background-image: -webkit-linear-gradient(top, #5bb75b, #449b44);
  background-color: #449b44;
  background-image: -moz-linear-gradient(top, #5bb75b, #449b44);
  background-image: -ms-linear-gradient(top, #5bb75b, #449b44);
  background-image: -o-linear-gradient(top, #5bb75b, #449b44);
  background-image: linear-gradient(top, #5bb75b, #449b44);
  background-repeat: repeat-x;
  border-color: #3c893c;
  border-bottom-color: #347834;
}
.btn-warning {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faa732), to(#f39106));
  background-image: -webkit-linear-gradient(top, #faa732, #f39106);
  background-color: #f39106;
  background-image: -moz-linear-gradient(top, #faa732, #f39106);
  background-image: -ms-linear-gradient(top, #faa732, #f39106);
  background-image: -o-linear-gradient(top, #faa732, #f39106);
  background-image: linear-gradient(top, #faa732, #f39106);
  background-repeat: repeat-x;
  border-color: #da8205;
  border-bottom-color: #c17305;
}
.btn-extlarge {
  padding: 11px 22px;
  font-size: 21px;
  font-size: 2.1rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-large {
  padding: 11px 22px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-small {
  padding: 6px 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
}
.btn-mini {
  padding: 3px 5px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
  margin-bottom: 1.5em;
}
.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group .btn:first-child {
  margin-left: 0;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-group .btn:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-group .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-group .btn.large:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-toolbar {
  clear: both;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.btn-search{
	background: url(/themes/site_themes/aic/images/go.png) no-repeat right;
    width: 30px;
    height: 30px;
	border:none;
	padding-top: 6px;
}

.flexslider{
     float:right;
}



/* Tables =================================================== */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
table th,
table td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #8c9bab;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  text-align: left;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 2px solid #8c9bab;
}
table tbody tr td,
table tbody tr th {
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}


.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #8c9bab;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #8c9bab;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #c7ced6;
}


/* anchors */

.smallanchors a {
	font-family: "myriad-pro", Arial, sans-serif;
	size: 10px;
	text-decoration: none;
}

.smallanchors a:hover {
	text-decoration: underline;
}


a.arrow-link {
	text-indent: -99999px;
	color: transparent;
	background: url(/themes/site_themes/aic/images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:16px;
	width:16px;
	padding:0px;
	margin-top:5px;
}

a.arrow-link:hover {
	background-position-y: -16px;
}

/* layout objects */

.promo-links {
	padding-bottom: 25px;
	padding-top: 8px;
}

/* media items */

.mediaitem {
	float:left;
	background:transparent;
}

.mi-thumb{
	float:left;
	margin-left: 3px;
}

.mi-body {
	float: left;
	padding-top: 10px;
	padding-right: 4px;
	padding-left: 5px;
}

.mi-bodyBrackets {
	float: left;
	padding-top: 10px;
	padding-right: 34px;
	padding-left: 18px;
	margin-bottom: 10px;
	height: 340px;
}



.mi-body h3{
	margin-bottom: 3px;
}
.mi-body p{
	line-height: 1.6em;	
	margin-bottom: 2px;
}	
.mi-third {
	width: 65%;
}

.mi-anchor {
	float: right;
	padding-top: 0px;
	margin-top: 0px;
	width:16px;
	height:16px;
}


/* lists */
.top-menu, .sites-list, .footer-list, #linkbar ul {
	list-style-type: none;	
 	margin: 0;
  	padding: 0;
  	font-family: "myriad-pro",sans-serif;
}

.top-menu li, #linkbar ul li {
	float: left;
  	margin: 0.375em  0.375em  0.375em 0;
	padding: 0.375em;

}

.footer-list li{
	float: left;
  	margin: 0.375em  0.375em  0.375em 0;
	padding: 0.175em;

}

.top-menu > li {
  margin: 0;
  padding: 0px 0px 0px 0px;
  margin-left: 2px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 2px solid #fff;
}

.top-menu > li > a:link,
.top-menu > li > a:visited {
	text-indent: -9999em;
	color: transparent;
}


#tm-family.selected {
border-bottom: 2px solid #8cc619;
}


#tm-parish.selected {
border-bottom: 2px solid #1443f2;
}




.top-menu li a {
	text-decoration: none;
	color: #e6d1aa;
} 

.top-menu li a:hover {
	color: #c89535;
}


#tm-parish {
	/* width: 152px; */
	/* height: 34px; */
}

#tm-parish > a:link,
#tm-parish > a{
	background-image: url(/themes/site_themes/aic/images/topNav_parish.jpg);
	width: 147px;
	height: 30px;
	display: block;background-size: contain;background-size: contain;
}



#tm-school > a {
	background-image: url(/themes/site_themes/aic/images/topNav_school.jpg);
	width: 138px;
	height: 30px;
	display: block;background-size: contain;

}

#tm-adolescents > a {
	background-image: url(/resources/aic/assets/topNav_adolescents.jpg);
	width: 172px;
	height: 30px;
	display: block;background-size: contain;

}


#tm-family > a {
	background-image: url(/themes/site_themes/aic/images/topNav_student.jpg);
	width: 202px;
	height: 30px;
	display: block;background-size: contain;
}



#tm-school.selected {
border-bottom: 2px solid #7232e5;
}

#headerLeftPane {
    width: 220px;
}




.fixedposition {
	position: fixed !important;
	clear: both;
	top: 0;
	left: auto;
	z-index: 30000;
	width: 100%;
	
}

#linkbar {
	font-family: "myriad-pro", Arial, sans-serif;
	background-color: #7c7b7a;
	font-size: 11px;
	min-height: 34px;
	*height: 34px;
	color: #d8d8d7;
}

#linkbar a {
	color: #d8d8d7;
}

#linkbar #sociallinks a:visited:hover,
#linkbar #sociallinks a:hover {
	color: #fdac42;
}

#linkbar a:visited {
	color: #d8d8d7;
}

#footerPane{
	padding-bottom:6px;
	background-color:#000;
}


#footerB {
	background-color: #000;
}
.footer-list{
	font-size: 14px;
	font-size: 1.4rem;
}

.footer-list, 
.footer-list-b{
	float: right;	
	margin-top:12px;
}

.footer-list li a:link,
.footer-list-b li a:link {
	color: #c2c2c1;
	margin: 0px;
}

/*
.footer-list li a:link,
.footer-list-b li a:link {
	color: #c2c2c1;
    border-left: 1px solid #c2c2c1;
	padding-left: 14px;
	margin: 0px;
}
*/


.footer-list li a:hover,
.footer-list-b li a:hover {
	color:  #fdac42;
}

.footer-list li a:visited,
.footer-list-b li a:visited {
	color: #c2c2c1;
}

.footer-list li a:visited:hover,
.footer-list-b li a:visited:hover {
	color: #fdac42;
}


.footer-list li:first-child a,
.footer-list-b li:first-child a{
	border-left: none;
}


#footerB-Right-Pane .footer-disclaim {
    color:#525151;
	float:right;
 	font-size: 12px;
	padding-top:40px;
	margin-right: 8px;	
}






/* Cart */
#cart {
	float: right;
	font-family: "myriad-pro", Arial, sans-serif;
	
}

#cart-items {
	float: left;
	margin-right: 20px;
}

#cart-items img {
	margin-right: 10px;
}

#cart-items span{
	font-size: 16px;
	font-weight: bold;
	margin-right: 5px;
}

#cart-actions {
	font-size: 10px;
	line-height: 3em;
	float: left;
}

#cart-actions a {
	padding: 2px 5px 2px 5px;
	color: #4b4b4b;
}

#cart-actions a:hover,
#cart-actions a:visited {
	color:  #c89535;
}


/* Pane Settings */

#ContentPane {
	min-height: 450px;
}

#pageSubHeading{
background-color:#fff;
}

#headerPane {
	margin-top: 0px;
}

#middleLeftPane, #middleRightPane {
	padding-top: 10px;
}

#headerA-Pane, #headerB-Pane, #header-nav
{
	margin-top: 0px;
	margin-bottom: 14px;
	background-color: #fff;
}

#headerA-Pane{
   background-color: #fff;
}

#adsPane{
	margin-top: 30px;
	float:left;
}

#twitter-feed {
	padding-left: 20px;
	max-width: 255px;
}


.section-header h2 {
	font-style: normal;
	font-weight: 500;
	color: #c89535;
}

.offset-p p{
	padding-left: 8px;
}

h5.offset-p {
	padding-left: 12px;
}

.bottomborder {
/*	border-bottom: 1px solid silver; */
	margin-bottom: ;
}



/* product listing */


#product-list, .twoborders-box {
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-top: 12px;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

.bordertop-box {
	border-top: 1px solid silver;
	padding-top: 12px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}


#product-list ul, .twoborders-box ul {
	list-style: none;
	margin-left: 0px;
	margin-bottom: 0px;
}

#product-list ul li, .twoborders-box ul li {
	margin-bottom: 15px;
}



.ProductContainer {
	font-family: "myriad-pro",sans-serif;
	font-style: normal;	
	float: left;
	font-size: 14px;
	position: relative;
}

.ProductDescriptionContainer {
	float: left;
	max-width: 330px;
}

.ProductDescriptionContainer h1 {

	font-size: 14px;
	font-weight: 700;
	color: #77a740;
}


.ProductDescriptionContainer h2{
	border-style: hidden;
	border-width: 0;
}

.ProductPrice {

	color: #c89535;
}

.ImageContainer {
	float:left;
	margin-right: 10px;
}


.promo{}

.blog_pic_small{
padding-right: 10px;
}

ul.blog-items{
	margin: 0px;
}

ul.blog-items li{
	list-style: none;
}
	

ul.blog-itemPic{
margin-top: 0px;
}

.blog-itemPic{
	padding-bottom: 5px;	
	padding-top: 22px;
	padding-left: 0px;
	border-bottom: 1px solid silver;
	margin:0px;
	min-height:90px;
}

.blog-itemPic-article{
	padding-bottom: 10px;	
	padding-top: 5px;
	padding-left: 0px;
	border-bottom: 1px solid silver;
	margin: 0px;
}
.blog-itemPicMed{
	padding-bottom: 10px;
	padding-left: 0px;	
	padding-top: 0px;
	border-bottom: 1px solid silver;
	margin-right:20px;
	margin-bottom: 20px;
	margin-left: 0px;
	min-height: 160px;
}

.blognotes{
	display: block;
	padding-left: 0px;
	margin-left: 0px;
}

.blog_notes-article{
  margin-bottom: 5px;
}

.blogParagraph{
	padding-left: 0px;
	margin-left: 0px;

}

ul.blog_notes_list{
    padding-left: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    display:inline-block;
    clear:right;
}

ul.blog_notes_list li{
	font-size:0.875em;
	padding-right: 6px;
	padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 5px;
	float: left;
	clear: right;
	list-style: none;
	color:#b6b6b6;

}


ul.blog_notes_list li:first-child{
     border-left: none;
     margin-bottom: 0px;
     padding-bottom: 0px;
     clear: right;
}

.blog_article{
display: inline-block;
}


.blog_title{
    color:#79797A;
    font-size: 19px;
    font-size: 1.188em;
}

.addComment{
    color:#79797A;
    font-size: 17px;
    font-size: 1.063em;
    margin-top: 40px;
}

.nv-comments{
    color:#79797A;
    font-size: 19px;
    font-size: 1.188em;
    margin-bottom: 10px;
}

.addComment_input{
    font-size: 16px;
    font-size: 1em;
}

.nv-comment{
  margin-bottom: 20px;
  margin-top:0px;
  font-size: 14px;
  font-size: 0.875em;
}

.nv-comment p{
  margin-bottom: 12px;
  margin-top:0px;
}

.posted{
    color:#9C9B9B;
    font-size: 15px;
    font-size: 0.75em;
}

.btn-nv-comments{
	background-color: #eaeffd;
	padding-left: 30px;
	padding-right: 30px;
	color:#737373;
	font-size: 14px;
	font-size: .875em;
	font-weight: bold;
    border: 2px solid #d3d3d2;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     -khtml-border-radius: 12px;
     width:17%;
}

.btn-nv-comments:hover,
.nv-comments-buttons:hover{
background-color: #fdb557;
color: #fff;
}





/*ul.blog-items li{
	list-style: none;
	padding-top:2px;
	padding-bottom: 5px;
	border-bottom: 1px solid silver;
	margin-bottom: 4px;
}
*/


/* Twits */



/* Expert info */

.personal-info .title {
	font-size: 12px;
	text-transform: none;
	color: green;		
}

.personal-info .name {

}



/* google search box */
table.gsc-search-box{
	margin: 0px;
}

table.gsc-search-box th,
table.gsc-search-box td {
  padding: 1px;
  margin: 1px;
  vertical-align: top;
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  text-align: left;
}


form.gsc-search-box {
	margin: 0px;
}

.gsc-search-button{
	color: red;

}


.gsc-input input{
	outline-style: none; 
	outline-width: initial; 
	outline-color: initial; 	
	background-attachment: initial; 
	background-origin: initial; 
	background-clip: initial; 
	background-color: rgb(255, 255, 255); 
	background-position: 0% 50%; 
	background-repeat: no-repeat no-repeat;	
	font-size: 11px;
	padding: 3px;
	/* Rounded Corners */
	border-top-right-radius: 17px;
	-webkit-borde-top-right-radius: 17px;
	-moz-border-radius: 17px;

	border-bottom-right-radius: 17px;
	-webkit-borde-bottom-right-radius: 17px;
}

/*MORE SHARED ADD ==============================================*/
#miSections{
     margin-bottom: 20px;
     margin-top: 10px;
}

.tiny{
font-size: 0.65em;
}

.inline{
     display:inline;
}

.floatright{
     float:right;
}

.floatleft{
   float:left;
}

#homepromoBack{
	background-color:#eeeeec;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:30px;
	padding-bottom:23px;
}

.textItem{
font-size:14px;
font-size:1.4rem;
margin-top:0px;
text-align:left;
margin-bottom: 0px;
vertical-align: middle;
}

.textItem_des{
font-size:12px;
font-size:1.2rem;
margin-top:0px;
text-align:left;
}

.textItem_des_cell{
font-size:12px;
font-size:1.2rem;
margin-top:0px;
margin-bottom: 0px;
padding-bottom: 0px;
text-align:left;
}

.emptySpace{
padding-30px;
height:60px;
}

.addPaddingR5p {
	padding-right:5px;
}

.addPaddingR10p {
	padding-right:10px;
}

.addPaddingR20p {
	padding-right:20px;
}

.addPaddingR25p {
	padding-right:25px;
}

.addPaddingR30p {
	padding-right:25px;
}

.addPaddingR50p {
	padding-right:50px;
}

.addPaddingT0p{
    margin-top:0px
}

.addPaddingT0p{
    padding-top:0px
}

.addPaddingT5p{
	padding-top:5px;
}

.addPaddingT10p{
	padding-top:10px;
}

.addPaddingT15p{
	padding-top:15px;
}

.addPaddingT20p{
	padding-top:20px;
}

.addPaddingT25p{
	padding-top:25px;
}

.addPaddingT30p{
	padding-top:30px;
}

.addPaddingT40p{
	padding-top:40px;
}

.addPaddingL10p{
	padding-left:10px;
}

.addPaddingL45p{
	padding-left:45px;
}


.addPaddingB10p{
	padding-bottom:10px;
}

.addPaddingB20p{
	padding-bottom:20px;
}

.addPaddingB40p{
	padding-bottom:40px;
}

.addMarginT20p{
margin-top: 20px;
}
.marginB10p{
    margin-bottom:10px;
}

.marginR20p{
    margin-right:20px;
}

.dkGrey{
color:#79797a;
}

.white{
     color:#fff;
 }

#middlePane-blog{
     margin-top: 0px;
     padding-top: 6px;
}

#middlePane_Adult{
     margin-top: 0px;
     padding-top: 20px;
}


/*TOP DROPDROWN NAV ===========================================*/
#topDropDownNav{
hight:24px;
background-color: #4c78fd;
}

ul.topDropdown-H li{
	list-style: none;
	float:left;
    display: inline;
}

.navSmall{
font-size: 12px;
font-size: 1.2 rem;
}

/*HOME PAGE =================================================== */

#header-nav{
	margin-bottom:15px;
	margin-top: 0px;
	float:right;
}


#headerLeftPane img{
	margin-top:4px;

}

#slider {
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:1024px;
}


.canvasNavDot_link {
    float:right;
    padding-left:50px;
    padding-right:10px;
    margin-bottom:16px;
}


.canvasNavDot_link a{
    text-indent:-999999px;
}

#midBackground{
	background-color:#eeeeec;
}

#homepromoBack2{
	background-color:#eeeeec;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:15px;
	padding-bottom:15px;
	margin-left: 0px;
	height:300px;
}

.twoPic{
margin-bottom: 30px;
}


.twoPicFloat{
float:right;
}



#rightPanelBrackets{
    background-image: url(/themes/site_themes/aic/images/bracketPair.png);
    background-repeat:no-repeat;
	background-position:0px 0px
	height:340px;
}
}



h3 {
	font-weight:normal;
}

#middlePane{
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	margin-bottom: 25px;
}


.greyTitle {
	color: #808181;
}
.parishBlue {
	color:#004fe5;
}


.adolescents .parishBlue,
.adolescentsOrange {
	color:#f6a800;
}

.lectionaryPurple,
.schoolPurple
 {
	color:#6d3be9;
}

.studentGreen {
    color:#8bc618;
}

.red{
   color:#c13566;
}

.red a:link, .red a:visited	{
	color:#c13566;
}

.red a:hover{
	color:#fcb457;
}

.grey{
    color:#b6b6b6;
}

.blue{
	color:#4293ce;
}

.ltBlue{
color:#4e88f8;
}
.mi-thumb{
	float:left;
	display:block;
}

img.floatLeft { 
    float: left; 
    padding-right: 10px; 
}
.readingContent_MassReading{
    padding-bottom:10px; 
    padding-left:8px;
    padding-right: 4px;
    background-image: url(/themes/site_themes/aic/images/icon_massReading.png);
    background-repeat:no-repeat;
	background-position:7px 15px;
}

.lock{
    padding-left:8px;
    padding-right: 34px;
    background-image: url(/themes/site_themes/aic/images/lock.png);
    background-repeat:no-repeat;
	background-position:240px 6px;
}


.massReadingTitle{
	padding-top:28px;
	padding-bottom:3px;
	margin-bottom: 15px;
	text-indent:50px;
}

#middleLeftPane_MassRead {
	background-color:#faf7ee;
	padding-bottom:30px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #f6e5b6;
}

.massReading_header{
   margin-bottom:10px;
   color:#c13566;
}

#readingCat{
  margin-bottom: 10px;
  margin-top: 6px;
}

.readingContent h4{
	margin-top:5px;
	margin-bottom:5px;
}

.readingContent p{
	margin-bottom:25px;
}

#middleMidPane_section{
}

.roundedCorners {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
       behavior: url(PIE.htc);
    border-radius: 16px;
}

.moreInfo{
	float:right;
}


.hairline {
	height: 1px; 
	background-color:#cdcccc; 
}

#hairline2 {
	height: 1px; 
	background-color:#cdcccc; 
	margin-left: -300px;
}

#addPaneRight{
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.socialIcons{
	display:block;
}

/*#middleLeftPane_MassRead .mediaitem{
padding-top:15px;
padding-left:18px;
padding-right:15px;
}
*/

.readingContent{
	padding:10px;
}

.twit{
	margin-bottom:10px;	
	padding-right:8px;
}

.twit-stamp{
	font-size:0.75em;
	margin-top: 0px;
	padding-bottom:4px;
	padding-top: 0px;
	color:silver;
}

.midSectionFrame{
	border: 1px solid silver;
	background-color:#fff;
	padding-top:17px;
	padding-left:17px;
	padding-right:17px;
	padding-bottom:25px;
}

.midSectionShade_parish{
	background-color: #e3edfe;
	margin-bottom:25px;
	padding-bottom:5px;
    padding-right:5px;
}

.midSectionShade_school{
	background-color: #d9d8f0;
	margin-bottom:25px;
	padding-bottom:5px;
    padding-right:5px;
}

.midSectionShade_student{
	background-color: #ebf7d3;
	margin-bottom:25px;
	padding-bottom:5px;
    padding-right:5px;
}
/*PARISH PAGE=========================================================*/
#centerPanel{
     margin-top: 0px;
}

#parishpromo1{
    float:left;
}

#parishTwoCol{
     padding-bottom:40px;
     background-color: #fff;
}

#parishconnection{
     margin-top:10px;
}

.virticalAlignTop{
     text-align:top;
     margin-top:0px;
}

.borderbottom-box {
     border-bottom: 1px solid silver;
     padding-top: 18px;
     padding-bottom: 18px;
}

.promo-links_twoCol {
    padding-bottom:8px;
    padding-top: 8px;
    float:right;
}


#middleLeftPane_family{
     background-color:#f8feee;
     border: 1px solid #99d522;
     -moz-border-radius: 16px;
     -webkit-border-radius: 16px;
     -khtml-border-radius: 16px;
     border-radius: 16px;
}

#middleLeftPane_parish{
     background-color:#f5f7ff;
     border: 1px solid #d0dffc;
     -moz-border-radius: 16px;
     -webkit-border-radius: 16px;
     -khtml-border-radius: 16px;
     border-radius: 16px;
}

#middleLeftPane_school{
     background-color:#f6f4fd;
     border: 1px solid #d0c0fa;
     -moz-border-radius: 16px;
     -webkit-border-radius: 16px;
     -khtml-border-radius: 16px;
     border-radius: 16px;
}

#middleRightPane_family{
     background-color:transparent;
     border: 1px solid #99d522;
     -moz-border-radius: 16px;
     -webkit-border-radius: 16px;
     -khtml-border-radius: 16px;
     border-radius: 16px;
}

#middleRightPane_parish{
     background-color:transparent;
     border: 1px solid #d0dffc;
     -moz-border-radius: 16px;
     -webkit-border-radius: 16px;
     -khtml-border-radius: 16px;
     border-radius: 16px;
}

#middleRightPane_school{
     background-color:transparent;
     border: 1px solid #d0c0fa;
     -moz-border-radius: 16px;
     -webkit-border-radius: 16px;
     -khtml-border-radius: 16px;
     border-radius: 16px;
}


.readingContent_LessonPlanning{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom:50px;
    background-image: url(/themes/site_themes/aic/images/icon_parish.png);
    background-repeat:no-repeat;
	background-position:11px 15px;
}

.fromLessonPlanningTitle{
	padding-top:25px;
	padding-bottom:8px;
	padding-left: 3px;
	text-indent:40px;
	display:inline-block;
	
}

.connectionPane{
	padding-top:4px;
	padding-left: 19px;
	padding-bottom: 10px;
	display:inline-block;
}

.readingContent_inThisWeek{
    margin-top:18px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom:30px;
}



#inThisWeekTitle{
	padding-bottom:5px;
	vertical-align: middle;
}

.inThisWeekTitle{
	padding-top:25px;
	padding-bottom:3px;
	padding-left: 7px;
	text-indent:40px;
	display: inline-block;
}


#socialIcons_parish{
    padding-top: 26px;
    padding-bottom: 26px;
    margin-left: 65px;
}

#socialIcons_group{
    padding-top: 15px;
    padding-bottom: 36px;
    margin-left: 40px;
    margin-top: 10px;
}

#sellPane{
    padding-top: 15px;
    padding-bottom: 30px;
}

.pageHeader{ 
  padding-top:20px;
}

.pageHeader2{
margin-bottom: 0px;
padding-bottom: 0px;
padding-top:20px;
}

.book_left{
padding-top: 25px;
}

.mid-section_Blog{
   padding-bottom:0px;
   padding-top: 0px;
   padding-left:12px;
   padding-right: 12px;
}

.mid-section_Blog_Adult{
   padding-bottom:0px;
   padding-top: 0px;
}

.textPanel_unit{
   padding-top: 4px;
}

.rightPanel_blog{
padding-top: 10px;
}

#blog-categories,#blog-visit{
padding-left: 9px;
}

ul.catpanel {  
padding-top: 5px;
padding-left: 0px;
margin-left: 2px;
}

ul.visitpanel{  
padding-top: 5px;
padding-left: 5px;
margin-left: 2px;
}

ul.catpanel li, ul.visitpanel li{ 
list-style-type:none; 
display:inline; 
}	

.visitpanel a{
	display: block;
	width:160px;
	font: bold;
	font-size: 14px;
	background-color:#d6edfa;
	padding: 2px 20px 2px 10px;
	margin-bottom: 3px;
	border-style:solid;
	border-color:#dcdbda; 
    border-width:1px;
	
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
   border-radius: 8px;
}	

.catpanel a{
	display: block;
	width:160px;
	font: bold;
	font-size: 14px;
	background-color:white;
	padding: 2px 20px 0px 10px;
	margin-bottom: 3px;
	border-style:solid;
	border-color:#dcdbda; 
    border-width:1px;
	
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
   border-radius: 8px;
}	


#blog-feedback{
	display: block;
	width:170px;
	font: bold;
	font-size: 18px;
	background-color:white;
	padding: 10px 10px 10px 10px;
	margin-bottom: 40px;
	margin-left: 10px;
	border-style:solid;
	border-color:#dcdbda; 
    border-width:1px;
	
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
   border-radius: 8px;
}





/*PARISH PROGRAM RESOURCES=============================================*/
ul.leftPanel-items li{
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#resource_items{
margin-bottom:0px;
}

tr.evenFamily td{
background-color:#edfdcf;
border:none;
padding-top:3px;
padding-bottom:3px;
margin-bottom:0px;
}


tr.evenFamily td{
background-color:#edfdcf;
border:none;
padding-top:3px;
padding-bottom:3px;
margin-bottom:0px;
}

tr.evenParish td{
background-color:#ebeefd;
border:none;
padding-top:3px;
padding-bottom:3px;
margin-bottom:0px;
}


tr.evenParish td{
background-color:#ebeefd;
border:none;
padding-top:3px;
padding-bottom:3px;
margin-bottom:0px;
}

tr.evenSchool td{
background-color:#F6F4FD;
border:none;
padding-top:3px;
padding-bottom:3px;
margin-bottom:0px;
}


tr.evenSchool td{
background-color:#F6F4FD;
border:none;
padding-top:3px;
padding-bottom:3px;
margin-bottom:0px;
}

.cp-select-menu{
margin-bottom: 5px;
margin-top: 5px;
font-weight: normal;
font-size: 14px;
font-size: 0.875em;
color: #919190;
}


tr.odd td{
background-color:transparent;
border:none;
padding-top:3px;
padding-bottom:3px;
margin-bottom:0px;
}

td.res-prev{
	vertical-align: middle;
	text-align: center;
	width: 40px;
	font-size: .775em;
}

td.res-title-cell{
	vertical-align: middle;
	padding-bottom: 0px;
}

td.res_icon{
	vertical-align: middle;
	width:40px;
	padding-right:5px;
	padding-left: 15px;	
}

td.cp-check {
	width: 5px;
	padding-right: 4px;
	padding-left: 10px;
	vertical-align: middle;
}

.topic{
margin-bottom:5px;
margin-top: 10px;
padding-bottom:0px;
}




#leftPane_parish{
background-color:#edfdcf;
padding-left:20px;
padding-top:20px;
list-style: none;
}	


#leftPane_parish{
background-color:#ebeefd;
padding-left:20px;
padding-top:20px;
list-style: none;
}	

#leftPane_school{
background-color:#F6F4FD;
padding-left:20px;
padding-top:20px;
list-style: none;
}


#topnavgames ul {
		padding-top: 20px;
		padding-left: 0px;
		margin: 0px;

}


#topnav ul li{
    list-style: none;
	display: block;
	float: left;
    background-color:#a6a5a5;
	margin-right: 4px;
	font-weight: normal;
	text-align:center;
    padding-left: 25px;
    padding-right: 25px;  
    padding-bottom:7px;
    padding-top:5px;

    -moz-border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -khtml-border-top-left-radius: 8px;
    -khtml-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}


#topnav ul {
margin-left:0px;
padding-left: 15px;
}

#topnavglossary ul li,
#topnavbuilder ul li,
#topnavgames ul li{
    list-style: none;
	display: block;
	float: left;
    background-color:#a6a5a5;
	margin-right: 2px;
	font-weight: normal;
	text-align:center;
    font-size: 13px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom:4px;
    padding-top:8px;

    -moz-border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -khtml-border-top-left-radius: 8px;
    -khtml-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}



#topnav li.selected,
#topnavgames li.selected,
#topnavgloss li.selected,
#topnavbuilder li.selected {
	background-color: #585858;
}

#topnavgames{
margin-left:20px;
}


#categoryTab{
  margin-left:12px;
  padding-left:0px;
}


.hairline3p{
	height: 3px; 
	background-color:#585858; 
}

.hairline{
	height: 1px; 
	background-color:#cdcccc; 
	padding-top:0px;
	padding-bottom: 0px;
}

.hairline_short{
	height: 1px; 
	background-color:#cdcccc; 
	padding-top:0px;
	padding-bottom: 0px;
	margin-left:20px;
}

.hairline_short_2side{
	height: 1px; 
	background-color:#cdcccc; 
	padding-top:0px;
	padding-bottom: 0px;
	margin-left:20px;
	margin-right:20px;
}

#parishTwoCol_category{
    padding-bottom:0px;
}
 
.marginB20p{
     margin-bottom:20px;
}
 
.midSectionShadeGrey{
     background-color:#eeeeec;
     padding-top:15px;
     padding-bottom: 10px;
     margin-left: 6px;
     margin-bottom: 20px;
}
 
/*SCHOOL PAGE =========================================================*/


schoolPurple{
color:6d3be9;
}
.readingLessonPlan_school{
    padding-left:18px;
    padding-right: 18px;
    padding-bottom:30px;
    background-image: url(/themes/site_themes/aic/images/icon_school.png);
    background-repeat:no-repeat;
	background-position:11px 15px;
}

/*FAMILY PAGE ===========================================================*/
.familyGreen{
  color:#8bc618;
}

.readingLessonPlan_family{
    padding-left:18px;
    padding-right: 18px;
    padding-bottom:30px;
    background-image: url(/themes/site_themes/aic/images/icon_family.png);
    background-repeat:no-repeat;
	background-position:11px 15px;
}

/* Interactive Top Menu */

.sublevel {
	position: absolute;
	display: none;
	left: 0;
	width: 100%;
	font-size: 11px;
}

.sublevel ul{
	position: relative;
	z-index: 1200;
	list-style: none;
	float: right;
	color: black;
}

.sublevel li {
	margin: 0px 0px 0px 0px;
	padding: 5px 20px 5px 20px;

}

.sublevel li a{
	margin: 0px;
	color: #fff;
	
}

.sublevel li a:hover{
	color: #fff;	
}


.top-menu li.hover .sublevel {
	display: block;
	z-index: 1500;
}


.top-menu .selected{
	display: block;
}


/*
.top-menu li.selected {
	  border: 1px solid #eedfc2;
	  background-color: #ffffff;
}

.top-menu li.selected a {
	color: #c89535;
}

*/

#parish_sublevel,
#school_sublevel,
#family_sublevel
{
	top: 52px;
}

#parish_sublevel {	
	background-color: #4c78fd;
}

#parish_sublevel li.selected {		
	background-color: #1443f2;
}
.sublevel#parish_sublevel li:hover{
	background-color: #315cfc;	
}


#school_sublevel {	
	background-color: #9975f0;
}
#school_sublevel li.selected {	
	background-color: #6f3ee1;
}

.sublevel#school_sublevel  li:hover{
	background-color: #7a4ce5;	
}


#adolescents_sublevel {	
	background-color: #f9c24d;
}
#adolescents_sublevel li.selected {	
	background-color: #f6a800;
}

.sublevel#adolescents_sublevel  li:hover{
	background-color: #f6a800;	
}
#family_sublevel {	
	background-color: #a8da46;
}

#family_sublevel li.selected{	
	background-color: #8ac544;
}

.sublevel#family_sublevel  li:hover{
	background-color: #b3e94a;	
}


/* slider osv specific */
.slider-button {
	position: absolute;
	top: 75%;
	left: 20%;
	color: black;
	background-color: white;
	padding: 5px 20px;
	opacity: .7;
	border: 2px solid darkgrey;	
}



/* added by alex on wednesday */
/* Program resources */

.res-section{margin-bottom: 40px;}


/* lesson planning */
.box-60-center{
	width:60%; margin-left:auto; margin-right:auto;
}
.box-80-center{
	width:80%; margin-left:auto; margin-right:auto;
}

#lpMembers {
	margin-bottom: 40px;
}


/* utility classes */

.botborder {border-bottom: 1px solid silver;}

.topic-wborder{
margin-bottom:8px;
margin-top: 7px;
padding-bottom:2px;
border-bottom: 1px solid silver;
}

h5.topic-wborder{
margin-top:5px;
margin-left:2px;
}


.gloss-menu ul{
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 0px;
	
}



.gloss-menu ul li{
    float: left;
    width: 25px;
    background-color: #e3eaff;
    margin-left: 1px;
    margin-right: 1px;
    text-align: center;  
}


.gloss-menu ul li:hover{
     color:#ffffff;
     background-color:#bfcffe;
}
 
.gloss-menu ul li:selected{
     color:#ffffff;
     background-color:#f3d378;
}
  
.gloss-menu ul li a:hover{
     color:#ffffff;
}
     
     
.btn_glossary_letter{
   width: auto;
   display: block; 
}


.lp-calendar {
	color:#808181;
	margin-bottom: 15px;
}

.filter-menu {
    background-color: #ececec; 
	color:#50504F;
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-top: 25px;
	border:1px solid #d2d2d2;
     -moz-border-radius: 16px;
     -webkit-border-radius: 16px;
     -khtml-border-radius: 16px;
     border-radius: 16px;
}


.lesson-planning-container label,
.res-section label,
.filter-menu label {
	display:inline;
	margin-left: 5px;

}

.filter-menu ul{
	list-style: none;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 0px;
}

ul.cm-menulist {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	line-height:1.1em;
}


ul.cm-menulist > li.cm-selected{
	margin:5px;
	background-color: #f3d378;
}

ul.cm-menulist li> a{
	display: block;
	padding-left:20px;
	padding-right:20px;
	padding-top:4px;
	padding-bottom:4px;
}

ul.cm-menulist>li.cm-selected> a{
	display: block;
	padding-left: 0px;
    background-color: #f3d378;
    color:#50504f;
    border:1px solid #e8e6e6;	
    width:80%;
}



ul.cm-menulist>li.cm-selected > a:hover{
    background-color: #bcceff;	
}



/* submenu */
ul.cm-menulist li > ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.cm-menulist > li ul a
{
	display: block;
	/*width: 96%;*/
	margin-left:8px;	
}


ul.cm-menulist-sublevel >li.cm-selected > a{
	display: block;
	padding-left: 25px;
    background-color: #f3d378;
    color:#50504f;
    border:1px solid #e8e6e6;	
    width:75%;
}

ul.cm-menulist > li.cm-selected {
    background-color: #f3d378; 
	border:1px solid #e8e6e6;
	margin-left:2px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 2px;
}

ul.cm-menulist > li.cm-selected > a{
    color:#50504f;
	padding-left: 20px; 
	display: block;	
}

ul.cm-menulist > li.cm-selected:hover {
    color:#fff;
    background-color: #bcceff;
}

ul.cm-menulist li.cs-notselected > a{
    color:#50504f;
	display: block;	
}

ul.cm-menulist li.cs-notselected-sub > a {
    color:#50504f;
	display: block;	
	margin-left: 8px;
}
ul.cm-menulist li.cs-notselected {
    background-color: #e3eaff; 
	border:1px solid #e8e6e6;
	color:#50504f;
	margin: 3px;
}

ul.cm-menulist li.cs-notselected-sub{
    background-color: #e3eaff; 
	border:1px solid #e8e6e6;
	color:#50504f;
	margin-left: 15px;
	margin-top:3px;
	margin-bottom:3px;
}


ul.cm-menulist li.cs-notselected:hover,
ul.cm-menulist li.cs-notselected-sub:hover {
    color:black;
    background-color: #bcceff;
}

/* side bar lesson planning */
.sidebar-box{
	background-color:#faf7ee;
	border:1px solid #F6E5B6;
	color:#50504F;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-top: 25px;
     -moz-border-radius: 16px;
     -webkit-border-radius: 16px;
     -khtml-border-radius: 16px;
     border-radius: 16px;
}

.labelSmall{
font-size: 14px;
display:inline;
font-weight: normal;
padding-left: 5px;
}

.checkSquare{
padding-right:5px;
}

.loginPanel{
     background-color: white;
     border: 1px solid #d3d3d2;
     -moz-border-radius: 16px;
     -webkit-border-radius: 16px;
     -khtml-border-radius: 16px;
     border-radius: 16px;
     padding-top: 20px;
     padding-bottom: 30px;
}


input[type='submit'],
.btn_submit{
	background-color: #eaeffd;
	padding-left: 30px;
	padding-right: 30px;
	color:#737373;
	font-size: 14px;
	font-weight: bold;
    border: 2px solid #d3d3d2;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     -khtml-border-radius: 12px;
}

input[type='submit']:hover,
.btn_submit:hover{
background-color: #fdb557;
color: #fff;
}

.btn_submit-hearYou{
	background-color: #eaeffd;
	padding-left: 12px;
	padding-right: 12px;
	color:#737373;
	font-size: 14px;
	font-weight: bold;
    border: 2px solid #d3d3d2;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     -khtml-border-radius: 12px;
}

.btn_submit-hearYou:hover{
background-color: #fdb557;
color: #fff;
}


#lp-progress {
	padding-top: 10px;
}


.ui-datepicker-title{
color:#808181;
}

.ui-datepicker-week-end{
color:#808181;
font-size: 14px;
}

.chapterUnit{
margin-top: 8px;
}

#login{
margin-bottom: 50px;
}

.p-tabs{
height:20px;
padding-top: 0px;
padding-bottom: 3px;
margin-bottom: 0px;
margin-top: 0px;
}


/* SocialBarStyling - SIMON */
#linkbar  {
margin-bottom: 15px;
}

#linkbar-container, .mediabar {
height:  32px;
}

#sociallinks ul li {
padding: 0px;
margin: 0px;
}

#sociallinks #lb-osv {
padding: 0px;
margin: 0px;
margin-right:190px;
}


#sociallinks #lb-facebook,
#sociallinks #lb-twitter,
#sociallinks #lb-pintrest,
#sociallinks #lb-youtube,
#sociallinks #lb-vimeo,
#sociallinks #lb-rss,
#sociallinks #lb-sites
 {
padding: 0px;
margin-top: 2px;
margin-left: 2px;
display: block;
border: 1px solid #9e9d9d;
background-image: url(/themes/site_themes/aic/images/top_social.png);
height: 28px;
width: 28px;
background-repeat:no-repeat;
text-indent:-9999px;
}

#sociallinks #lb-facebook {
background-position:0px 0px;
}
#sociallinks #lb-twitter {
background-position:-28px 0px;
}

#sociallinks #lb-pintrest {
background-position:-56px 0px;
}

#sociallinks #lb-youtube {
background-position:-84px 0px;
}

#sociallinks #lb-vimeo {
background-position:-112px 0px;
}

#sociallinks #lb-rss {
background-position:-140px 0px;
}

#sociallinks #lb-sites {
text-indent:-55px;
line-height: 29px;
background-position:-168px 0px;
}

#sociallinks .sites {
float: right;
}


#sociallinks #lb-facebook:hover{
background-position:0px -28px;
border: 1px solid #c0c0c0;
}
#sociallinks #lb-twitter:hover{
background-position:-28px -28px;
border: 1px solid #c0c0c0;
}
#sociallinks #lb-pintrest:hover{
background-position:-56px -28px;
border: 1px solid #c0c0c0;
}
#sociallinks #lb-youtube:hover{
background-position:-84px -28px;
border: 1px solid #c0c0c0;
}
#sociallinks #lb-vimeo:hover{
background-position:-112px -28px;
border: 1px solid #c0c0c0;
}
#sociallinks #lb-rss:hover{
background-position:-140px -28px;
border: 1px solid #c0c0c0;
}
#sociallinks #lb-sites:hover{
background-position:-168px -28px;
border: 1px solid #c0c0c0;
}

/* END - SocialBarStyling - SIMON */

/* START - SocialPageModule - SIMON 


#Social-container {
width: 300px;
height: 170px;
margin-top: 10px;
margin-bottom: 10px;
border-top: 1px solid #c0c0c0;
border-bottom: 1px solid #c0c0c0;
}

#PageSocialLinks {
height: 48px;
width: 144px;
padding-top: 25px;
margin-left: auto;
margin-right: auto;
}

*/

#PageSocialLinks {
width: 144px;
}

#PageSocialLinks ul {
padding: 0px;
margin: 0px;
}


#PageSocialLinks li {
list-style-type: none;
}


#PageSocialLinks #pg-facebook,
#PageSocialLinks #pg-twitter,
#PageSocialLinks #pg-pintrest,
#PageSocialLinks #pg-youtube,
#PageSocialLinks #pg-vimeo,
#PageSocialLinks #pg-rss
{
display: block;
background-image: url(/themes/site_themes/aic/images/Social_Page_Icons.png);
height: 48px;
width: 48px;
background-repeat:no-repeat;
float: left;
text-indent:-9999px;
}

#PageSocialLinks #pg-facebook {
background-position:0px 0px;
}
#PageSocialLinks #pg-twitter {
background-position:-48px 0px;
}
#PageSocialLinks #pg-pintrest {
background-position:-96px 0px;
}
#PageSocialLinks #pg-youtube {
background-position:-144px 0px;
}
#PageSocialLinks #pg-vimeo {
background-position:-192px 0px;
}
#PageSocialLinks #pg-rss {
background-position:-240px 0px;
}

#PageSocialLinks #pg-facebook:hover{
background-position:0px -48px;
}
#PageSocialLinks #pg-twitter:hover{
background-position:-48px -48px;
}
#PageSocialLinks #pg-pintrest:hover{
background-position:-96px -48px;
}
#PageSocialLinks #pg-youtube:hover{
background-position:-144px -48px;
}
#PageSocialLinks #pg-vimeo:hover{
background-position:-192px -48px;
}
#PageSocialLinks #pg-rss:hover{
background-position:-240px -48px;
}

.temp-marker {
background-color: orange;
}

/* END - SocialPageModule - SIMON */


/* START - Games Listing - SIMON */


#Games-container {
min-height: 600px;
margin-top: 10px;
margin-bottom: 10px;
}

#GamesLinks {
width: 100%;
margin-left: auto;
margin-right: auto;
background-color: red;
}


#GamesLinks ul {
padding: 0px;
margin: 0px;
}


#GamesLinks  li {
list-style-type: none;
display: block;
}

.GL {
display: block;
float: left;
padding: 10px;
max-width: 293px;
line-height: 15px;
margin-bottom: 10px;
}



/* END - Games Listing - SIMON */



/* START - Login Registration - SIMON */



.loginHeader {
			color:#83a2ff;
			font-size: 24px;
			margin-top: 20px;
			margin-bottom: 20px;
			font-family: "myriad-pro","myriad pro", sans-serif;
						
}	


		

.loginPanel
  {
			color:#83a2ff;
			font-size: 14px;
			padding-bottom: 10px;
			font-weight: normal;

}



.loginPanel p{

			padding: 0px;
			margin: 0px;
			margin-bottom: 20px;
			color: gray;
			font-size: 13px;
			line-height: 15px;
}

.loginPanel ul li label,
#lp-userinfo ul li label {
	font-weight: normal;
	font-size: 13px;
}


.error {
	color: orange;
	font-weight: normal;


}


.lpright {
background-image: url(/themes/site_themes/aic/images/lpright.png);
display: block;
height: 462px;
width: 220px;
margin-top: 20px;
}

.irright {
background-image: url(/themes/site_themes/aic/images/irright.png);
display: block;
height: 462px;
width: 220px;
margin-top: 20px;
}



/* END - Login Registration - SIMON */



/* START - POPUP - SIMON */


#overlay {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}


#pv-page h3 {
  margin-top:10px;	
}

#pv-page h4 {
 font-size: 18px;
}

#pv-page p {	
  margin-bottom: 12px;
  margin-top:5px;
  font-size: 14px;
  font-size: 0.875em;	
	
}

#pv-container p {	
	text-align: center;
	padding-top: 10px;
}


/* END - POPUP  - SIMON */

/* blog_articles additional  - SANG */
ul.blogitem{
	display:block;
	float:left;
	clear: left;
}

ul.blogitem_article{
	display:block;
	float:left;
	clear: left;
	min-height: 195px;
	}


/* END blog_articles additional - SANG */


/* glossary additional  - SANG */

.gloss-term p{
	display: inline;
	
}
.gloss-term {
    float: left;    
    margin-left: 10px;
    margin-top: 5px;
    width: 90%;
    margin-bottom: 0px;
    padding-bottom: 0px;
	color:#9c9b9b;
	
}

.gloss-term strong {
	color: #000;	
	padding-right: 5px;
}

.gloss-icon {
    text-align: center;
    float: left;    
    margin: 5px;
	
}

#topnavgloss ul li{

    list-style: none;
	display: block;
	float: left;
    background-color:#a6a5a5;
	margin-right: 2px;
	font-weight: normal;
	text-align:center;
    font-size: 13px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom:4px;
    padding-top:8px;

    -moz-border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -khtml-border-top-left-radius: 8px;
    -khtml-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

ul#topnavgloss li a
{
    list-style: none;
	display: block;
	float: left;
    background-color:#a6a5a5;
	margin-right: 4px;
	font-weight: normal;
	text-align:center;
    padding-left: 25px;
    padding-right: 25px;  
    padding-bottom:4px;
    padding-top:8px;

    -moz-border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -khtml-border-top-left-radius: 8px;
    -khtml-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}


.glossaryFrame{
     min-height: 450px;
}



/*
.glossaryFrame{
     border: 1px solid silver;
     -moz-border-radius: 16px;
     -webkit-border-radius: 16px;
     -khtml-border-radius: 16px;
     border-radius: 16px;
     margin-top: 20px;
     padding-top: 5px;
     padding-left: 15px;
     padding-right: 15px;
     padding-bottom: 2px;
     min-height: 350px;
     background-color: #fefdfa;
}
*/

.selectLetter{
     border: 1px solid silver;
     -moz-border-radius: 16px;
     -webkit-border-radius: 16px;
     -khtml-border-radius: 16px;
     border-radius: 16px;
     margin-top: 20px;
     padding-top: 5px;
     padding-left: 15px;
     padding-right: 15px;
     padding-bottom: 2px;
     min-height: 150px; 
}


/* END glossary additional - SANG */



/* START  Builder - SIMON - IN PROGRESS */

#topnavbuilder ul {
		padding-top: 0px;
		padding-left: 0px;
		margin: 0px;
}

.buildercontainer {
min-height: 700px;
}
	
.b-tabs{
height:28px;
padding-top: 0px;
padding-bottom: 0px;
margin-bottom: 0px;
margin-top: 0px;
font-size: 13px;
width: 74px;
line-height: 12px;
}

#buildcounter .mc,
#topnavbuilder .mc {
border-bottom: 6px solid #ff8282;
}
#buildcounter .ma,
#topnavbuilder .ma {
border-bottom: 6px solid #ffed82;
}
#buildcounter .la,
#topnavbuilder .la {
border-bottom: 6px solid #b1ff82;
}
#buildcounter .fb,
#topnavbuilder .fb {
border-bottom: 6px solid #82b1ff;
}




.questionpanel {
min-height: 400px;
/*
overflow: scroll;
overflow: auto;
*/
border-top: 2px solid silver;
border-bottom: 1px solid silver;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 15px;
}

.selects {
font-size: 12px;
padding-bottom: 5px;
padding-top: 3px;
}

.selects span {
	color: silver;
}


.questionblock_mc,
.questionblock_ma,
.questionblock_la,
.questionblock_fb {
background-color: #fff;
border: 1px solid silver;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
display: block;
float: right;
padding: 0px;
margin-right: 4px;
width: 90%;
margin-bottom: 3px;
}



.questionblock_mc p,
.questionblock_ma p,
.questionblock_la p,
.questionblock_fb p {
line-height:12px;
padding-left: 5px;
padding-right: 5px;
font-weight: normal;
color: black;
}

.buildquestion input {
margin: 0px;
padding: 0px;
margin-left:8px;
margin-top: 3px;

}


.buildrank {
width: 20px;
display: block;
float: left;
font-size: 12px;
border: 1px solid silver;
background-color: #fff;
}


.builderheader {
			color:#83a2ff;
			font-size: 18px;
			margin-top: 0px;
			margin-bottom: 12px;
			padding: 0px;
			font-family: "myriad-pro","myriad pro", sans-serif;
						
}	

#buildcounter ul{
	padding: 0px;
	margin: 0px;
}

#buildcounter li{

    list-style: none;
	display: block;
	float: left;
	text-align:center;
    font-size: 14px;
	padding-top: 2px;
	margin: 0px;
    width:  26px;
    height: 20px;
    margin-bottom: 14px;
    margin-top: 4px;
    margin-right: 2px;
    color: #a6a5a5;
}


#buildcounter .to{

    list-style: none;
	display: block;
	float: left;
	text-align:left;
    font-size: 30px;
    font-weight: bold;
	padding-top: 2px;
	padding-left: 30px;
    margin-bottom: 11px;
    margin-top: 4px;
    margin-right: 10px;
    color: #a6a5a5;
    width: 180px;
}


#buildcounter .to span{

    font-weight: normal;
    font-size: 16px;
    padding-left: 5px;
}

.questionblock_mc {
background-color: #ffd9d9;
}
.questionblock_ma {
background-color: #fff6d9;
}
.questionblock_la {
background-color: #ebffd9;
}
.questionblock_fb {
background-color: #d9e7ff;
}

.builderadd{
	 width:90px;
	 height:90px;

	text-align: center;
	 margin-top: 76px;
	 padding: 0px;	
	 font-size: 11px; 
	 margin-left: 10px;
	 }

.builderadd span{	
	 font-size: 50px; 
	 line-height: 35px;
	 color: #fff;
	 }



.exp-arrow a{

float: right;
display: block;
background-image: url(/themes/site_themes/aic/images/open.gif);
height: 12px;
width: 13px;
background-repeat:no-repeat;
text-indent:-9999px;


}


/* END Builder - SIMON - IN PROGRESS  #eaeffd */





.sitesgroup {
border-bottom: 1px solid silver;
margin-bottom: 10px;
}


.sitesgroup h3{
color: #83a2ff;
font-size: 20px;
padding-top: 10px;
padding-bottom: 0px;
margin-bottom: 0px;
}

.sitespage h2{
color: #83a2ff;
font-size: 24px;
}

.sitespage p{
padding: 0px;
margin-bottom: 15px;
margin-top: 0px;
}

.sitesgroup {
  font-size: 13px;
}

/* END Sites Page - SIMON */

/* TERM OF USE - SANG*/
#term_of_use{
margin-top: 0px;
}
#static ul li{
color:#9c9b9b;
}

h2.termHeader{
  font-size: 1.250em;
  font-size: 20px:
  color:#79797a;
}

#static h2{
  font-size: 1.188em;
  font-size: 19px;
  color:#79797a;
}


/* TERM OF USE - SANG*/


/* START Marketing Page - SIMON */

#marketPane .aiclogo {
	margin-top: 25px;
	float: left;
	padding-right: 10px;
}

.logotag{
 margin-top: 39px;
 font-size: 18px;
}

#markvid {
margin-bottom:40px;
}

.vidpush {
margin-left: 130px;
}


#marketingletter {
padding: 20px;
border: 1px solid #d3d3d2;

}
	
.markquote{
font-style: italic;
margin-bottom: 20px;
padding-top: 15px;
float: right;
}

.markquote span{
font-size: 12px;
}

#marketPane .dkGrey {
padding-top: 15px;
}

.gregimage {
float: right;
}

.letterlogo {
float: left;
}

.aic {
font-weight: bold;
color: #79797a;
}

/* END Marketing Page - SIMON */

/* START SHARE SOCIAL - SIMON */
#ShareSocialLinks {
width: 360px;
}


#ShareSocialLinks ul {
padding: 0px;
margin: 0px;
}


#ShareSocialLinks li {
list-style-type: none;
}


#ShareSocialLinks #sh-facebook,
#ShareSocialLinks #sh-twitter,
#ShareSocialLinks #sh-email,
#ShareSocialLinks #sh-signup
{
display: block;
background-image: url(/themes/site_themes/aic/images/Social_Share_Icons.png);
height: 35px;
width: 90px;
background-repeat:no-repeat;
float: left;
text-indent:-9999px;
}


#ShareSocialLinks2 #sh-share
{
display:block;
background-image: url(/themes/site_themes/aic/images/icon_share.png);
height: 35px;
width: 90px;
background-repeat:no-repeat;
text-indent:-9999px;

}


#ShareSocialLinks #sh-facebook {
background-position:0px 0px;
}
#ShareSocialLinks #sh-twitter {
background-position:-90px 0px;
}
#ShareSocialLinks #sh-email {
background-position:-180px 0px;
}
#ShareSocialLinks #sh-signup {
background-position:-270px 0px;
}



#ShareSocialLinks #sh-facebook:hover{
background-position:0px -35px;
}
#ShareSocialLinks #sh-twitter:hover{
background-position:-90px -35px;
}
#ShareSocialLinks #sh-email:hover{
background-position:-180px -35px;
}
#ShareSocialLinks #sh-signup:hover{
background-position:-270px -35px;
}




/* END SHARE SOCIAL - SIMON */

/* START FOOTER SITES LIST - SIMON */

.sites-list 
 {
    margin: 0;
    padding: 0;
    font-family: "myriad-pro","myriad pro", sans-serif;
    font-size: 12px;
    padding-top: 6px; 
    padding-bottom:15px;
}


.sites-list li {
    list-style-type: none;  
}

.sites-list li a:hover,
.sites-list li a:visited:hover {
    color: #8f101c;
    text-decoration: underline;
}

.sites-list li a:link,
.sites-list li a:visited {
    color: #8f101c;
}

#footerB-Right-Pane .footer-disclaim {
    font-family: "myriad-pro","myriad pro", sans-serif;
    font-size: 12px;
    padding-top: 10px;
}

/*  END FOOTER SITES LIST - SIMON */

/* More - Sang*/
h2.selectDownload{
    color:#79797a;
}
.cp-sect-head{
margin-bottom: 40px;
}

.cp-media-files{
margin-top: 40px;
}



.lp-btn{
	width:250px;
	background-color: #eaeffd;
	padding-left: 30px;
	padding-right: 30px;
	color:#737373;
	font-size: 14px;
	font-weight: bold;
    border: 2px solid #d3d3d2;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     -khtml-border-radius: 12px;
}

.lp-btn:hover{
background-color: #fdb557;
color: #fff;
}

.cp-dl-item{
display:block;
vertical-align: top;
}

/*
#ShareSocialLinks2{
width:200px;
margin-left: 260px;
list-style: none;
}
*/



ul #sh-facebook li,
ul #sh-twitter li 
{
display: block;
float:left;
list-style: none;
}


#ShareSocialLinks2 #sh-facebook,
#ShareSocialLinks2 #sh-twitter 
{
display:block;
background-image: url(/themes/site_themes/aic/images/Social_Share_Icons.png);
height: 35px;
width: 90px;
background-repeat:no-repeat;
text-indent:-9999px;
float: right;
}

#ShareSocialLinks2 #sh-facebook {
	background-position:0px 0px;
}
#ShareSocialLinks2 #sh-twitter {
	background-position:-90px 0px;
}

#ShareSocialLinks2 #sh-facebook:hover,
#ShareSocialLinks2 #sh-facebook:visited:hover{
	background-position:0px -35px;
}
#ShareSocialLinks2 #sh-twitter:hover,
#ShareSocialLinks2 #sh-twitter:visited:hover{
	background-position:-90px -35px;
}
#ShareSocialLink2{
	margin-top: 0px;
	padding-top: 0px;
}

.marginB0px{
margin-bottom: 0px;
}
.moreMarginB{
margin-bottom: 24px;
}



/* Canvas Image Simon*/

.flex-caption {

height: 400px;
    position:absolute;
    top:40px; /* in conjunction with left property, decides the text position */
    left:110px;
    width:360px; /* optional, though better have one */

}
.fs-title{
  font-family:  "myriad-pro", sans-serif;
  font-size: 56px; /*60px;*/
  letter-spacing: -1px;
    opacity: .4;
    color:#7e7e7e;
    line-height: 50px;
    padding-bottom: 25px;
}

.fs-caption{
  font-family:  "myriad-pro", sans-serif;
  font-size: 18px;
  line-height: 20px;
    padding-bottom: 20px;
    color:#000;
    padding-left:20px;
}


.fs-button, .fs-button:visited{
    background-color: #4faee5;

    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 3px;
   padding-top: 2px;
    color:#fff;
    font-size: 18px;
    font-weight: normal;
letter-spacing: 1px;
    border: 2px solid #d3d3d2;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     -khtml-border-radius: 12px;   
    margin-left: 45px;
}

.fs-button:hover, .fs-button:visited:hover{
    color:#fff;
    background-color: #f3750f;
}
/*
.text_shadow {
  text-shadow: 1px 2px 2px #9b9696;
}
*/
.text_shadow_sml {
  text-shadow:1px 2px 2px #9b9696;
}


.cp-sect-head {
    margin-bottom:10px;
}

/*  USER NAME - SIMON */

#sociallinks #lb-user {
padding-left: 480px;
padding-top: 9px;
}


#sociallinks #lb-logout {
padding-left: 5px;
padding-top: 9px;
}

#sociallinks #lb-logout a{
font-weight: normal;
color: #aaa99c;
}


#sociallinks #lb-logout a:hover,
#sociallinks #lb-logout a:visited:hover {
    color: #fdac42;
}

/*  END USER NAME - SIMON */
/* Begin Sang*/
.indent{
 padding-left:5px;
 padding-right:5px;
}

#pv-content-text p{
 text-align: left;
}

#pv-content-text li{
 text-align: left;
 font-size: 14px;
 font-size: 0.875em;
 color: #9C9B9B;
}

.topic-wborder{
padding-bottom: 3px;
}

.game_thumb{
width:293px;
height:198px;
}

.recomm_resource,
.recomm_resource:visited{
  color: #4faee5;
}

.recomm_resource:hover,
.recomm_resource:visited:hover{
  color: #fdac42;
}

.visit{
padding-top:20px;
padding-bottom:0px;
margin-bottom:0px;
}

#rightPane_blog{
margin-top: 0px;
}






 END eAccessment  - SANG */

/*BEGIN feedback _Sang*/
#freeform_email,
#freeform_user_message,
#freeform_name{
width:680px;
}



/*END feedback _Sang*/

/* START Marketing Page - SIMON */

#topRowContent .logotag p,
#marketingpage, 
#ContentPane, 
#letterpopup p {
    font-family: "myriad-pro","myriad pro", sans-serif;
}

#marketingpage h2,
#marketingpage span{
color: #013372;
}

#topRowContent .aiclogo {
    margin-top: 12px;
    float: left;
    padding-right: 10px;
    
}

#topRowContent .logotag{
 margin-top: 24px;
 font-size: 18px;
 margin-left: 5px;
 float: left;
}


#topRowContent .osvtoplogo{
 margin-top: 12px;
 float: right;
 height: auto;
}



#markvid {
margin-bottom:20px;
padding-left: 60px;
}

#marketingletter {
padding: 20px;
border: 1px solid #d3d3d2;
margin-bottom: 25px;
}
    
.markquote{
font-style: italic;
font-size: 18px;
margin-bottom: 20px;
padding-top: 15px;
float: right;
}

.markquote span{
font-size: 12px;
}

#marketPane .dkGrey {
padding-top: 15px;
}

.gregimage {
float: right;
width: 200px;
}

.letterlogo {
float: left;
width:300px
}

.aic {
font-weight: bold;
color: #79797a;
}

#marketPaneRight {
height: 600px;
float: right;
}

#markbullets ul{
padding: 0px;
margin-top: 25px;
margin-bottom: 40px;
padding-right: 35px;
}


#markbullets li{
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
    color:#9c9b9b;
    margin: 0px;
    list-style-image:url(../themes/site_themes/aic/images/markbullet.gif);
}

.markbox {

margin-bottom: 30px;
margin-top: 30px;
padding-top:10px;
}
.markbox1 {
padding-bottom: 25px;
}
.markbox1 img{
margin-top: 20px;
padding-left:9px;

}

.markbox img{
margin-top: 5px;

}

.markbox .btn_signup,
.markbox1 .btn_signup {
width: 207px;
height: 40px;
margin-left: 5px;
padding: 0px;
font-size: 12px;
color: #fff;
background-color: #215ea0;
}


.markbox .btn_signup:hover,
.markbox1 .btn_signup:hover {
background-color: #fdb557;
color: #fff;
}

/*
.markbox a{
text-align: center;
margin-left: 5px;
padding-left: 12px;
padding-right: 12px;
padding-top: 10px;
padding-bottom: 10px;
font-size: 14px;
font-weight: bold;
color: #fff;
background-color: #215ea0;
border: 2px solid #d3d3d2;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
-khtml-border-radius: 12px;
}


.markbox a:hover{
background-color: #fdb557;
color: #fff;
}

*/
.markbox1 p{
font-style: italic;
font-size: 13px;
line-height: 13px;
margin-bottom: 15px;
padding-left: 10px;
}


.gregimage  {

}

#ContentPane.marketing {
 min-height: 0px;   
}

/* END Marketing Page - SIMON */


.form-container {
margin-left: 150px;
margin-right: 150px;
}

#fform-fields{
background-color: #e2e2e2;
padding-left: 60px;
padding-right: 140px;
padding-top: 30px;
padding-bottom: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
margin-left: 20px;
margin-right: 20px;
margin-top: 20px;
margin-bottom: 100px;
}

#cf-form li{
padding-bottom: 10px;
}

.form-directions p{
padding-bottom: 20px;
}

#cf-form input[type="submit"], #cf-form .btn_submit{
margin-top: 20px;
padding-left:  50px;
padding-right:  50px;
padding-top: 5px;
padding-bottom: 5px;
}

#cf-form input[name="cf_zip_code"],
#cf-form input[name="cf_other_province"], #cf-form .btn_submit,
#cf-form input[name="cf_state"]{

width: 40%;
}


#cf-form .error{color:red;}


.support-text {
color: #4D94C9;
font-weight: normal;
font-size: 13px;
padding-left: 10px;
margin-bottom: 5px;
line-height: 14px;
}

#cf-form label[for="cf_country"] span {
float: left;
padding: 0px;

}

#cf-form input[type="text"] {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


#cf-form select {
margin-top: 3px;
margin-bottom: 12px;
} 


.gs-grade a{
  padding: 5px 9px;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color:#e3eaff;
  color:#50504F;
  font-family: "myriad-pro", myriad-pro, sans-serif;
}


.gs-grade a:hover,
.gs-grade a:visited:hover{
  background-color:#bcceff; 
  color: #50504F;
}


.gs-grade.gs-selected a{
  background-color:#f3d378; 
}




.training,
.training h1, 
.training h2,
.training h3,
.training p
 {
	font-family: myriad-pro;
	
}

.training h1, 
.training h2,
.training h3,
.training p
{
	margin-right: 10px;
}

/*.vs-box {
	width: 228px;
	height: 291px;
	border: 1px solid silver;
	margin-right: 10px;
	margin-bottom: 5px;
	display: inline-block;
	position: relative;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	
	
	
}
*/

.vs-box {
width: 228px;
min-height: 291px; 
height:auto !important; 
height: 291px; 
border: 2px solid silver;
margin-right: 5px;
margin-bottom: 5px;
display: inline-block;
position: relative;
text-align: right;
padding-top: 5px;
padding-bottom: 5px;
}


.main-menu .vs-box:hover{
border: 2px solid #69B14A;
-moz-box-shadow: 2px 2px 4px #464646;
-webkit-box-shadow: 2px 2px 4px #464646;
box-shadow: 2px 2px 4px #464646;
}


.round-corners
{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


.gtext,
a.gtext,
a.gtext:visited {
	font-size: 14px;
	color: #777777;
}

.tuname.gtext {
float: right;
}

.vs-box h1{
	
	font-size: 20px;
	color: #3499d5;
	padding-top: 15px;
	margin-bottom: 0px;
}

.vs-box h2{
	min-height: 46px;
	line-height: 1em;
	margin-bottom: 2px;
}

.vs-menu li {
    display: inline;
}
.vs-menu {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}
.menu-options {
    display: table;  
	margin: 0 auto;
	text-align: center;
}

.vs-progress {
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	margin: 25px 10px 20px 10px;
	height: 10px;
	padding: 2px 0px 2px 0px;
}
.vs-track {
    background-color: #e1efdb;
    height: 10px;
}
.vs-fill {
    background-color: #69b14a;
    height: 10px;
    width: 17%;
}

.vs-perc {
	text-align: center;
	margin-top: 5px;
}

.vs-item {
	display: inline-block;
    margin-bottom: 20px;
}

.selected .vs-box {
    border-width: 4px;
    border-color: #69b14a;
}


.vs-sub-sections {
    list-style-type: none;
    margin-right: 10px;
}

.vs-sub-sections li{
    margin-top: 5px;
    margin-bottom: 5px;
    
  
    padding: 2px 0px;
  
}

.vs-sub-sections li.selected
{
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;

       
}
#video_player {
	width: 768px;
    height: 432px;
}

.player-menu {
    float: left;
}
.player-menu .vs-box.round-corners {
    margin-right: 5px;
    width: 180px;
}
.player-menu h2 {
    font-size: 18px;
}
.player-menu .vs-sub-sections {

	font-size: 14px;
	line-height: 16px;
	padding-left: 4px;
	
}

.vs-sub-sections > div {
    margin-bottom: 9px;
}
.player-stage {
    float: right;
}

.completed.playing,
.playing {
	color: #fdac42;
}


a.completed {
	color: #89ca6d;
}

a.completed:visited:hover,
a.completed:hover {
color: #fdac42;
}


#middlePane.training {
margin-bottom: 70px;
}


a.btn_submit {
	padding-top: 4px;
	padding-bottom: 4px;
}

a.btn_submit:visited{color: #737373;}
a.btn_submit:hover:visited {color: #fff;}


.school .readingContent_LessonPlanning {
    background-image: url(/themes/site_themes/aic/images/icon_school.png);
}




.lang-switch a {
    font-size: 12px;
    color: #9c9c9c;
}

.lang-switch {
    text-align: right;
    margin-bottom: 4px;
    margin-top: -4px;
}



.addPaneLeftSidebar {
max-width: 240px;
margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
margin-bottom: 5px;
}



#socialIconsNew {
width: 150px;
margin-left: auto;
margin-right: auto;

}

#socialIconsNew_parish
{
padding: 26px;
margin: 30px;
margin-top: 0px;
border: 1px silver solid;
border-radius: 15px;
}


.footer-logo img {width: 50%;}
.footer-logo {margin-top: 20px;}