/* CSS Document */

html, body {
	height: 100%;
	border:0;}
	
body {
	background-color:#000;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:12px;
	color:#000;
	margin:0;
	background-attachment: scroll;
	background-image: url(img/bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

img, img a {
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

#wrapper {
	width: 816px;
	text-align: center;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	height: auto !important;
	background-color: #1C2887;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#box {
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
	width: 814px;
		margin: 0px;
	padding: 0px;
}


#header-movie {
	padding: 0px;
	height: 96px;
	width: 816px;
	margin: 0px auto;
	background-color: #1C2887;
	background-image: url(img/top.jpg);
	background-repeat: no-repeat;
}

#header {
	margin: 0px;
	padding: 0px;
	width: 814px;
	background-color: #1C2887;
	display: block;
	height: 187px;
}

#header-pix {
	margin: 0px;
	padding: 0px;
	width: 814px;
	height: 150px;
	background-color: #000;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(img/top2.jpg);
	background-repeat: no-repeat;
}

#header img {
	margin:0px;
	display: block;
	height: 150px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



#sidebar input {
	width:200px;
	background-color:#f6f6f6;
	border-top:1px solid #eee;
	border-right:1px solid #f9f9f9;
	border-bottom:1px solid #f9f9f9;
	border-left:1px solid #eee;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	color:#ccc;
	padding:4px;
	margin:3px;
}
#sidebar input:hover {
	border:1px solid #ccc;
	color:#666;
}
#sidebar input:focus {
	border:1px solid #999;
	color:#333;
}



#content input {
	width:300px;
	background-color:#f6f6f6;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	color:#151515;
	padding:4px;
	margin:3px 3px 3px 20px;
	border: 1px solid #666666;
}
#content input:hover {
	border:1px solid #ccc;
	color:#666;
}
#content input:focus {
	border:1px solid #999;
	color:#333;
}

#content textarea {
	width:300px;
	background-color:#f6f6f6;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	color:#151515;
	padding:4px;
	margin:3px 3px 3px 20px;
	border: 1px solid #666666;
}
#content textarea:hover {
	border:1px solid #ccc;
	color:#666;
}
#content textarea:focus {
	border:1px solid #999;
	color:#333;
}
.articlemenu {
	border-top:1px solid #eee;
	margin:50px 0 0 0;
	padding:0;
	text-align:right;
}


#header-menu {
	height: 37px;
	text-decoration: none;
	padding: 0px;
	display: block;
	color: #ffffff;
	margin: 0px;
	background-image: url(img/button.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow: hidden;
}

#header-menu ul {
	text-decoration: none;
	list-style-type: none;
	display: inline;
	height: 37px;
}
#header-menu li {
	list-style-type: none;
	display: inline;
}
#header-menu li a {
	text-decoration: none;
	display: inline;
	float: left;
	background-image: url(img/button.jpg);
	background-repeat: repeat-x;
	padding: 13px 18px 13px;
	border-right-width: 1px;
	border-right-style: ridge;
	border-right-color: #666666;
	line-height: 11px;
	color: #ccc;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: 700;
}
#header-menu li a:hover {
	background-image: url(img/button.jpg);
	background-repeat: repeat-x;
	background-position: left -37px;
	color: #ffffff;
	font-weight: 700;
}
.clear {
	clear:both;
}
#container {
	width:814px;
	margin:0 auto;
	overflow: hidden;
	background-image: url(img/2col_bg.jpg);
	background-repeat: repeat-y;
	padding: 0px;
}

#container2 {
	width:814px;
	margin:0 auto;
	overflow: hidden;
	background-image: url(img/dancers.png);
	background-repeat: no-repeat;
	padding: 0px;
	background-position: left bottom;
}

#sidebar {
	float:left;
	width:130px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#64351A;
	margin: 0px;
	padding: 5px 15px 15px;
	display: block;
}
#sidebar h1 {
	color:#CB43A5;
	font-size:16px;
}
#sidebar ul {
	margin:0 auto;
	padding:0;
	width: 128px;
	text-align: center;
	display: block;
}
#sidebar li {
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar li a {
	display:block;
	color:#64351A;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5D5D5D;
	text-align: center;
	font-weight: 700;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
#sidebar li a:hover {
	color:#B31717;
}
#sidebar p {
	padding: 0 30px 0 5px;
	margin:20px 0 20px 0;
}

