/*
Theme Name: Forma Docs
Theme URI:  http://www.riggscreative.com
Description: The WordPress theme.
Version: 1.0
Author: Theme Developed by: Riggs Creative
Author URI: http://www.riggscreative.com
Tags: 

*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
:focus{
	outline:0;
}
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
/* General Styles */
.skiplink{
	display:none;
}
label{
	cursor:pointer;
}
a{
	color:#646464;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
}
body{
	background:#fff;
	color:#646464;
	font:62.5%/1 Helvetica, "Trebuchet MS", Arial, sans-serif;
}
.wrapper_top{
	width:1181px;
	background:#fff url(images/bgr_main.jpg) no-repeat;
	margin:0 auto;
}
.wrapper_inner{
	background:#fff url(images/bgr_main2.jpg) no-repeat;
}
.wrapper{
	width:1000px;
	margin:0 0 0 91px;
}
/* header */
#header{
	width:100%;
	height:79px;
}
#learn_about_fd{
	position:absolute;
	margin:9px 0 0 25px;
}
#learn_about_fd a{
	width:184px;
	height:96px;
	background:url(images/btn_learn_about_fd.png) no-repeat;
	text-indent:-9999em;
	cursor:pointer;
	display:block;
}
#contact_fd{
	position:absolute;
	width:169px;
	height:107px;
	background:url(images/bgr_contact_fd.png) no-repeat;
	margin:18px 0 0 800px;
	z-index:100;
}
#contact_fd .phone{
	font-size:1.8em;
	line-height:1.1em;
	color:#cb7735;
	padding:28px 0 1px 28px;
}
#contact_fd .address{
	font-size:1.1em;
	line-height:1.2em;
	color:#2f99b8;
	padding:0 0 0 28px;
}
/*header_logo*/
#header_logo{
	padding:6px 0 0 65px;
}
#logo{
	width:415px;
	height:68px;
	background:url(images/logo.png) no-repeat;
	display:block;
	text-indent:-9999em;
	cursor:pointer;
	margin:0 auto;
}
#header_logo p{
	position:absolute;
	left:-9999em;
	top:-9999em;
}
/*body*/
#body{
	width:100%;
	overflow:hidden;
	clear: both;
}
#content{
	float:right;
	width:791px;
}
#sidebar{
	float:left;
	width:168px;
	padding:70px 0 0 41px;
}
/*block_thumb*/
.block_thumb{
	width:791px;
	height:386px;
	overflow:hidden;
	position:relative;
	z-index:10;
}
.block_thumb img{
	width:791px;
	height:386px;
	display:block;
}
/*page_board*/
.page_board{
	width:100%;
	min-height:210px;
	overflow:hidden;
}
.page_board img{
	float:right;
}
/*sub_menu*/
#sub_menu{
	width:727px;
	height:46px;
	position:absolute;
	margin:164px 0 0 56px;
	z-index:100;
}
#sub_menu_inner{
	width:727px;
	height:46px;
	background:url(images/bgr_sub_menu.png) no-repeat;
}
/* Basic styles */
.sf-menu, .sf-menu *{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu{
	line-height: 1.0;
}
.sf-menu ul{
	position: absolute;
	top: -999em;
	width: 160px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li{
	width: 100%;
}
.sf-menu li:hover{
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li{
	float: left;
	position: relative;
}
.sf-menu a{
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul{
	left: 0;
	top: 30px; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul{
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul{
	left: 160px; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul{
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul{
	left: 160px; /* match ul width */
	top: 0;
}

/* Menu Theme Styles */
.sf-menu{
	float: right;
	padding: 11px 10px 0 0;
}
.sf-menu a{
	text-decoration:none;
	font-size:18px;
	color:#fff;
	padding: 0 10px 0 10px;
	line-height: 30px;
}
.sf-menu a:hover{
	text-decoration:none;
}
.sf-menu li{
}
.sf-menu li.first{
}
.sf-menu li li, .sf-menu li.first li{
	background: #cb7a39;
}
.sf-menu li li li{
	background: #cb7a39;
	border-bottom: 1px solid #fff;
}
.sf-menu li li a{
	line-height: normal;
	padding: 6px 10px 6px 10px;
	font-size:13px;
	border: 1px solid #fff;
	border-bottom: 0;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu li.current_page_item, .sf-menu li.current_page_ancestor,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active{
	outline: 0;
}
.sf-menu li:hover a, .sf-menu li.sfHover a, .sf-menu li.current_page_item a, .sf-menu li.current_page_ancestor a,
.sf-menu li a:focus, .sf-menu li a:hover, .sf-menu li a:active{
	color: #000;
}
/* 1 level */
.sf-menu li:hover li a, .sf-menu li.sfHover li a, .sf-menu li.current_page_item li a, .sf-menu li.current_page_ancestor li a,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active{
	color: #fff;
}
.sf-menu li li:hover a, .sf-menu li li.sfHover a, .sf-menu li li.current_page_item a, .sf-menu li li.current_page_ancestor a,
.sf-menu li li li a:focus, .sf-menu li li a:hover, .sf-menu li li li a:active{
	color: #000;
}
/* 2 level */
.sf-menu li:hover li li a, .sf-menu li.sfHover li li a, .sf-menu li.current_page_item li li a, .sf-menu li.current_page_ancestor li li a,
.sf-menu li li li a:focus, .sf-menu li li li a:hover, .sf-menu li li li a:active{
	color: #fff;
}
.sf-menu li li li:hover a, .sf-menu li li li.sfHover a, .sf-menu li li li.current_page_item a, .sf-menu li li li.current_page_ancestor a,
.sf-menu li li li li a:focus, .sf-menu li li li a:hover, .sf-menu li li li li a:active{
	color: #000;
}
/* 3 level */
.sf-menu li:hover li li li a, .sf-menu li.sfHover li li li a, .sf-menu li.current_page_item li li li a, .sf-menu li.current_page_ancestor li li li a,
.sf-menu li li li li a:focus, .sf-menu li li li li a:hover, .sf-menu li li li li a:active{
	color: #fff;
}
.sf-menu li li li li:hover a, .sf-menu li li li li.sfHover a, .sf-menu li li li li.current_page_item a, .sf-menu li li li li.current_page_ancestor a,
.sf-menu li li li li li a:focus, .sf-menu li li li li a:hover, .sf-menu li li li li li a:active{
	color: #000;
}
/*post*/
.post_content{
	width:670px;
	min-height:600px;
	padding:20px 0 0 44px;
}
.post_content_blog{
	width:747px;
	overflow: hidden;
	min-height: 921px;
	background: url(images/bgr_post_content_blog.jpg) no-repeat right top;
}
.post_content_left{
	float: left;
	width: 476px;
}
.post_content_right{
	float: right;
	width: 200px;
	padding: 0 34px 0 0;
}
.post{
	width:100%;
	margin:0 0 25px 0;
}
.post .title{
	width: 100%;
	overflow: hidden;
}
.post .title h2{
	color:#ca7837;
	font-size:2.0em;
	line-height:1.2em;
	float: left;
	width: 376px;
}
.post h2.title{
	color:#ca7837;
	font-size:2.0em;
	line-height:1.2em;
}
.post h2.title a{
	color:#ca7837;
}
.post .title p{
	float: right;
	width: 100px;
	font-size: 12px;
	padding: 4px 0 0 0;
	text-align: right;
}
.post .title a{
	color:#ca7837;
}
.post .info{
	font-size:1.2em;
	line-height:1.3em;
	padding:0 0 5px 0;
	border-bottom: 1px solid #349bbd;
	margin: 0 0 10px 0;
}
.post .info a{
	color: #00a4f9;
}
.post .entry{
	font-size:1.3em;
	line-height:1.3em;
	width: 100%;
	overflow: hidden;
}
.home .post .entry{
	font-size:1.5em;
}
.post .entry a{
	color:#3199b4;
}
.post .entry p{
	margin:0 0 15px 0;
}
.post .entry p img{
	padding:0;
}
.post .entry ul {
	padding:0 10px 17px 25px;
}
.post .entry ul li{
	margin: 0;
	padding:0 0 0 13px;
	background:url(images/ico_list.gif) no-repeat left 4px;
}
.post .entry ol {
	padding: 0 0 0 35px;
	margin:0 0 17px 0;
	list-style:decimal;
}
.post .entry ol li {
	margin: 0;
	padding:0;
}
.post .entry_row{
	width:100%;
	overflow:hidden;
}
.post .entry_row ul{
	float:left;
}
.post .entry p.thumb{
	float: left;
	width: 113px;
	height: 113px;
	background: url(images/bgr_thumbs.png) no-repeat;
	padding: 11px;
	margin: 0 10px 5px 0;
}
.post .entry p.thumb img{
	float: left;
	width: 113px;
	height: 113px;
}
.post .sharethis{
	vertical-align: middle;
}
/*sidebar*/
.sidebar_widgets{
	width:100%;
	overflow:hidden;
	font-size:1.5em;
	line-height:1.4em;
	color:#fff;
}
.sidebar_widgets_inner{
	font-size:1.3em;
}
.sidebar_widgets a{
	color:#fff;
}
.sidebar_widgets .widgettitle{
	font-size:1.2em;
	line-height:1.3em;
	font-weight:normal;
	margin:0 0 5px 0;
	position:absolute;
	left:-9999em;
	top:-9999em;
}
.sidebar_widgets_inner .widgettitle{
	position:static;
	left:0;
	top:0;
}
.sidebar_widgets .widget_categories a, .sidebar_widgets .widget_archive a, .sidebar_widgets .widget_links a, .sidebar_widgets .widget_meta a, .sidebar_widgets .widget_pages a, .sidebar_widgets .widget_meta a, .sidebar_widgets .widget_recent_entries a{
	display:block;
}
.sidebar_widgets .widget_pages li li a{
	background:url(images/ico_cat.gif) no-repeat left 8px;
	padding:0 0 0 10px;
}
.sidebar_widgets_inner .widget_pages li a{
	background:url(images/ico_cat.gif) no-repeat left 6px;
	padding:0 0 0 10px;
}
.sidebar_widgets_inner .widget_pages li li a{
	background:url(images/ico_cat.gif) no-repeat left 6px;
	padding:0 0 0 10px;
}
.sidebar_widgets ul{
}
.sidebar_widgets ul li{
	margin:0 0 20px 0;
}
.sidebar_widgets_inner ul ul{
	margin:0 0 0 10px;
}
.sidebar_widgets ul li ul li{
	background:none;
	padding:1px 0 1px 0;
	margin:0;
}
.sidebar_widgets ul ul ul{
	margin:0 0 0 10px;
}
.sidebar_widgets ul li ul li ul li{
	border:0;
}
.widget_text .textwidget{
	padding:2px 0 2px 0;
	line-height:1.3em;
}
.sidebar_widgets .widget_tag_cloud a{
	padding:0 5px 0 5px;
	line-height:1.3em;
}


.sidebar_widgets .widget_pages .current_page_item a{
	text-decoration:underline;
}
.sidebar_widgets .widget_pages .current_page_item li a{
	text-decoration:none;
}
.sidebar_widgets .widget_pages .current_page_item li a:hover{
	text-decoration:underline;
}
.sidebar_widgets .widget_pages li .current_page_item a{
	text-decoration:underline;
}
.sidebar_widgets .widget_pages li .current_page_item li a{
	text-decoration:none;
}
.sidebar_widgets .widget_pages li .current_page_item li a:hover{
	text-decoration:underline;
}
/*sidebar_newsletter*/
#sidebar_newsletter{
	width:100%;
	overflow:hidden;
	padding:0 0 20px 0;
}
#sidebar_newsletter h2{
	font-size:1.4em;
	line-height:1.3em;
	color:#fff;
	font-weight:normal;
	padding:0 0 2px 0;
}
#sidebar_newsletter .text{
	padding:3px;
	width:127px;
	background:#fff;
	border:1px solid #858585;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	display:block;
	margin:0 0 4px 0;
}
/*sidebar_socials*/
#sidebar_socials{
	width:100%;
	overflow:hidden;
	padding:0 0 20px 0;
}
#sidebar_socials h2{
	font-size:1.4em;
	line-height:1.3em;
	color:#fff;
	font-weight:normal;
	padding:0 0 2px 0;
}
#sidebar_socials p{
	width:100%;
	overflow:hidden;
}
#sidebar_socials p img{
	float:left;
	margin:0 8px 0 0;
}
/*sidebar_contact*/
#sidebar_contact{
	width:100%;
	overflow:hidden;
	padding:0 0 10px 0;
}
#sidebar_contact h2{
	font-size:1.4em;
	line-height:1.3em;
	color:#fff;
	font-weight:normal;
}
#sidebar_contact ul{
}
#sidebar_contact li{
	padding:0 0 10px 0;
}
#sidebar_contact p{
	color:#fff;
	font-size:1.1em;
	line-height:1.3em;
}

