
/*top elements*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 20px; color: #000000;
	background-color: #000000;
	background-image: url(../images/top_bg.jpg); background-repeat: repeat-x;
}
p{
	margin: 0;
	padding: 10px 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding: 16px 0;
	margin: 0;
	clear: both;
}

h1 span {
	color: #F00;
	padding:0;
	margin:0
}

a {
	height: 20px;
	color: #666666;
	padding: 4px;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #CCC;
	background-color: #000000;	
}

.error{
	color: #FF0000;
}

.subheading{
	font-size: 13px;
	font-weight: bold;

}
.boldtxt {
	font-weight: bold;
}
.redtxt {
	color: #FF0000;
}
.italic{
	font-style: italic;
	color: #666666;
}
.imageborder {
	border: solid 1px #FF0000;
}
.imageclearlink a{
	padding: 0;
	margin: 0;
}
.imageclearlink a:hover{
	background: none;
}
/* Form */
form {
	width: 600px;
	padding: 23px 0 0 40px;
	float: left; 
}

form div {
	width: 600px;
	min-height: 37px;
	height: auto !important;
	height: 37px;
	float: left;
}
form p{
	width: 130px;
	margin: 0;
	padding-top: 7px;
	float: left;
}

form label{
	width: 130px;
	height: 20px;
	margin: 0;
	padding-top: 5px;
	float: left;
}
form .error{
	color: #FF0000;
	width: 465px;
	height: 20px;
	padding-top: 0px;
	padding-bottom: 7px;
	padding-left: 130px;
	float: left;
}

form input {
	color: #666666;
	width: 345px;
	height: 20px;
	padding: 5px 0 0 4px;
	border: 1px solid #CCCCCC;
	float: left;
}
form select {
	color: #666666;
	width: 350px;
	height: 27px;
	padding: 3px 0 0 4px;;
	border: 1px solid #CCCCCC;
	float: left;
}
form .checkbox{
	width: 20px;
	padding: 3px 0 0 4px;;
	border: 1px solid #CCCCCC;
	float: left;
}
form textarea {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	width: 345px;
	height: 100px;
	margin: auto;
	float: left;
	padding: 5px 0 0 4px;
	border: 1px solid #CCCCCC;
}
form .button {
	width: 76px;
	height: 25px;
	font-family: Verdana;
	font-size: 12px;
	color: #CCC;
	background-color: #000000;
	border: 0;
	padding: 0 0 1px 0;
	outline: none;
	float: left;
}

/*wrapper*/

#wrap {
	width: 989px;
	margin: 0 auto 0 auto;
	padding: 0;
}

/*Logo & Navigation*/
#top_content {
	width: 989px;
	height: 114px;
	float: left;
}
#top_content #logo {
	width: 238px;
	height: 102px;
	position: relative;
	left: 18px;
	float: left;
}
#top_content #logo a:hover{
	background: none;
}
#top_content #nav {
	width: 672px;
	height: 59px;
	float: right;
}
#top_content #nav ul{
	padding: 0;
	margin: 0;
}
#top_content #nav li {
	width: 168px;
	height: 60px;
	list-style: none;
	float: left;
}
#top_content #nav li a{
	margin: 0;
	padding: 0;
}
#top_content #nav li a:hover{
	background: none;
}
#top_content #links{
	width: 550px;
	height: 22px;
	padding: 15px 10px 15px 0;
	float: right;
	text-align: right;
}
#top_content #links a{
	color: #666;
}
#top_content #links a:hover {
	color: #CCC;
}

/*Header*/

#header {
	width: 988px;
	height: 473px;
	background-image: url(../images/header_img_01.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	float: left;
}

#header .download img{
	position: absolute;
	behavior: url(resource/iepngfix.htc);
	width: 246px;
	height: 36px;
	bottom: 21px;
	left: 25px;
}

#header .mag {
	position: absolute;
	top: 0;
	right: 0;
}

/*Welcome Text*/
#welcometxt {
	width: 960px;
	height: 34px;
	color: #CCC;
	background-image: url(../images/inside_topbg.jpg);
	background-repeat: no-repeat;
	padding: 10px 0 0 0px;
	float: left;
	text-align: right;
}
#welcometxt a{
	color: #CCC;
}
#welcometxt a:hover{
	color: #F90;
	background: none;
}

