/* General Elements */
.PNG{
	behavior:url(/iepngfix.htc);
}

a{
	color: #68C7E5;

}

a:hover{
	color:#CCCCCC;
}

a.home_blog_link{
	font-family:"Times New Roman", Times, serif;
	font-size:16pt;
}

body{
	margin:0px;
	background-image:url(../images/site_bkg.jpg);
	background-attachment:fixed;
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#fff;
}

img{
    border: none;
}

div.page_header{
	margin-bottom:10px;
}

div, span, td, p{
	font-family:arial;
	line-height: 1.5em;
	font-size: 11pt;
}

div.contactInfo{
	margin-bottom:10px;
}

div.contactHeader{
	text-decoration:none;
	font-weight:normal;
	font-size:14pt;
	margin-bottom:10px;
	color: #FAB94B;
	border-bottom: dashed 1px;
	border-color: #FAB94B;
	margin-right: 10px;
}

div.right_menu_item{
	height:45px;
	background-color:#fff;
	margin-bottom:2px;
	padding-top:5px;
}

div.project_list{
	padding:6px;
}

div.inactive_header{
	background-color:#284976;
}

div.subtitle{
	border-bottom:dotted 1px #fff;
	padding-bottom:5px;
	margin-bottom:10px;
	color:#fff;
	font-size:18pt;
	font-family:"Times New Roman", Times, serif;
}

table#projectList{
	margin: 15px auto 15px auto;
}

table#projectList td{
	width:50%;
	text-align:center;
	vertical-align:top;
}

td.project_title{
	text-align:center;
}

td.project_title em{
	color:#fff;
}

td.project_title div{
	color:#fbc774;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-align:center;
	
}

div.project_poster{
	text-align:left;
	margin:10px 0px 20px 30px;
}

div.copy_info{
	text-align:center;
	margin:8px 0px 8px 0px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}

ul.h_menu{
	padding:0px;
	margin:0px;
}

ul.h_menu li{
	float:left;
	list-style:none;
}

ul#topMenu{
	float:right;
	padding: 0px;
}

ul#topMenu li{
	margin-left:25px;
	margin-bottom: 0px;
	padding: 0px;
	line-height:.07em;
}

table{
	border: none;
}

.pageNumLink{

}

.currentPageNum{

}

input.text{
	background-color:transparent;
	color:#fff;
	padding:2px;
	border: solid 1px;
	border-color: #FBC774;
	font-size:9pt;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

input.button{
	background-color: #C48110;
	border-color: #E8B157;
	border: solid 1px;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	cursor: pointer;
	padding: 3px 6px 3px 6px;

}

input.radio{

}

input.checkbox{

}

textarea{
	background-color:transparent;
	color:#fff;
	padding:2px;
	border: solid 1px;
	border-color: #FBC774;
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
}

select{

}

span.spacer{
	padding-left:6px;
	padding-right:6px;
}

table.contact td{
	padding-bottom:10px;
	text-align:left;
	vertical-align:top;
}

table.loginForm td{
	text-align:left;
	vertical-align:top;
	padding-bottom:10px;
}

td#leftEdge{
	background-image:url(../images/left_edge_bkg.jpg);
	background-repeat:repeat-y;
	width:25px;
}

td#rightEdge{
	background-image:url(../images/right_edge_bkg.jpg);
	background-repeat:repeat-y;
	width:25px;
}

td#main_top_section{
	background-image:url(../images/top_bkg.png);
}

td#main_top_menu{
	height:32px;
	background-image:url(../images/mnu_bkg.png);
	background-repeat:repeat-x;
	border-top:solid 2px #fff;
	border-bottom:solid 2px #fff;
}

td#main_content_area{
	height:550px;
	background-color:#0e4a7c;
	background-image:url(../images/content_bkg.png);
	background-repeat:repeat-x;
	background-position:top;
}

td#left_content_area{
	height:550px;
	text-align:left;
	vertical-align:top;
}

td#right_content_area{
	width:290px;
	border-left:solid 1px #fff;
	text-align:left;
	vertical-align:top;
	background-image:url(../images/right_content_bkg.png);
	background-repeat:repeat-x;	
	background-color:#07263f;
}

#tblResume td{
	text-align:left;
	vertical-align:top;
	padding:5px 5px 15px 5px;
	width:33%;
}

#tblResume th{
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	padding:5px;
	width:33%;
	border-top:solid 1px #fbc774;
	border-bottom:solid 1px #fbc774;
	text-transform:uppercase;
	color:#fbc774;
}	

td#footer{
	background-color:#fff;
	height:30px;
	text-align:center;
}

div.main_content{
	padding:12px;
	color: #fff;
}


/* Press Article Styles */
span.articleDate{
	font-size:12pt;
	font-weight:bold;
}

.articleTitle{
	font-size:12pt;
	font-weight:bold;
	color:#512212;
	text-decoration:none;
}

.articleTitle2{
	font-size:12pt;
	font-weight:bold;
	color:#512212;
	border-bottom:solid 1px;
	border-color:#512212;
	margin-bottom:10px;
}

a.articleTitle:hover{
	color:silver;
}

div.articleCaption{
	border-top:solid 1px;
	border-color:#512212;
	margin-top:5px;
	margin-bottom:10px;
	font-size:11pt;
}

div.articleCaption2{
	font-size:11pt;
}
/* End Of Press Article Styles */
.video_description {
	margin-bottom: 10px;
}

