body{
	padding: 0px;
	margin: 0px;
	background:#FFF;
    color: #333;
    /*font: 16px 'Raleway', sans-serif;*/
	font:18px 'Calibri', sans-serif;
}

/*html{ 
	height: 100%;
}*/

html{ height: 100%; } 
* { margin: 0; padding: 0; }

.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 15px 0;
  margin: 0;
  text-align:justify;
  line-height: 24px;
}

/*.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 15px 0;
  	padding: 15px 0 5px 0;*/
}

h1 {
	font-family: 'Calibri', sans-serif;
	font-size:42px;
	margin: 0 0 15px 0;
	color:#a93e7a;
	font-weight:bold;	
}

h2{ 
	font-family: 'Calibri', sans-serif;
	font-size:50px;
	padding: 0;
	margin: 0 0 5px 0;
	color:#333;
	font-weight:800;
	text-transform:uppercase;
}

h3{ 
	font-family: 'Calibri', sans-serif;
	font-size:18px;
	padding: 0;
	margin: 0 0 5px 0;
	color:#767676;
	font-weight:400;
}

h4{ 
	font-family: 'Calibri', sans-serif;
	font-size:24px;
	padding: 0;
	margin: 0 0 5px 0;
	color:#333;
	font-weight:700;
}

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

h6{ color: #000;}

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;
	margin: 0;
}

.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;	
}

.list2 {
	margin:0 0 0 310px;
}

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

ol{ 
	padding: 0;
	margin: 0;
}

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

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

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

.line {
	float:left;
	width:100%;
	border-top:1px dotted #bbb;
	padding:0 0 0 0;
	margin:20px 0 0 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: 980px !important;
	margin:0 auto !important;
	float:none !important;
	/*min-height: 150px;*/
}

.logo {
	width:330px;
	float:left;
	padding:30px 0 15px 0;
}

.navigation {
	display:block;
	float:right;
	/*width:730px;*/
	z-index:999; 		
	height:48px;
	/*margin:0 20px 0 auto;*/
}

/*.news {
	float:left;
	width:260px;
	height:350px;
	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;
}

.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;
	width:980px;
	height:auto;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}

.banner-shadow {
	clear:both;
	background:url(images/shadow.jpg);
	width:980px;
	height:58px;
	margin:0 auto;
}

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

#component {
	width:980px;
	margin:0 auto;
}

.component-content {
	width:980px;
	margin:0 auto;
}

.component-column /** can display multiple partials, set width & height in your own markup **/ {
	/*display:inline;
	float:left;*/
	width:980px;	
	background: #fff;
	padding:0;
	margin:0 auto 50px auto;
	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 {
	width:100%;
	clear:both;			
} 

.footer-wrapper {
	width:100%;	
	margin:0 auto !important;
}

.footer-wrapper-content {
	min-width:980px;
	height:40px;
	background:#252525;
	color:#FFF;
	padding:20px 0;
	font-size:16px;
}

.footer-content {
	width:980px;
	margin:0 auto !important;
	display:block;
}

.bottomlink {
	float:left;
	width:560px;
	padding:8px 0 0 0;
}

.bottomlink a { color:#FFF; }
.bottomlink a:hover { color:#d71921; }

.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:14px;
	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:#e06c00;
	text-decoration:none;
}

a.links2:hover {
	color:#F00;
	text-decoration:none;
}

a.links3 {
	color:#00F;
	text-decoration:none;
}

a.links3:hover {
	color:#F00;
	text-decoration:none;
}

/* ------------------------------------------------------------
	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:32px;
	font-family: 'Playball', cursive;
	color:#a93e7a;
	/*border-bottom: 1px solid #d2d2d2;
	box-shadow: 0 1px 0 rgba(255,255,255,.5);*/
}

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

/* ------------------------------------------------------------
	jotform
------------------------------------------------------------  */
.form-label-left { 
	font-family: 'Calibri', sans-serif !important; 
	font-size:16px !important; 
}

