/*	This is a comment. Stylesheet for CaringForAgingParents.com by GwenHarlow.com
	valid CSS: http://jigsaw.w3.org/css-validator/ 
*/

body	{
	margin:0;
	font-family:verdana, helvetica, sans-serif;
	font-size:90%;
	font-weight:400;
	color:#333333;
	background-image:url(../images/bg_blue.gif);
	background-repeat:repeat;
	background-color:#024A8E;
	}

td	{
	font-family:verdana, helvetica, sans-serif;
	color:#333333;
	}


a, a:link, a:active, a:visited	{
	color:#024A8E;
	text-decoration:underline;
	}

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

.main	{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	}

.space, .menu, .content	{
	border-left:1px solid #024A8E;
	border-right:1px solid #024A8E;
}

.space	{
	margin:0px;
	height:15px;
	background:#ffffff;
	}

.credit	{
	font-size:80%;
	text-align:center;

	}

.content	{
	padding:0 25px 15px 15px;
	background:#ffffff;
}

.box	{
	text-align:center;
	float:left;
	width:200px;
	margin-right:35px;
	margin-bottom:10px;
	font-size:90%;
	background:#ffcc66;
	color:#333333;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	padding:5px;
}

b	{
	}

.title	{
	color:#003366;
	text-transform:uppercase;
	font-weight:bold;
	font-size:120%;
	padding-bottom:8px;
}

/*	note:if you're going to be using horizontally aligned images,
	you might want to take the line-height style out;
	some older browsers will lay the image on top of your text
	if you have a line height specified.
*/
.text	{
}

.quote	{
	font-family:georgia,times, serif;
	line-height:120%;
	font-size:120%;
	color:#003366;
}

.attribute	{
	padding-left:300px;
}

img	{
	padding:0;
	margin:0;
}

img.bordered	{
	margin:0px 10px 10px 0px;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	padding:5px;
	background:#eeeeee;
	}

input	{
	font-weight:700;
	color:#333;
	}
