/*
Theme Name: Custom Theme
Author: Kussner IT
Description: Custom theme built just for this site.
Version: 1.0
Author URI: http://www.kussner.com/
*/

/*** GLOBAL  ***/
/* css reset */
html, body, div, span, applet, object, iframe, 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;
}
/* end */
html, body {
	height:100%
}
body {
	/*font-family:Verdana, Arial, Tahoma;*/
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	margin:0 auto;
	padding:0;
	color:#474747;
	height:100%;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
.clr {
	clear:both
}
form {
	margin:0;
	padding:0;
}
hr {
	border: 0;
	color: #dedede;
	background-color: #dedede;
	height: 1px;
	margin:0px 0px 6px 0px;
	padding:0px;
}
/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1, h2, h3, h4, h5 {
	margin-bottom:15px;
	font-family:Arial, Tahoma, Verdana;
	font-weight:normal;
	color:#068ecb;
}
h1 {
	font-size:30px;
	line-height:32px
}
h2 {
	font-size:24px;
	line-height:26px
}
h3 {
	font-size:20px;
	line-height:22px
}
h4 {
	font-size:16px;
	font-weight:bold;
}
h5 {
	font-size:12px;
	margin:3px 0px;
	padding:0px;
	font-weight:bold;
	letter-spacing:1px;
}
a img {
	border:none
}
.imgleft {
	float:left;
	padding-right:15px;
}
.imgright {
	float:right;
	padding-left:15px;
}
.imgcenter {
	border:1px solid #ccc;
	padding:3px;
	margin-bottom:15px;
	float:left;
}
/* lists, blockquotes and paragraphs */
p, ul, ol {
	font-size:12px;
	line-height:18px;
	margin-bottom:20px;
	color:#474747;
}
ul, ol {
	margin:10px 0 35px 40px;
}
li ol, li ul {
	font-size:1.0em;
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol {
	list-style:decimal;
}
blockquote {
	font-style:italic;
	margin:25px 0 25px 0px;
	color:#333;
	padding:10px 20px 10px 35px;
	background-image:url(images/quote.gif);
	background-repeat:no-repeat;
	font-size:12px;
	line-height:18px;
}
/* code */
code {
	/*font-family:Verdana, Arial;*/
	font-family:Tahoma, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #dddddd;
	padding:15px 10px;
}
/*** END OF DEFAULT ELEMENT STYLES ***/



/*** CENTERCOLUMN ***/
#centercolumn {
	width:990px;
	margin:0px auto 0px auto;
}
/*** END OF CENTERCOLUMN ***/

/*** TOP ***/

#top {
	margin: 0 auto;
}
#toparea {
	height:100px;
	width:990px;
	position:relative;
	z-index:10
}
#logo {
	background-image:url("images/mthis.png");
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	font-family:Tahoma,Arial,Verdana;
	font-size:38px;
	height:100px;
	line-height:100px;
	margin-right:79px;
	width:218px;
}
#logo span {
	display: none;
}
#pad_logo {
	padding:0px 0px 0px 20px;
}
#topmenu {
	float:right;
	height:100px;
	position:relative;
	top:-41px;
	.top: -41px;
	.width: 450px;
}
/* searchtop */
#searchtop {
	padding:25px 0px 0px 0px;
	float:right;
}
#searchtop form {
	margin:0px !important;
	padding:0px !important;
}
#searchtop p {
	margin:0px;
}
.bg_input {
	background-image:url(images/bg_search.png);
	background-repeat:no-repeat;
	width:200px;
	height:26px;
	display:block;
}
.inputbox {
	background:transparent;
	border:0px;
	width:166px;
	padding:4px 0px 5px 4px;
	margin-left:1px;
	color:#857f7f
}
/* Top Navigation bar menu styling */
#navtop {
	margin:0px;
	padding:0px 0px 0px 0px;
}
#nav {
	clear:right;
	float:right;
	position:relative;
}
#nav, #nav ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#nav a {
	height:36px;
	display:inline;
	padding:0;
	text-decoration:none;
	line-height:28px;
	outline:none;
	z-index:35;
	position:relative;
	float:left;
	margin: 0 0px 0 0;
	font-size: 12px;
	color:#000;
}
#nav .current_page_item a, #nav a:hover {
	color:#e4a166;
}
#nav .current_page_item ul a {
	font-weight: normal;
	color:#cac9c9;
}
#nav .current_page_item ul a:hover {
	color:#e4a166;
}
#nav ul a {
	line-height:33px;
}
#nav li {
	float:left;
	position:relative;
	z-index:35;
	margin-top:11px;
	padding:0px 20px;
	background-image:url(images/separator.gif);
	background-repeat:no-repeat;
	background-position:0px 10px;
}
#nav li li {
	border-left:none;
	margin-top:0;
	background-image:none;
	padding:0px;
	border-bottom:solid 1px #2f2f2f;
	background-color:#111
}
#nav ul {
	display:none;
	left:0px;
	position:absolute;
	top:30px;
	width:172px;
}
#nav li ul a {
	width:128px;
	height:auto;
	float:left;
	text-align:left;
	padding:0 21px;
}
#nav ul ul {
	top:auto;
	border-top:none;
}
#nav li ul ul {
	left:155px;
	top:0px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display:block;
}
#nav li ul a {
	border-top:none;
}
/*** END OF TOP ***/

