/* ------------------------------------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;	
	margin: 0px;
	text-align: justify;
	background: url(images/bg.gif) repeat-x;
}

a {
	color: #ee8629;
	outline: none;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 20px;
	color: #3f464e;
	text-align: left;
	font-weight: normal;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	color: #3f464e;
	text-align: left;
	border-top: #ee8629 1px solid;
	border-bottom: #ee8629 1px solid;
	padding: 3px 0px;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
}

#content h2{
	text-transform: none;
	font-size: 18px;
	font-weight: normal;
}


h3 {
	font-weight: normal;	
	font-size: 18px;
	color: #3f464e;
	text-align: left;
	margin-bottom: 0px;
}

h4 {
	font-size: 14px;
	color: #ee8629;
	margin: 0px;
	border-bottom: 1px solid #5b6671;
	padding-bottom: 3px;
	padding-top: 10px;
	clear: both;
}

h5 {
	font-size: 12px;
	color: #ee8629;
	margin: 15px 0px 0px 0px;
}

ul {
	margin: 8px 0px;
	padding-left: 20px;
}

input {
}

p {
	margin: 8px 0px;
}

button, input.button {
	border: none;
	cursor: pointer;
	outline: none;
	padding-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
}

.clear {
	clear:both;
}


/* ------------------------------------------------------------------- */

#site {
	width: 960px;
	text-align: justify;
	margin: 0px auto;	
	clear: both;	
}

#left {
	width:175px;
	float: left;
	margin-top: 10px;	
}

#content {
	width: 450px;
	float: left;
	margin: 10px 0px;	
	color: #363636;
}

#blog-content {
	width: 640px;
	float: left;
	margin-top: 5px;
}

#right {
	width: 320px;
	float: right;
	padding-bottom: 15px;		
}


/* ------------------------------------------------------------------- */
/* TOP */
/* ------------------------------------------------------------------- */

#top {
	margin: 0 auto;
	width: 960px;
}

#join-us {
	height: 35px;
	padding-top: 10px;
	color: #FFF;
}

#join-us-block {
	float: right;
}

#join-us-label {
	padding-top: 5px;
	padding-right: 5px;
	float: left;
}

.top-icon {
	width: 24px;
	height: 24px;
	float: left;
	margin-left: 3px;
}

.top-icon a{
	width: 100%;
	height: 100%;
	display: block;
}

#facebook {
	background: url(images/facebook.gif);
}

#twitter {
	background: url(images/twitter.gif);
}

#youtube {
	background: url(images/youtube.gif);
}

#logo {
	background: url(images/logo.gif) no-repeat;
	float: left;
	width: 155px;
	height: 90px;
	margin-top: 12px;	
}

#logo a{
	display: block;
	width: 100%;
	height: 100%;
}

#speak-with {
	float: right;
	text-align: center;
	padding-top: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #818285;
	text-transform: uppercase;
}

#tel {
	color: #ee8629;
	font-size: 27px;
}

#speak-with a{
	color: #777777;
	margin: 0px 3px;
	font-size: 11px;
}

#speak-with a:hover {
	color: #ee8629;
	text-decoration: underline;
}


/* ------------------------------------------------------------------- */
/* MAIN MENU*/
/* ------------------------------------------------------------------- */

#main-menu {
	background: url(images/menu-bg.gif) repeat-x;
	height: 40px;
	margin-top: 115px;
	text-align: left;
}

#nav {
	float: left;
	margin: 0; padding: 0;
}

#nav li a, #nav li {
 	float: left;
}

#nav li {
	list-style: none;
	position: relative;
}

#nav li a {
	text-decoration: none;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	outline: none;
	margin-top: 0px;
	border-right: 1px solid #3f464e;
	border-left: 1px solid #636d7a;	
	padding: 12px;	
}

#top #main-menu .last a{
	border-right: 0 none;
}

#nav li a:hover {
	color: #f09733;
}


/* Submenu */

.hasChildren {
	position: absolute;
	width: 5px; height: 5px;
	right : 0;
	bottom: 0;
}

#nav li ul {
	display: none; 
 	position: absolute;
 	left: 0;
 	top: 100%;
 	padding: 0; margin: 0;	
}

#nav li:hover > ul {
 	display: block;
}

#nav li ul li, #nav li ul li a {
 	float: none;
}


#nav li ul li {
 	_display: inline; /* for IE6 */
}

#nav li ul li a {
	background: url(images/submenu-arrow.png) no-repeat;
 	width: 160px;
 	display: block;
	border: none;
	color: #f09733;
	font-size: 12px;
	background-color: #eaeaea;		
	padding: 7px 10px 7px 20px;		
}

#nav li ul li a:hover{
	color: #f09733;	
	background-color: #5e6874;
}


/* Header  */


#header {
	width: 958px;
	margin: 5px auto;
	border: 1px solid #f19a4d;
	clear: both;	
}


#header-images {
	width: 640px;
	float: left;
}

#header-images img{
	padding: 0px;
	border: 0px;
}






/* ------------------------------------------------------------------- */
/* CONTENT */
/* ------------------------------------------------------------------- */


/* ------------------------------------------------------------------- */
/* RIGHT */
/* ------------------------------------------------------------------- */


.right-box {
	padding: 5px 0px 10px 0px;	
}

.right-box img {
	margin-right: 10px;
}

.right-box h3 {
	margin: 6px 0px;
	text-transform: uppercase;
}

