/*
------------------------------------------------------------------------
Theme Name:[CEIA]
Author:[Ricky]
Author Company URI:http://www.avasoft.net
------------------------------------------------------------------------
*/
/*
-----------------------------------------
RESET
----------------------------------------- 
*/
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td{margin:0; padding:0}
table{border-collapse:collapse; border-spacing:0}
fieldset, img{border:0}
address, caption, cite, code, dfn, em, strong, th, var{font-style:normal; font-weight:normal}
/* ol, ul, li{list-style:none} */
caption, th{text-align:left}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal}
q:before, q:after{content:''}

strong{font-weight:bold}
em{font-style:italic}
a img{border:none}

h1, h2, h3, h5, h5, h6{font-weight:bold}

/*
-----------------------------------------
LAYOUT
----------------------------------------- 
*/


/* CSS Document */

h1{

}


h2{


}


h3{


}


h4{



}


h5{


}


p{

}

ul{

}

ol{

}

li{

}

a{

}











body{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#container_top{
	background: url(images/bg_container_top_Final.jpg) repeat-x top left;
	height: 290px;
}


#topbar{
	height: 47px;
	width: 901px;
	margin: 0 auto;
}

#tb_left{
	float: left;
	padding-top: 10px;
}

#tb_right{
	float: right;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	line-height: 47px;
	font-family: Arial, Helvetica, sans-serif;
}

#tb_right a,#tb_right a:hover{
	color: #fff;
	text-decoration: none;
}



#bannerbar{
	clear: both;
	width: 901px;
	margin: 0 auto;
	padding-top: 20px;
	height: 182px;
}

#logo{float:left;width:265px;text-align:center;padding-top:20px;}
#mainbanner{float:right;width:616px;}
#container_content{clear:both;}

#cta{width:901px;margin:0 auto;}
#cta_left{float:left;width:258px;}
#cta_mid{float:left;width:330px;margin-left:20px;}
#cta_right{float:left;width:268px;margin-left:20px;}

/* ADDED CSS FOR BLOG */
.blog_left{}
.blog_right{}
.blog_right ul{
	margin: 0;
	margin-left: 20px;
	padding: 0;
}

.blog_right li{
	margin: 0;
	padding: 0;
}



.title_blog{
	height: 39px;
	line-height: 39px;
	background: url(images/bg_blog_left_title.jpg) repeat-x top left;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
}

.title_blog h2{
	line-height: 39px;
	font-size: 18px;
	font-weight: normal;
}

.date_blog{
	font-size: 12px;
	color: #000;
	background-color: #f1f1f1;
	padding-left: 15px;
	padding-right: 15px;
	height: 27px;
	line-height: 27px;
	border-top: 1px solid #fff;
}



.content_blog{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	color: #000;
	line-height: 20px;
}

.post_blog{
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	color: #000;
	background-color: #f1f1f1;
	height: 27px;
	line-height: 27px;
	margin-bottom: 35px;
}

.date_blog a, .post_blog a{
	color: #000;
	text-decoration: none;
}

.date_blog a:hover, .post_blog a:hover{
	color: #000;
	text-decoration: underline;
}

/* ADDED CSS FOR BLOG */


.titlebar_grey{
	height: 46px;
	line-height: 46px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	padding: 0px 20px;
	background: url(images/bg_title_gray.jpg) repeat-x top left;
	border-bottom: 1px solid #fff;
}


.titlebar_red{
	height: 46px;
	line-height: 46px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	padding: 0px 20px;
	background: url(images/bg_title_red.jpg) repeat-x top left;
	border-bottom: 1px solid #fff;
}



.contentbar{
	background: url(images/bg_gradient.jpg) repeat-x top left;
	padding: 18px;
	color: #5d5d5d;
}


.content{
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}

.content a{
	color: #ed1c24;
	text-decoration: none;
}

.content a:hover{
	color: #ed1c24;
	text-decoration: underline;
}

.content p{
	font-size: 14px;
	line-height: 20px;
}

.content h1{
	font-size: 32px;
	font-weight: normal;
	line-height: 40px;
	margin-bottom: 15px;
}

