/*
Theme Name: Rosslare
Theme URI: http://rosslare.com/
Description: Rosslare Security Products, a division of Rosslare Enterprises Ltd. manufactures and markets high-quality security products through its worldwide offices and channel partners.
Author: http://webguy.co.il
Version: 1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin:0 0 0 0;
	width: 724px;
}

#container.one-column {
	width: 100%;
}

#content {
	margin: 0 0 0 30px;
}
#primary,
#secondary {
	float: left;
	overflow: hidden;
	width: 215px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 100%;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
 font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; 
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; 
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 970px;
}
#wrapper {
	margin-top: 0;
	padding: 0;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 12px;
}
#site-generator {
	float: right;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background:url(images/body.png) repeat-x; 
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],input[type="password"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a { outline:none; text-decoration:none; color:#D34B3E;}
a.no-color {color:#000 !important;}
a:active,
a:hover {
	color: #CB3E33;
	text-decoration:none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 25px 0 18px 2px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
}

/* This is the custom header image */
#branding img {
	clear: both;
	display: block;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: left;
	margin: 0 auto;
	width: 970px;
}


/* Top Menu*/
#access .menu-header { width:968px; height:37px; background:url(images/menu-bg.png) no-repeat;}

#access .menu-header .menu { padding:0 0 0 0px;}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left; background:url(images/msp.png) no-repeat right; line-height:36px; padding:0 1px 0 0;
	position: relative;
}
#access a {
	text-align:center; text-decoration:none; font-size:12px; color:#383838; display:block; height:36px; line-height:36px; text-shadow: 1px 1px 1px #fff; padding:0 27px
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 37px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
	text-align:left;
}
#access ul ul li a { text-align:left}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background:#848484;
	line-height: 1em;
	padding: 10px;
	width: 190px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background:url(images/menu-hover.png) repeat-x; color:#fff;  text-decoration:none; text-shadow: 1px 1px 1px #000;
}
#access li a:hover {background:url(images/menu-bg-on.png) no-repeat; color:#fff;  text-decoration:none; text-shadow: 1px 1px 1px #000;}
#access li+li a:hover { background-position:-122px 0;}

#access ul li:hover > ul {
	display: block;
}
#access ul li.current-page-ancestor > a,
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	background:url(images/menu-bg-on.png) repeat-x; color:#fff;  text-decoration:none; text-shadow: 1px 1px 1px #000;
	background-position:-122px 0;
}
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a,
#access ul li.current-category-ancestor > a { 
	background:url(images/menu-bg-on.png) no-repeat; color:#fff;  text-decoration:none; text-shadow: 1px 1px 1px #000;
}
#access ul li+li.current-menu-item > a, 
#access ul li.current-menu-parent > a,
#access ul li.current-category-ancestor > a { 
	background-position:-122px 0;
}

* html #access ul li.current-page-ancestor > a,
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	background:url(images/menu-hover.png) repeat-x; color:#fff;  text-decoration:none; text-shadow: 1px 1px 1px #000;
}

* html #access ul li.current-menu-item > a,
* html #access ul li.current-menu-parent > a,
* html #access ul li.current-category-ancestor > a { 
	background:url(images/menu-bg-on.png) no-repeat; color:#fff;  text-decoration:none; text-shadow: 1px 1px 1px #000;
}
* html #access ul li+li.current-menu-item > a,
* html #access ul li.current-menu-parent > a,
* html #access ul li+li.current-category-ancestor > a { 
	background-position:-122px 0;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
}
#content {
	margin-bottom: 36px;
	overflow:hidden;
	width:100%;
}
#content,
#content input,
#content textarea {
	color:#000;/*#646464;*/
	font-size: 12px;
	line-height: 16px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 10px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 0 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #D34B3E;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 0;
	text-transform:uppercase;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.cform input ,