/* sidebar_widgets2 */
.sidebar_widgets2{
	width:100%;
	overflow:hidden;
	font-size:13px;
	line-height:1.3em;
}
.sidebar_widgets2 a{
	color: #00a4f9;
}
.sidebar_widgets2 .widgettitle2{
	font-size:14px;
	line-height:1.3em;
	color: #000;
	margin: 0 0 5px 0;
}
.sidebar_widgets2 .widget2{
	margin: 0 0 20px 0;
}
.sidebar_widgets2 .widget2 ul{
}
.sidebar_widgets2 .widget2 ul li{
	background: url(images/ico_sidebar_blog.gif) no-repeat left 3px;
	padding: 0 0 0 11px;
}
.sidebar_widgets2 .widget2 ul li a{
	color: #ca7939;
}
.sidebar_widgets2 .widget2 ul ul{
	margin: 5px 0 0 15px;
}
.sidebar_widgets2 .widget2 ul li ul li{
	border-bottom: 0;
	margin: 0;
}

/* Text widget */
.sidebar_widgets2 .textwidget{ padding: 5px 0; }
.sidebar_widgets2 .textwidget p{ padding: 5px 0 5px 0; }


/*person*/
.person{
	width:100%;
	overflow:hidden;
	padding:0 0 30px 0;
}
.person_thumb{
	float:left;
	width:169px;
	height:184px;
	background:url(images/bgr_person_thumb.png) no-repeat;
	text-align:center;
	padding:11px 0 0 0;
}
.person_thumb img{
	width:147px;
	height:173px;
}
.person_info{
	float:left;
	width:490px;
	padding:2px 0 0 10px;
}
.person_info h3{
	font-size:17px;
	color:#ca7837;
	line-height:1.3em;
}
.person_info h4{
	font-size:15px;
	color:#000;
	font-weight:normal;
	line-height:1.3em;
}
.post .entry .person_info p{
	margin:0;
	line-height:1.3em;
	padding:0 0 2px 0;
}
/*footer*/
#footer{
	width:100%;
	padding:55px 0 64px 0;
	background:url(images/bgr_footer.png) no-repeat center top;
	overflow:hidden;
	text-align:center;
}
#footer ul{
	padding:0 0 10px 0;
}
#footer li{
	display:inline;
	font-size:1.2em;
	line-height:1.3em;
	padding:0 7px 0 7px;
	text-transform:capitalize;
	color:#339ab8;
}
#footer li a{
	color:#339ab8;
}
#footer .copyrights{
	color:#696969;
	line-height:1.3em;
}
#footer .copyrights a{
	color:#696969;
}
#footer .copyrights a.riggs{
	background:url(images/ico_riggs.gif) no-repeat left center;
	padding:8px 0 8px 22px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Form Elements */
