/* |-------------------------------------------| RADU MIHAI |-------| */
/* |-------------------------------------------| MAR/05/2013 |------| */


/* |-------------------------| SUMMARY |----------------------------| */

/* |-------------------------| FIREFOX TABLE FONT FIX |-------------| */
/* |-------------------------| HTML,BODY |--------------------------| */
/* |-------------------------| BODY CONTAINER |---------------------| */
/* |-------------------------| CONTAINER |--------------------------| */
/* |-------------------------| COURTESY LINKS |---------------------| */
/* |-------------------------| HEADER |-----------------------------| */
/* |-------------------------| MAIN MENU |--------------------------| */
/* |-------------------------| DROP DOWN MENU |---------------------| */
/* |-------------------------| LANDING PAGE MENU |------------------| */
/* |-------------------------| CONTENT |----------------------------| */
/* |-------------------------| TOP & BOTTOM |-----------------------| */
/* |-------------------------| COLUMN CONTAINERS |------------------| */
/* |-------------------------| COLUMN |-----------------------------| */
/* |-------------------------| SIDE-MENU |--------------------------| */
/* |-------------------------| DIV.BLOCK |--------------------------| */
/* |-------------------------| DIV.PAD |----------------------------| */
/* |-------------------------| CONTENT PANELS |---------------------| */
/* |-------------------------| FOOTER |-----------------------------| */
/* |-------------------------| HEADINGS |---------------------------| */
/* |-------------------------| LINKS |------------------------------| */
/* |-------------------------| LISTS |------------------------------| */
/* |-------------------------| BLOG |-------------------------------| */
/* |-------------------------| FORMS |------------------------------| */
/* |-------------------------| OTHER HTML ELEMENTS |----------------| */
/* |-------------------------| CUSTOM ELEMENTS |--------------------| */
/* |-------------------------| CMS ELEMENTS |-----------------------| */
/* |-------------------------| CLEARFIX FIX |-----------------------| */
/* |-------------------------| MOBILE OPTIMIZATION |----------------| */






/* |-------------------------| FIREFOX TABLE FONT FIX |-------------| */
table,td {
	font-family: inherit !important;
	font-size: inherit !important;
}

/* |-------------------------| HTML,BODY |--------------------------| */
html,body#Body {}

/* |-------------------------| BODY CONTAINER |---------------------| */
#foxboro_body {}

/* |-------------------------| CONTAINER |--------------------------| */
#foxboro_container {
	overflow: visible !important;
	-webkit-box-shadow: 0 0 8px #545454;
	-khtml-box-shadow: 0 0 8px #545454;
	-moz-box-shadow: 0 0 8px #545454;
	box-shadow: 0 0 8px #545454;
}

/* |-------------------------| COURTESY LINKS |---------------------| */
#foxboro_courtesy_links {
	overflow: hidden;
	background: #0A0A0A url(images/template/clinks_bg.png) bottom repeat-x !important;
	padding: 4px 0 2px;
}

#foxboro_courtesy_links,
#foxboro_courtesy_links a {
	font-size: 12px !important;
	line-height: 26px !important;
}

#foxboro_courtesy_links a {
	margin: 0 8px;
}

#foxboro_courtesy_links a:hover {}

div#clinks {
	float: right;
}

/* |-------------------------| HEADER |-----------------------------| */
#foxboro_header {
	overflow: hidden;
}

#foxboro_header span.logo {}

#foxboro_header span.logo a {}

/* |-------------------------| MAIN MENU |--------------------------| */
#foxboro_menu {}

#foxboro_menu div.radmenu {
	white-space: normal !important;
	width: 100%;
	background: url(images/template/menu_bg.png) top;
}

#foxboro_menu ul.rootGroup {
	width: auto;
	padding: 0 10px;
}

#foxboro_menu li.item {
	white-space: nowrap;
}

#foxboro_menu ul.rootGroup > li {
	padding: 0 2px 0 0;
	background: url(images/template/menu_sep.png) right top no-repeat;
}

