body{
	padding: 0px;
	margin: 0px;
	background:#FFF;
    color: #333;
    font: 12px arial, sans-serif;
}

html{ 
	height: 100%;
}

.clear_left{
	clear: both;
}

/**HTML5 fix - do not touch**/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/**
* Common Element Specific
*/
p{ 
  padding: 0 0 10px 0;
  margin: 0;
  text-align:justify;
  line-height: 18px;
}

/*.widget p { 
  padding: 0 0 0 0;
  margin: 0;
  text-align:justify;
  line-height: 18px;
}*/

img { border: 0;}

h1, h2, h3, h4, h5, h6 { 
	font: normal 175% 'Open Sans', sans-serif;
  	color: #000;
  	margin: 0 0 10px 0;
  	padding: 15px 0 5px 0;
}

h2{ 
	font-family:'Open Sans', sans-serif;
	font-size:20px;
	padding: 0;
	margin: 0 0 10px 0;
	color:#ff6f00;
	font-weight:bold;
}

h3{ 
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	padding: 0;
	margin: 0 0 10px 0;
	color:#ff6f00;
	font-weight:bold;
}

h4{ 
	margin: 0;
  	padding: 0 0 5px 0;
  	font-family: arial, sans-serif;
	font-size:14px;
  	color: #333;
	font-weight:bold;
}

h5, h6{ 
	font: italic 95% arial, sans-serif;
  	padding: 0 0 15px 0;
  	color: #000;
}

h6{ color: #000;}

h7{ 
	font-family:'Open Sans', sans-serif;
	font-size:20px;
	font-weight:bold;
}

a{ 
	outline: none;
  	text-decoration: none;
  	color: #000;
}

a:hover{ 
	color:#ff6f00;
	text-decoration:none;
}

ul{ 
  padding: 0;
  margin: 0;
}

ul li{ 
	list-style-type: circle;
	padding: 0 0 5px 0;
	margin: 0;
}

ol{ 
	padding: 0;
	margin: 0;
}

ol li{ 
	padding: 0;
	margin: 0;
}

.floatleft {
	float:left;
	margin: 0 10px 10px 0;
}

.floatright {
	float:right;
	padding: 0 0 10px 10px;
}

/*.list {
	margin:0 0 0 15px;
}

.list li {
	list-style:url(images/bullet.png);
	font-family:'arial', sans-serif;
	text-align:left;
	padding:0 0 5px 0;	
}*/


/**
* Layout Specific
*/

/*.topbar {
	text-align:center;
	color:#fff;
	padding:5px 0;
	background: #000;
	width:100%;
	position:absolute;
	height:20px;
	z-index:999;
}*/

#global-container {
	width:100%;
	margin:0 auto;
}

#content-container {
	width: 100%;
	height: auto;	
	position: relative;
	margin: 0 auto;
}

header {
	width: 960px;
	margin:0 auto;
	/*min-height: 150px;*/
}

.logo {
	float:left;
	width: 500px;
	margin: 10px 0;	
}

.logo {
	float:left;
	margin: 10px 0;	
}

.logo p {
	padding:0 0 0 0;
}

.fb {
	float:right;
	width:460px;
	padding:25px 0 0 0;
}

.search {
	float:right;
	width:460px;
}

.search ul li { 
	/*padding:40px 0 0 0;*/
	float:right;
	list-style:none; 
	text-align:right;
}

.search input[type="text"] {
	background:#f0f0f0;
	border:1px solid #CCC;
	padding:3px;
	color:#999;
	width:150px;
}

.search input[type="submit"] {
	/*background:url(images/icon-search.jpg)no-repeat;
	background-color: #EEE;
	height: 25px;
	width:25px;*/
	cursor:pointer;
	background-color:#EEE;
	height:25px;
	border: 0;
	color: #666;
	font-weight: bold;
}

/*.header-column-one {
	width:auto;
	float:left;
	background: #ececec;
	height:20px;
	width:250px;
	padding:40px 0;
}

.header-column-two {
	width:auto;
	float:right;
	background: #ececec;
	height:20px;
	width:500px;
	padding:40px 0;
}*/

.navigation {
	display:block;
	clear:both;
	width:100%;
	min-width:960px;
	z-index:999; 	
	background: #c50008;	
	height:48px;
	margin:0 auto;
}

