/* HTML ELEMENTS ///////////////////////////////////////////////////////////////////////*/

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	padding: 0px 0 0px 0;
	background-color:#f2f2f2;
	}

body, select, input, textarea {
	font: 11px Arial, Verdana, Sans-Serif;
	color:#242424;
	background-image:url(../images/bg_extend.gif);
	background-repeat:repeat;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color:#A80000;
	text-decoration:none;
    font-weight:bold;
	}

a:hover, a:active {
	color:#000000;
	text-decoration:underline;
	}

.red {
	color:#A80000;	
    font-weight:bold;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

img, a:link img, a:visited img {
	border:0;
	}

.left-margin {margin-left:45px;}
	
/* STRUCTURE ///////////////////////////////////////////////////////////////////////// */

#bg_content {
	margin:0 auto;
	width:1005px;
	height:auto;
	background-image:url(../images/bg_extend_container.gif);
	background-repeat:repeats-y;
	}

#main_container {
	margin:auto;
	width:881px;
	height:auto;
	background-color:#FFFFFF;
	border:1px solid #ffffff;
	}

/* HEADER //////////////////////////////////////////////////////////////////////////// */

#header {
	margin:0 auto;
	width:100%;
	height:173px;
	background-image:url(../images/bg_header.jpg);
	background-repeat:no-repeat;
	}

/* TITLES //////////////////////////////////////////////////////////////////////////// */

h1 {
	font:2.95em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	}

#header h1 {
	font:2.95em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	padding:25px 0 0 25px;
	color:#FFFFFF;
	}

#content h2 {
	font: 20px Arial, Helvetica, sans-serif;
    font-weight:normal;
    text-transform:uppercase;
	padding-left:25px;
	padding-bottom:5px;
	border-bottom:1px solid #b3b3b3;
	margin: 20px 0;
	background: transparent url(../images/list_title.gif) no-repeat;
	background-position: 0 .2em;
	list-style:none;
	color:#242424;
	}
	
h2 {
	font: 16px Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-transform:uppercase;
	padding-bottom:8px;
	margin: 20px 0;
	}


h3 {
	font: 14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	padding-bottom:6px;
	font-weight:bold;
	color:#262017;
	}

#sidebar h2 {
	font: 20px Arial, Helvetica, sans-serif;
    font-weight:normal;
    text-transform:uppercase;
	padding-left:25px;
	padding-bottom:5px;
	border-bottom:1px solid #b3b3b3;
	margin: 20px 0;
	background: transparent url(../images/list_title.gif) no-repeat;
	background-position: 0 .2em;
	list-style:none;
	color:#242424;
	}

#sidebar h3 {
	height:15px;
	border-bottom:1px dotted #FFFFFF;
	padding:12px 0 6px 2px;
	margin:8px 0 15px 0;
	font-size:1em;
	color:#CCCCCC;
	}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}

/* NAVIGATION ///////////////////////////////////////////////////////////////////////// */

#nav {
	margin:auto;
	width:881px;
	height:34px;
	background-image:url(../images/bg_nav.gif);
	background-repeat:repeat-x;
	border-top:1px solid #000000;
	}
	
#nav, #nav ul {
	list-style: none;
	line-height: 1;
	}

#nav a {
	display: block;
	text-decoration: none;
    color:#FFFFFF;
	background: transparent url(../images/separator.gif) no-repeat;
	background-position: 0 .5em;
	list-style:none;
	}

#nav a:hover, #nav a:active {
	display: block;
	text-decoration: none;
    color:#FFFFFF;
	background: transparent url(../images/separator.gif) no-repeat;
	list-style:none;
	}

#nav li {
	float: left;
	list-style:none;
	/* border-right:1px solid #FFFFFF; */
	}

#nav .special a {
	border-right:none;
	background-image:none;
	}

#nav a {
	display:block;
	font-weight:bold;
	color: #FFFFFF;
	padding:11px 10px;
	}


#nav a:hover, .current_page_item a, #home .on {
	text-decoration:none;	
	background-image:url(../images/bg_nav_over.jpg);
	background-repeat:repeat-x;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:11px 9px;
	}

/* LEFT CONTAINER //////////////////////////////////////////////////////////////////////////// */

#left_container {
	float:left;
	width:595px;
	min-height:100%; /* Fix Div Height */
	padding:3px;
	background-color:#FFFFFF;
	}

/* CONTENT /////////////////////////////////////////////////////////////////////////////////// */

#content {
	padding:10px 10px 0px 10px;
	font: 12px Arial, Helvetica, sans-serif;
	}

#content img {
	margin:0px 8px 20px 0px;
	}

#sub_content{
	padding:5px;
	font: 11px Arial, Helvetica, sans-serif;
	}

.sub_content_box {
	float:left;
	width:273px;
	padding:0px 18px 0px 0;
	font: 11px Arial, Helvetica, sans-serif;
	}

.sub_content_box img {
	padding:0px;
	}

.sub_content_box h3 {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	}

#sub_content a {
	color:#000000;
	font: 11px Arial, Helvetica, sans-serif;
	}

.BoxServices {
	width:180px;
	float:left;
	text-align:center;
	}

/* SIDEBAR /////////////////////////////////////////////////////////////////////////////////// */

#sidebar {
	float:right;
	width:236px;
	height:auto; /* tempo */
	padding:3px ;
	margin-top:10px;
	color:#CCCCCC;
	}

#bg_content_sidebar {
	float:left;
	width:236px;
	height:auto; /* tempo */
	padding:3px ;
	background-image:url(../images/bg_sidebar.gif);
	background-repeat:repeat-y;
	}

.adjust {
	width:236px;
	padding-right:3px;
	}

.imgHolder {
	padding:8px 20px;
	text-align:center;
	}

.centered {
	margin-left:46px;
	}

/* FOOTER //////////////////////////////////////////////////////////////////////////////////// */

#footer {
	margin:0 auto;
    height:35px;
	width:881px;
	padding:0px;
	color:#ffffff;
    background-color:#639336;
	font: 10px Arial, Helvetica, sans-serif;
	}

#footer a {
	color:#ffffff;
	text-decoration:underline;
	}

.f_columns_left {
	float:left;
	width:500px;
	height:auto;
	margin:10px;
	}

.f_columns_right {
	float:right;
	width:auto;
	height:auto;
	margin:10px;
	}

/* FLOAT PROPERTIES ////////////////////////////////////////////////////////////////////////// */

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}

.clearfloat {
	display:block
	}		

	
	