#foxboro_menu ul.rootGroup > li > a {
	background: none !important;
}

#foxboro_menu ul.rootGroup > li > a:hover,
#foxboro_menu ul.rootGroup > li > a:focus,
#foxboro_menu ul.rootGroup > li > a.focused,
#foxboro_menu ul.rootGroup > li > a.expanded,
#foxboro_menu ul.rootGroup > li > a.selectedtab {}

#foxboro_menu ul.rootGroup > li > a span {
	padding-top: 1px !important;
	padding-bottom: 0 !important;
	line-height: 50px;
	font-size: 11pt;
	font-weight: normal;
}

/* |-------------------------| DROP DOWN MENU |---------------------| */
#foxboro_menu div.slide div.slide {
	margin-top: -1px;
	margin-left: -1px;
}

#foxboro_menu ul.group {
	border: 1px solid #222;
	border-bottom: none;
}

#foxboro_menu ul.group li {}

#foxboro_menu ul.group li a {
	border-bottom: 1px solid #222;
	background: #000 !important;
}

#foxboro_menu ul.group li a span {
	display: block;
	min-width: 230px;
	padding: 0 10px !important;
	line-height: 30px;
	font-size: 11pt;
	font-weight: normal;
}

/* |-------------------------| LANDING PAGE MENU |------------------| */
#foxboro_menu div.NavHidden {}

#foxboro_menu div.NavHidden ul.rootGroup {
	display: none !important;
}

/* |-------------------------| CONTENT |----------------------------| */
#foxboro_content {}

/* |-------------------------| TOP & BOTTOM |-----------------------| */
#foxboro_top,
#foxboro_bottom {
	overflow: hidden;
}

#foxboro_top {}

#foxboro_top #dnn_TopPane {}

#foxboro_bottom {}

#foxboro_bottom #dnn_BottomPane {}

/* |-------------------------| COLUMN CONTAINERS |------------------| */
#foxboro_one-column,
#foxboro_two-column,
#foxboro_two-column-right,
#foxboro_three-column,
#foxboro_two-eq-column,
#foxboro_three-eq-column {
	padding: 30px 0;
	overflow: hidden;
}

#foxboro_two-column {
	background: url(images/template/two-column_bg.png) left repeat-y;
}

#foxboro_two-column-right {
	background: url(images/template/two-column-right_bg.png) right repeat-y;
}

#foxboro_three-column {
	background: url(images/template/three-column_bg.png) left repeat-y;
}

#foxboro_two-eq-column {
	background: #eee url(images/template/two-eq-column_bg.png) center repeat-y;
}

#foxboro_three-eq-column {
	background: url(images/template/three-eq-column_bg.png) left repeat-y;
}

/* |-------------------------| COLUMN |-----------------------------| */
#foxboro_col1,
#foxboro_col2,
#foxboro_col3 {
	overflow:  hidden;
}

#foxboro_col1 {
	min-height: 1px;
	_height: 1px;
	_overflow-y: visible;
}

#foxboro_col2 {
	min-height: 200px;
}

#foxboro_two-column #foxboro_col1,
#foxboro_two-column-right #foxboro_col3 {
	width: 319px;
}

#foxboro_three-column #foxboro_col1,
#foxboro_three-column #foxboro_col3 {
	width: 239px;
}

#foxboro_two-column #foxboro_col1,
#foxboro_three-column #foxboro_col1 {
	padding-right: 2px;
}

#foxboro_two-column-right #foxboro_col3,
#foxboro_three-column #foxboro_col3 {
	padding-left: 2px;
}

#foxboro_two-column #foxboro_col2,
#foxboro_two-column-right #foxboro_col2 {
	width: 639px;
}

#foxboro_three-column #foxboro_col2 {
	width: 478px;
}

#foxboro_two-eq-column #foxboro_col1,
#foxboro_two-eq-column #foxboro_col3 {
	width:  !important;
}

#foxboro_three-eq-column #foxboro_col1 {
	width: 319px;
}

#foxboro_three-eq-column #foxboro_col2 {
	width: 318px;
	padding: 0 0 0 2px;
}