#content {
	margin:0 0 0 50px;
	overflow: hidden;
	padding: 20px 30px;
}
#content h1 {
	font-size:1.7em;
	font-weight:700;
	color:#151515;
	padding-left: 0px;
	margin: 0px 0px 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#content h2 {
	font-size:16px;
	font-weight:700;
	color:#B31717;
	margin: 0px;
	padding-top: 0px;
}
#content h3 {
	font-size:14px;
	font-weight:normal;
	color:#B31717;
	padding:0px 15px 0px 40px;
	margin:0;
}
#content p {
	padding:0px;
	line-height:1.25em;
	font-size: 1.1em;
}
#content ul {
	margin: 0px;
	padding: 0px;
}
#content li {
	list-style:none;
	padding:0px;
	margin:5px 0;
}
#sidebar img {
	padding:5px;
	border:5px solid #eee;
	float:left;
	margin:10px 10px 0px 0px;
}

#project1 {
background-image:url(img/OKC.jpg);
background-repeat:no-repeat;
background-position:left top;
height:163px;
width:121px;
display:block;
}

#project1:hover {
background-image:url(img/OKC.jpg);
background-repeat:no-repeat;
background-position:left bottom;
height:163px;
width:121px;
display:block;
}

a .none {
display:none;
}

#okc {
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

#okc li a{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}

.none {
	display: none;
}

#content a,#content a:visited {
	text-decoration:none;
	color: #000;
}

#content a:hover,#content a.active,#content a:focus {
	text-decoration:none;
}

#content img {

}

#blockmenu a, #blockmenu a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#intro {
background-image:url(img/introspec.png);
background-repeat:no-repeat;
background-position:left top;
height:152px;
width:245px;
display:block;
}

#intro:hover {
background-image:url(img/introspec.png);
background-repeat:no-repeat;
background-position:left bottom;
height:152px;
width:245px;
display:block;
}


#wedding {
background-image:url(img/weddingspec.png);
background-repeat:no-repeat;
background-position:left top;
height:152px;
width:245px;
display:block;
}

#wedding:hover {
background-image:url(img/weddingspec.png);
background-repeat:no-repeat;
background-position:left bottom;
height:152px;
width:245px;
display:block;
}

#group {
background-image:url(img/groupspec.png);
background-repeat:no-repeat;
background-position:left top;
height:152px;
width:245px;
display:block;
}

#group:hover {
background-image:url(img/groupspec.png);
background-repeat:no-repeat;
background-position:left bottom;
height:152px;
width:245px;
display:block;
}

#rental {
background-image:url(img/rentalspec.png);
background-repeat:no-repeat;
background-position:left top;
height:152px;
width:245px;
display:block;
}

#rental:hover {
background-image:url(img/rentalspec.png);
background-repeat:no-repeat;
background-position:left bottom;
height:152px;
width:245px;
display:block;
}

#footer {
	padding:15px;
	border-bottom:1px solid #2b2b2b;
	margin:0px 0;
	font-size:0.85em;
	color:#BABABA;
	clear:both;
	background-color: #151515;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2b2b2b;
	border-left-color: #2b2b2b;
}

#footercontent {
	line-height: 20px;
}
#footercontent a,#footercontent a:visited {
text-decoration:none;
color:#BABABA;
}

#footercontent a:hover,#footercontent a.active,#footercontent a:focus {
text-decoration:none;
color:#b31717;
border-bottom:1px solid #b31717;
}

#footercontent {
	width:700px;
	margin:0 auto;
	padding: 0px;
}

#footermenu {
display:block;
margin:0 0 5px;
padding:0;
}

#footermenu ul {
margin:0;
padding:0;
}

#footermenu li {
	display:inline;
	color:#BABABA;
	margin: 0px;
	padding: 0em;
}

#footermenu ul li a,#footermenu ul li a:visited {
text-decoration:none;
color:#BABABA;
}

#footermenu ul li a:hover,#footermenu ul li a.active,#footermenu ul li a:focus {
text-decoration:none;
color:#b31717;
border-bottom:1px solid #b31717;
}