.submenu-item-right {
	background: url(images/bottom-dotted-bg.gif) repeat-x bottom;
	padding: 5px 0px 5px 10px;
}



.size-XL {
	width: 437px;
}

.size-L {
	width: 279px;
}

.size-M {
	width: 145px;
}

.size-M2 {
	width: 200px;
}

.size-S {
	width: 123px;
}

.size-XS {
	width: 53px;
}

.submit-button {
	background: url(images/submit-button.gif);
	width: 250px;
	height: 45px;
	border: none;
	margin: 15px 0px;
}

.submit-button:hover {
	background: url(images/submit-button-hover.gif);	
}


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

#footer {
	background-color: #FFF;
	clear: both;
	border-top: dotted 1px #b7bcc2;
	padding-top: 10px;
}

#footer-menu {
	height: 20px;		
}

#footer .menu-item a{
	color: #ee8629;
	padding: 0px 7px;
	float: left;
	outline: none;
	font-size: 12px;
	border-left: 1px solid #777;
}

#footer .menu-item.first a{
	border: none;
	padding-left: 0px;
}

#footer .menu-item a:hover{
	text-decoration: underline;
}
		
	
#copyright a {
	color: #0860a1;
	margin-left: 15px;
}

#copyright a:hover {
	text-decoration: underline;
}

#copyright {
	color: #666666;
	float: left;
}


p.date {
	margin-top: 0px;
	font-size: 11px;
}

img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


#blog-content #header-images {
	float: none;
}

#search {
	background-color: #ed8629;
	margin-top: 5px;
	padding: 8px;
}

#search input.button {
	background: url(images/menu-bg.gif);
	width: 88px;
	color: #FFF;
	font-size: 14px;
	padding: 5px;

}

#search input[type="text"] {
	border: 1px solid #464648;	
	padding: 5px;	
}

.right-box.blog {
	padding-top: 0px;
	padding-bottom: 15px;
	background-color: #ebf0f3;
}

.right-box.blog h2{
	padding: 12px 20px;	
}

#site.blog {

}

.ss h2 {
	background-color: #f8f9fb;
	border-top: none;
}

a.rss-icon {
	background: url(images/rss.gif); 
	width: 20px;
	height: 19px;
	display: block;
	float: left;
	margin-left: 20px;
}

a.rss-text {
	padding-left: 8px;
	line-height: 23px;	
}

a.share {
	background: url(images/share.gif);
	width: 125px;
	height: 16px;
	display: block;
	margin-top: 10px;
	margin-left: 20px;
}

.right-box.blog a {
	color: #77787a;	
}

.right-box.blog a:hover {
	color: #e89140;
}


.right-box.blog ul {
	padding: 0px 20px;
	text-align: left;
}

.right-box.blog ul li {
	list-style-type: none;
	padding: 2px 0px;
}

.calendar {
	text-align: center;
	background-color: #e6e6e6;
	margin-left: 20px;
}

.calendar th {
	background-color: #afafaf;
}

.day td, .month, .today {
	background-color: #c4c4c4;
}

.today {
	color: #6d6d6d;
	font-weight: bold;
}

.calendar a {
	width: 100%;
	height: 100%;
	display: block;
}

.blog-articles {
	padding: 15px 15px 15px 0px;
}

.blog-articles h2 {
	border: none;
	margin-bottom: 0px;
}

.blog-article {
	margin-bottom: 20px;
	clear: both;
	border-bottom: 1px solid #ee8629;
}

.blog-article.last {
	border-bottom: none;
}

.date {
	margin-bottom: 15px;
	color: #e89140;
}









.alignleft {
	padding:0;
	margin: 2px 10px 5px 0;
	display: inline;
	float:left;
	}
	
/* Calendar */
#wp-calendar {
	empty-cells: show;
	width: 155px;
	background-color: #FBE5C8;
	color:#DE8924
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	font-weight:bold;
	color:#B16A12;
	background-color: #F6C281;
	}

#wp-calendar caption {
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	color:#F2AE59;
	background-color: #F2AE59;
	}

#wp-calendar td {
	padding: 3px 5px;
	text-align: center;
	}
	
#wp-calendar td#today {
	/*background:#eee;*/
}	

#wp-calendar td#prev a {
	padding: 0;
	text-align:left;
	font-weight:normal;
}

#wp-calendar td#next a {
	padding: 0;
	text-align:right;
	font-weight:normal;
}

#wp-calendar th{
  background-color: #F6C281;
}

 #calendar_wrap {margin-left: 18px; }

/* End Calendar */

.right-box.blog li  {
list-style-type: none;
}




.right-box.blog {

	overflow: hidden;

}



a.rss-text, a.rss-icon {

	float: left;

	margin-top: 10px;

}



#share {

	float:right;

	margin-left: 0px !important;

	margin-right: 5px;

}



#subscribe {

	margin-left: 15px;

	margin-bottom: 10px;

}



#get-txt {

	background: url(images/email.png) no-repeat;

	height: 50px;

	width: 180px;

	padding-left: 50px;

	padding-top: 10px;

}



#subscribe input[type="submit"] {

	border: none;

	cursor: pointer;

	outline: none;

	padding-bottom: 2px;

	font-weight: bold;	

	background: url(images/menu-bg.gif);

	width: 100px;

	color: #FFF;

	font-size: 14px;

	padding: 5px;

	text-transform: uppercase;

	margin-left:3px;
}



#subscribe input[type="text"] {

	border: 1px solid #464648;	

	padding: 5px;	

	width: 180px;

}
