/**

screen styles for Daniel Capital Management LTD

modified from alistapart's holy grail
- http://www.alistapart.com/articles/holygrail/

by joseph tate for modwest, inc. 

**/



/** BEGIN zero defaults 
via Eric Meyer's "Reset Reloaded"
see: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
**/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;

}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/** END zero defaults **/

body {
	min-width: 730px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */	
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #222222;	
}

#container {
	padding-left: 200px;      /* LC fullwidth */
	padding-right: 320px;     /* RC fullwidth + CC padding */
}

#center {
		padding: 10px 20px;       /* CC padding */
		width: 100%;
		}

#center h2 {
		font-size:large;
		font-weight:bold;
		margin-left:15px;
		}


#container .column {
  position: relative;
  float: left;
}


#logo img{
	height:108px;
	float:left;
}

#obituary img{
	height:108px;
	float:right;
}

#header {
	height:108px;
	background-image: url(../images/upper_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#header h1 {
	background-image: url(../images/dcmltd_logo.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 108px;
	margin-left:50px;
}

#header a:link,
#header a:visited {
	position: absolute;
	height: 108px;
	width: 480px;
	text-decoration: none;
	right: 0px;
	top:0px;
}

#header h1 span {
	visibility:hidden;
	
}

#integ_bar {
	height: 40px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	background-image: url(../images/dcm_integ_bk.png);
	background-repeat: repeat-x;
}

#integ_bar h2 {
	height: 40px;
	background-image: url(../images/dcm_integ.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#integ_bar h2 span {
		visibility:hidden;
}


#center p {
	padding:10px 25px;
	line-height:130%;
	
	}

#center h2 {
	margin-top:15px;
	}

#center h3 {
	margin-top:10px;
	}

#center li {
	margin-left:75px;
	margin-right:100px;
	line-height:150%;
	list-style-type:disc;
	font-weight: bold;	
	}

#left {
	width: 200px;             /* LC width */
	padding: 0 10px;          /* LC padding */
	right: 240px;             /* LC fullwidth + CC padding */
	margin-left:-100%;
	background-color: #212D78;
	}

#left ul {
	margin-top: 15px;
	}

#left ul li {
	list-style:none;
	color:#FFFFFF;
	padding-left:15px;
	line-height:200%;
	font-size:large;
	font-weight:bold;
	}

#left ul li:hover {
	background-color: #777777;
	}

/* these pseudo-classes are always ordered: link, visited, hover, active */

#left ul li a:link,
#left ul li a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}

#left ul li a:hover,
#left ul li a:active {
	text-decoration: none;
	color:#FFFFFF;
	}


#right {
	width: 280px;             /* RC width */
	padding: 0 10px;          /* RC padding */
	margin-right: -100%;
	}
	
#right label {
	font-size:x-small;
	line-height:100%;    
	}
	
	#right h4 {
	margin-bottom:4px;
	margin-top:7px;
	}
	
#right form {
	width: 200px;    
	}

.right_img {
padding:3px;
border:1px solid #CCCCCC;
margin-top:15px;
}

.right_img:hover {
border:1px solid #212D78;
}

fieldset {
	margin-top:20px;
	}

legend {
	font-weight:bold;
	margin-bottom:10px;
	}

fieldset p {
	margin-top:3px;
	font-size:x-small;
	}

#footer {
	clear: both;
	text-align:center;
	background-color: #CCCCCC;
	color:#555555;
	}

#footer p {
	font-size:small;
	margin-top:5px;
	padding-top:20px;
	padding-bottom:20px
	}

#disclaimer {
	margin-bottom: 10px;
	}

#disclaimer p {
	font-size:x-small;
	width:75%;
	margin: 5px auto;
	text-align:left;
	color:#999999;
	}


address {
	font-style: normal;
	margin-top:25px;
	line-height:130%;
	}

blockquote {
	margin: 10px 50px 10px 50px;
	padding: 15px;
	background:#EEEEEE;
	}

#daniel_img1 {
padding:3px;
border:1px solid #CCCCCC;
margin:15px;
float:left;
}

#daniel_img2 {
padding:3px;
border:1px solid #CCCCCC;
margin:15px;
float:right;
}


#rss_feed {
	padding:3px;
	width:200px;
	margin-top:15px;
	}


	
	

#rss_feed a {
	text-decoration:none;
	vertical-align: middle;	
	}
	
#rss_feed a:hover {
	text-decoration:underline;
	}

.team {
margin-top:15px;
}


.team_photo {
	float:left;
}

.team_photo img {
padding:2px;
margin:10px;
border:1px #CCCCCC solid;
}

.team_bio {
margin-left:100px;
}


/*** IE Fix ***/
	* html #left {
		left: 250px;              /* RC fullwidth */
	}

/*** Equal-height Columns ***/

#container {
	overflow: hidden;
	}

#container .column {
	padding-bottom: 1001em;     /* X + padding-bottom */
	margin-bottom: -1000em;     /* X */
	}

/*** Footer Fix ***/

* html body {
	overflow: hidden;
	}

* html #footer-wrapper {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 10010px;
	margin-bottom: -10000px;
	background: #FFF;         /*** Same as body background ***/
	}

