/* Start of CMSMS style sheet 'jeannineamber' */
/* Start of CMSMS style sheet 'jeannineamber' */
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);

/***** GLOBAL RESET *****/
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, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/***** END GLOBAL RESET *****/

.body {
  background: #493453 url(./images/site/main-bg.jpg) no-repeat left top;
  font: 15px arial, helvetica, sans-serif;
  color: #333;
}

h1 {
  margin: 0 0 12px 0;
}
h1,
h1 a {
  color: #483352;
  font-size: 24px;
  font-weight: bold;
}
h1.pageTitle {
  color: #A2BE41;
  margin: 0 0 20px 0;
}
h2 {
  color: #947dae;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
h3 {
  font: 12px arial, helvetica, sans-serif;
  color: #333;
}
p {
  margin: 0px 0 0px 0;
  line-height: 19px;
}
a {
  color: #825896;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* contact form */
.error_message {
color: #cc0000;
}
label {
  color: #333;
padding-top: 5px;
  line-height: 28px;
}
.contactForm input,
.contactForm textarea {
font: 15px arial, helvetica, sans-serif;
  background: #f4f4f4;
  border: 1px solid #ccc;
  width: 322px;
  padding: 3px;
}
.contactForm textarea {
  width: 580px;
  height: 120px;
}
.submit input {
width: 100px;
  background: #947DAE;
  border: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;

  padding: 8px;
  margin: 20px 0 0 0;
}


#wrapper {
  width: 1000px;
  background-color: #fff;
}

#header {
  background: url(./images/site/header-bg.gif) repeat-x top;
  overflow: hidden;
  height: 91px;
}
.logo {
  width: 290px;
  float: left;
}
.header-words {
  width: 345px;
  height: 30px;
  background: url(./images/site/header-words.gif) no-repeat left top;
  float: right;
}

#content_pane {
  overflow: hidden;
  zoom: 1;

}
#contentLeft {
  width: 630px;
  float: left;
}
#contentLeft .contentPadding {
  padding: 35px 0 35px 50px;
}

#contentRight {
  width: 350px;
  float: right;
}
#contentRight .contentPadding {
  padding: 35px 45px 35px 0;
}

/* Stories formatting */
#contentFull .contentPadding {
  padding: 35px 45px 35px 50px;
}

#stories {
overflow: hidden;
}
#stories div#story {
  border: none; 
  float: left; 
  margin: 0 75px 0 0; 
  padding: 10px 0px 20px 0px; 
  width: 220px;
height: 400px;
}



.story-item {
  width: 184px;
  height: 330px;
  float: left;
  overflow: hidden;
  margin-left: 52px;
}
.story-item.first {
  margin-left: 0px;
}
.story-item h3 {
  margin-top: 5px;
}
.story-item h3,
.story-item p {
  font-weight: bold;
  text-align: center;
}
.story-item p {
  font-size: 12px;
  color: #999;
  line-height: 16px;
}
.story-item a.readMore {
  padding-left: 10px;
  background: url(./images/site/arrow-purple.gif) no-repeat left 5px;
}


.social-icons {
   margin-left: auto;
   margin-right: auto;
   width: 70px;
}


/* New Nav*/
#nav {
  margin-top: 29px;
  float: right;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
}

#nav ul {
  margin-right: 25px;
}

#nav li {
  float: left;
  margin-left: 50px;
  padding-top: 7px;
  font-size: 14px;
}

#nav li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

#nav li:hover {
  padding-top: 12px;
  background-image:url(images/site/nav-arrow.png);
  background-repeat: no-repeat;
  background-position:center top; 
}

#footer {
  clear: both;
}
#footer p {
  text-align: center;
  margin: 12px 0 0 0;
  padding-bottom: 3px;
  font-size: 12px;
  color: #493453;
}


/***** Stories Page Styles *****/

.CGBlogSummaryLink {
   padding: 10px 0;
   font-size: 18px;
}

.read_more {
   padding-top: 10px;
}

.story-sort {
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 20px;
}

.story-sort li {
    display: inline;
    margin-right: 47px;
}

.story-sort li:hover {
    color: #A2BE41;
}

.story-sort .active{
    color: #A2BE41;
}

#Grid .mix {
    opacity: 0;
    display: none;
}

/* End of 'jeannineamber' */

/* End of 'jeannineamber' */

