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

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}
body {
	background-color: #000;
	margin: 0;
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 10px;
	background-color: #000;
}

#header { 
	background: #000; 
	margin: 0;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.heading {
	font-size: 30px;
	font-weight: normal;
	
}

.images  {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 24px;
	font-style: normal;
	color: #FF0000;
	letter-spacing: 21px;
	font-weight: normal;
}
#mainContent {
	padding-top: 10px;
	text-align: center;
}
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
 #footer {
	padding: 0 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #FFFFFF;
}
a.email:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a.email:visited {
	color: #F00;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
a.email:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
#footer p {
	margin: 0;
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#topleft {
float:right;
width:400px;
}

/*#navcontainer{

}*/
#navcontainer ul  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}
#navcontainer ul li {
	display: inline; 
}
 #navcontainer ul li a {
	text-decoration: none;
	padding: .2em 1em;
	color: #fff;
	font-size: 12px;
}
 #navcontainer ul li a:hover {
	color: #fff;
}
	
.lft-image {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #000000;
}
#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.featured-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FEFEFE;
}
.article-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	color: #FFFFFF;
}
a.pages:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a.pages:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.pages:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
#posters {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#posters img {
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
.portfolio {
	padding: 10px 10px 20px;
	float: left;
	width: 300px;
}
.portfolio2 {
	float: left;
	width: 150px;
	height: 100px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.clear {
	clear: both;
}
.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}
.rt-align-image {
    float: right;
    clear: none;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    padding-left: 20px;
    padding-bottom: 10px;
}
