body {
	background: #414141;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	word-spacing: normal;
	background-image:url(../images/background.gif);
}

a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #FD0000;
	text-decoration: none;
}

ul {
line-height:20px;
}

.style1 {
	color: #B00000;
	font-weight: bold;
}

#container {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	width: 1100px;
	height: 100%;
	font-size: 12px;
	color: #000000;
}
#navban {
	border: 6px solid #FFFFFF;
	font-size: 13px;
	height: 200px;
	padding-top: 16px;	
	text-align: center;
	width: 1088px;
	background-color:#1c2f45;
}

#content {
	border: 6px solid #FFFFFF;
	clear: both;
	margin-top: 2px;
	width: 1088px;
	height:100%;
	background:#FFFFFF;
}

#footer{
	font-size: 10px;
	color:#FFFFFF;
	height: 30px;
	padding-top: 16px;
	text-align: center;
	width: 100%;
	border-top: 6px solid #FFFFFF;
	background-color:#1c2f45;
}


#nav-cont {
  background: #000;
  height: 30px;
  border-bottom: 2px solid #FFFFFF;
  border-left: 6px solid #FFFFFF;
  border-right: 6px solid #FFFFFF;
}
/********** Navigation *************/
.nav, .nav ul { 
	list-style: none;
	margin: 0 0 0 140px;
	padding: 0;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  /*z-index: 100; */
  position: relative;
}
.nav li {
  border-left: 2px solid #000;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: bold 1.15em/30px Arial, Helvetica, sans-serif;
  background: #565656;
  color: #fff;
  display: block;
  padding: 0 9px;
  text-transform: uppercase;
  text-decoration: none;
}

.nav li a:hover {
  background: #ccc;
  color: #000;	

}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #ccc;
  color: #000;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #565656;
  color: #fff;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #ccc;
  color: #000;	
}

.nav ul {
  background: #565656;
  border-bottom: 1px solid #000;
  list-style: none;
  margin: 0;
  width: 210px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 30px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border: 1px solid #000;
  border-bottom: 0;   padding-right: 10px;
  width: 210px;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #ccc;
  color: #000;
}

/*** end of Navigation ******/

#left {
	float: left;
	width: 220px;
	height:100%;
	min-height: 650px;
	display:inline;
	overflow:hidden;
	background-color:#FFCC33;
	font-size: 12px;
	color: #000000;
}

#right {
	border: 3px solid #FFFFFF;
	float: right;
	height: 100%;
	width: 790px;
	background-color:#FFFFFF;
	display:inline;
}
#right-link {
	border: 3px solid #FFFFFF;
	float: right;
	height: 100%;
	padding-right: 15px;
	width: 810px;
	background-color:#FFFFFF;
}

#gal-cont {
	border: 3px solid #FFFFFF;
	float: right;
	height: 100%;
	padding-right: 15px;
	width: 830px;
	background-color:#FFFFFF;
}




.contentmsg{
	float:left;
	margin: 5px 15px;
    width: 460px;
	height: 100%;
	padding-bottom: 20px;
	text-align: left;
	background-color: #fff;
 }

.rightmsg{
	float: right;
	margin: 15px 15px 5px 5px;
    width: 290px;
	height: 340px;
	background: #FFFFFF url(../images/pushpin_red.png) no-repeat top right; 
	border: 1px solid #C7C7C7;
	moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 5px 5px 12px #333;
    -moz-box-shadow: 5px 5px 12px #333;
    box-shadow: 5px 5px 12px #333;
 }

.imgshowcontainer {
    width: 250px;
	height: 300px;
    margin: 25px auto;
}

/* CSS for the scrollers*/

#marqueeheader{
	width: 190px; /*marquee width */
	background-color: #000;
	border: 3px solid #CCCCCC;
	padding: 2px;
	padding-left: 4px;
	margin: 8px auto;
	margin-bottom:0;
	moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 5px 5px 12px #333;
    -moz-box-shadow: 5px 5px 12px #333;
    box-shadow: 5px 5px 12px #333;
	font-family: "Georgia", Times New Roman, Times, serif;
	font: bold 18px;
	text-align:center;
	color:#FFFFFF
}

#marqueecontainer{
	position: relative;
	width: 190px; /*marquee width */
	height: 196px; /*marquee height */
	background-color: white;
	overflow: hidden;
	border: 3px solid #CCCCCC;
	padding: 2px;
	padding-left: 4px;
	margin: 0 auto;
	margin-bottom: 23px;
	moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 5px 5px 12px #333;
    -moz-box-shadow: 5px 5px 12px #333;
    box-shadow: 5px 5px 12px #333;
}
/* End of CSS */

div#minipics{float:left; margin: 10px 25px; width:780; padding-bottom:10px}
div#minipics ul{list-style-type: none;margin:0 auto;padding:0}
div#minipics li{float:left;width:150px;margin: 10px 10px 10px 0;background-color: #FFF}
div#minipics li img{display: block;width: 100%;height: 107;margin:5px 10px;border: 0px}
div#minipics li img a:hover{ border: 1px solid #000000}

.contentbox{
	margin: 20px auto;
	margin-left: 0;
    width: 700px;
	height: 100%;
	padding-bottom: 20px;
	text-align: left;
	background-color: #fff;
	display: block;
 }


.thumb img{
    float: right;
    border: 2px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 3px #333;
    -moz-box-shadow:0 0px 3px #333;
    box-shadow:0 0px 3px #333;
	padding-left: 0;
	margin: 15px 15px 8px 15px;
}


.thumb img:hover{
    -webkit-box-shadow: 0 0px 5px #FF4F84;
    -moz-box-shadow:0 0px 5px ##FF4F84;
    box-shadow:0 0px 5px #FF4F84;
}
  
  
button{ 
		clear:both;
		margin-left:0;
		width:82px;
		height: 30px;
		background:#fff url(../images/button.png) no-repeat;
		text-align:center;
		line-height:30px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
		border:none;
	}
  
  
p {
line-height: 1.6em;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 190px; /*width of menu*/
margin: 10px auto;
margin-bottom: 20px;
background-color:#FFFFFF;
}
.arrowlistmenu .headerbar{
	font: bold 14px Arial;
	color: white;
	background: black url(../images/titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}
/*end of arrowlist menu */

