ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }

a {
color: #2C2521;
outline: none;
}

address { font-style:normal }

.left {
float: left;
}

.right {
float: right;
}

.center {
margin: 0 auto;
text-align:center;
}


.italic {
font-style: italic;
}

.bold {
font-weight: bold;
}

.blue {
	color: #3ccedc;
}





body {
    width: 100%;
    height: 100%;
    font-family: "Tahoma", Helvetica, "Verdana", "Arial", sans-serif;
    color: #000;
    font-size: 12px;
	background: #fff url(../gfx/bg.png) top left repeat fixed ;
}

.wrapper {
	width: 861px;
	margin: 0 auto;
	overflow: auto;
}

.leftBar {
	width: 208px;
	float: left;
	background: #e5d8c5;
}

.leftBar h1 {
	padding: 20px 0 12px;
}

.leftBar h1 a {
	background: transparent url(../gfx/logo.png) 0px 0px no-repeat;
	width: 135px;
	height: 141px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
}

.leftBar ul {
	background: transparent url(../gfx/menuBg.png) 3px 0px no-repeat;
	padding: 0 15px;
}

.leftBar li a {
	border-bottom: 1px solid #e5d8c5;
	display: block;
	color: #2c2521;
	font-size: 14px;
	text-shadow: 0px 0px 3px #FFF;
	text-decoration: none;
	text-align: center;
	padding: 5px 0;
}

.leftBar li a:hover,
.leftBar li a.active {
	color: #3ccedc;
	text-shadow: 0px 0px 3px #BFFAFF;
}

.leftBar p.facebook a {
	background: transparent url(../gfx/Facebook.png) 0px 0px no-repeat;
	width: 202px;
	height: 76px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
}

.leftBar .slogan {
	font-size: 14px;
	color: #3ccedc;
	text-shadow: 0px 0px 3px #BFFAFF;
	text-decoration: none;
	text-align: center;
	padding: 5px 0;
}

.leftBar .banner {
	text-align: center;
	padding-top: 0px;
	margin-top: -1px;
}


.main {
	width: 568px;
	float: left;
	background: transparent url(../gfx/contentBg.png) 0px 43px no-repeat;
	margin-left: 50px;
	padding-top: 43px;
	overflow: auto;
}

.main .headerImg {
	text-align: center;
	float: left;
	padding-top: 8px;
}

.main h1 {
	float: left;
	padding: 8px 0 15px 0px;
	font-weight: normal;
	font-size: 18px;
	color: #3ccedc;
	width: 100%;
}

.main h2 {
	float: left;
	padding: 8px 0 15px 20px;
	font-weight: normal;
	font-size: 14px;
	width: 128px;
	color: #433c36;
	text-shadow: 0 0 5px #fff;
}

.main ul.menu {
	float: left;
	width: 540px;
	overflow: hidden;
	padding-left: 20px;
}

.main ul.menu li {
	float: left;
	padding-right: 6px;
}

.main ul.menu li a{
	font-size: 14px;
	text-transform: lowercase;
	color: #2c2521;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 0 6px 0 0;
	float: left;
}

.main ul.menu li .bullet{
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}

.main ul.menu li a:hover{
	text-shadow: 0px 0px 5px #fff;
}

.main ul.menu li a.active,
.main ul.menu li a.active:hover{
	color: #3CCEDC;
	text-shadow: 0px 0px 5px #fff;
}

.main .content {
	padding: 30px 0px;
	color: #fff;
	float: left;
	font-size: 14px;
	width: 100%;
}

.main .content p {
	line-height: 20px;
	padding-bottom: 12px;
	clear: both;
	width: 100%;
}

.main .content p img {
    float: right;
    border: 3px solid #fff;
    margin-right: 20px;
    margin-bottom: 20px;
}

.main .content blockquote {
	text-align: right;
}

.main .content ul {
	list-style-type: disc;
	padding: 0 40px 20px;
}

.main .moreLink {
	text-align: center;
}

.main .content a {
	color:#fff !important;
	font-size:14px !important;
	text-shadow:0 0 3px #433C36;
	font-weight: normal;
	text-decoration: none;

}

.main .moreLink a {
	color:#3CCEDC !important;
	font-size:14px !important;
	text-shadow:0 0 3px #433C36;
	font-weight: normal;
	text-decoration: none;
}



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

#arlista {
	float: none;
	margin:0;
	padding:0;
}

#arlista table,
.main table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	margin-top: 10px;
}

#arlista th,
.main th {
	display: none;
}

#arlista td,
.main td {
	padding: 3px 10px;
	border: none;
	width: 20%
}

#arlista tr:hover {
	background: #eee;
}

#arlista em {
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	font-style: normal;
}

#arlista h3 {
	color:#3CCEDC !important;
	font-size:14px !important;
	text-shadow:0 0 3px #BFFAFF;
	font-weight: normal;
}

.fancybox-title-inside {
	color: #3ccedc !important;
	font-size: 14px !important;
	text-shadow: 0px 0px 3px #BFFAFF;
}



