@charset "utf-8";
/* CSS Document */

/*-----BODY-----*/
body {
	margin: 0 auto;
	padding: 0 auto;
	background-image: url('../images/bg.jpg');
}

/*-----CONTAINER-----*/
#container  {
	margin: 0 auto;
	height: 970px;
}
#wrap {
	width: 1078px;
	height: 1125px;
	position: relative;
	background: #FFF;
	margin: 0 auto;
}
/*-----HEADER-----*/
#header  {
	height: 101px;
	width: 980px;
	background: #FFF url(../images/logo.png) no-repeat 52px 15px;
} 

.phone {
	color: #3987ae;
	font: 15pt Verdana, Geneva, sans-serif;
	padding-right: 20px;
	text-align: right;
	padding-top: 13px;
	margin-right: -85px;
}

h1 {
	font: bold 16px/22px Verdana, Geneva, sans-serif;
	color: #226594;
	text-decoration: none;
	text-align: left;
	margin-bottom: 10px;
}
h2 {
	font: normal 12px/16px Verdana, Geneva, sans-serif;
	color: #226594;
}
h3 {
	font: bold 17px Verdana, Geneva, sans-serif;
	color: #226594;
	text-decoration: none;
	text-align: left;
}

h4 {
	font: bold 16px Verdana, Geneva, sans-serif;
	color: #FFF;
	float: left;
	padding: 3 px;
}
#logo {
	position: absolute;
	left: 7px;
	top: 2px;
}


/*-----CONTENT-----*/
#content {
	background: #FFF url(none);
	height: 940px;
	width: 978px;
	padding-left: 50px;
	padding-right: 20px;
}
.photostrip {
	height: 260px;
	width: 980px;
	margin-top: 10px;
	margin-bottom:20px;
}

#contenttext-L {
	height: 600px;
	width: 460px;
	background: #fff;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 20px;
	text-shadow:0.05em 0.05em 0 #444;
	z-index: 3;
	color: #226594;
	float: left;
	font: normal 12px/16px Verdana, Geneva, sans-serif;
}
#contenttext-home {
	height: 600px;
	width: 460px;
	background: #fff;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 20px;
	text-shadow:0.05em 0.05em 0 #444;
	z-index: 3;
	color: #226594;
	float: left;
	font: normal 12px/16px Verdana, Geneva, sans-serif;
}
#contenttext-R {
	height: 600px;
	width: 460px;
	padding: 20px 0px 0px 10px;
	background: #FFF;
	float: right;
}
.red {
	color: red;
}

.mail a {
	color: #3987ae;
	font: 12pt Verdana, Geneva, sans-serif;
	float: right;
	margin-top: 10px;
}

.mail a:hover,
.mail a:focus {
	color: #00F;
}

.required {
	color: #999;
	float: right;
}

#imageviewer {
	background: #FFF;
	height: 280px;
	width: 980px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#imagestrip {
	background: #FFF;
	height: 353px;
	width: 980px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#clear {
	clear: both;
	float: none;
}
.maintext {
	font: 12px/16px Verdana, Geneva, sans-serif;
	color: #6d6d6d;
}


.links {
	font: normal 12px Verdana, Geneva, sans-serif;
	color: #FFF;
}
.shows {
	font: bold 12px/18px Verdana, Geneva, sans-serif;
	color: #4872b7;
}
.showsgray {
	font: bold 12px/18px Verdana, Geneva, sans-serif;
	color: #7f7f7f;
}

.cat-box {
	height: 95px;
	width: 210px;
	float: left;
	border: thin solid #226594;
	padding: 5px;
	margin-right: 5px;
	font-size:15px;
}
.cat-pic {
	float: left;
	margin-right: 5px;
}

.cat-box a {
	color: #226594;
	text-decoration: none;
}

.cat-box a:hover {
	color: #7f7f7f;
}

/*-----FOOTER-----*/
#footer {
	height: 38px;
	width: 1034px;
	position: relative;
	background: #f4f4f4;
	border-top: 1px solid #d3d7d9;
	border-bottom: 5px solid #126996;
	margin-top: 23px;
	padding: 3px 3px 3px 41px;
}
a.footer {
	color: #226594;
	text-decoration: none;
	padding: 0px;
	margin: 4px;
	font: normal 12px Verdana, Geneva, sans-serif;
}
ul.footer li{
	float:left;
	list-style-type:none;
	margin:10px 0;
	padding:0 0 0 5px;
}
li.footer{
	border-right: 1px solid #226594;
}
li.last{
	border-style: none;
}
ul.footer li a{
	margin: 4px;
	padding-right: 6px;
}
ul.footer li a:hover {
	text-decoration: underline;
}
a.facebook{
	float: right;
	margin-top: 10px;
	margin-right: 33px;
}
ul.footer{
	float:left;
}
.icons {
	width: 200px;
	height: 40px;
	list-style: none;
	display: block;
	margin-right: 0px;
	float: right;
}
.j-icon {
	float: left;
	height: 30px;
	width: 30px;
	margin-right: 10px;
	list-style: none;
}
.j-facebook a{
	background: url(../images/home/J-facebook.jpg);
}
.j-facebook a:hover {
	background: url(../images/home/J-facebook-H.jpg);
}
.j-twitter a{
	background: url(../images/home/J-twitter.jpg);
}
.j-twitter a:hover {
	background: url(../images/home/J-twitter-H.jpg);
}
.j-youtube a{
	background: url(../images/home/J-youtube.jpg);
}
.j-youtube a:hover {
	background: url(../images/home/J-youtube-H.jpg);
}