.content h2{
	font-size: 24px;
	font-weight: normal;
	/*line-height: 20px;*/
	margin-bottom: 15px;
}

.content h3{
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 5px;
	color: #000;
	font-weight: bold;
}

.content ul{
	margin-left: 30px;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}


.content ul li{
	margin-bottom: 5px;
}


.contentbar_grey{
background: #434f58 url(images/bg_content_gray.jpg) repeat-x top left;
padding: 18px 18px 18px;
color: #fff;
border-top: 1px solid #fff;
float:right;
}


.content .contentbar_grey a, .content .contentbar_grey a:hover{
	color: #f6817c;
}



#container_footer_top{
	background: url(images/bg_gradient_footer.jpg) repeat-x top left;
	padding-top: 20px;
	clear: both;
	text-align: left;
}


#footer_top{
	width: 901px;
	margin: 0 auto;
}


#ft_left{
	float: left;
	width: 257px;
}


#ft_right{
	float: right;
	width: 610px;
	padding-top: 15px;
}


#container_footer_mid{
	clear: both;
	background-color: #dfe2e4;
	padding-top: 30px;
	padding-bottom: 30px;
}


#footer_logo{
	margin: 0 auto;
	width: 960px;
	text-align: center;
}



#container_footer_bot1{
	background-color: #5d6d7a;
	color: #fff;
	clear: both;
}

#footer_menu{
	width: 901px;
	margin: 0 auto;
	height: 39px;
	line-height: 39px;
	color: #fff;
	text-align: center;
}


#footer_menu ul{
	margin: 0;
	padding: 0;
}


#footer_menu ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 10px;
	margin-right: 10px;
	display: inline;
}

#footer_menu ul li a{
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#footer_menu ul li a:hover{
	margin: 0;
	padding: 0;
	color: #fff;
	text-decoration: none;
}




#container_footer_bot2{
	background-color: #bcc3c8;
	color: #fff;
	clear: both;
}

#footer_copyright{
	width: 901px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #242526;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer_copyright a{
	color: #242526;
	text-decoration: none;
}





#interior_content{
	clear: both;
	width: 901px;
	margin: 0 auto;
}

#interior_left{
	width: 258px;
	float: left;
}

#interior_right{
	float: right;
	width: 600px;
}


.tab_member th{
	background: url(images/bg_title_gray.jpg) repeat-x top left;
	height: 27px;
	line-heihgt: 27px;
	text-align: center;
	color: #fff;
	padding: 0;
	border-bottom: 1px solid #fff;
}

.tab_member{
	margin-top: 10px;
}

.tab_member td{
	padding: 5px 10px;
	background-color: #f1f1f1;
}

.tab_member th.td_gap{
	background: none;
	background-color: #fff;
	padding: 0;
}

.tab_member td.td_gap{
	background: none; 
	background-color: #fff;
	padding: 0;
}






.contentbar_blog{
	background: url(images/bg_gradient.jpg) repeat-x 0px 48px;
	padding: 0px 0px 20px 0px;
	color: #5D5D5D;
}

.contentbar_blog ul{
	margin-left: 40px;
}










#comments{
	margin-top: 20px;
	padding: 15px 20px;
	background-color: #e7ebed;
}



#reply-title{
	margin-bottom: 20px;
}



.single_post{
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	color: black;
	background-color: #F1F1F1;
	height: 27px;
	line-height: 27px;
}


#commentform p{
	margin-bottom: 10px;
}






.blog_left .entry-meta{
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	color: black;
	background-color: #F1F1F1;
	height: 27px;
	line-height: 27px;
}


.blog_left .comments-link{
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	color: black;
	background-color: #f6f6f6;
	height: 24px;
	line-height: 24px;	
}


.entry-meta .comments-link{
	padding: 0;
	background-color: none;
}


.blog_left .entry-content{
	padding: 15px 15px 20px;
}



.blog_left article{
	margin-bottom: 25px;
}


.blog_left h1.entry-title{
	font-size: 25px;
	margin-bottom: 5px;
}




