@charset "utf-8";
/* CSS Document */

body{margin:0px; padding:0px; background:#cdcd9b url(images/main_bg.jpg) repeat-x left top;}

a img{border:none;}

#main{width:873px; margin:0px auto;}

.clear{clear:both;}

.header{height:82px; width:873px;}
.header .menu_main{float:right; padding:43px 38px 0px 0px;}
.header .menu_main ul{ margin:0px; padding:0px; list-style:none;}
.header .menu_main ul li{font:bold 14px Arial, Helvetica, sans-serif; color:#ffffff; text-align:center; float:left; margin:0px 1px 0px 0px;}
.header .menu_main ul li a{color:#ffffff; background:url(images/menu_bg.jpg) no-repeat left top; width:112px; height:24px; padding:15px 0px 0px 0px; display:block; text-decoration:none;}
.header .menu_main ul li a:hover{color:#cc3300;background:url(images/menu_bg_hover.jpg) no-repeat left top;}
.header .menu_main ul li.current_page_item a{color:#cc3300;}

.content{padding:0px 39px 0px 0px; width:835px;}
.content .l_pnl{width:200px; float:left; margin:0px 70px 0px 0px;}
.content .r_pnl{width:564px; float:right;}

.content .l_pnl .logo{margin:24px 0px 40px 40px;border:none;}
.content .l_pnl .logo img{border:none;}
.content .l_pnl h2{font:bold 14px Arial, Helvetica, sans-serif; color:#003366; margin:0px; padding:0px 0px 10px 30px; text-transform:uppercase;}
.content .l_pnl ul{margin:0px; padding:0px; }
.content .l_pnl ul li{font:normal 12px Arial, Helvetica, sans-serif; color:#ffffff; border-bottom:solid 2px #ffffff; display:block; padding:5px 0px 5px 30px; background-image:url(images/nav-bg.jpg); background-repeat:repeat-x}
.content .l_pnl ul li a{color:#ffffff; text-decoration:none;}
.content .l_pnl ul li a:hover{color:#C30}

.content .l_pnl ul ul{margin:0px; padding:0px; list-style:none;}
.content .l_pnl ul ul li{font:normal 11px Arial, Helvetica, sans-serif; color:#333333; display:block; padding:5px 0px 5px 10px; border:none; background-image:none }
.content .l_pnl ul ul li a{color:#333333; text-decoration:none;}
.content .l_pnl ul ul li a:hover{color:#000000}

.content .l_pnl .l_logos{text-align:right; padding:75px 0px 0px 0px;}

.content .r_pnl .c_home{padding:75px 0px 0px 0px;}
.content .r_pnl .c_home img{margin:5px 0px; border:none;}
.content .r_pnl .c_txt{font:normal 14px/22px Arial, Helvetica, sans-serif; color:#666666; padding:10px 0px 0px;}

.content .r_pnl .content_main{font:normal 14px/22px Arial, Helvetica, sans-serif; color:#666666;}
.content .r_pnl .content_main span{font:normal 10px Arial, Helvetica, sans-serif; color:#003399; padding:0px 0px 0px 0px;}
.content .r_pnl h1{text-align:right;font:normal 32px Arial, Helvetica, sans-serif; color:#003399; margin:0px; padding:20px 20px;}
.content .r_pnl h2, .content .r_pnl h3{text-align:right;font:normal 30px Arial, Helvetica, sans-serif; color:#192c51; margin:0px; padding:20px 20px;}

.pro_pnl{border-bottom:solid 2px #817381; padding:0px 0px 15px 0px; margin:0px 0px 15px 0px; min-height:280px;}
.pro_pnl .left{width:251px; float:left; padding:0px 0px 0px 16px;}
.pro_pnl .left .btn{padding:15px 0px 0px 0px;}
.pro_pnl .left .btn img{border:none;}
.pro_pnl .right{width:297px; float:right;font:normal 14px/18px Arial, Helvetica, sans-serif; color:#666666;}
.pro_pnl .right h3{font:normal 15px Arial, Helvetica, sans-serif; color:#cc0000; margin:0px; padding:0px 0px 10px; text-align:left;}
.pro_pnl .right .r_img{text-align:right; padding:10px 0px 0px 0px;}

.events_pnl{border-bottom:solid 2px #817381; padding:0px 0px 20px 15px; margin:0px 0px 20px 0px;font:normal 14px/18px Arial, Helvetica, sans-serif; color:#666666;}
.events_pnl h3{font:normal 18px Arial, Helvetica, sans-serif !important; color:#cc0000 !important; margin:0px !important; padding:0px !important; text-align:left !important;}

.footer{padding:20px 0px 0px 0px; font:normal 12px Arial, Helvetica, sans-serif; color:#142e53;}
.footer .pnl_l{float:left; width:600px;}
.footer .pnl_l a {font:normal 12px Arial, Helvetica, sans-serif; color:#142e53; text-decoration:none;}

.archive-meta{border-bottom:2px solid #817381; margin:-20px 0px 20px 0px; padding:0px 0px 10px 0px;}
/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 18px 0 0 0;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
