/*  
Theme Name: 
Theme URI: 
Description: A custom theme developed by Low Fat Designs
Version: 1.0
Author: Low Fat Designs
Author URI: http://lowfatdesigns.com/
*/

/* Import the cut up */
@import 'style/all.css';

body {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	line-height: 150%;
}



/* @group Content ========= ========== ========== */

#content a {
	color: #064281;
}

#content a:hover {
	text-decoration: none;
}

#content p {
	line-height: 150%;
}

#content h3 {
	clear: both;
	margin-top: 15px;
	padding-bottom: 5px;
	font-size: 22px;
}

#content h3.sub-title1 {
	margin-top: 0px;
}

#content h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.edit-link {
	clear: both;
}

/* Home ----- */
div.box3 ul {
	margin-top: 10px;
}

.fixed-height {
	height: 100px;
	overflow: hidden;
}



/* About Us ----- */

ul#partner-list {
	margin-top: 20px;
}

ul#partner-list li {
	margin-left: 25px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 14px;
}

a.partner-link {
	display: block;
	width: 250px;
	height: 60px;
	padding-left: 70px;
	background-position: left top;
	background-repeat: no-repeat;
}

a.partner-link:hover {
	background-color: #dfe9f3;
}

a#vasquez { background-image: url(images/part-sm-vasquez.jpg); }
a#levin { background-image: url(images/part-sm-levin.jpg); }
a#bengtson { background-image: url(images/part-sm-bengtson.jpg); }
a#pollack { background-image: url(images/part-sm-pollack.jpg); }
a#smith { background-image: url(images/part-sm-smith.jpg); }

/* Services ----- */

ul.checklist {
	margin-left: 20px;
}

ul.checklist li {
	background: url(images/icon-check.gif) no-repeat left center;
	padding: 3px 0 3px 20px;
}


/* News ----- */


#content h3.news-title {
	font-size: 18px;
	padding-bottom: 0;
}

#content p.news-date {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #6a737b;
}

div.news-article {
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e3e5;
}

#page6 #content ul {
	list-style-type: circle;
}

#page6 #content ul li {
	margin-left: 25px;
}

div.navigation {
	margin-top: 20px;
}

div.navigation div.alignright {
	float: right;
	width: 45%;
	text-align: right;
}

div.navigation div.alignleft {
	float: left;
	width: 45%;
}


/* Resources ----- */

.linklist ul {
	margin-left: 25px;
	list-style-type: circle;
}

/* Contact ----- */

div#contact-address {
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 30px;
}


div#contact-phone {
	float: right;
	width: 150px;
	margin-top: 10px;
}

div#email-partners-mgmt {
	clear: both;
	float: left;
	width: 200px;
}

div#email-team {
	width: 200px;
	float: right;
}

#email-partners-mgmt ul, #email-team ul {
	list-style-type: circle;
	margin-left: 20px;
}

/* Directions ----- */

body#page18 #content ul {
	list-style-type: circle;
	margin-left: 20px;
}

/* Calculators ----- */

body#page8 form {
	display: block;
}

body#page8 form label {
	display: block;
	margin-top: 15px;
	margin-bottom: 3px;
	font-weight: bold;
}



/* @end */