/*** FRONT PAGE SLIDER ***/
#slideshow_container {
	height:281px;
	width: 990px;
	background-image:url(images/bg_slides_container.png);
	background-repeat:no-repeat;
	background-position: center top;
	clear:both;
	position:relative;
	z-index:1 !important;
	padding-top:10px;
}
#slideshow {
	width:920px;
	height:265px;
	margin:0 auto;
	overflow:hidden;
}
.slideshow_content {
	padding:13px;
}
.slide_image {
	width:480px;
	float:left;
}
.slide_text {
	width:364px;
	float:left;
	padding:20px 20px 10px 30px
}
.slide_text, .slide_text p, .slide_text ul {
	color:#fff;
	line-height:24px;
}
.slide_text a {
	color:#fff;
	text-decoration:underline;
}
.slide_text a:hover {
	color:#fff;
	text-decoration:none;
}
.slide_text h1, .slide_text h2, .slide_text h3 {
	font-size:20px;
	color:#fff;
	line-height:24px
}
/*** END OF FRONT PAGE SLIDER ***/

/*** HEADER ***/

#header_inner h1 {/*style color in theme_css.php*/
	font-size:35px;
	font-weight:bold;
	text-shadow: 0.1em 0.1em 0.1em black;
}
#headertext {
	padding:35px 0px 0px 40px;
}
/*** END OF HEADER ***/

