@charset "UTF-8";
/* CSS Document */

/*
To target specific IE browsers, add the following classes to the beginning of the selectors:
	Iternet Explorer 7: .ie7
	Iternet Explorer 8: .ie8
	Iternet Explorer 9: .ie9
*/


* {
	margin: 0;
	padding:0;
}

html, body {
	height: 100%;				/* Sticky footer - do not override */
	
	background: #fff url(../images/bgMain.gif) repeat-x;
	color:#000;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:100%;
	line-height:140%;
}

#wrapper {
	min-height: 100%;			/* Sticky footer - do not override */
	height: auto !important;	/* Sticky footer - do not override */
	height: 100%;				/* Sticky footer - do not override */
	margin: 0 auto -73px;		/* Sticky footer - margin-borrom must equal height of #footer, .push */
	/*background:#D7D7D7 url(../images/bgWrapper.png) top center repeat-y;*/
	padding:0 10px;
	width:837px;
	font-size:.75em;
}

#footer, .push {
	clear:both;					/* Sticky footer - do not override*/
	height: 73px;				/* Sticky footer - height must equal margin-bottom of #wrapper */
}

/* Basic, typographic, positioning elements --------------------------------------------------------------------------------------- */

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
	
.ie7 .clearfix { zoom: 1; } /* IE7 only*/

img{
	border:0;
}

h1, h2, h3, h4{
	font-family: 'Droid Serif', serif;
}

h1{
	color:#000;
	font-size:1.6em;
	margin-bottom: 10px;
}

h2{
	color:#9c0532;
	font-size:1.4em;
	font-weight:normal;
	margin: 25px 0 10px;
}

h3{
	color:#000;
	font-size:1.2em;
	margin:15px 0 20px;
}

h4{
	color:#249ECA;
	font-size:1.1em;
	margin:10px 0
}

p, ul, ol{
	margin:0 0 20px;
	padding:0;
}

ul{
	margin-left:20px;
}

a:link, a:visited{
	color:#9c0532;
	text-decoration:none;
}

a:hover{
	color:#000000;
}

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

.right{
	float:right;
	margin:0 0 20px 20px;
}

.blue{
	color:#0978B5;
}

.boldBlue{
	color:#0978B5;
	font-weight:bold;
}

.cyan{
	color: #5EC9F1;
}

.green{
	color: #178709;
}

.boldGreen{
	color: #178709;
    font-weight: bold;
}

iframe{
	width: 100%;
	max-width: 541px;
	height: 300px;
	margin-bottom: 20px;
}

/* Header styles ------------------------------------------------------------------------------------------------------------------ */

#header {
	position: relative;
}

/* logo styles ----------------------------------------- */
#logo{
	/*background:url(../images/bgLogo.png) no-repeat top left;*/
	height:166px;
	margin:0;
	/*margin-left:10%;
	padding:11px;*/
	position:absolute;
	top: 90px;
	left: 0px;
	text-align:center;
	width:150px;
}

#logo img{
	float: left;
	height:166px; 
	width:150px;
}

#logo h1{
	margin:12px 0 10px;
}

/* videos styles ----------------------------------------- */

#video{
	width: 287px;
	height: 80px;
	position: absolute;
	top: 100px;
	right: 0px;
	/*background: #000000;*/
}

#video1{
	float: left;
	width: 132px;
	height: 80px;
	margin-right: 10px;
}

#video2{
	float: left;
	width: 132px;
	height: 80px;
}



.btn{
  padding: 0 .5rem ; 
  line-height: 2em;
  background: #9c0532; 
  border: none;
  border-radius: 5px;
  color:#ffffff !important;
  font-size:24px;
  margin: 1em .75em;  /* if oyu want some space*/
  width:100%;
}

.btn:hover {
  background: #CCE7FF;
  background-image: -webkit-linear-gradient(top, #CCE7FF, #CCE7FF);
  background-image: -moz-linear-gradient(top, #CCE7FF, #CCE7FF);
  background-image: -ms-linear-gradient(top, #CCE7FF, #CCE7FF);
  background-image: -o-linear-gradient(top, #CCE7FF, #CCE7FF);
  background-image: linear-gradient(to bottom, #CCE7FF, #CCE7FF);
  text-decoration: none;
}
/* avatar styles ----------------------------------------- */

#avatar{
	position: absolute;
	top: 200px;
	right: 0px;
	height:89px; 
	width:129px;
}

/* Nav styles ----------------------------------------- */

#nav{
	height:70px;
	margin-bottom:27px;
	padding:0 0 1px;
}

#nav ul{
	height:70px;
	margin:0;
	padding:0 1px;
	position:relative;
}

#nav li{
	background: url(../images/bullet.png) left center no-repeat;
	position:relative;	/* ie needs position:relative here*/
	float:left;
	list-style: none;
}

#nav li:first-child{
	background: none;
}

#nav li ul li{
	height:70px;
	line-height:70px;
	padding:0 21px;
}

#nav a{ 
	color:#000;
	text-decoration:none;
	font-weight: bold;
}