#respond{
	margin:20px 0 20px 0;
	overflow:hidden;
	color:#888888;
}
#respond a{
	color:#888888;
}
#respond h3{
	font-size:2.0em;
	color:#474534;
	padding:10px 0 10px 0;
	font-weight:normal;
	border-bottom:1px dashed #dbdad2;
	margin:0 0 5px 0;
}
.cancel-comment-reply{
	font-size:1.2em;
	padding:15px 0 0 0;
}
.cancel-comment-reply a, .cancel-comment-reply a:visited{
	text-decoration:underline;
}
.cancel-comment-reply a:hover{
	text-decoration:none;
}
#commentform p{
	font-size:1.2em;
	line-height:1.6em;
	width:100%;
	overflow:hidden;
}
#commentform p a, #commentform p a:visited{
	text-decoration:underline;
}
#commentform p a:hover{
	text-decoration:none;
}
#commentform p input{
	float:left;
}
#commentform p label{
	float:left;
	padding:10px 0 0 5px;
}
#searchform{
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#commentform input{
	width: 170px;
	padding: 5px;
	margin: 5px 5px 1px 0;
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#666;
}

#commentform{
	margin: 5px 10px 0 0;
}
#commentform textarea{
	width: 97%;
	padding: 5px;
	overflow:auto;
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	margin:5px 0 0 0;
	color:#666;
}
#commentform #submit{
	font-size:1.2em;
	line-height:1.6em;
	background:#b3b3b3;
	color:#fff;
	font-weight:bold;
	padding:2px 6px 2px 6px;
	border:0;
	margin:5px 0 0 0;
	cursor:pointer;
}
/* End Form Elements */



