@charset "utf-8";
/* CSS Document */

p {
}

a {
	text-decoration: none;
	font-size: inherit;
}
a:hover {
	text-decoration: underline;
}

/********** FORMS *************/

select {
	width: auto;
	min-width: 60px;
	height: auto !important;
}

.form_textbox {
	min-height: 22px !important;
	height: auto !important;
}

.form_textbox_small {
	min-height: 22px !important;
	height: auto !important;
}
	
.form_textarea_narrow {
	min-height: 22px !important;
	height: auto !important;
	width: 240px !important;
}

.form_textarea_shorter {
	min-height: 22px !important;
	height: auto !important;
}


/***** SHOPPING CART *********/

.cstyle {
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
}

.cstyle form {
	float: left;
}

.cstyle select {
min-width: 50px;
max-width: auto;
border: 1px solid #cccccc;
background-color: #ffffff;
}


/********* SECONDARY CONTENT **********/
.csecondary {
	min-width: 0;
	max-width: 25%;
	height: 100%;
	float: right;
	margin: 0;
	padding: 0 8px;
	position: relative;
}

.cprimary {
	width: 66%;
	float: left;
}




/****************************************** BLOG ****************************************/

#blog_content
{
	min-width: 300px;
	max-width: 70%;
	float: left;
	min-height: 300px;
	line-height: 18px;
	margin: 0;
	text-align: left;
	/* defines content element */
}
	
	#blog_content h1
	{
		border-bottom: 1px solid #E4E4E4;
		margin: 5px 36px 10px 0px;
		padding: 5px 0px 5px 0px;
		font-weight: bold;
		font-size: 18px;
		

		/* defines generic h1 element */
	}

	#blog_content h2
	{
		margin: 5px 0px;
		font-weight: bold;
		font-size: 12px;
		text-transform: uppercase;
		text-align: left;
		

		/* defines generic h2 element */
	}

	#blog_content h3
	{
		
		text-transform: uppercase;
		text-align: left;
		
		/* defines generic h3 element */
	}

	#blog_content a
	{
		text-decoration: none;
	}

	#blog_content a:hover
	{
	}
	
#blog_subcontent, #subcontent
{
	min-width: 147px;
	max-width: 25%;
    -moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	background-color: #fff;
	float: right;
	margin: 16px 0 16px 0;
	padding: 0 12px 8px 12px;
	text-align: left !important;

	/* defines subcontent element */
}
	#blog_subcontent h1, #subcontent h1
	{
		margin: 0 0 5px 0;
		padding: 0px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: bold;
		font-size: 14px;
		text-align: left;
		color: #000000;
		border-bottom: 1px solid #616668;

		/* defines generic h1 element */
	}

	#blog_subcontent h2, #subcontent h2
	{
		margin: 5px 0px;
		padding: 0px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: bold;
		font-size: 12px;
		text-transform: uppercase;
		text-align: left;
		color: #000000;

		/* defines generic h2 element */
	}

	#blog_subcontent h3, #subcontent h3
	{
		margin: 5px 0px;
		padding: 0px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: bold;
		font-size: 12px;
		text-transform: uppercase;
		text-align: left;
		color: #000000;

		/* defines generic h3 element */
	}

	#blog_subcontent ul, #subcontent ul
	{
		margin: 0;
		padding: 0;

		/* defines generic list container element */
	}

	#blog_subcontent ul li, #subcontent ul li
	{
		list-style: none;

		/* defines generic list element */
	}

	#blog_subcontent ul li a, #subcontent ul li a
	{
		padding: 0;
		width: 100%;
		text-decoration: none;
		color: #001d58;
		margin-left: 12px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-size: 14px;
		line-height: 24px;
		

		/* defines generic link element */
	}

	#blog_subcontent ul li a:hover, #subcontent ul li a:hover
	{
		text-decoration: none;
		color: #1044AA;

		/* defines generic link hover state */
	}

#categories
{ 
	
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	font-family: Arial, "Trebuchet MS", "Arial Narrow", sans-serif;
	font-size: 12px;
	line-height: 18px;
	

	/* defines container for categories element */
}
	#categories ul
	{
		
		background-position: bottom left;
		background-repeat: no-repeat;
		padding: 0px 10px 10px 0;
	}
	
#archives {
}

#contributors {
}
	
	.article
{
	padding: 0 10px 5px 0;
	/* container for each individual article */
}

	.article .details
	{
		margin: 0 0 6px 0;
		padding: 0;
		list-style: none;
		font-size: 12px;

		/* defines the container for the article details */
	}

	.article .details li
	{
		margin: 0px 5px 10px 0px;
		display: inline;

		/* defines each detail part */
	}
	.article .details li a {
		font-size: 12px;
	}

	.article .introduction
	{
		border-bottom: 1px solid #E4E4E4;
		line-height: 18px;
		font-size: 12px;
		color: #000000;

		/* defines the article introduction container */
	}

	.article .link
	{
		font-size: 12px;
		text-align: left;
		margin: 4px 0 4px 0;

		/* defines the container for the full information link */
	}

	.article .gallery
	{
		/* defines the container for article gallery */
	}

	.article .gallery img
	{
		border: 1px solid #EEEEEE;
		padding: 3px;
		margin: 3px;
	}
	
	
	
	
	/************************************** Member Services Menu ***************************/