.slide {
	width:960px;
	margin:0 auto;
}

.news {
	float:left;
	width:260px;
	height:350px;
	/*padding:20px 20px 0 20px;*/
	background:#ddd;
}

.news-content {
	padding:20px 20px 0 20px;
	height:290px;
}

.news-content h3 {
	border-bottom:1px solid #ff6f00;
	padding:0 0 10px 0;
}

.news-content ul {
	padding:0 0 0 15px;
}

.news-content .category-module li {
	list-style:none;
}

.news-content .category-module h3 {
	padding: 0 0 5px 0;
	font-family: arial,sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

.readmore {
	width:260px;
	vertical-align:bottom;
	height:40px;
	background:#c50008;
}

.readmore a {
	float:left;
	font-size:16px;
	padding: 0 0 0 20px;
	line-height:40px;
	color:#FFF;
	font-weight:bold;	
}

.readmore a:hover {
	color:#fff000;
}

.arrow {
	float:left;
	background:url(images/arrow.png) no-repeat;
	background-position:center;
	width:13px;
	height:14px;
	padding:25px 0 0 10px;
}

.banner {
	display:block;
	float:right;
	/*padding:25px 20px 0 20px;*/
	width:700px;
	height:350px;
}

.slide-shadow {
	clear:both;
	background:url(images/shadow.jpg);
	width:960px;
	height:57px;
	margin:0 auto;
}

section {
	width:960px;
	margin:0 auto;
}

#component {
	width: 670px;
	float: left;
	margin:0 0 30px 10px;
	/*margin: 0 0 20px 0;*/
}

.component-column /** can display multiple partials, set width & height in your own markup **/ {
	display:inline;
	width:960px;
	float:left;
	background: #fff;
	padding:0;
	margin:0 0 30px 0;
	clear:both;
}