/* Begin Comments*/
#comments{
	font-size:2.0em;
	color:#474534;
	padding:10px 0 10px 0;
	font-weight:normal;
	border-bottom:1px dashed #dbdad2;
	margin:0 0 5px 0;
}
.commentlist{
	padding: 0;
	text-align: justify;
	line-height:1.6em;
	color:#888888;
}
.commentlist a{
	color:#888888;
}
.commentlist li{
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;
	border:1px solid #ececec;
	background:#f6f6f5;

}
.commentlist .alt{
	margin: 10px 0 0 0;
	background:#fff;
}
.commentlist li ul li{ 
	margin-right: 15px;
	margin-left: 10px;
}
.commentlist p{
	margin: 10px 5px 10px 0;
	font-size:1.2em;
	line-height:1.5em;
}
.children{ padding: 0; }

#commentform p{
	margin: 5px 0;
}
.nocomments{
	text-align: center;
	margin: 0;
	padding: 0;
	font-size:1.2em;
}
.commentmetadata{
	margin: 0;
	display: block;
	font-size:1.2em;
	line-height:1.6em;
}
.reply{
	text-align:right;
}
.reply a, .reply a:visited{
	font-size:1.2em;
	line-height:1.6em;
	background:#b3b3b3;
	color:#fff;
	font-weight:bold;
	padding:2px 6px 2px 6px;
}
.reply a:hover{
	text-decoration:none;
	background:#c6c4c4;
}
.comment-author{
	font-size:1.4em;
	margin:0 0 10px 0;
}
.comment-author img{
	border:3px solid #b8b8b5;
}
.commentlist .fn{
	position:relative;
	top:-10px;
	text-transform:capitalize;
}
.commentlist .says{
	position:relative;
	top:-10px;
}
/* End Comments */



