@font-face { 
  font-family: calibriz; 
    src: url('../fonts/calibriz.ttf'); 
    src: local("calibriz"), url('../fonts/calibriz.ttf'); 
} 

@font-face { 
  font-family: calibri; 
    src: url('../fonts/calibri.ttf'); 
    src: local("calibri"), url('../fonts/calibri.ttf'); 
} 
@font-face { 
  font-family: calibrib; 
    src: url('../fonts/calibrib.ttf'); 
    src: local("calibrib"), url('../fonts/calibrib.ttf'); 
} 


html { 
  height: 100%;}

* { 
  margin: 0; 
  padding: 0;}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;}

body {
	font: normal 15px 'calibriz', sans-serif;
	font-weight: 500;
}

p { 
  padding: 0 0 25px 0;
  line-height: 1.7em;}

img {
	border: 0;
	margin-right: 6px;
	margin-left: 6px;
}

h1, h2, h3, h4, h5, h6 {
	font: normal 130% 'calibriz', sans-serif;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
}

h2 {
	font: normal 170% 'calibriz', sans-serif;
	margin: 0;
	padding: 0;
	color: #008C8C;
	font-weight: 400;
}

h3 { 
  font: normal 150% 'calibriz', sans-serif;}

h4, h5, h6 { 
  margin: 0;
  padding: 0 0 5px 0;
  font: normal 110% 'calibriz', sans-serif;
  line-height: 1.5em;}

h5, h6 {
	font: normal 95%  'calibriz', sans-serif;
}

a, a:hover { 
  outline: none;
  text-decoration: none;}

a:hover { 
  text-decoration: none;}

ul {
	margin: 0 0 0 0;
}

ul li {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 4px 5px;
}

ol { 
  margin: 8px 0 22px 20px;}

ol li { 
  margin: 0 0 11px 0;}

#main, #header, #logo, #menubar, #site_content, #site_content1, #footer { 
  margin-left: auto; 
  margin-right: auto;}

#main {
	width: 1360px;
	margin: 10px auto 10px auto;
}

header {
	width: 1360px;
	height: 80px;
	margin-bottom: 30px;
}

#logo {
	width: 420px;
	float: left;
	height: 60px;
	background: transparent;
	padding: 0 0 0 0;
}

#logo h1 {
	font: normal 220% 'calibriz', sans-serif;
	padding: 0;
	color: #008C8C;
}



#logo h1 a:hover { 
  text-decoration: none;}

#site_content {
	width: 1360px;
	overflow: hidden;
	margin: 10px auto 0 auto;
	padding: 0;
}
  
  #site_content1 { 
  width: 650px;
  overflow: hidden;
  margin: 4px 4px 4px 4px;
  padding: 0;}

#left_content {
	float: left;
	width: 690px;
	padding: 15px 50px 5px 10px;
	margin: 0;
}

#left_content ul { 
  margin: 2px 0 22px 0px;}

#left_content ul li { 
  list-style-type: none;
  margin: 0 0 0 0; 
  padding: 2px 0 2px 28px;
  line-height: 1.5em;}



#left_content1 { 
  float: left;
  width: 490;
  height: 440px;
  padding: 5px 0 5px 5px;
  margin: 0;}

#left_content1 ul { 
  margin: 2px 0 22px 0px;}

#left_content1 ul li { 
  list-style-type: none;
  margin: 0 0 0 0; 
  padding: 2px 0 2px 28px;
}








#right_content {
	float: right;
	width: 450px;
	padding: 60px 20px 0 20px;
	min-height: 650px;
}

#right_content img { 
  float: left;}

footer { 
  width: 930px;
  font: normal 100% 'calibrib', sans-serif;
  padding: 50px 20px 5px 0;
  text-align: right; 
  background: transparent;}

footer p { 
  padding: 0 0 10px 0;}

footer a, footer a:hover {
  text-decoration: none;}

/* styling for the slideshow on the homepage */
ul.slideshow {
  width: 1360px;
  height: 720px;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;}
  
ul.slideshow li {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  list-style: none;}
 
ul.slideshow li.show {
  z-index: 500;}
 
ul img {
  border: none;}
 
#slideshow-caption {
  width: 600px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0; 
  z-index: 500;}
 
#slideshow-caption .slideshow-caption-container {
  padding: 20px 25px 0 25px;   
  z-index: 1000;}
 
#slideshow-caption p {
  padding: 0;
  font: normal 130% calibrib, sans-serif;}

/* form styling */
.form_settings { 
  margin: 0;}

.form_settings p { 
  padding: 0 0 10px 0;}

.form_settings span { 
  padding: 5px 0; 
  float: left; 
  width: 170px; 
  text-align: left;}
  