/*** PORTFOLIO ***/
.maintext_portfolio {
	padding:0px 0px 0px 0px;
	width:936px;
}
.container_pf {
	float:left;
	margin:0px 10px 20px 5px;
	line-height:20px;
	text-align:center !important;
}
.box_pf {
	width:200px;
	border: 1px solid #ddd;
	text-align: center;
	padding: 6px 6px 6px 6px;
	margin: 10px 0px 4px 0px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.box_pf.nomargin {
	margin-right:0px;
}
.box_pf img {
}
/*** END OF PORTFOLIO ***/
/*** CONTENT ***/
#content {
	background-image:url("images/bg_content.png");
	background-repeat:no-repeat;	
	width:990px;
}
.single #content {
	padding:30px;
	width: 945px;
	float: left;
}
.hentry {}
#padding_content {
	padding:30px 25px 30px 25px;
	float:left
}
#topcontent {
	padding:0px 0px 20px 0px;
}
.boxtop {
	width:280px;
	float:left;
	padding:0px 0px 0px 0px;
}
.boxtop ul {
	list-style-type:none;
}
.boxtop li {
	list-style-type:none;
}
.linetop {
	background-image:url(images/linebox.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:112px;
	width:40px;
	float:left;
}
#maincontent {
	padding:0px 0px 0px 0px;
}
.sidebar_content_home h3 {
	font-size:18px;
}
.link_read {
	display:block;
	text-decoration:underline;
}
/* main */
#main {
	width:700px;
	float:left;
}
#maintext {
	padding:0px 40px 0px 0px
}
/* side */
#side {
	width:225px;
	float:left;
	padding-left:0px;
}
.sidebox {
	background-image:url(images/c_top.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#ededed
}
.c_bottomsidebox {
	background-image:url(images/c_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
.contentbox {
	padding:15px 15px 15px 15px;
	position:relative;
}
.contentbox h2 {
	color:#8b8b8b;
}
.contentbox .strip {
	position:absolute !important;
	right:0;
	top:0;
	background-image:url(images/strip.png);
	background-repeat:no-repeat;
	width:82px;
	height:82px;
}
ul.l2 {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
ul.l2 li {
	float:left;
	padding:0px 10px 10px 0px;
}
.but {
	vertical-align:middle;
}
.inputbox01 {
	width:190px;
	border:0px;
	vertical-align:top;
	padding:4px 4px 6px 3px;
	color:#999;
	background-image:url(images/input01.gif);
	background-repeat:no-repeat;
}
/*** END OF CONTENT ***/

/*****Forms*****/
form {
	margin:0;
	padding:0;
	font-family:Tahoma, Arial !important;
}
fieldset {
	border:0px;
}
.screenReader {
	left: -9999px;
	position: absolute;
	top: -9999px;
	margin:0px;
	padding:0px;
}
.thanks {
	background: #F2F3F6;
	border: 1px solid #7E8AA2;
	padding:10px;
}
#contactForm {
}
#contactForm ol.forms {
	float: left;
	list-style: none;
	margin: 0;
	width: 100%;
}
#contactForm ol.forms li {
	clear: both;
	float: left;
	margin-bottom: 18px;
	position: relative;
	width: 100%;
	list-style-type:none;
}
#contactForm ol.forms li.screenReader {
	margin:0px;
	padding:0px;
}
ol.forms label {
	cursor: pointer;
	display: block;
	font-weight:normal;
	padding:0px 20px 3px 0px;
	width: 100px;
}
ol.forms input {
	background-image:url(images/inputbox.gif);
	width:280px;
	background-repeat:no-repeat;
	padding:5px 5px 11px 5px;
	margin:0px;
	border:0px;
}
ol.forms textarea {
	background-image:url(images/bg_textarea.gif);
	background-repeat:no-repeat;
	border:0px;
	width:442px;
	height:110px;
	padding:8px;
	background-attachment:scroll;
}
ol.forms input:focus, ol.forms textarea:focus {
	border:solid 0px #b3b3b3;
}
.error {
	color: #f00;
}
ol.forms li .error {
	font-size: 10px;
	margin-left:0px;
}
ol.forms li.textarea .error {
	display: block;
	right: 0;
	top:80px;
	width:auto;
}
ol.forms li.screenReader {
	margin: 0;
}
ol.forms li.buttons button:hover {
	color: #222;
}
ol.forms li.buttons button:active {
	left: -1px;
	position: relative;
	top: -1px;
}
ol.forms li.buttons, ol.forms li.inline {
}
ol.forms li.inline input {
	width: auto;
}
ol.forms li.inline label {
	display: inline;
	float: none;
	width: auto;
}
/* End Form Elements */

/*** FOOTER ***/
#footer {
	width:990px;
	margin:0px auto;
	color:#cac9c9 !important
}
#footer p, #footer ul {
	color:#cac9c9 !important
}
#foot {
	padding:25px 0px 0px 0px;
}
#foot h3 {
	color:#cac9c9;
}
#foot a, #foot a:visited {
	color:#cac9c9;
	text-decoration:none;
}
#foot a:hover {
	text-decoration:underline;
}
#footleft {
	margin:0 auto;
	text-align:center;
	width:560px;
}
#footleft ul {
	list-style-type:none;
	margin:0px;
	padding:10px 0px 0px 0px;
}
#footleft ul li {
	list-style-type:none;
	display:inline;
	padding:0px 0px;
}
#footleft ul li a {
	border-left:1px solid #cac9c9;
}
#footleft ul li#home a {
	border:0px!important;
}
#footleft ul li a {
	padding:0px 1px 0px 5px;
}
#footright {
	float:left;
	width:400px;
}
#footright #bookmark {
	float:right;
	padding:0px 20px 0px 0px;
}
#footright ul {
	list-style-type:none;
	margin:0px;
	padding:0px 0px 0px 0px;
}
#footright ul li {
	list-style-type:none;
	float:left;
	margin-right:8px;
}
.copyright {
	padding-left:5px;
}
/*** END OF FOOTER ***/



