﻿/*-------------------------------
    0. BASE/COMMON PROPERTIES
---------------------------------*/
html {
	background: #000;
}
body {
	background: #fff url('images/shadowed_band.gif') repeat-x;
	color: #323232;/*default text color*/
}
.inset{
    width:137px;
    height:137px;
    border:1px solid #ccc;
    padding:5px;
    margin:0 10px;
}
.insetresume{
	width:137px;
	height:103px;
	border:1px solid #ccc;
	padding:5px;
	margin:0 10px;
}
.smallpicholder {
	padding: 5px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}


.expert{
    border-bottom:1px solid #901c1c;
    margin:0.8em 10px 1.5em 10px;
}
.expert h3{
    width:348px;
    float:right;
}
.h3redonly {
	color: #901c1c;
	margin-left: 10px;
	width: auto;
}
.h3redleft {
	color: #901c1c;
	margin-left: 10px;
	width: auto;
	clear: both;
	float: left;
}
.h4greyonly {
	color: #333333;
	margin-left: 10px;
}

.services{
    border-bottom:1px solid #901c1c;
    margin:0.8em 10px 1.5em 10px;
}
.services h3{
	width:auto;
	float:left;
	margin-left: 10px;
}
/*-------------------------------
	DOCUMENT pages, the ul list is called .docs class w/o bullets:
	and the list item is not an actual list item
	but it is colored red as seen below
	
	Also, .docsnumber  is the ol list using numbers of course
	--------------------------------*/
.docs {
	list-style-position: outside;
	list-style-type: none ;
	margin-left: 11px;
}
.smalldocs {
	list-style-position: outside;
	list-style-type: none;
	margin-left: 18px;
	font-size: 85%;
}


.listclasscolor {
	color: #901c1c;
}
.listclassgreycolor {
	color: #333333;
}
.docsnumber {
	list-style-position: inside;
	list-style-type: decimal;
	margin-left: 11px;
}
.docsdisclist {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 11px;
}
.docsalphalist {
	list-style-position: inside;
	list-style-type: lower-alpha;
	margin-left: 11px;
}
.underlinebooks {
	color: #000000;
	text-decoration: underline;
}
.docsnumlist {
	list-style-position: inside;
	list-style-type: decimal;
	margin-left: 11px;
}
.indent2ndline {
	margin-left: 15px;
}

/* End DOCUMENT pages comments */
/*-------------------------------
    1. CONTAINER 
---------------------------------*/
#container {
	position: relative;
	width: 750px;
	margin: 0 auto;
}
/*-------------------------------
    1.1 MASTHEAD  - Anggie, note, I had to remove the background image in #masthead because it is a flash object
---------------------------------*/

#masthead {
	width: 100%;
	height: 148px;
	background: #000 url(images/innerpage_header_a.jpg) no-repeat;
}
/*-------------------------------
    1.2 TOP BAR
---------------------------------*/
#top-bar {
	width: 100%;
	background: #323232;
	color: #fff;
	float: left;
}
#current-page {
	width: 210px;
	float: left;
	padding: 6px 0;
}
#current-page span {
	display: block;
	margin: 0 10px;
	background: #323232 url('images/downward_arrow.jpg') center right no-repeat;
}
/*-------------------------------
    1.21 Back to Top links Styles
---------------------------------*/
.backtotop{
	text-align:right;
	font-size:small;
	border-bottom:1px solid #901c1c;
	display:block;
	position:relative;
	width:4em;
	float:right;
	margin-right: 12px;
}
.redtext {
	color: #901c1c;
}
.backtotop a{
text-decoration:underline;
color:#901c1c;
background:url(images/uparrow.jpg) no-repeat 0 50%;
padding-left:20px;
}
/*-------------------------------
    End Back to Top links Styles
---------------------------------*/
#top-menu {
	width: 539px;
	float: left;
	background: #901c1c url('images/top_menu_bg_alt2.gif') repeat-x;
	border-left: 1px solid #333;
}
#top-menu li {
	list-style: none;
	float: left;
}
#top-menu li a {
	display: block;
	padding: 6px;
	border-right: 1px solid #973030;
	background: #901c1c url('images/top_menu_bg_alt2.gif') repeat-x;
	color: #fff;
	text-decoration: none;
}

#top-menu li a:link{
    
}

#top-menu li a:visited{
    
}

#top-menu li a:hover {
	background: #901c1c url('images/top_menu_bg_alt2.gif') bottom left repeat-x;
}

#top-menu li a#active{
    background: #901c1c url('images/top_menu_bg_alt2.gif') bottom left repeat-x;
}


/*-------------------------------
    1.3 CONTENT 
---------------------------------*/
#content {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding-bottom: 0.8em;
	float: left;
	padding-top:1em;
}
#left-col {
	width: 200px;
	float: left;
	display: inline;
}

#left-col ul{
	margin:0.8em;
	padding: 0px;
}
.ulcontact {
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	padding-top: 5px;
	padding-bottom: 5px;
}

#page-content {
	width: 537px;
	float: left;
	margin-left: 10px;
	border-left: 1px solid #eee;
}
#page-content .illustration {
	display: block;
	width: 490px;
	height: 190px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
}

#content a{
    text-decoration:none;
    color:#901c1c;
}

/*-------------------------------
    2. FOOTER 
---------------------------------*/
#footer {
	clear: both;
	width: 100%;
	background: #000;
	color: #666;
	text-align: center;
	padding: 0.8em 0;
	border-top: 5px solid #901c1c;
	height: 30px;
}
#footer span {
	display: block;
	width: 750px;
	margin: 0 auto;
}
h2 {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
ul#home {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 25px;
}
.home {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 25px;
}
.leftnav {
	font-size: larger;
	text-align: left;
}
.listitemindent {
	margin-left: 1.2em;
}
.listitemindentdeep {
	margin-left: 3.5em;
}
.listwithsquare {
	list-style-position: inside;
	list-style-type: square;
	text-indent: 2em;
	color: #901c1c;
	font-size: 90%;
}

h3#resumecenter {
	text-align: center;
	margin-left: 5em;
	
}
.photocontact {
	background-image: url(images/red_receiver_65hor.png);
	background-repeat: no-repeat;
	height: 180px;
	width: auto;
	background-position: 25% top;
}
.listborderbottom {
	border-bottom-style: none;
	list-style-position: inside;
	list-style-image: none;
	padding-left: -10px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	list-style-type: square;
}