#accordion {
	font-family: Arial, Helvetica, sans-serif;
	background: none;
	width: 100%;
	margin: 0;
	color: #454545;
}
#accordion ul {
	margin: 0;
}
/*heading styles*/

#accordion h2 {
	font-size: 14px;
	color: #3bb063;
	padding-top: 10px;
	line-height: 18px;
	margin: 0 0 8px 0;
}
#accordion h3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	
	padding: 0 7px;
	color: #fff;
	/*border: 1px solid #ccc;*/
	margin: 0;
	font-weight: normal;
	clear: both;
	
	  background: #2790b0;
	  height: 27px;
  padding: 10px 0 5px 15px;
	
}
/*heading hover effect*/
#accordion h3:hover {
	/*text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);*/
}
/*iconfont styles*/
#accordion h3 span {
	font-size: 16px;
	margin-right: 10px;
}
/*list items*/
#accordion li {
	list-style-type: none;
}
/*links*/
#accordion ul ul li a {
	color: #454545;
	text-decoration: none;
	font-size: 13px;
	line-height: 27px;
	display: block;
	padding: 0 15px 0 42px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
}

/*hover effect on links*/
#accordion ul ul li a:hover {
	background: #eee;
	border-left: 6px solid #3bb063;
}
/*Lets hide the non active LIs by default*/
#accordion ul ul {
	display: none;
}
/*#accordion li.active ul {
	display: block;
}*/

.icons {
	height: 20px;
	width: 20px;
	margin: 0 6px 0 0;
}

/************************************************* NEW Member Services Menu Links ****************************************/
.accordion {
	  min-height: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.accordion ul {
	margin: 0;
}
.accordion li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
.accordion li a {
	  background-color: #f0f0f0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f0f0f0);
  background-image: -moz-linear-gradient(top, #f9f9f9, #f0f0f0);
  background-image: -ms-linear-gradient(top, #f9f9f9, #f0f0f0);
  background-image: -o-linear-gradient(top, #f9f9f9, #f0f0f0);
  background-image: linear-gradient(top, #f9f9f9, #f0f0f0);
  text-shadow: 0 1px 0 #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #d3d3d3;
  height: auto;
  cursor: pointer;
  color: #555;
  display: block;
  padding: 5px 5px 5px 10px;
  margin: 0 0 0 0;
  text-decoration: none;
  list-style-position: outside;
  -webkit-transition-property: background;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: linear;
}
.accordion li a:hover {
  color: #fff;
  background: #95b547;
  text-shadow: none;
  -webkit-transition-property: background;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: linear;
}

.member_portal_top {
	padding-left: 7px;
	padding-bottom: 6px;
}

.inner-wrapper {
	max-width: 1060px;
	margin: 0 auto;
	background-color: #ffffff;
	padding-bottom: 100px;
	
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.65);
	-moz-box-shadow:    0px 0px 15px rgba(0, 0, 0, 0.65);
	box-shadow:         0px 0px 15px rgba(0, 0, 0, 0.65);

}


/**************************************************/


	
.member-login-content {
	color: #4c4c4c;
	margin: 8px 0;
	font-size: 12px;
}
.member-login-content li {
	font-size: 12px;
	text-decoration: none;
	list-style: none;
	display: inline;
}
.member-login-content a {
	color: #044e8c;
	font-size: 12px;
	text-decoration: none;
	list-style: none;
	font-weight: bold;
}
.member-login-content a:hover {
	text-decoration: underline;
}
.member_login_name {
	font-size: 12px;
	font-weight: bold;
	color: #008000;
}
.member_login_exp {
	font-size: 10px;
}	
	
	
/************ Editor Styles *****************/
/*.title {
	padding-bottom: 8px;
	background: url(../images/themes/h-bg.png) repeat-x bottom;
	font-family: 'signikabold';
	font-size: 24px;
	color: #0078bf;
	margin: 0;
	line-height: 25px;
}
	
.sub_title {
	margin-bottom: 13px;
	font-family: 'signikabold';
	font-size: 19px;
	color: #0078bf;
	margin: 0;
	line-height: 22px;
	background: url(../images/themes/h-bg.png) repeat-x bottom;
	padding-bottom: 8px;
}

.small {
	font-size: 85%;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
	
.links {
	text-decoration: none;
	font-size: inherit;
	color: #0078bf;
	font-family: Arial font-weight : normal;
	outline: none;
}

.normal_font {
	font-size: 12px;
	color: #4c4c4c;
	font-family: Arial;
	font-weight: normal;
	margin: 0;
}*/	
	
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
	cursor: text;
	background-color: #FCFCFC;
}	

/********************************* For Print ******************/
@media print {
a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "" !important;
  }
  a[href]:after {
    content: "" !important;
  }


  a[href]:after {
    content: "" !important;
  }
}




