/* --------------------------------------------------------------
   SEXYSHEET
   * Some Description here.
   Website:HSCSC
   Author:
   Version:
-------------------------------------------------------------- */

/* 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	text-decoration:none;
}

:focus {outline: 0;}
body {line-height: 1;color: black;background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

strong { font-weight:bold;}

/* GLOBAL
-------------------------------------------------------------- */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
	.clearfix {display:inline-block;}
	/* Hide from IE Mac \*/
	.clearfix {display:block;}
	/* End hide from IE Mac */
/* SEO friendly hide */
.hidden {
	background:none;
	font-size:1px;
	display:none;
	height:0;
	left:-9999px;
	overflow:hidden;
	position:absolute;
	top:-9999px;
	width:0;
	z-index:0;
	line-height:0px;
}

/* TYPOGRAPHY
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #ba0479; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.3em; font-weight:bold; line-height: 1; margin-bottom: 15px; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

/* TEXT ELEMENTS
-------------------------------------------------------------- */
/* IMPORTANT NOTE:Remove unnecessary css declarations when finished coding */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus,
a:hover     { text-decoration:underline;}
a           { color: #336699; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 		{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* Lists */

li ul,
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

/* Tables */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 	{ background: #c3d9ff; }
th,td,
caption     { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first		{ margin-left:0; padding-left:0; }
.last		{ margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

/* STYLE
-------------------------------------------------------------- */
body {
		background:#eeecde url(../images/bg.jpg) repeat-x;
	}
h2, h4 {
	color:#6da4da;
	font-size:25px;
	margin-bottom:10px;
	text-transform:uppercase;
}
h3 {
	background:#9ecbf3 url(../images/bg_h3.jpg) no-repeat center bottom;
	color:#fff;
	font-size:19px;
	font-weight:normal;
	padding:13px 10px;
	text-transform:uppercase;
	text-shadow: 1px 2px 1px #6a9fd7;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
}
h4 {
  font-size:16px;
  font-weight:bold;
  margin-bottom:5px;
  /*margin-top: 15px;*/
  text-transform:capitalize;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
h5 { font-size:12px; color:#707070;margin-bottom:5px;}
a {}
a.align-right {
	background:url(../images/ico_arrow.gif) no-repeat right 4px;
	color:#707070;
	display:block;
	font-size:13px;
	font-weight:bold;
	padding-right:10px;
	text-align:right;
  line-height: 100%;
  margin-top: 5px;
	}
p, #content li, .grid02-content li {
	color:#707070;
	font-size:13px;
	line-height:24px;
	margin-bottom:10px;
}

#wrapper, #footer-wrap div { margin:20px auto 0; width:880px;}

#wrapper {
		-webkit-box-shadow:0px 0px 8px -2px #97b8d7;
		-moz-box-shadow:0px 0px 8px -2px #97b8d7;
		margin-bottom:20px;
	}

#home {}
	#header {
		}
	.head-grid01 {
			background:url(../images/bg_nav.jpg) no-repeat 0 0;
			float:left;
			position:relative;
			width:264px;
		}
	 .logo {
		height:148px;
		left:60px;
		width:148px;
		position:absolute;
		top:-10px;
	}
	 	.logo a {
				background:url(../images/logo.png) no-repeat;
				display:block;
				height:148px;
				width:148px;
				text-indent:-99999px;
			}
	.main-nav {
			margin:0;
			padding-top:126px;
		}
		.main-nav li {
				list-style-type:none;
				display:inline;
			}
		.main-nav a {
				background:url(../images/main_nav.jpg) no-repeat;
				color:#ffffff;
				display:block;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:13px;
				font-weight:bold;
				height:19px;
				padding:10px 0 10px 50px;
				text-decoration:none;
				text-transform:uppercase;
				text-shadow: 1px 1px 1px #6a9fd7;
				width:214px;
			}
			.main-nav .nav01 a {}
        .main-nav .nav01 a:hover { background-position:-264px 0; }
			.main-nav .nav02 a { background-position:0 -38px;}
				.main-nav .nav02 a:hover { background-position:-264px -38px;}
			.main-nav .nav03 a { background-position:0 -77px;}
				.main-nav .nav03 a:hover { background-position:-264px -77px;}
			.main-nav .nav04 a { background-position:0 -116px;}
				.main-nav .nav04 a:hover { background-position:-264px -116px;}
			.main-nav .nav05 a { background-position:0 -156px;}
				.main-nav .nav05 a:hover { background-position:-264px -156px;}
			.main-nav .nav06 a { background-position:0 -195px;}
				.main-nav .nav06 a:hover { background-position:-264px -195px;}
			.main-nav .nav07 a { background-position:0 -234px;}
				.main-nav .nav07 a:hover { background-position:-264px -234px;}
	.main-nav li .secndlevel { margin:0;}
	.main-nav li .secndlevel a {
			background:url(../images/secnd_level.jpg) no-repeat;
			color:#6da4da;
			text-shadow: 1px 1px 1px #b3d1ee;
		}
		.main-nav li .secndlevel-01 a { background-position:0 0px;}
			.main-nav li .secndlevel-01 a:hover { background-position:-264px 0px;}
		.main-nav li .secndlevel-02 a { background-position:0 -39px;}
			.main-nav li .secndlevel-02 a:hover { background-position:-264px -39px;}
		.main-nav li .secndlevel-03 a { background-position:0 -77px;}
			.main-nav li .secndlevel-03 a:hover { background-position:-264px -77px;}
		.main-nav li .secndlevel-04 a { background-position:0 -117px;}
			.main-nav li .secndlevel-04 a:hover { background-position:-264px -117px;}
		.main-nav li .secndlevel-05 a { background-position:0 -155px;}
			.main-nav li .secndlevel-05 a:hover { background-position:-264px -155px;}
		.main-nav li .secndlevel-06 a { background-position:0 -155px;}
			.main-nav li .secndlevel-06 a:hover { background-position:-264px -155px;}
		.main-nav li .secndlevel-07 a { background-position:0 -233px;}
			.main-nav li .secndlevel-07 a:hover { background-position:-264px -233px;}
		.main-nav li .secndlevel-08 a { background-position:0 -272px;}
			.main-nav li .secndlevel-08 a:hover { background-position:-264px -272px;}

	.header-img {
			float:left;
			width:616px;
		}
	#content {
			padding:30px;
		}
	.imgbox { width:270px; float:left; font-size:12px;}
	.imgbox img { text-align:center; display:block; margin:0 auto 10px; }
  .imgbox p {margin:0 auto;width: 168px;}
	.imgcenter { display:block; margin:20px auto;}
	.imgbox a { display:block; text-align:center;}
	#home #content {
		background:#fff url(../images/bg_blogtype.jpg) repeat-y top right;
		}
		#home .grid01 {
			float:left;
			padding-right:30px;
			width:438px;
		}
		#home .grid02 {
			float:left;
			padding-left:30px;
			width:322px;
			}
		.blog-type {}
		.blog-type li { line-height:16px;}
			.blog-type h3 {}
			.blog-type ul { margin:0;}
			#content .blog-type li {
					list-style-type:none;
					margin-bottom:20px;
					line-height:17px;
				}
				.blog-type li div { float:left; width:260px;}
				.blog-type li .blog-date {
						background:url(../images/blog-day.png) no-repeat;
						color:#fff;
						height:45px;
						margin-right:10px;
						padding-top:3px;
						text-align:center;
						width:48px;
					}
				.blog-type p {
						/*background:url(../images/border.gif) repeat-x left top;*/
					}
        .blog-type div.article p { background: none; }
        .blog-type p.back { background: none; font-size:14px; font-weight:bold; }
				.blog-month {
					display:block;
					font-size:12px;
					font-weight:bold;
					text-transform:uppercase;
					}
				.blog-day {
					display:block;
					font-size:22px;
					}
	.shadow-btm {}
	#footer-wrap {
			background:url(../images/bg_footer.gif) repeat-x;
			height:82px;
		}
		#footer-wrap div {
				padding-top:25px;
				width:880px;
			}
		.soc-net { margin:0;}
			.soc-net li { list-style-type:none;}
			.fb, .twitter {
					background:url(../images/fb.gif) no-repeat;
					float:left;
					height:40px;
					width:37px;
					text-indent:-99999px;
				}
			.twitter {
					background:url(../images/twitter.gif) no-repeat;
					width:40px;
				}
		#footer-wrap p {
				color:#fff;
				font-size:10px;
				display:block;
				text-align:right;
			}
		#footer-wrap p a { color:#fff; font-size:10px;}

