
body, table {
    padding: 0px;
    margin: 0px;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

body {
    background-color: #ffffff;
}

td {
    vertical-align: top;
}

a, a:link, a:visited, a:active {
    color: #990000;
}

a:hover {
    color: #ff0000;
    text-decoration: none;
}

input, textarea {
    font-size: 11px;
    border:1px solid #999999;
    vertical-align: middle;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

strong {
    color: #990000;
    font-size: 14px;
    font-family: Arial;
}

.container {
    width: 100%;
    background-image: url('imgs/apples_bg.gif');
    background-repeat: repeat-x;
    background-position: top;
    min-width: 775px;
	overflow:hidden;
}

.pagetop {
    height: 188px;
    background-image:url('imgs/apples_top.jpg');
    background-position: right; 
    background-repeat: no-repeat;
    clear: left;
    text-align: left;
}

.title {
	padding-left: 40px;
	padding-top: 95px;
	font-size: 36px;
	font-family: sans-serif, Arial Black, Arial;
	font-weight: bold;
}

.title a {
   	text-decoration: none;
}

.slogan {
	font-family: Tahoma;
	font-size:11px;
	color: #333333;
	padding-left: 43px;
}

.horiz_menu {
    width: 100%;
	height: 32px;
	text-align: right;
}
.horiz_menu a {
	position: relative;
	top: 7px; right: 12px;
	display: inline;
	padding: 0px 22px 0px 22px;
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration:none;
}

.horiz_menu a:link, .horiz_menu a:visited, .horiz_menu a:active {
	color: #ffffff;	
}
.horiz_menu a:hover {
	color: #000000;	
}

.table {
    width: 100%;
}

.filler {
    background-color: #f0f0f0;
}

.left {
	width: 70%;
	vertical-align: top;
	text-align:left;
	/*margin-right: 200px;*/
	background-color: #f0f0f0;
}

.right {
	width: 200px;
	vertical-align: top;
	background-color: #e0e0e0;
}

.right_menu {
	text-align: left;
	font-family: Tahoma;
}

.right_menu h1 {
	text-transform: uppercase;
	color:#000000;
	padding-left: 25px;
	font-size: 11px;
}

.right_menu ul {
	width: 100%;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
.right_menu li {
	width: 100%;
	font-size:11px;
}
.right_menu li a {
	display: block;
	padding: 1px 10px 1px 40px;
	text-decoration:none;
}
.right_menu li a:hover {
	background-color: #ffffff;
}

a.right_menu_img img {
    border: 1px solid #000000;
    padding: 0px;
    margin: 0px 10px 0px 10px;
    filter:alpha(opacity=50); -moz-opacity:.50; opacity:.50;
}

a.right_menu_img:hover img {
    border: solid 1px #cf2514;
    filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0;
}


a.right_menu_txt:link {
    display: block;
    font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
	vertical-align: bottom;
}

a.right_menu_txt:hover {
    background-color: none;
    color: #990000;
}

.right_menu_a {
    display: block;
	padding: 1px 10px 1px 25px;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
}

.right_menu_box {
    padding: 0px 25px 0px 25px;
}

.search {
    padding-left: 25px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	font-family: Tahoma;
	font-size: 11px;
}

.search input {
    border:1px solid #999999;
    vertical-align: middle;
    font-weight: normal;
}

.left_content {
	padding-left: 34px;
	padding-right: 31px;
}

.line {
    width: 100%;
	line-height: 8px;
	background-color: #cf2514;
}

.footer {
	padding:0px 70px 0px 37px;
	font-size:10px;
	color:#333333;
}

.header_container {
    width: 100%;
    padding: 5px;
    padding-left: 10px;
    background-color: #e0e0e0;
}

.smallhead {
    color: #990000;
    font-weight: bold;
}

.article_text {
    text-indent: 35px;
    line-height: 15px;
}

/* gallery styles */

.album_list_thumb {
    padding-right: 10px;
    width: 80px;
}

a.album_thumbs img {
    border: solid 2px #f0f0f0;
    padding: 0px;
    margin: 5px;
}

a.album_thumbs:hover img {
    border: solid 2px #cf2514;
}

img.album_image {
    border: solid 1px #000000;
}

/* misc styles */

img.misc_img {
    border: 1px solid black;
    padding: 0px;
    margin: 0px 15px 12px 0px;
}

/* about styles */

.profile_left {
	color: #990000;
	font-weight: bold;
	width: 90px;
	text-align: right;
	padding-right: 15px;
}

.resume_top {
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 28px;
	color: #990000;
	font-variant: small-caps;
}

.resume_itemhead {
	text-transform: uppercase;
	font-weight: bold; 
}

/* contact styles */

.contact_left {
    width: 100px;
    text-align: right;
    color: #990000;
    font-weight: bold;
}