/* Begin Typography & Colors */

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
.widecolumn {
	line-height: 1.6em;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
h2.pagetitle {
	font-size: 1.6em;
}
.sticky {
	background: #f9f9f9;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
/* End Typography & Colors */


/* Begin Sidebar */
#sidebar {
	padding:0px 0px 25px 20px;
	border-left: 1px dashed #CCC;
	width: 225px;
}
.single #sidebar {
	float: right;
}
#recentcomments {
	font-weight:bold;
}
#recentcomments a, #recentcomments a:visited {
	font-weight:normal;
}
#sidebar form {
	margin: 0;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 25px;
}
#sidebar ul p, #sidebar ul select {
	margin: 0px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 0px 0 0px 0px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px 0 0;
	padding: 0;
	border-bottom:solid 1px #e6e6e6;
}
#sidebar ul .contentbox ul li, #sidebar ul .contentbox ol li {
	margin: 0px 0 0;
	padding: 0;
	border-bottom:solid 1px #ccc;
}
#sidebar ul ul ul li {
	border:0px;
	margin-bottom:0px;
}
#sidebar h2 {
	font-family:Tahoma, Arial, Verdana;
	font-size:24px;
}
#sidebar ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-size:14px;
}
#sidebar ul .contentbox ul li {
	list-style-type:none;
	background-image:url(images/arrow_grey.gif);
	background-position:0 13px;
	background-repeat:no-repeat;
	padding:7px 20px
}
#sidebar ul li a, ul li a:visited {
	color:#474747;
	text-decoration:none;
}
/* End Sidebar */


/* Begin Structure */

.narrowcolumn {
	padding: 0 0 0px 0px;
	margin: 0px 0 0;
	width:680px;
}
.widecolumn {
	padding: 0px 0 0px 0;
	margin: 0px 0 0 0px;
	width:590px;
}
.post, div.page {
	margin:0 0 25px;
	padding:0px;
}
.title {
	margin-bottom:15px;
}
.title h2, .title h3, .title h2 a, .title h3 a, .title h2 a:visited, .title h3 a:visited {
	text-decoration:none;
	margin:0px 0px 10px 0px;
}
.title h2 a:hover, .title h3 a:hover {
}
.title_src, .title_src h2 {
	margin:0px;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: both;
}
.noborder .post {
	border:0px !important;
}
.twitter ul {
	margin:0px;
	padding:0px;
}
.twitter ul li {
	list-style:none
}
/* End Structure */



/* 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 Lists */

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 170px;
	padding: 2px;
	border:1px solid #ccc !important;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border:1px solid #ccc;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 80%;
	padding: 2px;
	border:1px solid #ccc;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#respond {
	padding-left:10px;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
	margin:0px;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */

/* WP-PageNavi */	
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 4px 4px 4px 4px!important;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #068ecb!important;
	color: #068ecb!important;
	line-height:30px;
}
.wp-pagenavi a:visited {
	padding: 4px 4px 4px 4px!important;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #068ecb!important;
	color: #068ecb!important;
}
.wp-pagenavi a:hover {
	border: 1px solid #077cb1!important;
	color: #077cb1!important;
}
.wp-pagenavi a:active {
	padding: 4px 4px 4px 4px!important;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ee9b52!important;
	color: #ee9b52!important;
}
.wp-pagenavi span.pages {
	padding: 4px 4px 4px 4px!important;
	margin: 2px 2px 2px 2px!important;
	color: #068ecb!important;
	border: 1px solid #068ecb!important;
}
.wp-pagenavi span.current {
	padding: 4px 4px 4px 4px!important;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #077cb1!important;
	color: #077cb1!important;
}
.wp-pagenavi span.extend {
	padding: 4px 4px 4px 4px!important;
	margin: 2px;
	border: 1px solid #068ecb!important;
	color: #068ecb!important;
}
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 270px;
}
#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;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
#today {
	font-weight:bold;
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
}
/* End Various Tags & Classes*/