#foxboro_three-eq-column #foxboro_col3 {
	width: 319px;
	padding: 0 0 0 2px;
}

/* |-------------------------| SIDE-MENU |--------------------------| */
#foxboro_side-menu_top,
#foxboro_side-menu_bottom {
	_display: none !important;
}

/* |-------------------------| DIV.BLOCK |--------------------------| */
#foxboro_content div.block {
	margin: 0 0 30px !important;
}

#foxboro_content div.block,
#foxboro_content div.block p,
#foxboro_content div.block li {
	font-size: 1em !important;
	line-height: 142% !important;
}

/* |-------------------------| DIV.PAD |----------------------------| */
#foxboro_content div.block div.pad {
	margin: 0 !important;
	padding: 0 20px !important;
	background: none !important;
}

#foxboro_content #foxboro_two-column div.block div.pad {}

#foxboro_content #foxboro_two-column-right div.block div.pad {}

#foxboro_content #foxboro_three-column #foxboro_col1 div.block div.pad {}

#foxboro_content #foxboro_three-column #foxboro_col3 div.block div.pad {}

#foxboro_one-column #foxboro_col2 div.pad,
#foxboro_two-column #foxboro_col2 div.pad,
#foxboro_two-column-right #foxboro_col2 div.pad,
#foxboro_three-column #foxboro_col2 div.pad {
	padding: 0 20px;
}

#foxboro_three-eq-column #foxboro_col2 div.pad {
	padding: 0;
}

#foxboro_content #foxboro_two-eq-column div.block div.pad,
#foxboro_content #foxboro_three-eq-column div.block div.pad {}

/* |-------------------------| CONTENT PANELS |---------------------| */
#foxboro_one-column #dnn_ContentPane div[id$="ContentPane"],
#foxboro_two-column #dnn_ContentPane div[id$="ContentPane"],
#foxboro_two-column-right #dnn_ContentPane div[id$="ContentPane"],
#foxboro_three-column #dnn_ContentPane div[id$="ContentPane"] {
	padding: 0 0 30px;
}

/* |-------------------------| FOOTER |-----------------------------| */
#foxboro_footer {
	width: auto !important;
	padding: 63px 20px 22px;
	font-size: 8pt !important;
	line-height: 14px !important;
	background: #000 url(images/template/footer_logo.png) center top no-repeat !important;
}

#foxboro_footer,
#foxboro_footer div.clear {}

#foxboro_footer div.clear {
	display: none;
}

#foxboro_footer a,
#foxboro_footer span,
#foxboro_footer p {
	font-size: inherit !important;
	line-height: inherit !important;
}

#foxboro_footer span#dnn_dnnLINKS_lblLinks {}

#foxboro_footer span#footerContainer {}

#foxboro_footer p.copyright {}

#foxboro_footer a:hover {
	color: #fff !important;
	text-decoration: none !important;
}

/* |-------------------------| HEADINGS |---------------------------| */
#foxboro_col2 h1 {
	margin: 0 0 15px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 18pt;
	line-height: 1.05;
	font-weight: bold;
	letter-spacing: -1px;
}

#foxboro_col2 #dnn_ContentPane div[id$="ContentPane"] h1 {
	margin: 10px 0;
	padding: 0;
	border: none;
}

#foxboro_col2 h2 {
	margin: 10px 0;
	font-size: 14pt;
	line-height: 1.05;
	font-weight: bold;
	letter-spacing: -1px;
}

#foxboro_col2 h3 {
	margin: 10px 0;
	font-size: 12pt;
	line-height: 1.05;
	font-weight: bold;
}

#foxboro_col2 h4 {
	margin: 10px 0;
	font-size: 10pt;
	line-height: 1.05;
	font-weight: bold;
}

#foxboro_content div.block div.pad > h3 {
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 16pt;
	line-height: 1.05;
	font-weight: bold;
	letter-spacing: -1px;
}

#foxboro_content #foxboro_two-eq-column div.block div.pad > h3,
#foxboro_content #foxboro_three-eq-column div.block div.pad > h3 {}