/*Content*/

#content {
	width: 941px;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	/*border: 2px solid #FFFFFF;*/
	border: none;
	padding: 15px 24px 10px 24px;
	position: relative;
	float: left;
}

#topcurves {
	background-image: url(../images/top_curve.jpg);
	background-repeat: no-repeat;
	width: 989px;
	height: 14px;
	position: absolute;
	top: 0;
	left: 0;
}
#bottomcurves {
	background-image: url(../images/bottom_curve.jpg);
	background-repeat: no-repeat;
	width: 989px;
	height: 14px;
	float: left;
}
/*Right panel*/

#content #right{
	width: 254px;
	/*padding: 0 14px 0 0;*/
	padding-left: 10px;
	float: right;
}
/*Interview Archive */
#content #right .int_arch {
	padding-top: 15px;
	padding-bottom: 18px;
	height: auto !important;
	float: left;
}

#content #right .int_arch ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content #right .int_arch ul li a{
	width: 232px;
	height: 62px;
	/*background-color: #fbfbfb;
	border: 1px solid #efefef;*/
	padding: 5px;
	margin-bottom: 5px;
	float: left;
}

#content #right .int_arch ul li a:hover{
	width: 230px;
	height: 60px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #efefef;
	padding: 5px;
	float: left;
}

#content #right .int_arch ul li a img {
	float: left;
	margin-right: 12px;
}

/*Left Panel*/

#content #left {
	width: 654px;
	min-height: 525px;
	height: auto !important;
	height: 525px;
	border-right: dashed 1px #999999;
	padding: 0 12px 0 0 ;
	float: left;
}

/* Interview */
#interview {
	float: left;
}

#interview ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

#interview li {
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
}

#interview li a {
	width: 180px;
	height: auto;
	margin-right: 15px;
	background: #EFEFEF;
	text-align: center;
	float: left;
}

#interview li a:hover {
	background: #000;

}

#interview li a:hover img {
	border: solid 1px #333;
}

#interview ul li a img {
	float: left;
	border: solid 1px #CCC;
	margin: 0;
}

/* End */

/* Interview */
#magazine {
	float: left;
	width: 654px;
}

#magazine ul {
	margin: 0;
	padding: 0;

	list-style: none;
}

#magazine li {
	width: 180px;
	height: auto;
	padding-right: 15px;
	text-align: center;
	float: left;
}

/*#magazine li a {
	width: 180px;
	height: auto;
	margin-right: 15px;
	background: #EFEFEF;
	text-align: center;
	float: left;
}

#magazine li a:hover {
	background: #000;

}

#magazine li a:hover img {
	border: solid 1px #333;
}*/

#magazine ul li img {
	float: left;
	margin: 0;
}

/* End */

/* About */
.about {
	width: 327px;
	height: !important;
	height: 137px;
	background-image: url(../images/about_boxbg.jpg);
	background-repeat: no-repeat;
	float: left;
}
.about div {
	width: 254px;
	padding-top: 33px;
	margin: 0 auto 0 auto;
}
/*Picture With Content */
#pic_content {
	height: auto!important;
	width: 646px;
	float: left;
}
#pic_content div{
	clear: both;
}
#pic_content div img {
	border: solid 1px #FF0000;
	margin-right: 15px;
	float: left;
}
#pic_content div p{
	margin:0;
	padding: 0;
	clear: right;
}

/*Column Div*/
#column {
	width: 645px;
	padding: 23px 0 0 0px;
	float: left;
}
#column div {
	width: 214px;
	border-right: dashed 1px #999999;
	float:left;
}
#column img {
	float:left;
}
#column a:hover{
	background: none
}
#column p {
	width: 190px;
	padding: 16px 0 0 20px;
	float:left;
}

/*Footer*/

#footer {
	width: 100%;
	height: 103px;
	padding: 22px 0 0 0;
	float:left;
}
#footer .content {
	font-family: Verdana;
	font-size: 11px;
	color: #666;
	line-height: 22px;
	text-align: center;
	width: 953px;
	margin: 0 auto 0 auto;
}
#footer .content a{
	color: #999999;
}
#footer .content a:hover{
	color: #CCCCCC;
}