
/* 
lightblue color:#4e7eab
darkblue color:#1e425e

*/

/*Big layout*/
body{
  font-family: times, "Times New Roman", times-roman, georgia, serif, _serif;
  background:#fff;
  color:#4e7eab;
}

a{
  font-weight:bold;
  color:#4e7eab;
}

a:hover, a:active{
  color:#1e425e;
}

h1,h2,h3{}

h2,h1{
  font-size:1.8em;
}

h3{
  font-size:1.5em;
}

.gcm_container{
  width:960px;
  margin:0 auto;
}

/**********************************NAV**************************************/
/*header NAV*/
#gcm_header{
  background:url(../images/layout/gcm_navbg.png) 50% top repeat-x;
}

#gcm_nav_container{
  background:url(../images/layout/gcm_navbginner.png) 50% top repeat-x;
  color:#fff;
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight:bold;
  height:40px;
  border:solid #4e7eab;
  border-width:0px 1px;
  position:relative;
}

/*masthead*/
#gcm_logo{
  position:absolute;
  right:6px;
  top:270px;
  z-index:200;
}

#gcm_masthead img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#gcm_masthead{
  position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%; 
  height:300px;
  margin:0 auto;
  width:960px;
  overflow:hidden;
  border:solid #ccc;
  border-width:0px 1px;
}

/*nav power*/
#gcm_nav_container{}
#gcm_nav_container li{border-bottom:1px solid #4e7eab; height:19px; line-height:20px; float:left; list-style:none; position:relative; margin:0 10px; padding:10px;}
 #gcm_nav_container li:hover, #gcm_nav_container li.cms_nav_menuitem_selected{background:#fff;}
  #gcm_nav_container li:hover *,  #gcm_nav_container li.cms_nav_menuitem_selected *{display:block;color:#4e7eab;}
  #gcm_nav_container li a, #gcm_nav_container li span{color:#fff; font-weight:normal; text-decoration:none;}
  #gcm_nav_container li ul{position:absolute; left:-9999em; z-index:100; background:#fff; font-size:12px;}
  #gcm_nav_container li:hover ul{left:0px; top:40px;}
    #gcm_nav_container li ul li {display:block; float:none; height:auto; line-height:1.2; margin:0;}
    #gcm_nav_container li ul li:hover {background:#4e7eab;}
      #gcm_nav_container li ul li a {color:#4e7eab; text-transform:capitalize; white-space:pre; }
      #gcm_nav_container li ul li:hover a {color:#fff;}

/*********************************BODY************************************/
#gcm_body_container{
  border:solid #ccc;
  border-width:0px 1px;
  background-color:#fff;
  overflow:hidden;
  line-height:1.5;
}

#gcm_body_container p{
  margin-bottom:1em;
}

#gcm_body_container li {
  list-style-position:inside;
}

.one_col_container{}

.two_col_container{
  background:url(../images/layout/2col_bg.png) repeat-y top right;
  overflow:hidden;
}

.gcm_col1of2{
  width:600px;
  float:left;
  padding-bottom:30px;
}

.gcm_col2of2{
  width:360px;
  float:left;
  padding-bottom:30px;
}

.gcm_col1of1{
  padding:0 30px 30px 30px;
}

/********************************home***********************************/
#gcm_2col_text{
  padding:0 30px;
}

#gcm_2col_sidebar{
  padding:0 30px;
}

/********************************Blog***********************************/
/*single post*/
.cms_blogpost{}

h1.cms_blogpost_title{
  line-height:normal;
  border-bottom:1px solid #999;
}
h1.cms_blogpost_title a{
  font-weight:normal;
  text-decoration:none;
}

.cms_blogpost .cms_blogpost_meta_top{}

.cms_blogpost .cms_blogpost_meta_bottom{
  border-bottom:1px solid #999;
  padding-bottom:5px;
}

.cms_blogpost .cms_blogpost_meta_top,
.cms_blogpost .cms_blogpost_meta_bottom{
  font-size:.8em;
}

.cms_blogpost .cms_blogpost_meta_top a,
.cms_blogpost .cms_blogpost_meta_bottom a{
}
.cms_blogpost .cms_blogpost_meta_top a:hover,
.cms_blogpost .cms_blogpost_meta_bottom a:hover{
}

/*comments*/
.cms_blogpost .cms_blogpost_comments{
  padding:15px;
}
.cms_blogpost .cms_blogpost_comments .cms_blogcomment{
  padding:10px 15px;
  background-color:#ededed;
  margin-bottom:15px;
}

.cms_blogpost .cms_blogpost_comments .cms_blogcomment .cms_blogcomment_postedby{
  font-size:.8em;
  margin-bottom:5px;
  font-style:italic;
  text-transform:capitalize;
}
.cms_blogpost .cms_blogpost_comments .cms_blogcomment .cms_blogcomment_content{}

