/*

Think - CSS File


Generated by Font Squirrel (http://www.fontsquirrel.com)*/
@font-face
{
	font-family: OpenSansLight;
	src: url('../fonts/OpenSans-Light-webfont.eot');
	src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: OpenSansRegular;
	src: url('../fonts/OpenSans-Regular-webfont.eot');
	src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: OpenSansItalic;
	src: url('../fonts/OpenSans-Italic-webfont.eot');
	src: url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Italic-webfont.woff') format('woff'), url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: OpenSansSemibold;
	src: url('../fonts/OpenSans-Semibold-webfont.eot');
	src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: OpenSansBold;
	src: url('../fonts/OpenSans-Bold-webfont.eot');
	src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*#Reset & Basics (Inspired by E. Meyers)
==================================================*/
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, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, 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, ARTICLE, ASIDE, CANVAS, DETAILS, EMBED, FIGURE, FIGCAPTION, FOOTER, HEADER, HGROUP, MENU, NAV, OUTPUT, RUBY, SECTION, SUMMARY, TIME, MARK, AUDIO, VIDEO
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
ARTICLE, ASIDE, DETAILS, FIGCAPTION, FIGURE, FOOTER, HEADER, HGROUP, MENU, NAV, SECTION
{
	display: block;
}
BODY
{
	line-height: 1;
}
OL, UL
{
	list-style: none;
}
BLOCKQUOTE, Q
{
	quotes: none;
}
BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after
{
	content: '';
	content: none;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
/*============================================ GLOBAL  =================================================*/
BODY
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	line-height: 20px;
}
*
{
	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!*/
}
FORM
{
	margin: 0;
	padding: 0;
}
HR
{
	border-width: 0;
	height: 1px;
	line-height: 0;
	margin: 30px 0px;
	page-break-after: always;
	text-align: center;
	width: 100%;
	clear: both;
}
/*** END OF GLOBAL  **
============================================ DEFAULT ELEMENT STYLES  =================================================
heading*/
H1, H2, H3
{
	margin-bottom: 20px;
}
H4, H5, H6
{
	margin-bottom: 18px;
}
H1
{
	font-size: 32px;
	line-height: 34px;
}
H2
{
	font-size: 35px;
	line-height: 35px;
}
H3
{
	font-size: 18px;
	line-height: 20px;
}
H4
{
	font-size: 16px;
}
H5
{
	font-size: 14px;
}
H6
{
	font-size: 13px;
}
H1, H2, H3, H4, H5, H6
{
	font-weight: normal;
	line-height: normal;
	font-family: OpenSansLight, Arial;
}
		
/* Glyph, by Harry Roberts */
		
hr {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}

.ibracket {
  text-align:left; 
}

.bracket {
  position: relative;
  text-align: center;
  color: black;
  font-size: 1.2em;
}
.bracket:before {
  content: " ";
  border-top: solid 1px #D0D7EF;
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
}
.bracket .text {
  position: relative;
  display: inline-block;
  text-align:justify;
  font-family:sans-serif;
  background: #fff;
  padding: .2em 1em;
  max-width: 80%;
}

.bracket .text:before {
  content: " ";
  border: solid 1px #D0D7EF;
  border-right: 0px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: .4em;
  right: 0;
}

.bracket .text:after {
  content: " ";
  border: solid 1px #D0D7EF;
  border-left: 0px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: .4em;
  right: 0;
}

.form_h {
  text-align:center;
  font-size:14px;
  font-weight:bold;
}

.titleRegular
{
	font-family: OpenSansRegular, Arial;
}
.titleSemibold
{
	font-family: OpenSansSemibold, Arial;
}
.titleBold
{
	font-family: OpenSansBold, Arial;
}
.titleSection
{
	margin-bottom: 30px;
}
.pagetitle
{
	font-family: OpenSansBold, Arial;
	font-stretch: normal;
	font-size: 26px;
	margin-bottom: 22px;
}

.point {
    cursor:pointer; 
}
/*links*/
A, A:visited
{
	text-decoration: none;
	font-weight: normal;
}
A:hover
{
	text-decoration: none;
}
A IMG
{
	border: none;
}
/*float align*/
.alignleft, IMG.alignleft
{
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 3px;
}
.alignright, IMG.alignright
{
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 5px;
}
.aligncenter, IMG.aligncenter
{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignnone, IMG.alignnone
{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
}
IMG.alignleft, IMG.alignright, IMG.aligncenter, IMG.alignnone
{
	margin-bottom: 12px;
}
/*lists, blockquotes and paragraphs*/
P, UL, OL, BLOCKQUOTE
{
	margin-bottom: 20px;
}
UL
{
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
UL LI
{
	padding-bottom: 10px;
}
OL
{
	list-style: decimal;
	margin: 0 0 18px 2.2em;
}
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;
}
BLOCKQUOTE
{
	background-image: url("../images/quote.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	clear: both;
	font-size: 16px;
	font-style: italic;
	line-height: 25px;
	margin: 0 0 20px;
	padding: 0 10px 0 50px;
	font-family: Cuprum, Arial;
}
BLOCKQUOTE.left, BLOCKQUOTE.right
{
	float: right;
	letter-spacing: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 0px;
	padding: 0px 20px 10px 60px;
	width: 43%;
	background-position: 0px 0px;
}
BLOCKQUOTE.left
{
	float: left;
	margin-left: 0px;
	margin-right: 20px;
}
BLOCKQUOTE P
{
	margin-bottom: 0px;
}
/*code*/
CODE
{
	font-family: Verdana, Arial;
	letter-spacing: 1px;
	margin: 25px 0 25px 0px;
	display: block;
	font-size: 0.9em;
	padding: 15px 10px;
}
/*** END OF DEFAULT ELEMENT STYLES **
============================================ CONTAINER  =================================================*/
#bodychild
{
	width: 1100px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#outercontainer
{
	width: 100%;
	margin: 0;
	padding: 0;
}
#outerheader, #outerslider, #outerbeforecontent, #outermain, #outerfootersidebar, #outerfooter
{
	width: 100%;
	margin: 0 auto;
}
/*CONTENT*/
#outermain
{
	padding: 20px 0 60px;
}
#outermain.inner
{
	padding: 30px 0 60px;
}
#maincontent
{
}
#content
{
	float: left;
}
#content.positionright
{
	float: right;
	background: url(../images/sidebar-separator2.png) no-repeat top left;
}
#content.positionleft
{
	float: left;
	background: url(../images/sidebar-separator.png) no-repeat top right;
}
.padcontent
{
	padding-right: 8.6%;
}
#content.positionright .padcontent
{
	padding-left: 8.6%;
	padding-right: 0;
}
/*SIDEBAR*/
#sidebar
{
	float: left;
}
#sidebar.positionleft
{
	float: left;
}
#sidebar.positionright
{
	float: right;
}
/*FOOTER SIDEBAR*/
#outerfootersidebar
{
}
/*** END CONTAINER **
** HEADER ***/
#top
{
}
#logo
{
	float: left;
}
#headerright
{
	float: left;
	padding: 40px 0 0;
}
.phone
{
	float: right;
}
#headerright #searchform
{
	float: right;
	padding: 0;
	margin: 0;
}
#headerright INPUT
{
	border: 0;
}
#headerright .search INPUT#s
{
	width: auto;
	padding: 8px 10px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-khtml-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	border: 1px solid;
	border-width: 1px 0px 1px 1px;
	margin: 0;
	line-height: normal;
	vertical-align: middle;
}
#headerright INPUT[type="submit"]
{
	font-size: 12px;
	font-family: Arial;
	text-transform: capitalize;
	padding: 7px 10px 8px;
	-moz-border-radius: 0 3px 3px 0px;
	-webkit-border-radius: 0 3px 3px 0px;
	-khtml-border-radius: 0 3px 3px 0px;
	border-radius: 0 3px 3px 0px;
	margin-left: -3px;
	line-height: normal;
	vertical-align: top;
/*firefox only*/
}
/*TOP MENU*/
#navigation
{
	position: relative;
	z-index: 200;
	margin: 0;
	padding: 0px;
	background: url(../images/bg-navigation.png) no-repeat;
	height: 75px;
}
/*Nav Menu*/
#topnav
{
	margin: 0;
	list-style-type: none;
	overflow: visible;
	position: relative;
	font-family: OpenSansRegular, Arial;
	padding: 0 0 0 1px;
	border-radius: 10px;
}
.sf-menu A
{
	text-decoration: none;
	display: block;
	position: relative;
	padding: 25px 0 26px;
	text-transform: uppercase;
}
.sf-menu LI:first-child A
{
/*style for first menu item*/
	border-top-left-radius: 6px;
	border-bottom-left-radius: 5px;
}
.sf-menu LI:last-child A
{
/*style for last menu item*/
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
}
.sf-menu > LI
{
	padding-left: 1px;
	position: relative;
	z-index: 10;
	width: 116px;
	width: 116px;
/*IE8 and below*/
	text-align: center;
}
.sf-menu > LI:last-child
{
	width: 112px;
}
.sf-menu > LI:first-child
{
	padding-left: 0;
}
.sf-menu > LI:before
{
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
/*Drop down menu*/
.sf-menu UL A:hover
{
}
.sf-menu LI LI
{
	text-align: left;
	line-height: 20px;
	margin: 0;
}
.sf-menu, .sf-menu *
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}
.sf-menu
{
	line-height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	float: left;
}
.sf-menu UL
{
	position: absolute;
	top: -999em;
	width: 12em;
/*left offset of submenus need to match (see below)*/
}
.sf-menu UL LI
{
	width: 100%;
}
.sf-menu LI:hover
{
	visibility: inherit;
/*fixes IE7 'sticky bug'*/
}
.sf-menu LI
{
	float: left;
	position: relative;
	margin: 0;
}
.sf-menu LI:hover UL, .sf-menu LI.sfHover UL
{
	left: 0px;
	top: 4.9em;
/*match top ul list item height*/
	z-index: 99;
}
UL.sf-menu LI:hover LI UL, UL.sf-menu LI.sfHover LI UL
{
	top: -999em;
}
UL.sf-menu LI LI:hover UL, UL.sf-menu LI LI.sfHover UL
{
	left: 12em;
/*match ul width*/
	top: -1px;
	margin-left: 0px;
}
UL.sf-menu LI LI:hover LI UL, UL.sf-menu LI LI.sfHover LI UL
{
	top: -999em;
}
UL.sf-menu LI LI LI:hover UL, UL.sf-menu LI LI LI.sfHover UL
{
	left: 12em;
/*match ul width*/
	top: -1px;
}
.sf-menu UL LI A
{
	padding: 12px 25px !important;
	font-size: 14px;
	text-transform: capitalize;
}
.sf-menu LI UL
{
	padding: 0px;
}
.sf-menu A.sf-with-ul
{
	padding-right: 0px;
	min-width: 1px;
/*trigger IE7 hasLayout so spans position accurately*/
}
.sf-sub-indicator
{
	position: absolute;
	display: block;
	right: 10px;
	top: 1.05em;
/*IE6 only*/
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
}
.sf-menu UL
{
	border: 0px;
}
.sf-menu LI LI
{
}
.sf-menu > LI LI:before
{
	content: "";
	display: block;
}
.sf-menu > LI LI:first-child:before
{
	border: 0;
}
/*dropdown mobile*/
#menu-icon
{
	display: none;
/*hide menu icon initially*/
}
/*============================================ SLIDER   =================================================*/
#slidercontainer
{
	padding-bottom: 20px;
}
#slider
{
	position: relative;
}
/*============================================ BEFORE CONTENT  =================================================*/
#outerbeforecontent
{
	text-align: center;
	padding: 33px 0 40px;
}
#beforecontent H1
{
	font-size: 28px;
	margin: 0 0 30px;
}
/*============================================ CONTENT  =================================================*/
.indentleft
{
	overflow: hidden;
}
.margin_bottomoff
{
	margin-bottom: 0 !important;
}
.marginsmall
{
	margin-bottom: 6px;
}
.marginmiddle
{
	margin-bottom: 12px;
}
.marginlarge
{
	margin-bottom: 30px;
}
.center
{
	text-align: center;
}
.highlight-content
{
	clear: both;
	padding: 26px 0;
	text-align: center;
	margin-bottom: 20px;
}
.highlight-content H1
{
	margin: 0 0 10px;
	font-size: 28px;
}
.customtext
{
	font-size: 15px;
	font-family: OpenSansItalic, Arial;
}
.info
{
    font-size: 13px;
    font-weight:bold;
}
.info2
{
    font-size: 14px;
    padding-left:3em;
}
.imgpad
{
    padding-left:2em;
}


.block {
	border-style:solid;
    border-width:0px 0 0px 3px;
    padding-left:3em;
    
}
.col a img {
    display:none; 
}
.col a:hover img {
    display:block; 
}


/*=== List ===*/
.row-list
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.row-list LI
{
	padding: 0;
	margin: 0 0 25px;
}
.row-list .circle
{
	margin-top: 3px;
}
.listSquareSmall
{
	list-style-type: square;
	padding: 0;
	list-style-position: inside;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.listSquareSmall LI
{
	padding: 3px 0;
	margin: 0;
	font-size: 8px;
}
.listSquareSmall LI A
{
	font-size: 10px;
}
.listColumn
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.listColumn LI
{
}
.listNolist
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-family: OpenSansRegular, Arial;
}
.listNolist LI
{
	font-size: 13px;
}
/*list in contact area*/
.noList
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.noList LI
{
	clear: both;
}
.txtleft
{
	float: left;
}
.txtright
{
	float: right;
}
/*=== Circle ===*/
.circle
{
	display: block;
	font-size: 19px;
	line-height: 35px;
	width: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	-khtml-border-radius: 35px;
	border-radius: 35px;
	text-align: center;
	margin: 0 15px 0 0;
	font-family: OpenSansSemibold, Arial;
}
/*=== Images ===*/
IMG.scale-with-grid
{
	max-width: 100%;
	height: auto;
}
.imgborder
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 6px;
	max-width: 95%;
	display: block;
}
.shadowBottom
{
	background: url(../images/shadow-small.gif) no-repeat center bottom;
	padding-bottom: 5px;
}
.shadowBottom.extrasmall
{
	background: url(../images/shadow-extrasmall.gif) no-repeat center bottom;
	padding-bottom: 6px;
}
/*=== Form & Button ===*/
FORM
{
	margin: 0;
	padding: 0;
}
INPUT[type="text"], TEXTAREA, INPUT[type="password"], SELECT
{
	font-size: 12px;
	padding: 7px 5px;
	font-size: 11px;
	font-family: Arial;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
TEXTAREA
{
	width: 90%;
}
TEXTAREA:focus
{
	outline: 0;
}
.button, .button:visited, INPUT[type="submit"], BUTTON
{
	border: 0px;
	padding: 9px 20px 10px;
	cursor: pointer;
	font-family: OpenSans, Arial;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.button:hover, INPUT[type="submit"]:hover, BUTTON:hover
{
	text-decoration: none;
}
.button.mini
{
	font-size: 12px;
	padding: 6px 15px 7px;
}
.button.small
{
	font-size: 12px;
}
.button.large
{
	font-size: 15px;
	line-height: 15px;
	padding: 9px 25px 10px;
}
/*=== Separator ===*/
.separator
{
	display: block;
	height: 32px;
	padding: 0;
	text-align: center;
	width: 100%;
	clear: both;
}
.separator.line
{
	padding: 30px 0;
	margin-bottom: 20px;
	background: url(../images/separator.png) no-repeat center center;
}
/*=== Dropcaps ===*/
.dropcap1
{
	display: block;
	float: left;
	font-size: 35px;
	line-height: 35px;
	margin: 2px 8px 0 0;
}
.dropcap2
{
	display: block;
	float: left;
	font-size: 35px;
	line-height: 45px;
	width: 47px;
	-moz-border-radius: 47px;
	-webkit-border-radius: 47px;
	-khtml-border-radius: 47px;
	border-radius: 47px;
	float: left;
	text-align: center;
	margin: 8px 15px 0 0;
	padding-top: 3px;
}
.dropcap3
{
	display: block;
	float: left;
	font-size: 35px;
	line-height: 40px;
	width: 47px;
	height: 40px;
	text-align: center;
	margin: 6px 8px 0 0;
	padding: 5px 0;
}
/*== Highlight ==*/
.highlight1
{
	padding: 2px 5px;
}
.highlight2
{
	padding: 2px 5px;
}
/*=== Pullquotes ===*/
.pullquote-right, .pullquote-left
{
	padding: 0px 10px 0px 50px;
	background-image: url(../images/quote.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	font-style: italic;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 22px;
	margin: 0px 2px 20px 20px;
	width: 50%;
	font-family: Cuprum, Arial;
}
.pullquote-left
{
	float: left;
	margin-left: 2px;
	margin-right: 20px;
}
/*==== Tabs ====*/
.tabcontainer
{
	margin: 0;
}
UL.tabs
{
	margin: 0;
	margin-bottom: -1px;
	padding: 0 0 2px;
	list-style: none;
	height: 25px;
	width: 100%;
}
UL.tabs LI
{
	float: left;
	margin: 0;
	padding: 0 15px;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
}
UL.tabs LI A
{
	text-decoration: none;
	display: block;
	padding: 0 0px;
	outline: none;
	font-family: Cuprum, Arial;
}
.tab-content
{
	padding: 20px 0;
}
UL.tabs LI:hover
{
}
#tab-body
{
	padding: 0 20px;
}
/*==== jQuery Toggles ====*/
#toggle
{
	border: 0px;
}
H2.trigger
{
	padding: 10px 0px;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
}
H2.trigger SPAN
{
	text-decoration: none;
	display: block;
	height: 23px;
	background: url(../images/arrow-left.png) no-repeat 0 0px;
	padding-left: 30px;
	cursor: pointer;
	line-height: 24px;
}
H2.active SPAN
{
	background: url(../images/arrow-down.png) no-repeat 0 0px;
}
H2.active
{
	background: transparent;
	border-bottom: 0;
}
.toggle_container
{
	margin: 0;
	padding: 0px;
	overflow: hidden;
	clear: both;
}
.toggle_container .block
{
	padding: 0px 0px 0px 30px;
}
.toggle_container .block P
{
	padding: 0px;
	margin: 0px;
}
/*==== Tables ====*/
TABLE
{
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 18px;
}
TABLE, TD, TH
{
	text-align: left;
}
TH
{
	padding: 10px;
	text-transform: uppercase;
}
TD
{
	padding: 10px;
}
TFOOT TD
{
	border: 0px;
}
TH, TR:hover
{
}
TABLE
{
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
TR TH, THEAD TH
{
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
TR TD
{
	padding: 6px 24px;
}
TR.odd TD
{
}

.thead
{
  font-size: 14px;
}
/*============================================ SIDEBAR  =================================================*/
.widget-title
{
	font-size: 16px;
	padding: 0;
	margin-bottom: 15px;
	font-family: OpenSansBold, Arial;
}
#sidebar UL
{
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}
#sidebar UL LI
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar .widget-container
{
	margin-bottom: 40px;
	padding: 40px 0 0;
}
#sidebar .widget-container:first-child
{
	padding: 0;
	border: 0;
}
#sidebar LI LI
{
	list-style-type: none;
	margin: 0 0 4px;
	padding: 0 0 3px;
}
#sidebar LI LI A
{
}
#sidebar LI LI A:hover, #sidebar LI LI A.active
{
	text-decoration: none;
}
#sidebar .textwidget P
{
	margin-bottom: 0px;
}
/*Recent post widget*/
.rp-widget LI
{
	padding-bottom: 10px;
	margin-bottom: 0px;
	clear: left;
}
.rp-widget IMG
{
	padding: 4px;
}
.rp-widget LI H3
{
	font-size: 13px;
	font-family: arial;
	margin-bottom: 8px;
}
.rp-widget LI .smalldate
{
	font-size: 11px;
	display: block;
	font-style: italic;
	background: url(../images/icons/cal.png) no-repeat;
	overflow: hidden;
	padding: 0 0 0 20px;
}
/*============================================ FOOTER SIDEBAR  =================================================*/
#outerfootersidebar
{
	padding: 36px 0;
}
#footersidebar UL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footersidebar LI.widget-container
{
	list-style-type: none;
	margin: 0 0 40px;
	padding: 0;
	border: 0px;
}
#footersidebar .widget-title
{
	font-size: 18px;
	line-height: 18px;
	font-family: OpenSansRegular;
	padding: 0 0 20px;
	margin-bottom: 25px;
	background: url(../images/line_foot.gif) repeat-x left bottom;
}
#footersidebar LI LI
{
	padding: 0 0 3px 14px;
	margin: 0 0 3px;
	background: url(../images/list-circle.png) no-repeat 0px 7px;
}
#footersidebar LI A
{
	padding: 0px;
	margin: 0px;
}
#footersidebar LI A:hover
{
	text-decoration: none;
}
/*Newsletter*/
#newsletter INPUT[type="text"]
{
	vertical-align: top;
	width: 75%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 8px;
	margin-bottom: 14px;
}
#newsletter INPUT[type="submit"]
{
	text-transform: capitalize;
	padding: 6px 15px 8px;
	font-size: 12px;
	display: block;
}
#line-sep-footer
{
	background: url(../images/line_foot.gif) repeat-x;
	height: 2px;
	clear: both;
	margin-bottom: 30px;
}
/*Twitter*/
#tweets
{
	background: url(../images/tweet.png) no-repeat left top;
	padding-left: 40px;
}
.tweetList
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
}
.tweetList, .tweetList LI A
{
	font-weight: bold;
}
.tweetList LI, .tweetList P
{
	padding: 0;
	margin: 0;
}
/*============================================ FOOTER  =================================================*/
#footercontainer
{
	position: relative;
}
#footer
{
	padding: 18px 0px 18px 0;
}
#footer
{
	font-size: 12px;
}
#footer A, #footer A:visited
{
}
#toTop
{
	position: absolute;
/*this is the magic*/
	top: 18px;
	right: 0;
	cursor: pointer;
	display: none;
	font-size: 12px;
}
.sidebar-contact-form
{
	background-color: #E6C8C8;
	padding: 10px 0px 0px 10px;
	/*+border-radius:11px;*/
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	-khtml-border-radius: 11px;
	border-radius: 11px;
}
.sidebar-contact-form TABLE
{
	border: 0px solid #000000;
}
.footer-logo
{
	text-align: center;
	margin-bottom: 20px;
}
.footer-logo IMG
{
	background-color: #FFFFFF;
	padding: 12px;
	/*+border-radius:15px;*/
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}
#contactform
{
	background-color: #E4E0E0;
	/*+border-radius:17px;*/
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	-khtml-border-radius: 17px;
	border-radius: 17px;
	padding: 12px 0px 8px 10px;
}
