@charset "UTF-8";
/*  
Theme Name: WOMA
Theme URI: http://www.wasatchonlinemarketing.com/
Description: The default WOMA theme.
Version: 1.6
Author: Peter Ehat
Author URI: http://www.seo.com/
*/

/* CSS Document */


/* ////////////////////////// */

/*            TAGS            */

/* ////////////////////////// */

body {
	text-align: center;
	background-color: #e0e0e2;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #232323;
	padding: 5px 0px 50px 0px;
}

h1 {
	font-size: 21px;
}

h2, h3 {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	color: #c03926;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 15px;
}

h3.news_headline {
	font-size: 12px;
}

p {
	padding: 0px;
	margin: 10px 0px 3px 0px;
	line-height: 14px;
}

a {
	color: #c03926;
}

a:hover {
	text-decoration: none;
	color: #dc412c;
}

form {
	padding: 0px;
	margin: 0px;
}

/* ////////////////////////// */

/*     STRUCTURAL ELEMENTS    */

/* ////////////////////////// */

#Main {
	margin: auto;
	width: 663px;
	background: url(images/body-bg.gif) top center repeat-y;
	text-align: left;
}

#Header {
	background: url(images/header-bg.jpg) top center no-repeat;
	height: 116px;
}

#HeaderPad {
	padding: 26px 15px 0px 27px;
}

#HeaderTitle {
	margin: 0px;
	padding: 0px;
	background-image: url(images/header-logo.gif);
	width: 354px;
	height: 36px;
	cursor: pointer;
	cursor: hand;
}

#HeaderTitle span {
	display: none;
}

#Date {
	margin-top: 20px;
	font-size: 19px;
	color: #696971;
}

#Body {
	/*background-color: #FFFFCC;*/
	margin: 0px 7px;
}

#BodyLeft {
	/*background-color:#FFCCFF;*/
	width: 413px;
	float: left;
}

#BodyRight {
	/*background-color:#CCCCFF;*/	
	width: 236px;
	float: left;
}

#SignupCall {
	background-color: #c03926;
	padding: 20px;
}

#SignupCall h2 {
	font-size: 20px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

#SignupCall p {
	margin: 10px 0px 3px 0px;
}

#LearnMore, #SignUpNow {
	color: #ffffff;
	padding: 3px 9px 4px 8px;
	margin: 0px;
	font-size: 13px;
	text-decoration: none;
}

#LearnMore:hover, #SignUpNow:hover {
	text-decoration: underline;
}

#LearnMore {
	background: url(images/signup-learn-more.gif) top left no-repeat;
}

#SignUpNow {
	background: url(images/signup-now.gif) top left no-repeat;
	padding-right: 12px;
}

#ForwardColleague {
	background-color: #d6d6da;
	padding: 15px 20px 26px 20px;
}

#ForwardColleague p {
	font-weight: bold;
	margin:  0px 0px 8px 0px;
}

#ForwardColleague div {
	float: left;
}

#ColEmail {
	width: 140px;
	background: url(images/coll-email-bg.gif) top left no-repeat;
	border: none;
	padding: 3px 5px 4px 5px;
}

#Go {
	display: inline;
}

#RightContent p, #RightContent h2 {
	margin-left: 0px;
	margin-right: 0px;
}

#RightContent h2 {
	margin-top: 0px;
	margin-bottom: 8px;
}

#Footer {
	background: url(images/footer-bg.jpg) bottom center no-repeat;
	height: 68px;
	clear: both;
	color: #ffffff;
}

#Copyright, #Credits {
	color: #999999;
	padding: 15px 20px 20px;
}

#Copyright {
	float: left;
	width: 400px;
}

#Credits {
	float: right;
}

#IndustryNews p, #RightContent p {
	padding-top: 0px;
	margin-top: 0px;
}

#RightContent p {
	margin-bottom: 10px;
}

#JobPostings h2 {
	margin-bottom: 10px;
}

#RightNav ul {
	margin: 0px;
	padding: 0px;
}

#RightNav li {
	list-style: none;
	background-color: #e4e5e9;
	padding: 8px 0 8px 20px;
	border-bottom: 1px dotted #FFFFFF;
}

#RightNav a {
	color: #333333;
}

#RightNav a:hover {
	color: #999999;
}

/* ////////////////////////// */

/*          CLASSES           */

/* ////////////////////////// */

.clear {
	clear: both;
}

.post {
	margin: 20px;
	padding-bottom: 15px;
	background: url(images/post-bottom-bg.gif) bottom left repeat-x;
}