.cform select {
	margin: 4px 0 2px 0 !important;
}
.cforms label {
	color:#000 !important;/*#8F8F8F*/
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888 !important;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .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: 0 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: 12px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
	list-style:none;
}
.widget-area ul li { list-style:none;}
.widget-area ul ul {
	margin-left: 0px;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 40px 0;
}
.widget-title {
	color:#D34B3E; font-size:13px; font-weight:normal; line-height:17px; padding:0 0 10px; text-transform:uppercase;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	color:#000;/*#646464;*/
}
.widget-area a:active,
.widget-area a:hover {
	color: #CB3E33;
}
.widget-area .entry-meta {
	font-size: 12px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 12px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0 0 0;
}
#main .widget-area ul ul {
	border: none;
	padding: 0;
}
#primary {
	font-size:11px;
	color:#000;/*#646464;*/
}
#secondary {
}
#primary ul li.flexipages_widget { border-bottom:3px solid #D34B3E; padding:0 0 15px 0;}
#primary ul li.flexipages_widget ul li a { color:#D34B3E; font-size:13px; font-weight:normal; line-height:17px; padding:0 0 10px; text-transform:uppercase;}
#primary ul li.flexipages_widget ul li ul li {border-bottom:1px dotted #E4A099;line-height:22px;margin:5px 0 0;padding:0 0 4px 0;}
#primary ul li.flexipages_widget ul li ul li a { font-size:11px; font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif; color:#000;/*#646464;*/ text-transform:none;}
#primary ul li.flexipages_widget ul li ul li a:hover {color:#D34B3E}
#primary ul li.flexipages_widget li.current_page_item a {color:#D34B3E}
#primary ul li.flexipages_widget li.current_page_item  ul li a {color:#000;/*#8F8F8F*/}

#primary ul li.flexipages_widget ul li ul li ul{ padding:0 0 0 5px;}
#primary ul li.flexipages_widget ul li ul li ul li { border:none; margin:0; padding:0 0 0 4px; margin:0 0 2px 0; border-left:solid 3px #dbdbdb;}
#primary ul li.flexipages_widget ul li ul li ul li:last-child { border-left:solid 3px #dbdbdb;}
#primary ul li.flexipages_widget ul li ul li ul li:hover {border-left:solid 3px #118338;}
#primary ul li.flexipages_widget ul li ul li ul li a:hover {color:#118338;}
#primary ul li.flexipages_widget ul li ul li ul li.current_page_item { border-left:solid 3px #118342}
#primary ul li.flexipages_widget ul li ul li ul li.current_page_item a { color:#118342;}


/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-top: 10px;
}
#colophon {
	border-top: 3px solid #D34B3E;
	overflow: hidden;
	padding: 11px 0 30px 0;
}
#site-info {
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

