/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #d2e094;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, a, ul, li, address {
	color: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 0px 20px 0px;
	font-size: 12px;
	line-height: 1.5;
}

address {
	font-size: 10px;
	font-style: normal;
	color: #575656;
	font-weight: bold;
}

h1 { 
	font-size: 14px;
	font-weight: bold;
	color: #597311;
	text-align: left;
	margin: 0px;
}

h2 { 
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #8aa419;
	margin: 0px 0px 10px 0px;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 0px 0px 15px 25px;
	list-style-type: square;
}

ul.left {
	float: left;
		padding: 0px 30px 15px 25px;
}

li {
	font-size: 12px;
	list-style-image: url(images/bullet.gif);
	line-height: 1.3;
		margin-bottom: 5px;
}

li ul {
	margin: 0px;
	padding: 5px 0px 2px 25px;
list-style-image: url(images/bullet.gif);
	color: #47157e;
}

/* ----------------- GENERAL LINKS ----------------- */

a:link, a:visited, a:active { 
	color: #A46B08; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #2D02CE; 
	}

/* ----------------- BODY ----------------- */

/* Creates DIV container for the main body. */
div#container {
	width: 770px;
	background-image: url(images/bg-content.gif);
	margin: 10px auto 0px auto;
	padding: 0px;
}

div#header {
	width: 770px;
	height: 145px;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
}

div#content {
	width: 705px;
	text-align: left;
	float: right;
	padding: 20px 35px 20px 30px;
}

div.box {
	text-align: left;
	margin: 10px 0px;
	padding: 15px 10px 10px 20px;
	border: 1px solid #e7e6e6;
	background: #e9f1c7;
}

div#alicia {
	border: 1px solid #e7e6e6;
	width: 300px;
	height: 481px;
	padding: 15px 5px 0px 10px;
	float: left;
}

div#services {
	border: 1px solid #e7e6e6;
	width: 370px;
	height: 300px;
	padding: 5px;
	margin-bottom: 5px;
	float: right;
}

/* ----------------- FOOTER ----------------- */

/* Creates DIV container for the footer. */
div#footer {
	background-image: url(images/bg-footer.gif);
	width: 770px;
	height: 27px;
	margin: 0px auto;
	padding-top: 6px;
	clear: both;
	position: relative;
}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyright {
	width: 770px;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #333333;
	padding: 5px 10px 5px 0px;
}

/* Set link style for copyright. */
div#copyright a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #474646;
}

div#copyright a:hover {
	color: #000000;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.right {
	float: right;
}

img.left {
	float: left;
}

div.clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

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

.center {
	text-align: center;
}

div#cta {
	border: 1px solid #e7e6e6;
	width: 380px;
	margin-bottom: 5px;
	float: right;
}