#interior_right p{
	margin-bottom: 1.625em;
}



/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}







#interior_right ul, #interior_right ol {
	margin: 0 0 1.625em 2.5em;
	padding: 0;
}
#interior_right ul {
	list-style: square;
}
#interior_right ol {
	list-style-type: decimal;
}
#interior_right ol ol {
	list-style: upper-alpha;
}
#interior_right ol ol ol {
	list-style: lower-roman;
}
#interior_right ol ol ol ol {
	list-style: lower-alpha;
}
#interior_right ul ul, #interior_right ol ol, #interior_right ul ol, #interior_right ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-size: 15px;
	font-weight: bold;
}
dd {
	margin: 0 0 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
cite {
	border: none;
}
big {
	font-size: 131.25%;
}










/* Images */
#interior_right img[class*="wp-image-"] {
	height: auto;
	max-width: 97.5%;
}
#interior_right img.size-full {
	width: auto; /* Prevent stretching of full-size images in IE8 */
}
#interior_right img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
#interior_right p img,
.wp-caption {
	margin-top: 0.4em;
}
#interior_right img {
	border: 1px solid #ddd;
	padding: 6px;
}
#interior_right img.alignleft,
#interior_right img.alignright,
#interior_right img.aligncenter {
	margin-bottom: 1.625em;
}
.wp-caption {
	background: #eee;
	border: none;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 5px auto 0 !important;
	max-width: 98%;
	border-color: #eee;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
	color: #666;
	font-family: Georgia, serif !important;
	font-size: 12px;
	margin: 0 0 0.6em 0 !important;
	padding: 0 0 5px 40px;
	position: relative;
	text-align: left;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#interior_right a:focus img[class*="wp-image-"],
#interior_right a:hover img[class*="wp-image-"],
#interior_right a:active img[class*="wp-image-"] {
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
	background: #fff;
	border-color: #ddd;
}



#interior_right .tab_member img, #interior_right table img {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}









	
/* MENU */


.menu{
	clear: both;
	width: 901px;
	margin: 0 auto;
	height: 28px;
	line-height: 28px;

}

.menu ul li{
	display: inline;
	list-style-type: none;
	position:relative;
}

.menu ul li a{
	font-size: 14px;
	font-weight: normal;
	display: block;
	float: left;
	line-height: 40px;
	padding-left: 16px;
	padding-right: 16px;
	text-decoration: none;
	color: #fff;
}

.menu ul li a:hover{
	background: url(images/bg_menu_hover.jpg) repeat-x top left;	
	color: #fff;
	margin-top: 0;
	
}

.menu ul ul {
	position: absolute;
	z-index: 500;
	top: 40px;
	left: 0;
	border-bottom: none;
	width:130px;
	border: 1px solid #bebebe;
	border-top: none;
}

html>body .menu ul ul {
	width:auto;
}

.menu ul ul li {
	display:block;
}


.menu ul ul li a {
	width:150px;
	background:#dededf;
	/*border-bottom: 1px solid #577fa4;*/
	color:#000000;
	display:block;
	float:none;
	padding-left:10px;
	font-weight:normal;
	height:25px;
	line-height: 25px;
	margin-right: 0px;
	font-size: 13px;
	text-align: left;
}

.menu ul ul li a:hover {
	background:#ed1c24;
	color:#fff;
	margin-right: 0px;
}

.menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

.menu ul ul,
.menu ul li:hover ul ul,
.menu ul ul li:hover ul ul
{display: none;}

.menu ul li:hover ul,
.menu ul ul li:hover ul,
.menu ul ul ul li:hover ul
{display: block;}

html .menu ul li a { height: 1%; }

.menu li:hover ul, li.over ul { display: block; float:left;}

#categorydiv{ display: none; }


<!--[if lt IE 7]>
.menu{float:none;}
body{behavior:url(csshover.htc); }
.menu ul li{float:left; }
.menu a{height:1%;font: normal 14px arial, helvetica, sans-serif;}

<![endif]-->

/* END OF MENU */