#nav a:hover, 
#nav .current a{
	/*background:url(../images/bgNavOver.gif) top left repeat-x;*/
	color:#9c0532;
	font-weight: bold;
}

#nav ul#menu{
	display:block;
}

#nav #menu p{
	cursor:pointer;
	display:none;
	text-transform:uppercase;
}

/* banner styles ----------------------------------------- */

#banner{
	margin:40px 0 40px;
	text-align:center;
}

#banner img{
	height:400px;
	width:837px;
	margin-top: 175px;
}

#banner2{
	display: none;
}

/* Middle Styles ------------------------------------------------------------------------------------------------------------------ */

/*#middle img{
	background:#fff;
	border:7px solid #dcdcdc;
	padding:1px;
}
*/
/* Content Styles ----------------------------------------- */

#content{
	float:left;
	margin:0 0 0 19px;
	width:541px;
}

/* Sidebar Styles ----------------------------------------- */

#sidebar {
	background:url(../images/bgSide.gif) left top repeat-y;
	float:right;
	width:240px;
}

#sidebarTop {
	background:url(../images/bgSideTop.gif) top left no-repeat;
}

#sidebarBottom {
	background:url(../images/bgSideBottom.gif) bottom left no-repeat;
	padding:20px;
}

/* Footer Styles ------------------------------------------------------------------------------------------------------------------ */

#footer{
	height: 72px;				/* Sticky footer - correction for border */
	/*background:#D7D7D7;
	border-top:1px solid #c4c4c4;*/
	color:#818181;
	font-size:.688em;
	margin:0 auto;
	overflow:hidden;
	width:762px;
}

#footer a{
	color: #818181;
    text-decoration: none;
}

#footer a:hover, 
#footerNav .current a{
	color: #333;
    text-decoration: none;
}

/* footerNav styles ----------------------------------------- */

#footerNav{
	float:right;
	left:-50%;
	margin:18px 0 0;
	position:relative;
	text-align:left;
}

#footerNav ul{
	left:50%;
	list-style:none;
	position:relative;
}

#footerNav li{
	position:relative;	/* ie needs position:relative here*/
	float:left;
	list-style:disc inside;
	padding:0 7px 0 0;
}

#footerNav li:first-child{
	list-style:none;
}

/* copyright styles ----------------------------------------- */

#copyright{
	clear:both;
	font-size:.88em;
	line-height:1em;
	margin:0 0 0 24px;
	padding:5px 0 0;
	text-align:center;
}

/*=================== STYLE TABLET =========================*/

@media (min-device-width:1024px) and (max-width:989px),
screen and (max-device-width:480px), screen 
and (min-device-width : 768px) and (max-device-width : 1024px),
(min-device-width:481px) and (max-device-width:1024px) and (orientation:portrait){
	
	/* Basic styles ----------------------------------------- */
	
	body, #header, #middle, #content, #sidebar, #footer{ /* Do not change, add padding or margin to the contained elements (p,ul,img, etc.) */
		width:100%;
		margin:0 auto;
	}
	
	#wrapper, #footer{
		width:95%; /* If you have a background image on the body element make this percentage lower than 100% to show the image/pattern. If not just use 100% */
	}
	
	#wrapper{
		background:none; 
		padding:0;
	}
	
	#logo img{
		width: 90%;
		max-width:150px; /* you can use % */
		height: auto;
	}
	
	/* banner styles ----------------------------------------- */
	
	#banner img{
		max-width:95%;
		height:auto;
	}
	
	/* nav styles ----------------------------------------- */
	
	/*  ----  Main menu dropdown code START --- */
	/*
	#nav ul{
		padding:0;
		height:auto;
	}
	
	#nav #menu{
		text-align:center;
	}
	
	#nav #menu #first_li{
		border-top:none;
	}
	
	#nav #menu p{
		display:block;
		height:73px;
		width:120px;
		line-height:73px;
		color:#FFFFFF;
		text-align:center;
		margin:0;
	}
	
	#nav #menu:hover p{
		color:#6fdbf8;
	}
	
	#nav #menu ul{
		display:none;
		position:absolute;
		float:left;
		z-index:10;
	}
	
	
	#nav #menu ul li{
		clear:left;
		float:left;
		width:120px;
		background:#777777;
		border:1px solid #000000;
		border-left:none;
		border-right:none;
	}
	
	.no_js #nav #menu li:hover > ul, .no_js #nav #menu li:active > ul{
		display:block;
	}
	
	*/
	/* END of MENU */
	
	/* content and sidebar styles ----------------------------------------- */
	
	#content p, #content h1, #content h2, #content h4, #content ul, #content .title, #sidebar p, #sidebar h4, #sidebar .title{
		padding:0 20px;
	}
	
	#content img{
		margin-left:20px;
	}
	
	.gallery{
		margin-left:20px !important;
	}
	
	.left{
		float:left;
		margin:0 20px 20px 20px;
	}
	
	.right{
		float:right;
		margin:0 20px 20px 20px;
	}
	
	#sidebar{
		width: 100%;
		background: #cce7ff;
		border: 1px solid #99d0fe;
		text-align: center;
	}
	
	#sidebarTop {
		background: none;
	}
	
	#sidebarBottom {
		background: none;
	}
	
	/* footer styles ----------------------------------------- */
	
	#footerNav{
		display:block;
	}
}