#foxboro_content div.block h1,
#foxboro_top h1,
#foxboro_bottom h1,
#foxboro_two-column #foxboro_col1 div.NoContainerContentPane h1,
#foxboro_two-column-right #foxboro_col3 div.NoContainerContentPane h1,
#foxboro_three-column #foxboro_col1 div.NoContainerContentPane h1,
#foxboro_three-column #foxboro_col3 div.NoContainerContentPane h1,
#foxboro_two-eq-column div.NoContainerContentPane h1,
#foxboro_three-eq-column div.NoContainerContentPane h1 {
	margin: 10px 0;
	padding: 0;
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18pt;
	line-height: 1.05;
	font-weight: bold;
	letter-spacing: -1px;
}

#foxboro_content div.block h2,
#foxboro_top h2,
#foxboro_bottom h2,
#foxboro_two-column #foxboro_col1 div.NoContainerContentPane h2,
#foxboro_two-column-right #foxboro_col3 div.NoContainerContentPane h2,
#foxboro_three-column #foxboro_col1 div.NoContainerContentPane h2,
#foxboro_three-column #foxboro_col3 div.NoContainerContentPane h2,
#foxboro_two-eq-column div.NoContainerContentPane h2,
#foxboro_three-eq-column div.NoContainerContentPane h2 {
	margin: 10px 0;
	padding: 0;
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14pt;
	line-height: 1.05;
	font-weight: bold;
	letter-spacing: -1px;
}

#foxboro_content div.block div.pad div[id$="ContentPane"] h3,
#foxboro_top h3,
#foxboro_bottom h3,
#foxboro_two-column #foxboro_col1 div.NoContainerContentPane h3,
#foxboro_two-column-right #foxboro_col3 div.NoContainerContentPane h3,
#foxboro_three-column #foxboro_col1 div.NoContainerContentPane h3,
#foxboro_three-column #foxboro_col3 div.NoContainerContentPane h3,
#foxboro_two-eq-column div.NoContainerContentPane h3,
#foxboro_three-eq-column div.NoContainerContentPane h3 {
	margin: 10px 0;
	padding: 0;
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12pt;
	line-height: 1.05;
	font-weight: bold;
}

#foxboro_content div.block h4,
#foxboro_top h4,
#foxboro_bottom h4,
#foxboro_two-column #foxboro_col1 div.NoContainerContentPane h4,
#foxboro_two-column-right #foxboro_col3 div.NoContainerContentPane h4,
#foxboro_three-column #foxboro_col1 div.NoContainerContentPane h4,
#foxboro_three-column #foxboro_col3 div.NoContainerContentPane h4,
#foxboro_two-eq-column div.NoContainerContentPane h4,
#foxboro_three-eq-column div.NoContainerContentPane h4 {
	margin: 10px 0;
	padding: 0;
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	line-height: 1.05;
	font-weight: bold;
}

h5 {
	margin: 10px 0;
	padding: 0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.05;
	font-weight: bold;
}

h6 {
	margin: 10px 0;
	padding: 0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 1.05;
	font-weight: bold;
}

#foxboro_top h1,
#foxboro_top h2,
#foxboro_top h3,
#foxboro_top h4,
#foxboro_top h5,
#foxboro_top h6,
#foxboro_bottom h1,
#foxboro_bottom h2,
#foxboro_bottom h3,
#foxboro_bottom h4,
#foxboro_bottom h5,
#foxboro_bottom h6 {
	color: #fff;
}

/* |-------------------------| LINKS |------------------------------| */
#foxboro_top a,
#foxboro_bottom a,
#foxboro_col2 a,
#foxboro_content div.block a,
#foxboro_two-column #foxboro_col1 div.NoContainerContentPane a,
#foxboro_two-column-right #foxboro_col3 div.NoContainerContentPane a,
#foxboro_three-column #foxboro_col1 div.NoContainerContentPane a,
#foxboro_three-column #foxboro_col3 div.NoContainerContentPane a,
#foxboro_two-eq-column div.NoContainerContentPane a,
#foxboro_three-eq-column div.NoContainerContentPane a {
	text-decoration: none;
}

