/*==============================
	RESET
==============================*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol ul, ul ol, ul ul, ol ol {
	margin-top: 0;
	margin-bottom: 0;
}

/*==============================
	GLOBAL
==============================*/

body {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Helvetica, Verdana, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

html, body, #content {
	min-height: 100%;

}

div#wrap.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}


/* END TOP-LEVEL */

 h1,  h2,  h3,  h4,  h5,  h6,  p,  table,  ul,  ol,  form,  dl,  pre,  address {
	margin: 20px;
}

/*==============================
	TYPOGRAPHY
==============================*/

 strong,  th,  thead td,  h1,  h2,  h3,  h4,  h5,  h6 {
	font-weight: bold;
}

 .first {
	margin-top: 0;
	padding-top: 20px;
}

 h1 {
	font-size: 1.9em;
}

 h2 {
	font-size: 1.7em;
}

 h3 {
	font-size: 1.5em;
}

 h4 {
	font-size: 1.3em;
}

 h5 {
	font-size: 1.2em;
}

 h6 {
	font-size: 1em;
}

 .fancy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

 .caps {
	font-variant: small-caps;
	letter-spacing: 1px;
	text-transform: lowercase;
	font-size: 1.2em;
	font-weight: bold;
}

 .thin {
	font-weight: normal;
}

 p {
	font-size: 1em;
}

 cite, em, dfn {
	font-style: italic;
}

 code, pre {
	font-size: 92%;
	font-family: "Lucida Console", courier, monospace;
}

 del {
	text-decoration: line-through;
	color: #666;
}

 ins, dfn {
	border-bottom: 1px dotted #ccc;
}

 small, sup, sub {
	font-size: 85%;
}

 abbr, acronym {
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .1em;
}

 a abbr, a acronym {
	border: none;
}

 abbr[title], acronym[title], dfn[title] {
	border-bottom: 1px dotted #ccc;
}

 sup {
	vertical-align: super;
}

 sub {
	vertical-align: sub;
}

 blockquote {
	margin: 20px 40px;
	color: #333;
}

 blockquote p {
	margin-left: 0;
}

 .hide {
	display: none;
}

 .quiet {
	color: #666;
}

 .loud {
	color: #000;
}

 .highlight {
	background: #fb6;
}

 .top {
	margin-top: 0;
	padding-top: 0;
}

 .bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

 .error, .notice, .success {
	padding: 10px;
	margin-bottom: 20px;
	border: 2px solid #ddd;
}

 .error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

 .notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

 .success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

 .error a {
	color: #8a1f11;
	text-decoration: underline;
	background: none;
	padding: 0;
	margin: 0;
}

 .notice a {
	color: #514721;
	text-decoration: underline;
	background: none;
	padding: 0;
	margin: 0;
}

 .success a {
	color: #264409;
	text-decoration: underline;
	background: none;
	padding: 0;
	margin: 0;
}

 .center {
	text-align: center;
}

noscript p {
	background: #ffc;
	border: 2px solid #fb6;
	font-weight: bold;
	text-align: center;
}

/*==============================
	LINKS
==============================*/
 a{
	text-decoration: none;
	color: #A31;
}

 a:hover {
	text-decoration: underline;
	color: #701;
}

 a:active,  a:focus {
	text-decoration: underline;
	color: #701;
}
/*==============================
	LISTS
==============================*/

 ul,  ol {
	margin-left: 40px;
}

 ul {
	list-style-type: disc;
}

 ul.none {
	list-style-type: none;
	margin-left: 20px;
}

 ol {
	list-style-type: decimal;
}

 ul ul,  ol ol,  ul ol,  ol ul {
	margin: 0 0 0 40px;
}

 ul ul {
	list-style-type: square;
}

 ul ul ul {
	list-style-type: circle;
}

 dt {
	font-weight: bold;
}

 dd {
	margin-left: 20px;
}

/*==============================
	TABLES
==============================*/

 table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 20px;
}

 th,  td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ccc;
	padding: .8em;
}

 table p {
	margin: 0;
	padding: 0;
}

 table h1,  table h2,  table h3,  table h4 {
	margin: 0;
	padding: 0;
}

 table ol, table ul, table blockquote {
	margin-left: 20px;
}

table.noborder {
	border: none !important;
}

 table.noborder td {
	border: none !important;
}

table.noborder th {
	border: none !important;
	text-align: left;
}
/*==============================
	IMAGES
==============================*/

 img {
	margin: 0 20px;
}

 img.left {
	float:left;
	margin: 10px 20px 10px 20px !important;
}

 img.right {
	float:right;
	margin: 10px 20px 10px 20px !important;
}

/*==============================
	COLUMNS
==============================*/
.threefourths {
	width: 720px;
	float: left;
}

.twothirds {
	width: 640px;
	float: left;
}

.two {
	width: 480px;
	float: left;
}


.threeeights {
	width: 360px;
	float: left;
}

.three {
	width: 320px;
	float: left;
}

.four {
	width: 240px;
	float: left;
}

.twoninths {
	width: 213px;
	float: left;
}

.five {
	width: 192px;
	float: left;
}

.threesixteen {
	width: 180px;
	float: left;
}

.onesixth {
	width: 160px;
	float: left
}

.six {
	width: 160px;
	float: left
}

.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

object {
	margin-right: 20px;
	margin-left: 20px;
}


#socialbox {
	width: 136px;
	margin: 20px;
}

#socialbox img {
	margin: 0 2px 0 0;
	float: left;
}

#socialbox p {
	text-align: center;
	font-size: 1.2em;
	margin-top: 8px;
}

.dataTables_filter{
	display:none;
}