.form_settings input, .form_settings textarea { 
  padding: 4px; 
  width: 252px; 
  font: 100% 'Calibri', sans-serif;
  border: 0;
  border-bottom: 1px solid; 
  background: transparent;}
  
.form_settings .submit { 
  font: 170% 'Calibri', sans-serif; 
  border: 0; 
  width: 100px; 
  margin: 0 0 0 162px; 
  height: 33px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;}

.form_settings textarea, .form_settings select { 
  font: 100% 'Calibri', sans-serif; 
  border: 1px solid; 
  border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  width: 250px;
  overflow: auto;}

.form_settings select { 
  width: 304px;}

.form_settings .checkbox { 
  margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;}

/* styling for the blog page */
#blog_container h4 {
  font: normal 200% 'Calibri', sans-serif;
  margin: 0 0 15px 0;
  padding: 5px 0;}

#blog_container h4.select {
  width: 475px;}

.blog {
  background: url(../images/calendar.png) no-repeat;
  width: 54px;
  height: 46px;
  float: left;
  margin: 0 15px 0 0;}

.blog h2 {
  font: bold 90% 'Calibri', sans-serif;
  text-shadow: none;
  text-align: center;
  margin: 0;
  padding: 4px 0 0 0;}
  
.blog h3 {
  font: 140% arial, sans-serif;
  text-shadow: none;
  margin: 0;
  text-align: center;
  padding: -10px 0 0 0;}
  
#blog_text {
  padding: 20px;
  overflow: auto;
  height: 100%;}

#blog_text h1 {
  font: normal 190% 'Calibri', sans-serif;
  margin: 0 0 15px 0;
  padding: 5px 0;}

/* stylesheet for sooperFish by www.sooperthemes.com -- author: jurriaan roelofs */
html body ul.sf-menu ul,html body ul.sf-menu ul li { 
  width: 180px;}

html body ul.sf-menu ul ul { 
  margin: 0 0 0 180px;}

ul.sf-menu,ul.sf-menu * { 
  margin: 0;
  padding: 0;}

ul.sf-menu { 
  display: block;
  position: relative;}
  
ul.sf-menu li {
	display: block;
	list-style: none;
	float: left;
	position: relative;
}
  
ul.sf-menu li:hover { 
  visibility: inherit; /* fixes IE7 'sticky bug' */ }

ul.sf-menu a {
	display: inline-block;
	position: relative;
}
  
ul.sf-menu ul { 
  position: absolute;
  left: 0;
  width: 150px; 
  top: auto;
  left: -999999px;}
  
ul.sf-menu ul a { 
  zoom: 1; /* IE6/7 fix */ }

ul.sf-menu ul li { 
  float: left; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
  width: 150px;}
  
ul.sf-menu ul ul { 
  top: 0;
  margin: 0 0 0 150px;}

ul.sf-menu li:hover ul,ul.sf-menu li:focus ul,ul.sf-menu li.sf-hover ul, 
ul.sf-menu ul li:hover ul,ul.sf-menu ul li:focus ul,ul.sf-menu ul li.sf-hover ul,
ul.sf-menu ul ul li:hover ul,ul.sf-menu ul ul li:focus ul,ul.sf-menu ul ul li.sf-hover ul,
ul.sf-menu ul ul ul li:hover ul,ul.sf-menu ul ul ul li:focus ul,ul.sf-menu ul ul ul li.sf-hover ul { 
  left: auto;}
  
ul.sf-menu li:hover ul ul,ul.sf-menu li:focus ul ul,ul.sf-menu li.sf-hover ul ul,
ul.sf-menu ul li:hover ul ul,ul.sf-menu ul li:focus ul ul,ul.sf-menu ul li.sf-hover ul ul,
ul.sf-menu ul ul li:hover ul ul,ul.sf-menu ul ul li:focus ul ul,ul.sf-menu ul ul li.sf-hover ul ul,
ul.sf-menu ul ul ul li:hover ul ul,ul.sf-menu ul ul ul li:focus ul ul,ul.sf-menu ul ul ul li.sf-hover ul ul { 
  left: -999999px;}

/* theming the menu */
nav {
	width: 850px;
	margin: 5px 5px 5px 5px;
	float: right;
	padding: 5px 0 0 0;
} 
  
ul#nav {
	float: right;
	margin: 6px 60px 0 0;
}

ul#nav li a {
	font: normal 115% 'calibriz', sans-serif;
	text-decoration: none;
	outline: none;
	text-align: center;
	z-index: 10;
	display: block;
	float: left;
	height: 20px;
	padding: 5px 12px 15px 12px;
	position: relative;
	overflow: hidden;
}

ul#nav ul { 
  margin-top: 40px;
  padding-bottom: 10px;}
