/* TAGS */
body {
	color: #000000;
	font-family: Arial;
	background-color: #dedede;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 12px;

	
}
img {
	border: none;
}
hr {
	border: 0;
	color: #e3e3e3;
	background-color: #e3e3e3;
	width: 100%;
	height: 1px;
	margin-bottom: 10px;
}
a, a:link, a:visited, a:active {
	color: #0000cc;
	text-decoration: none;
}
a:hover {
	color: #0000cc;
	text-decoration: underline;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	margin-top: 20px;
}
label {
	width: 150px;
	float: left;
}
/* TAGS & CLASSES */
a.footer, a:link.footer, a:visited.footer, a:active.footer {
	color: #737373;
}
a:hover.footer {
	text-decoration: underline;
}
/* CLASSES */
.clear {
	clear: both;
	visibility: hidden;
	width: 1px;
	height: 1px;
}
.gap1 {
	background-color: #060606;
	height: 1px;
	font-size: 1px; /* IE fix */
	line-height: 0;
}
.homepage_box {
	background-image: url(../images/homepage_bg.jpg);
	background-repeat: no-repeat;
	width: 247px;
	height: 238px;
	float: left;
	margin-right: 35px;
	padding-left: 20px;
	padding-right: 20px;
}
.homepage_box h1 a, .homepage_box h1 a:visited, .homepage_box h1 a:active {
	color: #2c2c2c;
}
.homepage_box h1 a:hover {
	text-decoration: none;
}
.tright {
	text-align: right;
}
.tleft {
	text-align: left;
}
.last {
	margin-right: 0px;
}
.img_right {
	margin: 0px;
	margin-left: 25px;
	margin-bottom: 25px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	float: right;
}
.img_right img {
	border: 1px solid #bdbdbd;
	margin: 0px;
	padding: 0px;
}
.img_right p {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
	font-style: italic;
	color: #666666;
}
.img_left {
	margin: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	float: left;
}
.img_left img {
	border: 1px solid #bdbdbd;
	margin: 0px;
	padding: 0px;
}
.img_left p {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
	font-style: italic;
	color: #666666;
}
.red {
	color: #ff0000;
	font-weight: bold;
}
.gallery .item {
	display: inline;
	width: 180px;
	margin-right: 1px;
}
.gallery .last {
	margin-right: 0px;
}
/* IDs */
#body {
	background-color: #ffffff;	
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;	
	width: 1022px;
	
	margin: auto;
	position: relative;
	top: 50px;
	text-align: left;
}
#header {
	width: 981px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-left: 22px;
	padding-right: 22px;
}
#header .logo {
	width: 40%;
	margin-left: 28px;
	float: left;
}
#header .contact {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 20px;
	display: inline;
}


#submenu {
	margin-top: 0px;
}
#submenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#submenu ul li {
	line-height:30px;
	list-style: none;
	min-height:30px;
}
#submenu ul li ul li {
	margin: 0 0 0 15px;
	border-bottom:none;
}
#submenu li {
	border-bottom:1px dotted #999;
}
#submenu li.selected > a{
	font-weight:bold;
}




#menu {
	margin-top: -3px;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu ul li {
	list-style: none;
	display: inline;
}


#menu ul li a {
	display: block;
	float: left;
	width: 139px;
	line-height: 50px;
	text-align: center;
	background-color: #dedede; 
	color: #000000;
	font-weight: bold;
	margin-right: 1px;
}
#menu ul li a.last {
	width: 140px;
	margin-right: 0;
}
#menu ul li a:hover, #menu ul li a.current {
	background-color: #555656; 
	color: #ffffff;
	text-decoration: none;
}

#gray_line {
	margin-left: 3px;
	width: 759px;
	height: 8px;
	background-color: #b1b1b1;
	font-size: 1px; /* IE fix */
	line-height: 0;
	text-align: left;
}
#content {
	width: 981px;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	padding-left: 22px;
	padding-right: 22px;	
}
#main {
	/* clear:both;		*/
}

#main_left {
	padding-left: 10px;
	padding-top: 20px;
	float:left;
	width:170px;	
}

#main_right {
	padding-left: 20px;
	padding-right: 20px;
	float:left;
	width: 731px;	
	min-height:350px;
}

#main_right_full {
	padding-left: 20px;
	padding-right: 20px;
	float:left;
	width: 941px;	
}


#footer {
	clear:both;
	width: 961px;
	height: 113px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 22px;
	padding-right: 42px;
	text-align: right;
	color: #737373;
}

#contact_submit {
	margin: 5px 0px;
	font-size: 1.1em;
	width: 150px;
	height: 30px;
	font-weight: bold;
}

.fb_like {
	position: absolute;
	width: 310px;
	height: 40px;
	margin: -29px 0px 0px 0px;
	right: 0px;
}