@media (min-device-width:881px) and (max-width:881px){

	#nav ul{
		padding:0;
		height:auto;
	}
	
	#nav #menu{
		text-align:center;
	}
	
	#nav #menu #first_li{
		border-top:none;
	}
	
	#nav #menu p{
		display:block;
		height:70px;
		line-height:70px;
		color:#000;
		font-weight: bold;
		text-align:center;
		margin:0;
	}
	
	#nav #menu:hover p{
		color:#9c0532;
	}
	
	#nav #menu ul{
		display:none;
		position:absolute;
		float:left;
		z-index:10;
	}
	
	#nav li ul li{
		padding: 0;
	}
	
	#nav #menu ul li{
		clear:left;
		float:left;
		background:#cce7ff;
		border:1px solid #ffffff;
		border-left:none;
		border-bottom: none;
		border-right:none;
	}
	
	.no_js #nav #menu li:hover > ul, .no_js #nav #menu li:active > ul{
		display:block;
	}

	/* Drop down menu --- END */
	
	#nav #menu li{
		float:none;
		margin:0 auto;
	}
	
	#nav #menu p{
		width:100%;
	}
	
	#nav #menu ul{
		width:100%;
	}
	
	#nav #menu ul li{
		width:100%;
	}

}

@media (min-device-width:700px) and (max-width:700px){
	#logo{
		margin:0 auto;
		position: relative;
		margin-bottom: 30px;
		top: 0px;
	}
	
	#banner{
		display: none;
	}
	
	#banner2{
		margin:40px 0 40px;
		text-align:center;
	}
	
	#banner2 img{
		height:400px;
		width:837px;
	}
	
	#avatar{
		display: none;
	}
	
	#video{
		display: none;
	}
}


/*=================== STYLE PHONE =========================*/

@media (min-device-width:1024px) and (max-width:509px), (max-device-width:480px) and (orientation:portrait), screen 
and (min-device-width : 320px) and (max-device-width : 480px){

	/* Basic styles ----------------------------------------- */

	#wrapper{
		width:100%;
	}

	#content{
		width: 100%;
		clear:both;
	}

	#banner{
		display:none;
	}
	
	#logo{
		margin:0 auto;
		position: relative;
		margin-bottom: 30px;
		top: 0px;
	}
	
	#avatar{
		display: none;
	}
	
	#video{
		display: none;
	}
	
	/* nav styles ----------------------------------------- */
	
	/* Drop down menu --- START --- If uncommented in the tablet query, comment out or delete from this comment to END comment. */
	
	#nav ul{
		padding:0;
		height:auto;
	}
	
	#nav #menu{
		text-align:center;
	}
	
	#nav #menu #first_li{
		border-top:none;
	}
	
	#nav #menu p{
		display:block;
		height:70px;
		line-height:70px;
		color:#000;
		font-weight: bold;
		text-align:center;
		margin:0;
	}
	
	#nav #menu:hover p{
		color:#9c0532;
	}
	
	#nav #menu ul{
		display:none;
		position:absolute;
		float:left;
		z-index:10;
	}
	
	#nav li ul li{
		padding: 0;
	}
	
	#nav #menu ul li{
		clear:left;
		float:left;
		background:#cce7ff;
		border:1px solid #ffffff;
		border-left:none;
		border-bottom: none;
		border-right:none;
	}
	
	.no_js #nav #menu li:hover > ul, .no_js #nav #menu li:active > ul{
		display:block;
	}

	/* Drop down menu --- END */
	
	#nav #menu li{
		float:none;
		margin:0 auto;
	}
	
	#nav #menu p{
		width:100%;
	}
	
	#nav #menu ul{
		width:100%;
	}
	
	#nav #menu ul li{
		width:100%;
	}
	
	/* content and sidebar styles ----------------------------------------- */
	
	#content p, #content h1, #content h2, #content h4,#content ul, #content .title, #sidebar p, #sidebar h4, #sidebar .title{
		padding:0 10px;
	}
	
	#content img{
		margin-left:10px;
	}
	
	.gallery{
		margin-left:10px !important;
	}
	
	.left{
		float:left;
		margin:0 20px 20px 10px;
		width: 50%;
		max-width:190px; /* you can use % */
		height: auto;
	}
	}
	
	.right{
		float:right;
		margin:0 10px 20px 20px;
		width: 50%;
		max-width:190px; /* you can use % */
		height: auto;
	}
	
	/* footer styles ----------------------------------------- */
	
	#footer{
		width:100%;
	}
	
	#footerNav{
		display:none;
	}
	
	#copyright{
		text-align:center;
		font-size:.9em;
		margin:0;
		padding:25px 10px 0px 10px;
	}
	
}