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

body {
	margin:0px;
	padding:0px;
	background-image:url(../images/bg_tile.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
}

h1, h2, h3, h4, h5, p {
	margin-top:0px;
}

h1 {
	font-family:Century Gothic, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
}
h2 {
	font-family:Century Gothic, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
}
h3 {
	font-family:Century Gothic, Arial, sans-serif;
	font-size:13px;
	font-weight:normal;
	margin-bottom:4px;
}
p {
	font-size:12px;
	line-height:16px;
}
a img{
	border:none;
}
a {
	color:#C7A010;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}
/*--------------------------------------------------------------*/
#page {
	width:960px;
	margin:0px auto;
}

#header {
	height:265px;
	padding:0px 15px;
	background-image:url(../images/bg_header_G.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#nav {
	color:#999;
	height:34px;
	font-family:Century Gothic, Arial, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:1px;
}
#nav .txt{
	padding-top:7px;
	padding-left:15px;
}
#nav a {
	color:#CCCCCC;
	text-decoration:none;
	margin-right:20px;
	
}
#nav a:hover, #nav a:active {
	color:#FFFFFF;
}
#flash img{
	margin:10px 10px 0px 0x;
}
/*--------------------------------------------------------------*/

#main {
	padding:45px 30px 0px;
	background-image:url(../images/bg_tile_main.jpg); /*grunge style*/
	background-repeat:no-repeat;
	background-position:top center;
}

.rightCol {
	float:right;
	width:400px;
}

/* BOXES */
#box1, #box2, #box3, #box4{
	width:190px;
	height:190px;
	border:1px solid #CCC;
	margin-bottom:10px;
	background-image:url(../images/bg_tile_box.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
}
#box1 .txt, #box2 .txt2, #box3 .txt, #box4 .txt{
	padding:5px;
	
}
#box1 p, #box2 p, #box3 p , #box4 p{
	line-height:normal;
	font-size:11px;
}
#box1 {
line-height:14px;
}
#box2 .txt2{
	/*background-image:url(../images/twitter_bird.jpg); background-repeat:no-repeat; background-position:bottom right;	*/
}
/*TWITTER */
#twtr-profile-widget {
	font-size:10px;
	overflow:hidden;
	height:149px;
	background:none;
	margin:0px;
	padding:-5px;
}



#box1, #box3 {
	float:left;
}
#box2, #box4 {
	float:right;
}

.leftCol {
	float:left;
	width:450px;
}


.quote p{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px;
	line-height:18px;
	color:#777;
}
.intro{
	font-size:13px;
	line-height:20px;
}


/* latest news */
.latest{}
.latest .item{
	padding-bottom:10px;
}
.latest h3, .latest h4, .latest h5, .latest p {
	margin-top:0px;
	margin-bottom:2px;
}
 .latest h4 {
	 font-size:11px;
	 color:#666;
	 font-weight:normal;
 }

.favLinks p {
	line-height:30px;	
}
.favLinks img {
	margin-left:10px;
	margin-right:5px;
	vertical-align:middle;
	padding:3px 0px;
}
/* GALLERY SECTION */

.gallery {
	padding-bottom:10px;
	margin-bottom:10px;
}

/*--------------------------------------------------------------*/
#footer {
	clear:both;
	background-image:url(../images/bg_tile_footer_G.jpg);
	background-repeat:repeat-x;
	background-color:#222;
	height:200px;
}
#footer .content{
	background-image:url(../images/bg_footer_G.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin:0px auto;
	width:900px;
	height:200px;
	text-align:center;
}
#footer .txt {
	padding-top:75px; /* Prev: 30 */
	color:#666;
	}

#footer p{
	font-size:10px;
}

#footer a {
	color:#999;
}
#footer a:hover, #footer a:active {
	color:#CCC;
	text-decoration:underline;
}