/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 1.1em;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	font-size:1.3em;
	font-weight:bold;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 95%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #dfcfba;
	}

blockquote {
	margin: 15px 0 20px 0;
	padding:15px 15px 5px 20px;
	border-left: 5px solid #bdbdbd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}
.nopost, .nocomments{
	text-align:center;
	color:#000;
	font-size:1.2em;
	line-height:1.5em;
}
/* End Various Tags & Classes*/

/*navigation*/
.navigation{
	width:100%;
	overflow:hidden;
	text-align: center;
	padding:10px 0 30px 0;
	font-size:1.2em;
	line-height:1.8em;
}
.single .navigation{
	width:100%;
	margin:0 auto;
}
.navigation a{
	font-weight:bold;
	color:#444444;
}
#content .wp-pagenavi{
	padding:10px;
}
#content .wp-pagenavi a {
	font-weight:normal;
	padding: 4px; 
	margin: 2px;
	color:#444444;
	background:#eeeded;
	border:1px solid #dbdada;
}
#content .wp-pagenavi a:hover{
	color:#444444;
	background:#d8d5d5;
	border:1px solid #dbdada;
}
#content .wp-pagenavi span.pages {
	padding: 4px; 
	margin: 2px;
	color:#444444;
	background:none;
	border:0;
}
#content .wp-pagenavi span.current {
	padding: 4px; 
	margin: 2px;
	color:#444444;
	background:#d8d5d5;
	border:1px solid #dbdada;
}
#content .wp-pagenavi span.extend {
	padding: 4px; 
	margin: 2px;
	background:none;
	border:0;
	color:#444444;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#home_content{
	width: 100%;
	background: url(images/bgr_home_content.gif) repeat-y 45px top;
	padding:0 0 0 44px;
	margin: 20px 0 0 0;
	overflow: hidden;
	min-height:380px;
}
#home_left{
	float: left;
	width: 472px;
	padding: 0 36px 0 0;
}
#home_right{
	float: left;
	width: 200px;
}
#home_right h3{
	font-size: 15px;
	margin: 0 0 10px 0;
	color: #000;
}
#home_right ul{
}
#home_right ul li{
	padding: 0 0 13px 13px;
	background: url(images/ico_rec_home.gif) left 2px no-repeat;
}
#home_right ul li .date{
	color: #8d8b8a;
	font-size: 11px;
}
#home_right ul li a{
	color: #ce7939;
	font-size: 13px;
}
#home_left h2{
	margin: 0 0 10px 0;
	color: #000;
}
