@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;
	line-height: 32px;
	padding: 0 7px;
	color: #fff;
	/*border: 1px solid #ccc;*/
	margin: 0;
	font-weight: normal;
	clear: both;
	
	background: #436da0; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQzNmRhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDQwNWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #436da0 0%, #04405a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#436da0), color-stop(100%,#04405a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #436da0 0%,#04405a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #436da0 0%,#04405a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #436da0 0%,#04405a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #436da0 0%,#04405a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#436da0', endColorstr='#04405a',GradientType=0 ); /* IE6-8 */

}
/*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 {
	margin: 0;
}
.accordion ul {
	margin: 0;
}
.accordion li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
.accordion li a {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	text-decoration: none;
	font-size: 13px;
	line-height: 27px;
	display: block;
	padding: 0 0 0 10px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
}
.accordion li a:hover {
	background: #eee;
	border-left: 6px solid #04405A;
}

.member_portal_top {
	padding-left: 7px;
	padding-bottom: 6px;
}




/**************************************************/


	
.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;
  }
}




