/*------------------------------------------------------
LifeWork Alliance Master Style Sheet

version:	1.0 (3/01/09)
author:		Aaron Crouch
email:		aaronmcrouch@gmail.com
website:	http://www.lifeworkalliance.com
--------------------------------------------------------*/

@import url("reset.css");
@import url("layout.css");
@import url("content.css");

/*------------------------------------------------------
COLOR INDEX

Brown:			#843c10
Dark Aqua:		#00778a
Dark Tan:		#d0d1b4
Gray			#717160
Light Aqua:		#45c3d3
Light Tan:		#e8e8db
--------------------------------------------------------*/

/* GLOBAL
--------------------------------------------------------*/

body 							{ background:#f5f5ef url(../images/bg-body.jpg) repeat-x; font:normal 10px/1 Arial, Helvetica, sans-serif; }
p								{ font-size:11px; line-height:1.3; margin:0 12px 10px 12px; }
h1								{ color:#d0d1b4; font-size:14px; height:22px; line-height:22px; padding-left:6px; text-transform:uppercase; border-top-right-radius:7px; border-top-left-radius:7px; -moz-border-radius-topright:7px; -moz-border-radius-topleft:7px; -webkit-border-top-right-radius:7px; -webkit-border-top-left-radius:7px; }				
h2								{ font:normal 16px Georgia, "Times New Roman", Times, serif; margin:8px 6px; text-transform:uppercase; }
h3								{ font:normal 14px Georgia, "Times New Roman", Times, serif; margin:0 12px 8px 12px; text-transform:uppercase; }
h4								{ font-size:11px; font-weight:bold; margin:10px 12px 10px 12px; text-transform:uppercase; }
em								{ font:normal 12px Georgia, "Times New Roman", Times, serif; }
a								{ text-decoration:underline; }
a:hover							{ text-decoration:none; }
#main-content ul				{ font-size:11px; line-height:1.2; list-style-type:disc; margin:1em 0; }
#main-content li				{ margin:0 10px 6px 30px; }

/* Classes */

.right							{ float:right; margin:0 12px 0 8px; }
