body {
margin:0;
padding:0;
/*background:#dde9ec url(../images/bg_home.gif) repeat-y 50% 0;*/
background:#dde9ec;
}

body.three {
background:#dde9ec url(../images/bg_blog.gif) repeat-y 50% 0;
}

p, li, td, th, span {
font-family:Lucida Grande, Verdana, Sans-serif;
font-size:12px;
color:#444;
line-height:1.5em;
}

th {
font-weight: bold;
text-align: left;
border-bottom: 1px dotted #999999;
}

p.intro-text {
	margin-top: 0px;
	padding: 0 0 10 0;
}

p.news-title {
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
}

p.news-intro {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

li.normal {
	line-height: 1.3em;
}

label {
font-family:Lucida Grande, Verdana, Sans-serif;
font-size:12px;
color:#444;
font-weight: bold;
}

label.options {
font-family:Lucida Grande, Verdana, Sans-serif;
font-size:11px;
color:#444;
font-weight: normal;
}

#logo-title {
	float: left;
	clear: both;
	margin: 25px 0px 0px 50px;
	font-family:Arial,Sans-serif,Verdana;
	font-size:32px;
	color: #fff;
	line-height:1.5em;
	letter-spacing:0px;
	text-transform:capitalize;
	text-decoration:none;
	width: 300px;
}

#slogan {
	float: left;
	clear: both;
	margin: 0px 0px 0px 52px;
	font-family:Arial,Sans-serif;
	font-size:14px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	text-decoration:none;
	width: 300px;	
}

img.intro-img {
	float: left;
	padding: 5px 5px 60px 0;
}

ul {
padding:0 0 0 5px !important;
padding:0 0 0 0;
}

li {
line-height:1.8em;
}

a {
color:#317183;
text-decoration:underline;
}

a:hover {
color:#835631;
}

a img {
border:0;
}

h1 {
color:#444; 
font-family:Trebuchet MS, Century Gothic, sans-serif;
margin-bottom:0;
margin-top:5px;
font-size:24px;
clear:right;
}

h2, h2 a, h3 a {
clear: both;
color:#444;
/*color:#317183;*/
text-transform:uppercase;
font-family:Helvetica Neue, Helvetica, arial, sans-serif;
font-size:16px;
text-decoration: none;
margin-bottom: 0;
padding-top: 5px;
}

#right_col h2, #center_col h2 {
color:#835631;
font-size: 13px;
}

h1 + h2 {
margin-top:0;
}

#wrapper {
width:800px;
margin:0 auto;
background: #dde9ec 50% left;
background-image: url(../images/bg_home.gif);
background-repeat: repeat-y;
}

#header {
width:100%;
height:259px;
background:url(../images/header_bg.jpg) no-repeat top left;
}

body.three #header {
background:url(../images/header_bg_blog.jpg) no-repeat top left;
}

ul#nav {
float:left;
padding:0;
margin:15px 0 0 25px;
list-style:none;
}

ul#nav li {
float:left;
padding-left:15px;
margin-left:10px;
line-height:1.4em;
}

ul#nav li a {
color:#dde9ec;
text-decoration:none;
font-size:14px;
font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: bold;
text-transform: capitalize;
}

ul#nav li a:hover {
color:#fff;
}

ul#nav li.active {
background:url(../images/bullet.gif) no-repeat 0 50%;
}

ul#utility-nav {
float:right;
padding:0;
margin:15px 60px 0 10px;
list-style:none;
}

ul#utility-nav li {
float:left;
padding-left:5px;
margin-left:10px;
line-height:1.4em;
}

ul#utility-nav li a {
color:#339999;
text-decoration:none;
font-size:12px;
font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
text-transform: capitalize;
}

ul#utility-nav li a:hover {
color:#339999;
}

ul#utility-nav li.active {
background:url(../images/bullet.gif) no-repeat 0 50%;
}

img#logo {
float:left;
clear:left;
margin:50px 0 0 60px;
}

#left_col {
float:left;
width:420px;
margin:-40px 0 0 40px !important;
margin:-40px 0 0 20px;
padding-bottom:20px;
}

body.three #left_col {
width:350px;
}

#center_col {
float:left;
width:145px;
margin:-25px 0 0 45px;
}

#right_col {
float:left;
width:260px;
margin:-40px 0 0 40px;
}

a.large-link {
font-size: 14px;
font-weight: bold;
}

body.three #right_col {
width:145px;
margin:-25px 0 0 35px;
}

#footer {
clear:both;
width:760px;
margin:0 auto;
text-align:center;
padding:5px 0;
background:#fff;
border-top:1px solid #ccc;
font-size: 10px;
}

#footer p {
margin:0;
font-size: 10px;
}

.error {
color: #FF0000;
font-weight: bold;
}

.bold {
font-weight: bold;
}

.small {
font-size: 10px;
}

.special-block {
background-color: #FFFFCC;
border: 1px dashed #000;
padding: 5px;
}