/*post a comment*/
h3.cms_blogpost_newcomment_title{
  padding:0 15px;
}

.cms_blogpost_newcomment_form{
  padding:0 30px;
}

.cms_blogpost_newcomment_form label{
  display:block;
  font-size:.8em;
}


.cms_blogpost_newcomment_form ul.error_list{
  color:#af0c0c;
}

.cms_blogpost_newcomment_form ul.error_list li{
  list-style:none;
  text-transform:uppercase;
  font-size:.7em;
}

#cms_blog_comment_author,
#cms_blog_comment_email,
#cms_blog_comment_website,
#cms_blog_comment_text{
  margin-bottom:10px;
  border:1px solid #777;
  padding:2px;
  width:300px;
}

#cms_blog_comment_author:focus,
#cms_blog_comment_email:focus,
#cms_blog_comment_website:focus,
#cms_blog_comment_text:focus{
  border:1px solid #222;
}
#cms_blog_comment_text{
  margin-bottom:0px;
  width:500px;
  height:100px;
}

.cms_blogpost_newcomment_form input[type="submit"]{
  margin-top:30px;
  padding:10px;
  background-color:#ededed;
  border:1px solid #555;
}

.cms_blogpost_newcomment_form input[type="submit"]:hover{
  background-color:#dadada;
  border:1px solid #222;
  cursor:pointer;
}


/*recent posts*/

h3.cms_recent_blogposts_title{
  font-size:1.5em;
  padding-top:.5em;
}

.cms_recent_blogpost{
  margin-bottom:.5em;
  padding-left:30px;
}

.cms_recent_blogpost a{
  font-weight:normal;
  display:list-item;
  list-style:square;
}

/*archives*/
#cms_blogarchive{
  padding-top:30px;
}

#cms_blogarchive p.cms_blogarchive_link{
  cursor:pointer;
  font-weight:bold;
  margin-bottom:5px;
}

#cms_blogarchive p.cms_blogarchive_link:hover{
}

#cms_blogarchive li.cms_blogarchive_item {
  list-style:square;
  margin-left:30px;
}

#cms_blogarchive li.cms_blogarchive_item a{
  font-weight:normal;
}

/**search*/
.cms_blogsearch{
  padding:0 30px 30px 30px;
}

#gcm_body_container .cms_blogsearch_results  h1.cms_blogpost_title{
  font-size:1.5em;
}
/********************************footer************************************/

#gcm_footer_container{
  background:url(../images/layout/footerbg.jpg) 50% top repeat-x;
}
#gcm_quotey_container{
  height:138px;
}

#gcm_quotey{
  color:#fff;
  padding:15px;
}

.cms_quotey_quote{margin-bottom:10px;}
.cms_quotey_quoter{font-style:italic;}

#sfMCMS_footer_container span{font-size:.8em;}

/*******************************quotey************************************/
.cms_quotey_quote{}
.cms_quotey_quoter{
  font-size:.8em;
  font-style:italic;
}

/********************************gallery***********************************/
/*gallery index*/
#cms_gallery_index{}

#cms_gallery_index .cms_gallery{
  padding:15px 15px;
  background-color:#ededed;
  margin-top:15px;
  overflow:hidden;
  zoom:1;
}
#cms_gallery_index .cms_gallery a{
  font-weight:normal;
}

#cms_gallery_index .cms_gallery .cms_gallery_thumbnail{
  float:left;
  margin-right:15px;
  padding:5px;
  background-color:#fff;
  border:1px solid #999;
}

#cms_gallery_index .cms_gallery .cms_gallery_thumbnail:hover{border-color:#555;}

/*a gallery*/
#cms_lightbox_gallery_back_button a{
  text-decoration:none;
  background:url(../images/layout/backbutton.png) top left no-repeat;
  line-height:29px;
  display:block;
  height:30px;
  color:#fff;
  width:204px;
  text-align:center;
  margin: 10px 0;
}
#cms_lightbox_gallery_back_button a:active {margin: 11px 0 9px;}

.cms_gallery_images img {
  padding:5px;
  background-color:#fff;
  border:1px solid #ccc;
}

.cms_gallery_images img:hover{border-color:#4e7eab;}

/*pagenator*/
#cms_pagenator_arrows{overflow:hidden;}
#cms_pagenator_arrows a{
  font-size:1.5em;
  font-weight:normal;
  text-transform:capitalize;
}

#cms_pagenator_arrows a:hover{
  text-decoration:underline;
}

#cms_pagenator_next{
  float:right;
}
#cms_pagenator_next:after {content:">"}
#cms_pagenator_back{
  float:left;
} 

#cms_pagenator_back:before{content:"<"}
