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

/* MAIN */

body {
	background-color: #577F8A;
	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: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.5px;
	color: #000000;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #577F8A;
}
a:active {
	color: #577F8A;
}


/* FOOTER */

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

.footer_txt a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.footer_txt a:visited {
	color: #FFFFFF;
	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: 1px dashed gray;
}

.news_title {
	font-weight:bold;

}

.news_title_bg {
	background-color:#C6DAE6;
	padding:5px;
}




/* 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:bold;
	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: 1px dashed gray;
}

.resume_header_cell {
padding:4px;
background-color:#C6DAE6;
font-size:12px;
font-weight:bold;
}

.resume_item_cell {
font-size:11px;
color:#000000;
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:#000000;
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:#000000;
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 {

margin-left:0px;
}

.video_text_holder {

}

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

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

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

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