#foxboro_col2 a:hover,
#foxboro_content div.block a:hover,
#foxboro_two-column #foxboro_col1 div.NoContainerContentPane a:hover,
#foxboro_two-column-right #foxboro_col3 div.NoContainerContentPane a:hover,
#foxboro_three-column #foxboro_col1 div.NoContainerContentPane a:hover,
#foxboro_three-column #foxboro_col3 div.NoContainerContentPane a:hover,
#foxboro_two-eq-column div.NoContainerContentPane a:hover,
#foxboro_three-eq-column div.NoContainerContentPane a:hover {
	color: #000;
}

#foxboro_top a:hover,
#foxboro_bottom a:hover {
	color: #fff;
}

/* |-------------------------| LISTS |------------------------------| */
#foxboro_top ul,
#foxboro_bottom ul,
#foxboro_col2 ul,
#foxboro_content div.block ul,
#foxboro_two-column #foxboro_col1 div.NoContainerContentPane ul,
#foxboro_two-column-right #foxboro_col3 div.NoContainerContentPane ul,
#foxboro_three-column #foxboro_col1 div.NoContainerContentPane ul,
#foxboro_three-column #foxboro_col3 div.NoContainerContentPane ul,
#foxboro_two-eq-column div.NoContainerContentPane ul,
#foxboro_three-eq-column div.NoContainerContentPane ul {
	list-style: url(images/template/bullet.gif);
	margin: 12px 0;
	padding: 0 0 0 40px;
}

#foxboro_content div.block ul,
#foxboro_two-column #foxboro_col1 div.NoContainerContentPane ul,
#foxboro_two-column-right #foxboro_col3 div.NoContainerContentPane ul,
#foxboro_three-column #foxboro_col1 div.NoContainerContentPane ul,
#foxboro_three-column #foxboro_col3 div.NoContainerContentPane ul,
#foxboro_two-eq-column div.NoContainerContentPane ul,
#foxboro_three-eq-column div.NoContainerContentPane ul {
	padding: 0 0 0 14px;
}

#foxboro_top ul ul,
#foxboro_bottom ul ul,
#foxboro_col2 ul ul,
#foxboro_content div.block ul ul,
#foxboro_two-column #foxboro_col1 div.NoContainerContentPane ul ul,
#foxboro_two-column-right #foxboro_col3 div.NoContainerContentPane ul ul,
#foxboro_three-column #foxboro_col1 div.NoContainerContentPane ul ul,
#foxboro_three-column #foxboro_col3 div.NoContainerContentPane ul ul,
#foxboro_two-eq-column div.NoContainerContentPane ul ul,
#foxboro_three-eq-column div.NoContainerContentPane ul ul {}

#foxboro_top ul ul ul,
#foxboro_bottom ul ul ul,
#foxboro_col2 ul ul ul,
#foxboro_content div.block ul ul ul,
#foxboro_two-column #foxboro_col1 div.NoContainerContentPane ul ul ul,
#foxboro_two-column-right #foxboro_col3 div.NoContainerContentPane ul ul ul,
#foxboro_three-column #foxboro_col1 div.NoContainerContentPane ul ul ul,
#foxboro_three-column #foxboro_col3 div.NoContainerContentPane ul ul ul,
#foxboro_two-eq-column div.NoContainerContentPane ul ul ul,
#foxboro_three-eq-column div.NoContainerContentPane ul ul ul {}

#foxboro_top ol,
#foxboro_bottom ol,
#foxboro_col2 ol,
#foxboro_content div.block ol,
#foxboro_two-column #foxboro_col1 div.NoContainerContentPane ol,
#foxboro_two-column-right #foxboro_col3 div.NoContainerContentPane ol,
#foxboro_three-column #foxboro_col1 div.NoContainerContentPane ol,
#foxboro_three-column #foxboro_col3 div.NoContainerContentPane ol,
#foxboro_two-eq-column div.NoContainerContentPane ol,
#foxboro_three-eq-column div.NoContainerContentPane ol {
	list-style: decimal;
	margin: 12px 0;
	padding: 0 0 0 44px;
}