/* 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;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.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 */


 


/* links */
a, a:visited, #nav .current_page_item a, #nav a:hover {
	color:#cc0000;
	text-decoration:none;
}
a:hover {
	color:#ea4848;
	text-decoration:underline;
}
/* heading */
h1, h2, h3, h4, h5 {
	margin-bottom:15px;
	font-family:Tahoma, Arial, Verdana;
	font-weight:normal;
	color:#cc0000;
}
/*** FRONT PAGE SLIDESHOW ***/
#slideshow_container {
	background-image:url(images/bg_slides_container.png);
	background-repeat:no-repeat;
	background-position: center top;
}
#slideshow {
	width:920px;
	height:265px;
	margin:0 auto;
	overflow:hidden;
	background-image:url(images/bg_slides_container2.png);
	background-repeat:no-repeat;
}
/*** CONTAINER ***/
#main_container {
	background-image:url(images/bg_container.gif);
	background-repeat:repeat-x;
	background-color:#fff;
	min-height:82%;
}
.page #main_container_inner , .single #main_container_inner , .search #main_container_inner {
	background-image:url(images/bg_container_inner.png);
	background-position: top center;
	background-repeat:repeat-x;
	background-color:#fff;
	min-height:82%;
}

.home #main_container_inner {
	background-image:url(images/bg_container_home.png);
	background-position: top center;
	background-repeat:repeat-x;
	background-color:#fff;
	min-height:82%;
}
#homeBanner {height:281px;
position:relative;
top:-30px;
.top: 10px;}
#fs-main {
clear: both;
margin:0 auto;
}
#bottom_container {
	background-image:url(images/bg_container_bottom.gif);
	background-repeat:repeat-x;
	height:112px;
}
/*** END OF CONTAINER ***/


/*** HEADER ***/

#header_inner h1 {
	color:#ffffff;
}
#header_inner {
	height:95px;
}
/** Sidebar **/
#sidebar ul ul li {
	list-style-type:none;
	background-image:url(images/arrow_large.gif);
	background-position:0 13px;
	background-repeat:no-repeat;
	padding:7px 20px
}
/* Begin Form Elements */

#sidebar #searchsubmit {
	padding: 1px;
	background-color:#cc0000;
	border:0px;
	color:#fff;
	font-weight:bold;
}
#commentform #submit {
	margin: 0 110px 5px auto;
	float: right;
	background-color:#cc0000;
	font-weight:bold;
	color:#fff;
	padding:5px;
	border:1px solid #fff;
	cursor:pointer;
}
ol.forms li.buttons button {
	background-image:url(images/but_send.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	border:0px;
	width:88px;
	height:32px;
	cursor:pointer;
}
/* WP-PageNavi */	
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 4px 4px 4px 4px!important;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #cc0000!important;
	color: #cc0000!important;
}
.wp-pagenavi a:visited {
	padding: 4px 4px 4px 4px!important;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #cc0000!important;
	color: #cc0000!important;
}
.wp-pagenavi a:hover {
	border: 1px solid #ea4848!important;
	color: #ea4848!important;
}
.wp-pagenavi a:active {
	padding: 4px 4px 4px 4px!important;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ea4848!important;
	color: #ea4848!important;
}
.wp-pagenavi span.pages {
	padding: 4px 4px 4px 4px!important;
	margin: 2px 2px 2px 2px!important;
	color: #cc0000!important;
	border: 1px solid #cc0000!important;
}
.wp-pagenavi span.current {
	padding: 4px 4px 4px 4px!important;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #ea4848!important;
	color: #ea4848!important;
}
.wp-pagenavi span.extend {
	padding: 4px 4px 4px 4px!important;
	margin: 2px;
	border: 1px solid #cc0000!important;
	color: #cc0000!important;
}

#wpcf7-f3-w3-o1 input {
width: 200px;
}

#lettertop {
	height: 105px;
	background: #fff url("images/img_letter_top.jpg") no-repeat bottom;
	font-size: 150%;
	font-weight: bold;
	padding: 10px 0 0 135px;
	text-align: center;
	line-height: normal;
}
#letter {
	background: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 0 10px 10px 10px;
	width: 496px;
	margin: 0px auto;
}

