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

/* MAIN */

body {
	background-color: #5586BE;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
}

body,td,th {
	font-family: Futura, Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.5px;
	color: #333333;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #5586BE;
}
a:active {
	color: #5586BE;
}

.img_border {
border-bottom: 1px solid #333333;
    border-top: 1px solid #333333;
	border-left: 3px solid #333333;
	border-right: 3px solid #333333;
}

/* FOOTER */

.footer_txt {
	color: #E3E8E1;
	font-size:9px;
}

.footer_txt a:link {
	color: #E3E8E1;
	text-decoration:none;
}
.footer_txt a:visited {
	color: #E3E8E1;
	text-decoration:none;
}
.footer_txt a:hover {
	color: #CCCCCC;
	text-decoration:underline;
}
.footer_txt a:active {
	color: #CCCCCC;
	text-decoration:underline;
}


/* NEWS PAGE */

.news_container {
    background-color: white;
    padding: 5px;
	border-bottom: 1px solid #333333;
    border-top: 1px solid #333333;
	border-left: 3px solid #333333;
	border-right: 3px solid #333333;
}

.news_title {
	font-weight:normal;

}

.news_title_bg {
	background-color:#5586BE;
	padding:5px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:14px;
}




/* NEWS FEED */

.news_feed {
	color: #FFFFFF;
}

.news_feed a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.news_feed a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.news_feed a:hover {
	color: #CCCCCC;
	text-decoration:underline;
}
.news_feed a:active {
	color: #CCCCCC;
	text-decoration:underline;
}


/* PHOTOS PAGE */

.photo_titles {
	font-style:italic;
	font-weight:normal;
	font-size:12px;
	padding-top:15px;
	padding-bottom:5px;
}

.video_container {
	border-left-color:grey;
	border-left-style:dashed;
	border-left-width:1px;
	padding-left:15px;
	font-style:italic;
	font-weight:bold;
	font-size:12px;
	padding-top:15px;

}


/* RESUME PAGE */

.resume_holder {
    background-color: white;
    padding: 10px;
   border-bottom: 1px solid #333333;
    border-top: 1px solid #333333;
	border-left: 3px solid #333333;
	border-right: 3px solid #333333;
}

.resume_header_cell {
padding:4px;
background-color:#5586BE;
color:#FFFFFF;
font-size:14px;

}

.resume_item_cell {
font-size:11px;
color:#333333;
padding-left:4px;
padding-top:2px;
padding-bottom:2px;
border-bottom-color:#999999;
border-bottom-style:solid;
border-bottom-width:1px;
border-right-color:#CCCCCC;
border-right-style:solid;
border-right-width:1px;
}

.resume_item_right {
font-size:11px;
color:#333333;
padding-left:4px;
padding-top:2px;
padding-bottom:2px;
border-bottom-color:#999999;
border-bottom-style:solid;
border-bottom-width:1px;

}

.resume_item_noline {
font-size:11px;
color:#333333;
padding-left:4px;
padding-top:2px;
padding-bottom:2px;


}


/*VIDEO PAGE*/

#video_left {
float:left;
width:455px;

}

#video_right {
float:right;

width:455px;

}

#video_container {
padding: 15px 0px 10px 0px;

width:inherit;
height:170px;

}

.video_picture {
float:left;
margin-left:0px;
}

.video_text_holder {
margin-left:285px;
width:170px;
}

.video_text_holder h1 a{
font-size:15px;
text-decoration:none;
color: #333333;
}

.video_text_holder h1 a:hover{
text-decoration:underline;
color:#333333;
}

.video_text_holder h3 a{
color:#333333;
text-decoration:none;
}

.video_text_holder h3 a:hover{
color:#333333;
text-decoration:underline;
}


.style1 {font-size: 15px}
