@charset "utf-8";
/*.//////////////////////////////////MAIN LAYOUT///////////////////////////////.*/
body {
background: #000000;
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:16px;
color: #FFFFFF;
}
#wrap {
width: 960px;
margin: 0 auto;
}
.clr {
clear: both;
}
h2 {	
margin: 0px;
text-align: center;
list-style:none;
background: url(../images/nav_bg.jpg) repeat-x center top;	
}
h2 div {
background: url(../images/left_nav.jpg) no-repeat left top;
margin:	0;
padding-left:7px;
text-decoration: none;
}
h2 span {
color: #999900;
font-size: 14px;
font-weight: bold;
background: url(../images/right_nav.jpg) no-repeat right top;
display: block;
padding: 4px 18px 5px 18px;
}
/*.//////////////////////////////////TEXT///////////////////////////////.*/
a {
color: #FFFFFF;
font-size: 13px;
text-decoration: none;
outline: none;
}
a:hover {
color: #FF0000;
outline: none;
}
a:click {
outline: none;
}
.mainText {
font-weight: 400;
color: #FFFFFF;
font-size: 12px;
line-height: 16px;
margin-bottom: 15px;
}
.mainText a {
text-decoration: underline;
}
h1 {
font-size: 14px;
margin-bottom: 15px;
color: #999999;
}
.newsText {
float: left;
margin: 15px 0;
}
.arw {
font-size: 9px;
}
/*.//////////////////////////////////HEADER///////////////////////////////.*/
#header {
width: 100%;
}
#logo {
margin: 33px 0 0 17px;
width: 238px;
height: 37px;
background: url(../images/logo.jpg);
float: left;
}
#searchBox {
width: 180px;
margin: 30px 60px 0 0;
float: right;
}
.searchText {
margin-left: 30px;
font-weight: bold;
font-size: 11px;
}
.textBox {
background: #FFFFFF;
border: none;
width: 140px;
height: 16px;
margin: 8px 8px 0 5px;
font-size: 12px;
font-weight: bold;
}
.submit {
background: #000000;
border: none;
color: #FFFFFF;
font-weight: bold;
font-size: 10px;
}
.submit:hover {
color: #ff0000;
}
/*.///////////////////////////////////Main///////////////////////////////.*/
#main {
width: 100%;
margin-top: 30px;
}
/*........LeftContent.........*/
#leftPanel {
width: 624px;
float: left;
margin: 0px;
}
.contentBox {
margin: 0 0 60px 40px;
}
.newsBox img {
border: none;
}
.newsBox a{
border: none;
}
.newsLeft {
float: left;
width: 282px;
}
.newsRight {
float: right;
width: 282px;
}
.newsImageHldr {
padding: 10px;
position: relative;
float: left;
width: 126px;
height: 116px;
}
.newsImageHldr div{
width: 126px;
height: 117px;
position: absolute;
background: url(../images/overlay.png) no-repeat;
display: block;
}
.composerCont{
margin-left: 45px;
color: #FFFFFF;
}
.composerCont .titles {
font-weight: bold;
font-size: 12px;
}
.composerCont h3 {
color: #FF0000;
font-weight: bold;
font-size: 15px;
}
.composerCont .row1{
background: #222222;
}
.composerCont a{
color: #FF0000;
}
.composerCont td {
padding: 5px;
border: #333333 1px solid;
}
.closeBtn {
border: none;
}
.bioImg {
border: 2px #666666 solid;
width: 130px;
height: 160px;
margin: 0px;
float: right;
}

.bioImgsm div{
width: 126px;
height: 117px;
position: absolute;
background: url(images/overlay.png) no-repeat;
display: block;
}

.bioImgsm {
padding: 10px;
position: relative;
float: right;
width: 126px;
height: 116px;
}
.compForm table td{
padding: 10px 10px 0 0;
}
.compForm .newsText{
font-weight: bold;
margin: 0;
}
.compForm .textBox{
margin: 3px 0;
width: 155px;
height: 20px;
}
.compForm .dropMenu{
width: 155px;
height: 20px;
}
/*........SideBar.........*/
#rightPanel {
width: 282px;
float: right;
margin-right: 33px;
}
.composerList{
margin: 0px 30px 0px 20px;
}
.composerList ul {
margin: 0px 0px 30px 30px;
float: left;
}
.composerList li {
list-style:url(../images/point.jpg);
font-size:14px;
font-weight: 200;
margin: 22px 0px 18px 0px;
}
.composerList a {
font-weight: bold;
font-size: 12px;
}
.composerList a img {
border: #FFFFFF 2px solid;
}
.composerList a:hover img{
border:  #FF0000 2px solid;
}
#mailListForm {
width: 160px;
margin: 0 auto;
margin-top: 15px;
margin-bottom: 15px;
}
#mailListForm .textBox {
width: 112px;
margin: 10px 0 10px 0;
float: right;
}
#mailListForm .newsText {
font-weight: bold;
margin: 10px 0 10px 0
}
#mailListForm .submit {
float: right;
margin: 0;
color:#FF0000; 
text-decoration:underline;
}
#mailListForm .submit:hover {
color: #FFFFFF;
}
/*........Footer.........*/
#footer {
margin: 50px 0px 30px 0px;
}
#footer .mainText, #footer a{
font-size: 9px;
}
#footer .copy {
float: left;
}
#footer .tncs {
float: right;
}
#footer .tncs a {
padding: 0 5px 0 5px;
text-decoration: none;
}
#footer .tncs .mainText {
text-align: right;
}


hr {
	 padding: 10px; 
	 color:#FF0000;
	 height:2px;
}