.calendar {
  width: 192px;
  height: 43px;
  background:url(../images/calendar.png) no-repeat;
  text-indent: -999em;
  display: block;
}

.calendarWrapper {
  display: block;
  margin: 20px auto;
  width: 192px;
}
/*******************************************INNER PAGES***********************************************/
#inner #wrapper {
	background:url(../images/bg_innergrid01.jpg) repeat-y;
	margin-top:20px;
	}
	#inner .logo { top:-10px;}
#inner .header-img { padding-top:0;}
#bg-wrap {}
	.grid01 {
			position:relative;
		}
	#inner .head-grid01 {
			background-position:0 0;
			float:left;
			position:relative;
			width:264px;
		}
		.grid01 .main-nav { padding-top:126px;}
			.grid01 .main-nav li {}
			.grid01 .main-nav a {}
	.grid02 {
			float:left;
			width:616px;
		}
		.grid02 .header-img {
				float:none;
			}
			.grid02-content {
				background:#fff;
				padding:30px;
				min-height:500px;
				height:auto !important;
				height:500px;
}
				.grid02-content .blog-type { margin:20px 0;}
				.grid02-content h3 { margin-bottom:10px;}
				.grid02-content .blog-type li div { width:497px;}
				.grid02-content .blog-type li .blog-date { width:48px;}
		.sub-nav {
				background:#e3edf7;
				margin:0 0 10px 0;
				padding:5px;
			}
			.sub-nav li {
					display:inline;
					list-style-type:none;
				}
				.sub-nav a {
						background:url(../images/arrow02.gif) 0 8px no-repeat;
						color:#6da4da;
						display:block;
						float:left;
						font-weight:bold;
						margin-right:10px;
						padding-left:17px;
						text-transform:capitalize;
					}
form {}
form p {}
label { color:#6da4da;}
input, textarea { width:343px; display:block;}
textarea { height:100px;}
button {
		background:url(../images/button.gif) no-repeat;
		border:none;
		color:#fff;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight:bold;
		height:30px;
		margin-left:278px;
		width:71px;
		text-transform:uppercase;
	}

.contacts {
  margin: 15px auto;
  width: 230px;
}
  .contacts h6 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #707070;
  }