#foxboro_content div.block ol,
#foxboro_two-column #foxboro_col1 div.NoContainerContentPane ol,
#foxboro_two-column-right #foxboro_col3 div.NoContainerContentPane ol,
#foxboro_three-column #foxboro_col1 div.NoContainerContentPane ol,
#foxboro_three-column #foxboro_col3 div.NoContainerContentPane ol,
#foxboro_two-eq-column div.NoContainerContentPane ol,
#foxboro_three-eq-column div.NoContainerContentPane ol {
	padding: 0 0 0 20px;
}

#foxboro_top ol ol,
#foxboro_bottom ol ol,
#foxboro_col2 ol ol,
#foxboro_content div.block ol ol,
#foxboro_two-column #foxboro_col1 div.NoContainerContentPane ol ol,
#foxboro_two-column-right #foxboro_col3 div.NoContainerContentPane ol ol,
#foxboro_three-column #foxboro_col1 div.NoContainerContentPane ol ol,
#foxboro_three-column #foxboro_col3 div.NoContainerContentPane ol ol,
#foxboro_two-eq-column div.NoContainerContentPane ol ol,
#foxboro_three-eq-column div.NoContainerContentPane ol ol {
	list-style: decimal;
}

#foxboro_top ol ol,
#foxboro_bottom ol ol,
#foxboro_col2 ol ol {
	padding: 0 0 0 30px;
}

#foxboro_top ol ol ol,
#foxboro_bottom ol ol ol,
#foxboro_col2 ol ol ol,
#foxboro_content div.block ol ol ol,
#foxboro_two-column #foxboro_col1 div.NoContainerContentPane ol ol ol,
#foxboro_two-column-right #foxboro_col3 div.NoContainerContentPane ol ol ol,
#foxboro_three-column #foxboro_col1 div.NoContainerContentPane ol ol ol,
#foxboro_three-column #foxboro_col3 div.NoContainerContentPane ol ol ol,
#foxboro_two-eq-column div.NoContainerContentPane ol ol ol,
#foxboro_three-eq-column div.NoContainerContentPane ol ol ol {
	list-style: decimal;
}

#foxboro_top li,
#foxboro_bottom li,
#foxboro_col2 li,
#foxboro_content div.block li,
#foxboro_two-column #foxboro_col1 div.NoContainerContentPane li,
#foxboro_two-column-right #foxboro_col3 div.NoContainerContentPane li,
#foxboro_three-column #foxboro_col1 div.NoContainerContentPane li,
#foxboro_three-column #foxboro_col3 div.NoContainerContentPane li,
#foxboro_two-eq-column div.NoContainerContentPane li,
#foxboro_three-eq-column div.NoContainerContentPane li {
	margin: 0 0 2px;
	padding: 0;
}

/* |-------------------------| BLOG |-------------------------------| */
#bb-container {
	padding-bottom: 15px;
}

#bb-container div.post {
	font-size: 1em !important;
	line-height: 142% !important;
}

#bb-container div.post div.byline {
	font-size: 11px !important;
}

#foxboro_content #bb-container div.post h3.title {
	line-height: 1.05;
	font-weight: bold;
	letter-spacing: -1px;
}

#foxboro_content #bb-container div.post h3.title,
#foxboro_content #bb-container div.post h3.title a {}

#foxboro_content #bb-container div.post h3.title a:hover {
	color: #000;
	text-decoration: none;
}

#bb-container div.post,
#bb-container div.submissions,
#bb-container div.comments {
	border-color: #ddd !important;
}

/* |-------------------------| FORMS |------------------------------| */
/* ALL 3:  regular forms, comments forms & subscriber */


/* FIXES FIRST */

/* subscribe & password width fix */
.IngeniMailSubscribeEmailInput,
div.block .ContactFormWrapper input[type="password"] {
	width: 94% !important;
}