.column-title {
	width:100%;
	height:46px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ef000a), color-stop(0.5, #c50008));
	background: -o-linear-gradient(bottom, #ef000a 0%, #c50008 50%);
	background: -moz-linear-gradient(bottom, #ef000a 0%, #c50008 50%);
	background: linear-gradient(to bottom, #ef000a 0%, #c50008 50%);		
}

.column-title h3 {
	color:#FFF;
	line-height:46px;
	padding:0 0 0 20px;
}

.column-content {
	border:1px solid #CCC;
	height:250px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(213,213,213,0.7);
	-moz-box-shadow: 5px 5px 5px 0px rgba(213,213,213,0.7);
	box-shadow: 5px 5px 5px 0px rgba(213,213,213,0.7);
}

.column-content ul {
	padding:10px 0 0 36px;
}

.column-content ul li {
	list-style-image: url('images/bullet.png');
	padding:0 15px 5px 0;
	line-height:16px;
}


/* ------------------------------------------------------------
	sidebar
------------------------------------------------------------  */

.component-left {
	display:block;
	float:left;
	width:260px;
	margin:0 20px 0 0;
}

.component-left-title {
	width:100%;
	height:46px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ef000a), color-stop(0.5, #c50008));
	background: -o-linear-gradient(bottom, #ef000a 0%, #c50008 50%);
	background: -moz-linear-gradient(bottom, #ef000a 0%, #c50008 50%);
	background: linear-gradient(to bottom, #ef000a 0%, #c50008 50%);	
}

.component-left-title  h3 {
	color:#FFF;
	line-height:46px;
	padding:0 0 0 20px;
}

.component-left-content {
	border:1px solid #CCC;
	height:auto;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(213,213,213,0.7);
	-moz-box-shadow: 5px 5px 5px 0px rgba(213,213,213,0.7);
	box-shadow: 5px 5px 5px 0px rgba(213,213,213,0.7);
	margin:0 0 20px 0;
}

.component-left-content ul {
	padding:10px 0 15px 36px;
}

.component-left-content ul li {
	list-style-image: url('images/bullet.png');
	padding:0 15px 5px 0;
	line-height:16px;
}

.component-left-content ul li a:hover {
	text-decoration:underline;
}

/*ul.sidebar {
	padding:0 0 10px 25px;
}

ul.sidebar li {
	list-style: url(images/bullet.jpg);
}

ul.sidebar li a {
	font-size:12px;
	line-height:18px;
}

ul.sidebar li a:hover {
	color:#9f6c00;
	text-decoration:underline;
}*/

ol.content {
	padding:0 0 15px 18px;
}

/*.component-links {
	clear:both;
	width:100%;
	border-top:1px dotted #CCC;
	padding:15px 0;
}

.component-links h2 {
	padding:0 0 5px 20px;
}*/


/* ------------------------------------------------------------
	footer
------------------------------------------------------------  */
.footer-container { width:960px; margin:0 auto; }

.footer-divider { 
	border-bottom: 3px solid #b6b6b6;
	min-width:960px;
	position: relative; 
	clear:both;
}

.footer-divider a {
	background: none repeat scroll 0 0 #c50008;
	color: #FFF;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	padding: 8px 12px;
	position: absolute;
	margin-top: -8px;
	z-index: 499;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}

.footer-divider a:after {
	top: 0;left: 0;
	margin: 0 0 0 -8px;
	content:" ";
	border-top: 4px solid transparent;
	border-left: 4px solid transparent;
	border-right: 4px solid #8b0006;
	border-bottom: 4px solid #8b0006;
	display: block;
	position: absolute;		
}

.footer-divider a:before {
	top: 0;
	right: 0;
	margin: 0 -8px 0 0;
	content:" ";
	border-top: 4px solid transparent;
	border-left: 4px solid #8b0006;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #8b0006;
	display: block;
	position: absolute;
}
	
footer#footer { height:80px; background: none repeat scroll 0 0 #DDD; padding: 40px 0 30px 0; min-width:960px; }
/*footer#footer p { color: #656363; }*/

.copyright-wrapper {
	width:100%;
	height:20px;
	clear:both;
	margin:0 auto;
	text-align:left;
	background:#000;
	color:#FFF;
	padding:15px 0 10px 0;
	min-width:960px;
} 

.copyright-content {
	width:960px;
	margin:0 auto;
}

.copyright {
	float:left;
	width:560px;
}

.bottombar {
	float:right;
	width:400px;
	margin:0 auto;
	text-align:right;
	color:#FFF;
}

.bottombar a {
	color: #fff;
	font-weight:bold;
	text-transform: uppercase;
	font-size:12px;
	padding: 0;
}

/* ------------------------------------------------------------
	button
------------------------------------------------------------  */

.button {
	width:95px;
	height:25px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #85c0f6), color-stop(1, #5091cd));
	background: -o-linear-gradient(bottom, #85c0f6 0%, #5091cd 100%);
	background: -moz-linear-gradient(bottom, #85c0f6 0%, #5091cd 100%);
	background: linear-gradient(to bottom, #85c0f6 0%, #5091cd 100%);	
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.button a {
	color:#333;
	font-size:14px;
	line-height:25px;
	padding:0 0 0 13px;
}

.button a:hover {
	color:#FFF;
}

/* ------------------------------------------------------------
	links
------------------------------------------------------------  */

.links a:hover {
	text-decoration:none;
	color:#ff0000;
}

a.links:hover {
	text-decoration:underline;
}

a.links2 {
	color:#0000FF;
	text-decoration:underline;
}

a.links2:hover {
	color:#9f6c00;
}


/* ------------------------------------------------------------
	article page
------------------------------------------------------------  */

.article_title {
	margin:0 !important;
	width:100%;
	background: url(images/shadow-2.jpg) no-repeat bottom;
}

.article_title h4 {
	width:100%;	
	padding: 0 0 10px 0;
	font-size:20px;
	font-family:'Open Sans', sans-serif;
	/*border-bottom: 1px solid #d2d2d2;
	box-shadow: 0 1px 0 rgba(255,255,255,.5);*/
}

.articles_view ul {
	padding:0 0 20px 30px;
}

/* ------------------------------------------------------------
	gallery page
------------------------------------------------------------  */
.gallery_category_title {
	margin:0 0 30px 0 !important;
	width:100%;
	background: url(images/shadow-2.jpg) no-repeat bottom;
}

.gallery_category_title h1 {
	width:100%;	
	margin: 0 0 30px 0;
	font-size: 20px;
	font-family: 'Open Sans',sans-serif;
	font-weight:bold;
	color:#333;
	padding:0 !important;
	/*border-bottom: 1px solid #d2d2d2;
	box-shadow: 0 1px 0 rgba(255,255,255,.5);*/
}

.gallery_back_button {
	margin: -40px 0 0 0;
}