a.grey {
	font-size: 26px; 
	line-height: 29px; 
	color: #000000; 
	font-weight: bold;
}
a:hover.grey {
	text-decoration: none;
	color: #666;
}
.nowrap {
	white-space: nowrap;
}

.error404 #content h2 {
	padding-top: 2em;
	padding-bottom: 2em;
}

#wpcf7-f4-p528-o1, #wpcf7-f4-p689-o1 {
	background-color: #d5d9d7
	
}

#wpcf7-f4-p528-o1 input, #wpcf7-f4-p689-o1 input { 
	width: 175px;
	border: 1px solid #333;
	margin-right: 5px;
	background-color: #ffffcc;
	
}

#wpcf7-f4-p528-o1 input[type="submit"] {
	width: 75px;
	background-color: #efefef;
	border: 1px solid #6699ff;
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#wpcf7-f4-p689-o1 input[type="submit"] {
	width: 75px;
	background-color: #efefef;
	border: 1px solid #6699ff;
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


th {	font-weight: bold; }

.page-id-781 #padding_content {
	width: 920px;
	background: #EFEFEF url('images/mainbg.jpg') repeat-x;
	margin: 20px;
	border: 1px solid #000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	height: 470px;
	padding: 15px;
	}
	
.page-id-781 #padding_content h2 {
	font-weight: normal;
	text-align: center;
	font-size: 22px;
	color: #000;
	font-family: tahoma;
	padding-bottom: 5px;
	}
	
.page-id-781 #padding_content .narrowcolumn {
	width: 880px;
}	

.page-id-781 #ybox {
	width: 880px;
	background: #ffffcc url('images/boxbg.jpg') repeat-x top left;
	margin: 0px;
	border: 1px solid #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 15px;
	margin: 0px 5px;
	height: 360px;
	-moz-box-shadow: 5px 5px 2px #b3b2aa;
	-webkit-box-shadow: 5px 5px 2px #b3b2aa;
	box-shadow: 5px 5px 2px #b3b2aa;
	}

.page-id-781 #vbox {
	padding: 8px;
	border: 1px solid #000;
	background: #FFF;
	float: left;
	margin: 2px 10px 5px;
	width: 420px;
	}
	
.page-id-781 #rbox {
	padding: 8px 15px 0px;
	border: 1px solid #7992b1;
	background: #ebebeb;
	float: right;
	margin: 15px 30px 10px 0;
	width: 300px;
	}

.page-id-781 #rbox h2 {
	color: #FF0000;
	font-size: 22px;
	text-align: middle;
	padding: 0px;
	margin: 0px;
	}

.page-id-781 #rbox h3 {
	color: #000000;
	font-size: 18px;
	text-align: center;
	font-style: italic;
	display: block;
	float: left;
	line-height: 30px;
	margin: 10px 0px 10px 20px;
	}

.page-id-781 #rbox h3 span {
	font-size: 12px;
	font-weight: normal;
	}

.page-id-781 #bbox {
	float: right; 
	text-align: center; 
	margin: 20px 30px 0px 0px;
	}

.page-id-781 #bbox a.click {
	color: #0033ff; 
	text-decoration: underline; 
	margin: 0px 0px 0px 15px;
	display: block;
	padding: 0px;
	text-align: right;
	}

.page-id-781 #abox	{
	float: left; 
	width: 250px; 
	margin: 5px 20px 0 95px;
	padding: 5px; 
	font-size: 14px; 
	font-weight: normal; 
	color: #000; 
	font-family: tahoma; 
	text-align: justify;
	}
	
.vvqbox {
	padding; 0px!important;
	margin: 0px auto!important;
}


.page-id-781 .wpcf7-text {
	width: 175px;
	border: 1px solid #7f7f7f;
	}
	
.page-id-781 .wpcf7-form {
	margin-top: 10px;
	}
	
.page-id-781 .wpcf7-form p {
	margin-bottom: 10px;
	}
	
.page-id-781 .wpcf7-submit {
	background: #808080;
	border: 1px solid #000;
	color: #FFF;
	padding: 1px 4px;
	cursor: pointer;
}