/* subscribe margin bottom fix */
.IngeniMailSubscribeEmailInput {
	margin-bottom: 0 !important;
}

/* sidebar checkboxes, radios and submit button position fix when aligned to left */
div.block div.CheckboxGroupContainer,
div.block input.FormSubmitButton {
	margin-left: 0 !important;
}

/* clear subscribe container center alignment */
div.IngeniMailSubscribeContainer,
html body #foxboro_body #foxboro_container div.IngeniMailSubscribeContainer {
	text-align: left !important;
}


/* CONTAINERS */

/* regular forms */
.ContactFormWrapper,
html body #foxboro_body #foxboro_container .ContactFormWrapper {
	margin: 0;
}

/* comments forms */
#bb-container div.comment-form,
html body #foxboro_body #foxboro_container #bb-container div.comment-form {
	border-color: #ddd !important;
}

/* subscribe forms */
div.IngeniMailSubscribeContainer,
html body #foxboro_body #foxboro_container div.IngeniMailSubscribeContainer {}


/* FIELDS */

.ContactFormWrapper input[type="text"],
.ContactFormWrapper input[type="password"],
.ContactFormWrapper input[type="email"],
.ContactFormWrapper textarea,
.ContactFormWrapper select,
#bb-container div.comment-form input[type="text"],
#bb-container div.comment-form textarea,
input.IngeniMailSubscribeEmailInput,
html body #foxboro_body #foxboro_container .ContactFormWrapper input[type="text"],
html body #foxboro_body #foxboro_container .ContactFormWrapper input[type="password"],
html body #foxboro_body #foxboro_container .ContactFormWrapper input[type="email"],
html body #foxboro_body #foxboro_container .ContactFormWrapper textarea,
html body #foxboro_body #foxboro_container .ContactFormWrapper select,
html body #foxboro_body #foxboro_container #bb-container div.comment-form input[type="text"],
html body #foxboro_body #foxboro_container #bb-container div.comment-form textarea,
html body #foxboro_body #foxboro_container input.IngeniMailSubscribeEmailInput {
	outline: none;
	padding: 5px 3px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #AAAAAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* LABELS */

.ContactFormWrapper label,
#bb-container div.comment-form div.SubHead,
div.IngeniMailSubscribeContainer span.subhead,
html body #foxboro_body #foxboro_container .ContactFormWrapper label,
html body #foxboro_body #foxboro_container #bb-container div.comment-form div.SubHead,
html body #foxboro_body #foxboro_container div.IngeniMailSubscribeContainer span.subhead,
div.CheckboxGroupContainer .AutoFormLabel,
html body #foxboro_body #foxboro_container div.CheckboxGroupContainer .AutoFormLabel {}


/* BUTTONS */

.ContactFormWrapper input.FormSubmitButton,
#bb-container div.comment-form input[type="submit"],
input.IngeniMailSubscribeButton,
html body #foxboro_body #foxboro_container .ContactFormWrapper input.FormSubmitButton,
html body #foxboro_body #foxboro_container #bb-container div.comment-form input[type="submit"],
html body #foxboro_body #foxboro_container input.IngeniMailSubscribeButton {
	outline: none;
	cursor: pointer;
	display: inline-block;
	width: auto !important;
	height: 24px;
	padding: 0 8px;
	margin: 0 !important;
	background: url(images/template/form_btn.png) center repeat-x;
	border: 1px solid #e50000;
	border-radius: 3px;
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.8) inset;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/* hover */
.ContactFormWrapper input.FormSubmitButton:hover,
#bb-container div.comment-form input[type="submit"]:hover,
input.IngeniMailSubscribeButton:hover,
html body #foxboro_body #foxboro_container .ContactFormWrapper input.FormSubmitButton:hover,
html body #foxboro_body #foxboro_container #bb-container div.comment-form input[type="submit"]:hover,
html body #foxboro_body #foxboro_container input.IngeniMailSubscribeButton:hover {}