.green { color:#339966;}
h1.green { border-left:solid 12px #339966; padding:7px 0 7px 8px !important; color:#339966 !important;}
h1.darkBlue { border-left:solid 12px #365f91; padding:7px 0 7px 8px !important; color:#365f91 !important;}
h1.blue { border-left:solid 12px #0070c0; padding:7px 0 7px 8px !important; color:#0070c0 !important;}
h1.lightBlue { border-left:solid 12px #00b0f0; padding:7px 0 7px 8px !important; color:#00b0f0 !important;}
h1.red { border-left:solid 12px #ff0000; padding:7px 0 7px 8px !important; color:#ff0000 !important;}
h1.bourdo { border-left:solid 12px #cc0000; padding:7px 0 7px 8px !important; color:#cc0000 !important;}

.home #main { padding:0;}
/* ===================================================== HOME PAGE ===================================================== */
.contenthd {background:url(images/contenthd.png) no-repeat; width:970px; height:308px; margin-top:10px;}
.contenthd .center { width:867px; height:207px; margin:auto; position:relative; padding:47px 0 0 0;}
.contenthd .center .post {/*color:#fff;*/ position:relative; width:867px; height:207px; overflow:hidden;}
.contenthd .center .post .desc { position:absolute; width:380px; top:43px; left:38px;}
.contenthd .center .post .desc h1 { padding:0 0 0 7px; color:#fff; font-size:16px; margin-bottom:10px; }
.contenthd .center .post .desc p { line-height:16px; font-size:11px;}
.contenthd .center .post .desc a { color:#666 !important;/*color:#107A3E;*/ text-decoration:none;}
.contenthd .center .points { clear:both; overflow:hidden; padding:11px 0 0 0px; text-align: center;}
#pagerslides {margin:auto;}
#pagerslides a {text-indent: -9999px; background: url(images/blackpoint.png) no-repeat; width:29px; height:26px; display:block; float:left}
#pagerslides a.activeSlide {background: url(images/redpoint.png) no-repeat;}

#content .pages { float:left;}
#content .pages .pageshd {background:url(images/pageshd.png) no-repeat; width:724px; height:8px; overflow:hidden}
#content .pages .pagesct {background:url(images/pagesct.png) repeat-y; width:654px; height:auto; padding:27px 35px; min-height:550px}
#content .pages .pagesft {background:url(images/pagesft.png) no-repeat; width:724px; height:8px}
#content .pages .pagesct h1 { font-size:18px; padding:0 0 15px 0;}
#content .pages .pagesct h2 {font-size:12px; color: #000;/*#646464;*/ padding:10px 0 0 0; font-weight:bold; margin:0;}
#content .pages .pagesct img { border:solid 1px #dadada; padding:5px; max-width:450px}

#content .pages .pagesct .post { clear:both; padding:0 0 25px 0; overflow:hidden;}
#content .pages .pagesct .post h1 { text-transform:uppercase; font-size:16px; margin:0 0 17px 0;}
#content .pages .pagesct .post .thumb { float:left;}
#content .pages .pagesct .post img {float:left; margin-right:15px}

/* ===================================================== Sidebar Partners Login Form ===================================================== */
.widget_wp_sidebarlogin li { border-bottom:1px dotted #E4A099; padding:5px 0 4px 0;}
.widget_wp_sidebarlogin p, #loginform1 p { padding:3px 0; margin:0;}
.widget_wp_sidebarlogin .mid, #loginform1  #user_login1, #user_pass1 {background:none repeat scroll 0 0 #CFCFCF;border:medium none;height:22px;width:182px; padding:0 5px !important;}
.widget_wp_sidebarlogin p.rememberme #rememberme { margin-left:0px;}
.widget_wp_sidebarlogin p.submit #wp-submit, #loginform1 #wp-submit1 { width:120px; height:24px; background:#d34b3e; font-size: 12px; color:#fff; border:none; margin:0; cursor:pointer;}
.widget_wp_sidebarlogin .sidebarlogin_otherlinks li { float:left; border:none;}
.widget_wp_sidebarlogin .sidebarlogin_otherlinks li a, ul.tml-action-links li a {color:#D34B3E !important}
.widget_wp_sidebarlogin #login_error { font-size:10px; line-height:12px; color:#F00;}

.widget_links li { clear:both; border-bottom:1px dotted #E4A099;}
.widget_links li a { display:block; padding:8px 0 8px 0;}
.widget_links li a img {  float:left; padding:0 5px 0 0; margin:-3px 0 0 0;}


#content .page-heading-title { width:724px; height:auto; margin-bottom:8px; overflow:hidden;}
#content .page-heading-title .imag {float:left; width:153px; height:144px; margin:0 0 0 2px}
#content .page-heading-title .bgd { background:url(images/bgdgrey.png) no-repeat; width:558px; height:144px; float:left; margin-left:9px; text-align:right;}
#content .page-heading-title .bgd h1 {font-size:18px; color:#fff; padding:65px 40px 0 0}

/* ===================================================== Board of Directors/Management Form ===================================================== */
#content .pages .pagesct.team .post-team { width:100%; clear:both; overflow:hidden; margin:0 0 25px 0;}
#content .pages .pagesct.team .post-team .thumb  { float:left;}
#content .pages .pagesct.team .post-team .info  { float:left;}
#content .pages .pagesct.team .post-team h2  {color: #000;/*#646464;*/ font-size: 12px; text-transform: uppercase;}
#content .pages .pagesct.team .post-team img {float:left; margin-right:15px}
#content .pages .pagesct h1.entry-title span { color: #000;/*#646464;*/ font-size: 14px; }

/* ---------- EVENTS Page ---------- */
#content .pages .event { clear:both; overflow:hidden; padding:0 0 25px 0;} 
#content .pages .event .calendar {width:31px; height:28px; padding:5px 10px; border-right:1px dotted #d34b3e;float:left}
#content .pages .event .calendar img { border:none; padding:0;}
#content .pages .event .info { float:left; padding:0 0 0 10px; width:590px;}
#content .pages .event .info .date {color:#d34b3e; padding:0; font-size:10px; margin:0;}
#content .pages .event .info h2 { padding:0;}
#content .pages .event .info p a {display:block;}

/* ---------- Support-Overview Page ---------- */
#content.support .pages .pagesct .post { clear:both; overflow:hidden; padding:0 0 15px;}
#content.support .pages .pagesct .post h2 { text-transform:uppercase;}

/* ===================================================== Careers Page ===================================================== */
#content .pages .job { clear:both; overflow:hidden; padding:0 0 25px 0;} 
#content .pages .job .icon {width:31px; height:28px; padding:5px 10px; border-right:1px dotted #d34b3e;float:left}
#content .pages .job .icon img { border:none; padding:0;}
#content .pages .job .info { float:left; padding:0 0 0 10px; width:590px;}
#content .pages .job .info .position {color:#d34b3e; padding:0; font-size:10px; margin:0;}
#content .pages .job .info h2 { padding:0; text-transform:uppercase; font-weight:normal;}
#content .pages .job .info h4 { padding:0; color: #000;/*#646464;*/ margin:0;}
#content .pages .job .info p a {display:block;}
#content .pages .job .info ul { margin:0 0 10px 0;}
#content .pages .job .info ul li { list-style:none; background:url(images/arrow.jpg) no-repeat left; padding:1px 0 1px 10px;}
#content .pages .job .info .apply a { background:#d34b3e; color:#fff; display:block; padding:2px 10px; float:left}

/* ---------- HomePage Styles ---------- */
.home #container { width:970px; margin:auto;}
.home #container #content { width:970px; margin:0 0 36px 0;}
.home #container #content .login-zone { overflow:hidden; border-top:3px solid #D34B3E;height:auto;padding:20px 40px 0 35px;width:192px;}
.home #container #content .login-zone li {list-style:none; }

#content.homepage h2 {color:#D34B3E;font-size:13px;font-weight:normal;line-height:17px;padding:0 0 10px; margin:0;}
#content .left { width:264px; float:left}
#content .left .qlinks { width:222px; height:321px; padding:35px 37px 0 5px}
#content .left .qlinks ul {margin:0; list-style:none;}
#content .left .qlinks li { clear:both; } 
#content .left .qlinks li ul li {border-bottom:1px dotted #E4A099;}
#content .left .qlinks li ul li a { display:block; padding:8px 0 8px 0; color:#000;/*#8F8F8F*/}
#content .left .qlinks li ul li a:hover { color:#D34B3E;}
#content .left .qlinks li ul li a img {  float:left; padding:0 5px 0 0; margin:-3px 0 0 0;}
#content .left .news { width:222px; height:auto; padding:0px 40px 0 5px; border-top:3px solid #d34b3e; text-align:center;}
#content .left .news .reg {display:block; width:62px; height:20px; background:#d34b3e; text-align:center; color:#fff; line-height:20px; font-size:11px;}

#content .middle { width:446px; float:left}
#content .middle .product { height:300px; width:446px; padding:35px 0 0 0; overflow:hidden; }
#content .middle .product h2 {padding-left:5px}
#content .middle .product .pcarousel {padding-top:15px; overflow:hidden}
#content .middle .product .pcarousel #pcarousel-slides { float:left; width:306px;}
#content .middle .product .pcarousel .larr {float:left; width:68px; height:143px}
#content .middle .product .pcarousel .pic {float:left; width:132px; height:143px}
#content .middle .product .pcarousel .pic img { max-width:120px;}
#content .middle .product .pcarousel .rarr {float:left; width:72px; height:143px}
#content .middle .product .pcarousel .tx {float:left; width:174px; height:143px}
#content .middle .product .pcarousel .tx p { line-height:14px;}
#content .middle .product .pcarousel .tx h2 { padding: 0 0 2px 0; color:#000; text-transform:uppercase}
#content .middle .product .pcarousel .tx a {color:#d34b3e; text-decoration:none}

#content .middle .product .subct {background:url(images/subsh.jpg) no-repeat; width:446px; height:49px; line-height:49px; font-size:10px}
#content .middle .product .subct h2 {float:left; padding:0 5px 0 17px;line-height:46px;}
#content .middle .product .subct span {color:#3f3e3e; padding:0 5px 0 0;}
#content .middle .product .subct small { font-size:12px; padding:0 0 0 5px; color:#000;/*#949393;*/}
#content .middle .product .subct small a {color:#000;/*#949393;*/}
#content .middle .product .subct .news-slider { float:left; width:360px; height:49px;}
#content .middle .product .subct .news-slider .snews { background:url(images/subsh-x.jpg) repeat-x;}
#content .middle .with {background:url(images/with.png) no-repeat; width:386px; height:145px;padding:30px}

#content .right { width:257px; float:left; margin-left:-3px;}
#content .right .revents { width:192px; height:321px; padding:35px 40px 0 35px; background:url("images/tagline.jpg") no-repeat scroll 15px 297px transparent;}
#content .right .event img {float:left; padding-right:10px}
#content .right .event a { display:block;}

/* ===================================================== Login Form ===================================================== */
#content .login-zone { overflow:hidden; padding:10px 0 0 0; }
#content .login-zone h2 { color:#D34B3E !important; font-size:13px; font-weight:normal !important; line-height:17px; padding:0 0 10px !important; text-transform:uppercase;}
#content .login-zone p { padding:3px 0; margin:0;}
#content .login-zone .mid {background:none repeat scroll 0 0 #CFCFCF;border:medium none;height:22px;width:182px; padding:0 5px !important; margin:0;}
#content .login-zone p.rememberme #rememberme { margin-left:0px;}
#content .login-zone p.submit #wp-submit { width:120px; height:24px; background:#d34b3e; font-size: 12px; color:#fff; border:none; margin:0; cursor:pointer;}
#content .login-zone input { margin:0;}
#content .login-zone .sidebarlogin_otherlinks { margin:0;}
#content .login-zone .sidebarlogin_otherlinks li { float:left; border:none; list-style:none;}
#content .login-zone .sidebarlogin_otherlinks li a {color:#D34B3E}
#content .login-zone #login_error { font-size:10px; line-height:12px; color:#F00;}
#content .login-zone a {color:#000;/*#8F8F8F*/}
#content .login-zone a:hover {color:#D34B3E}

/* ===================================================== Products Page ===================================================== */
#content .pages .pagesct.products-list h1 { font-size:18px; color:#c44538; text-transform:uppercase; margin:0; padding:0;}
#content .pages .pagesct.products-list h2,
#content .pages .pagesct.products-list h2 a { font-size:11px; color:#118341; font-weight:normal; text-transform:uppercase; padding:10px 0 30px 0; }
#content .pages .pagesct.products-list .post h2 { color:#d34b3d; font-size:12px; font-weight:normal; border-bottom:dotted 1px #d34b3d; padding:5px 0; margin:0 0 5px 0;}
#content .pages .pagesct.products-list .post .thumb img { border:none;}
#content .pages .pagesct.products-list .post .info { float:left; padding:10px 0 0 0; width:100%}
#content .pages .pagesct.products-list .post .info .post-thumb { min-width:145px; height:145px; padding:4px; line-height:145px; border:1px solid #DADADA; float:left; text-align:center; overflow:hidden;}
#content .pages .pagesct.products-list .post .info .post-thumb img {max-width:145px; border:none; padding:0; float:none; margin:0; vertical-align:middle;}
#content .pages .pagesct.products-list .post .info .post-excerpt { width:475px; float:right;}
#content .pages .pagesct.products-list .post .info .post-excerpt.no-thumb { width:100%; float:none;}

/*#content .pages .pagesct.products-list .post .info a { display:block; padding:10px 0 0 0;}
#content .pages .pagesct.products-list .post .info img { }*/
#content .pages .pagesct.products-individual h1 {border-bottom:dotted 1px #d34b3d; padding:5px 0; margin:0 0 10px 0;}
#content .pages .pagesct.products-individual h3 {color: #000;/*#646464;*/ padding:10px 0 0 0; font-size:12px; font-weight:bold; text-transform:uppercase; margin:0 0 5px 0;}
#content .pages .pagesct.products-individual ul {margin:0 0 18px 5px;}
#content .pages .pagesct.products-individual ul li { list-style:none; background:url(images/arrow.jpg) no-repeat left 6px; padding:1px 0 1px 10px;}
#content .pages .pagesct.products-individual .breadcrumb h1 { border-bottom:none; padding:0 0 10px 0; margin:0; color:#d34b3d;}
#content .pages .pagesct.products-individual .breadcrumb { font-size:12px; padding:0 0 20px 0; text-transform:uppercase; font-weight:bold;}
#content .pages .pagesct.products-individual .breadcrumb  a {color:#107A3E;}
#content .pages .pagesct.products-individual .entry-content { width:468px; float:left; overflow:hidden;}
#content .pages .pagesct.products-individual .related { width:166px; float:right; overflow:hidden;}
#content .pages .pagesct.products-individual .related h2 { text-transform:uppercase; padding:10px 0 20px 0;}
#content .pages .pagesct.products-individual .related ul { margin:0; }
#content .pages .pagesct.products-individual .related ul li { padding:0 0 20px 0; background:none;}
#content .pages .pagesct.products-individual .related ul li a.title {border-bottom:1px dotted #D34B3E;color:#D34B3E;font-size:12px;padding:0 0 5px; display:block; font-weight:bold;}
#content .pages .pagesct.products-individual .related img { border:none; padding:10px 0; max-width:160px;}

/* ===================================================== Widget Nav menu ===================================================== */
.widget_nav_menu { border-bottom:3px solid #D34B3E; padding:0 0 15px 0;}
.widget_nav_menu ul li {border-bottom:1px dotted #E4A099;line-height:22px;margin:5px 0 0;padding:0 0 4px 0;}
.widget_nav_menu ul li a { font-size:11px; font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif; color:#000;/*#646464;*/ text-transform:none;}
.widget_nav_menu ul li ul li a:hover {color:#D34B3E}
.widget_nav_menu ul li.current_page_item a {color:#D34B3E}
.widget_nav_menu ul li.current-menu-parent  ul li a {color:#000;/*#8F8F8F*/}
.widget_nav_menu ul li.current_page_item  ul li a {color:#000;/*#8F8F8F*/}
.widget_nav_menu ul li.current-menu-parent a {color:#D34B3E}
.widget_nav_menu ul li.current-menu-item a {color:#D34B3E}
.menu li ul li.current-cat a {color:#118341;}
.menu li ul li.current-cat {border-left:solid 3px #118342 !important;}
.menu li a span.active { color:#C44538}
.menu li ul {display:none;}
.menu li ul .current-cat-parent {border-left:3px solid #118342 !important}
.menu li ul .current-cat-parent a {color: #118342 !important}
.menu li ul .used-cat-parent, .menu li ul .used-cat {border-left:3px solid #118342 !important  }
.menu li ul .used-cat-parent a, .menu li ul .used-cat a {color: #118342 !important}

#main .widget_nav_menu ul li ul{ padding:0 0 0 5px; }
#main .widget_nav_menu ul li ul li { border:none; margin:0; padding:0 0 0 4px; margin:0 0 2px 0; border-left:solid 3px #dbdbdb;}
#main .widget_nav_menu ul li ul li { line-height:16px;}
#main .widget_nav_menu ul li ul li:last-child { border-left:solid 3px #dbdbdb;}
#main .widget_nav_menu ul li ul li:hover {border-left:solid 3px #118338;}
#main .widget_nav_menu ul li ul li a:hover {color:#118338;}
#main .widget_nav_menu ul li ul li.current-menu-item, #main .widget_nav_menu ul li ul li.current-category-ancestor { border-left:solid 3px #118342}
#main .widget_nav_menu ul li ul li.current-menu-item, #main .widget_nav_menu ul li ul li.current-category-ancestor a { color:#118342;}
#main .widget_nav_menu ul li ul li.current-products-ancestor, #main .widget_nav_menu ul li ul li.current-menu-parent { border-left:solid 3px #118342}
#main .widget_nav_menu ul li ul li.current-products-ancestor a, #main .widget_nav_menu ul li ul li.current-menu-parent a {color:#118342;}

/* ===================================================== Header Search & Languages Styles ===================================================== */
#header .search {float:right; margin-right:11px; margin-top:18px}
#header .search input {width:60px; height:24px; background:#d34b3e; font-size: 12px; color:#fff; border:none; margin:0 0 0 5px; cursor:pointer;}
#header .search #s {width:157px; height:24px; background-color:#dedede; border:none; margin-left:12px; line-height:24px; border:none; color:#000;}
#header .languages {float:right; margin-right:11px; margin-top:22px}
#header .languages a {margin-left:4px; margin-top:5px; float:left;}
#header #google_translate_element {
	float:right;
	position:relative;
	top:20px;
}

#header #google_translate_element .goog-te-gadget-simple{
	background-color:#DEDEDE;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-style:normal;
}
#header #google_translate_element .goog-te-gadget-simple a{
	color:#000;/*#646464;*/
}
#header #google_translate_element .goog-te-gadget-simple img{
	display:inline;
}
/* ===================================================== Search Results Page Styles ===================================================== */
.search-results .hentry { padding:0 0 5px 0; border-bottom:dotted 1px #D34B3E; margin:0 0 20px 0;}

/* ===================================================== Footer Styles ===================================================== */
#footer #site-info .copyright { float:left; color:#000;/*#8F8F8F*/}
#footer #site-info .menu-footer-links-container { float:left; padding:0 0 0 10px;}
#footer #site-info .menu-footer-links-container ul { margin:0;}
#footer #site-info .menu-footer-links-container ul li { list-style:none; float:left; border-left:solid 1px #000;/*#646464;*/ padding:0 10px;}
#footer #site-info .menu-footer-links-container ul li a { color:#D34B3E}

/* EVAL FORM */
div#curtain{ background:url(images/curtainbg.png); height:1000px; width:100%; position:absolute; top:0; z-index:999; display:none;}
div#evalcontainer {text-align:left;position:absolute;overflow:hidden;width:500px;height:370px;left:60%;top:20%;margin-left:-400px;border:3px solid orange;background:#F6F3F1;z-index:1000;display:none;font-size:80%;}
div#evalcontainer h2{margin:0 0 10px 0;padding:15px;background:#FFEE82;border-bottom:1px solid #C6B865; position:relative;}
div#evalcontainer p {margin:0;}
div#evalcontainer label{width:120px;float:left;text-align:right;margin-right:10px;}
div#evalcontainer input[type=text]{width:150px;border:1px solid #ccc;background:#FFFBF4;}
div#evalcontainer select, div#evalcontainer textarea{border:1px solid #ccc;background:#FFFBF4;}
div#evalcontainer input[type=text]:focus{background:#fff;}
div#evalContact {border:1px solid #ccc;float:left;width:380px;margin:20px 0 43px 12px;}
div#evalSite {border:1px solid #ccc;clear:left;float:left;width:380px;margin:12px 0 0 12px;}
div#evalUte {border:1px solid #ccc;float:right;width:380px;margin:20px 12px 0 0;}
#evalZip{width:67px !important;}
#evalNotes{height:100px;margin:0 0 0 12px;}
#evalSubmit {padding:0 20px;text-shadow:0 0 2px #000;color:#fff;background:url('images/evalsubmitbg.png');border:1px solid #382213;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;font-family:'arial black';font-size:18px;margin:10px 12px 15px 0;float:right;}
#evalClose {float:right;margin:3px 3px 0 0;border:none !important; position:absolute; right:5px; top:5px; z-index:99999;}
#evalClose img{border:none !important;}
div#evalcontainer .wpcf7 { padding:15px;}
/* END EVAL FORM */


#content .wp-paginate { margin:0;}
#content .wp-paginate .current { background:#D34B3E;}

.slider_link{ color: #ffffff!important; text-decoration:none!important;font-weight:bold;}

/* FAQ PAGE */
h3.arconix-faq-term-title{
	color:#D34B3E !important;
}
.arconix-faq-title{
	font-size:12px !important;
	
}
.arconix-faq-content p{
	color:gray;
}

/* content-single UL*/
.content-single ul{
	float:left;
	margin-right:20px;
}
#registerform {
	position:relative;
}
.g-recaptcha {
	position:absolute;
	right:0;	
}
.wpcf7{

}
.wpcf7 p{
margin-bottom:0px !important;
color:#888;
}
.wpcf7 .entry-content input {
margin-bottom:5px !important;
}
.entry-content input{
margin-bottom:5px !important;
}
span.wpcf7-not-valid-tip{
margin-bottom:5px !important;
}
.events-slider {
    max-height: 215px;
    overflow: hidden;
}