@charset "utf-8";
/* CSS Document */

/* custom fonts */
h4 { font-family: 'Crimson Text', arial, serif; 
  

}
h5 { font-family: 'Tangerine', arial, serif;
   color: #e4d07b;
	 font-size:42px;
	margin-top:25px;
	 margin-bottom:0;

 }
/* custom fonts */

/* nav */
ul#navlist
{
	font-family: 'Crimson Text', georgia, arial, serif;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	font-size: 22px;
}
#navlist {
	float: right;
	margin-top: 1px;
}


#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a {
	padding: 3px 10px;
}
#active {
	color: #666;
	background-image: url(images/menu_arrow.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	padding-top: 3px;
}


#navlist a:link, #navlist a:visited
{
	color: #fff;
	text-decoration: none;
}
#left_col {
	width: 625px;
	float: left;
	margin-left: 20px;
}
#right_col {
	float: right;
	width: 285px;
	margin-right: 20px;
}


#navlist a:hover
{
	color: #fff;
	text-decoration: none;
	background-image: url(images/menu_arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#navlist a:active
{
	color: #666;
	text-decoration: none;
	background-image: url(images/menu_arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* end nav */


#SilverLining {
	background-color: #f4e9ba;
	height: 5px;
	width: 100%;
}
#ccontainer {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#logo {
	float: left;
	height: 113px;
	width: 200px;
}
#nav {
	float: right;
	height: 50px;
	width: 700px;
}
#hheader {
	background-image: url(images/white_opacity.png);
	background-repeat: repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	height: 113px;
}
#footer {
	background-image: url(images/background_alt.jpg);
	background-repeat: repeat;
	background-position: left top;
	height: 100%;
	color: #494949;
	padding: 10px;
}
#ccontent {
	background-color: #525252;
	line-height:140%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	text-align: justify;
}
.quick_contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#logo {

}
.logo {
	margin-top: 6px;
	margin-left: 36px;
}
.twit{
    height: 60px;
    position: fixed;
    right: 10px;
    top: 30px;
    width: 150px;
}
.twit a{
	width:150px;
	height:60px;
	}
.twit a img{
	z-index:-1;}