/* active */
.ContactFormWrapper input.FormSubmitButton:focus,
#bb-container div.comment-form input[type="submit"]:focus,
input.IngeniMailSubscribeButton:focus,
html body #foxboro_body #foxboro_container .ContactFormWrapper input.FormSubmitButton:focus,
html body #foxboro_body #foxboro_container #bb-container div.comment-form input[type="submit"]:focus,
html body #foxboro_body #foxboro_container input.IngeniMailSubscribeButton:focus,
.ContactFormWrapper input.FormSubmitButton:active,
#bb-container div.comment-form input[type="submit"]:active,
input.IngeniMailSubscribeButton:active,
html body #foxboro_body #foxboro_container .ContactFormWrapper input.FormSubmitButton:active,
html body #foxboro_body #foxboro_container #bb-container div.comment-form input[type="submit"]:active,
html body #foxboro_body #foxboro_container input.IngeniMailSubscribeButton:active {}

.ContactFormWrapper ul {
	list-style: none !important;
}

/* |-------------------------| OTHER HTML ELEMENTS |----------------| */
/* feeds */
.ItemLink {
	font-size: 13px;
	font-weight: bold;
}

hr {}

blockquote {}

pre {}

/* |-------------------------| CUSTOM ELEMENTS |--------------------| */
#home_slides_container {
	height: 240px;
	padding: 30px 30px 20px;
	overflow: hidden;
	font-size: 11pt;
	line-height: 1.5em;
}

#home_slides_container h2 {
	margin: 0 0 15px !important;
	font-size: 18pt !important;
	line-height: 1.1em !important;
}

#home_slides_container p {
	margin: 0 !important;
	padding: 0 !important;
}

ul#home_slide_tabs {
	display: block;
	width: auto;
	margin: 0 !important;
	padding: 0 20px !important;
	overflow: hidden;	
	list-style: none !important;
	background: url(images/template/home_tabs_bg.png) top repeat-x;
	border-bottom: 1px solid #fff;
}

ul#home_slide_tabs li {
	display: block !important;
	float: left !important;
	margin: 0 !important;
	padding: 0 !important;
}

ul#home_slide_tabs li a {
	display: block;
	margin: 0 10px 0 0;
	padding: 0 20px;
	color: #aaa !important;
	text-decoration: none !important;
	font-size: 11pt;
	line-height: 50px;
}

ul#home_slide_tabs li a:hover {
	color: #fff !important;
}

ul#home_slide_tabs li.activeSlide a {
	background: #1A1A1A;
	border-left: 1px solid #262626;
	border-right: 1px solid #262626;
	color: #fff !important;
}

a.more-link {
	display: block;
	width: 120px;
	height: 24px;
	margin: 15px 0 0;
	text-indent: -5000px;
	background: url(images/template/read-more.png) left top no-repeat;
}

a.more-link:hover {
	background-position: left bottom;
}

/* |-------------------------| CMS ELEMENTS |-----------------------| */
.BasicCSSContainer p,
.BasicCSSContainer h3 {
	padding: 0;
	margin: 0;
}

.CMSConfigureBox {
	text-shadow: none !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	font-style: normal !important;
	font-variant: normal !important;
}

/* |-------------------------| CLEARFIX FIX |-----------------------| */
#foxboro_footer: after,
#foxboro_content: after,
#foxboro_three-column: after,
#foxboro_menu: after,
div.block: after {
	content: " ";
	font-size: 0;
}

/* |-------------------------| MOBILE OPTIMIZATION |----------------| */
#outer #home_slides_container {
	height: auto !important;
}

#outer #home_slides > div {
	padding-bottom: 22px;
}

#outer ul#home_slide_tabs {
	display: none !important;
}

#outer #top,
#outer #bottom {
	padding: 0 !important;
}

#outer #top h1,
#outer #top h2,
#outer #top h3,
#outer #top h4,
#outer #top h5,
#outer #top h6,
#outer #bottom h1,
#outer #bottom h2,
#outer #bottom h3,
#outer #bottom h4,
#outer #bottom h5,
#outer #bottom h6 {
	color: #fff;
}