/* browser reset  */

ul#rotator li, ul#rotator li a, ul#rotator li img, ul#rotator li a img {
	float: right;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {

	margin: 0;
	padding: 0;
}

h1 {

	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	z-index: 10;
	color: #804000;
	line-height: 120%;
	background: transparent url(../images/line_brown.gif) bottom left repeat-x;


	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 28px;

	letter-spacing: 0px;
	font-weight: normal;
	padding-right: 20px;
	text-decoration: none;
	font-style: italic;
}

/* reset font-size */

h2, h3, h4, h5, h6 {

	font-size: 100%;
}

/* reset list style */

ol, ul {

	list-style: none;
}

/* reset font-style */

address, caption, cite, code, dfn, th, var {

	font-style: normal;
	font-weight: normal;
}

/* table-border */

table {

	border-collapse: collapse;
	border-spacing: 0;
}

/* no image and fieldset border */

fieldset, img {

	border: 0;
}

/* caption th */

caption, th {

	text-align: left;
}

q:before, q:after {

	content: '';
}

/*****************************************

 SITE

 ******************************************/

html {

	height: 101%;
	text-align: center;
	background-color: #fff;
}

body {

	height: 100%;
}

/*************************

 TOP SITE

 *************************/

div#topline {
}

#nav_address_2cols {
	display: none;
}

#col1, #col3, #ncol1 {
	vertical-align: text-top;
}


div#nav_rightuser {
	width: 200px;
	position: absolute;
	float: right;
	padding: 0px 0px 0px 0px;
	z-index: 1000;
	/*overflow: hidden;
	 left: 160px;*/
	right: -20%;
	top: 160px;
}

div#nav_address_2cols {
	width: 100%;
	text-align: left;
	z-index: 10;
	font-size: 110%;
	margin-left: 10px;
	line-height: 110%;
}

#nav_address_2cols table {
	border-collapse: collapse;
	width: 98%;
}

div#nav_address {
	width: 100%;
	text-align: left;
	z-index: 10;
	font-size: 120%;
	margin-left: 10px;
}

#nav_address table {
	border-collapse: collapse;
	width: 650px;
}

div#nav_phone {

	width: 50%;
	text-align: left;
	z-index: 10;
	font-size: 120%;
	font-weight: bold;
	margin-left: 10px;
}

div#title {

	width: 100%;
	text-align: right;
	margin-bottom: 10px;
	z-index: 10;
	background: transparent url(../images/line_brown.gif) bottom left repeat-x;
}

div#title a {

	color: #804000;
	line-height: 120%;
}

.nobr	{ white-space:nowrap; }

div#phone {
	width: 80%;
	text-align: center;
	color: #804000;
	line-height: 120%;
	font-size: 20px;
}
div#phone a {
	font-weight: normal;
	color: #804000;
	line-height: 120%;
}

div#top_left_img {
	top: 10px;
	left: 32px;
	position: fixed;
	height: auto;
	z-index: 5;
	width: 200px;
}

.main_img {
	max-width: 200px;
	height: auto;
}

.article-content .main_img {
	display: none;
}

/****************************

 MIDDLE SITE

 ****************************/

div#wrapper {
	padding: 9px 50px 9px 80px;
	margin: 0 0 0 180px;
	float: right; 
	text-align: left;
	position: absolute;
	left: 0px;
	top: 0px;
	/*overflow: hidden;*/
	background-image: url(../images/old_paper_bg2.jpg);
	min-height: 100%;
	height: auto !important;
	max-width: 650px;
	overflow: visible;
}

/**  content  **/

.moduletable {

	text-align: left;
	margin: 10px 0 20px 0;
	line-height: 150%;
}

div#content {

	padding: 2px  9px  9px 9px;
	min-height: 300px;
	overflow: visible;
	width: 95%;
	/*	position: relative; */
}

div#mainContent {

	position: relative;
	margin-right: 0px;
	/*overflow: hidden;*/
	overflow: visible;
	font-size: 105%;
	z-index: 100;
	width: 100%;
	float: left;
}

div#columnRight {

	position: relative;
	float: right;
	margin-left: 40px;
	z-index: 10;
}


/**  ARTICLE  **/

.blog {

	width: 100%;
	line-height: 150%;
}


.column_separator {

	padding: 0 0 0 25px;
}


div.buttonheading {

	float: right;
	width: 25%;
}

div.buttonheading span {

	float: right;
	margin: 4px 0 0 6px;
}

div.tool-tip {

	background-color: #FFF;
	z-index: 1000;
	border: 1px solid #999;
	padding: 4px;
}

.contentpaneopen_edit {

	width: 100%;
	display: block;
	margin: 20px 0 10px 0;
}

span.article_separator {

	display: none;
}

/**   pagination    **/

ul.pagination {

	margin: 15px auto 5px auto;
	padding: 10px 0;
	list-style: none;
	background: url(../images/line_brown.gif) repeat-x top;
}

ul.pagination ul {

	list-style: none;
}

ul.pagination li {

	margin: 0;
	padding: 2px 3px !important;
	display: inline;
	background-image: none !important;
}

ul.pagination li span {

	padding: 2px 3px;
}

ul.pagination a {

	text-decoration: underline;
}

/**  bottom modules  **/

.users_bottom {

	margin: 8px auto 20px auto;
	text-align: left;
}

.users_bottom ul li, .right ul li {
	padding: 0 0 0 25px;
	margin: 3px 0;
	font-size: 110%;
	background: url(../images/square2.gif) no-repeat 10px 0px;
}

/**************************

 FOOTER SITE

 ***************************/

#footer {

	width: 100%;
	position: relative;
	background: transparent url(../images/line_brown.gif) top left repeat-x;
	padding: 6px 0;
	margin-top: 12px;
	overflow: hidden;
}

#footer div.moduletable {

	margin: 0;
}

#footer div.moduletable a {
	font-weight: normal;
}

#footer div.copyright {
	text-align: right;
}


div#syndicate {

	float: left;
	width: auto;
	text-align: center;
	padding-top: 3px;
	overflow: hidden;
	margin: 0 auto;
}

/**     Search       **/

#search {

	float: left;
	height: 25px;
	line-height: 22px;
	overflow: hidden;
	text-align: right;
}

#search .inputbox {

	background: transparent url(../images/search_brown.gif) 0 0 no-repeat;
	border: 0 none;
	float: left;
	height: 18px;
	margin: 0 !important;
	padding: 4px 0 4px 24px;
	width: 154px;
	font-size: 100%;
	color: #804000;
}


div#copyright {

	position: fixed;
	left: 10px;
	bottom: 5px;
}

div#copyright p, div#copyright div.moduletable {

	margin: 0;
}

/**  OTHERS  	**/

.clr {

	clear: both;
}

.left {

	position: relative;
	float: left;
	margin-right: 40px;
	padding-top: 11px;
	z-index: 10;
}

.right {

	position: relative;
	float: right;
	margin-left: 40px;
	z-index: 10;
}

.inputbox, input#email {

	background: transparent;
	margin: 2px 2px 7px 0;
	padding: 2px 2px 2px 8px;
	overflow: hidden;
	font-size: 100%;
}

input[type="radio"], input[type="checkbox"] {

	width: 20px;
	border: none !important;
}

div#columnRight input[type="text"], div#columnRight input[type="password"] {

	width: 150px;
}

.calendar {

	margin-left: 3px;
}

fieldset {

	margin-top: 10px;
}

#searchForm {

	line-height: 250%;
}

/* Global RS-Monials */
#rsm1 {
	width: 170px;
	padding: 0 5px;
}
#rsm2 {
	margin-top: 50px;
	text-align: left;
}
#rsm3 {
	padding-top: 5px;
	text-align: right;
}

#rsm6 {
	padding-bottom: 5px;
}

/* Used by Contact form */
.inputbox, input#email {

	background-color: #F3E8AA;
	border: 1px dotted #804000;
	color: #804000
}


/**     COLOR HEADLINES     **/

h1, h2, h3, h4, h1 span, h2 span, h3 span, h4 span {

	color: #804000;
}

div.componentheading, .contentheading, div.bannerheader {

	color: #804000;
}

h1.line, h2.line, h3.line, h1.componentheading, div.moduletable h3, div.moduletable_text h3, div.moduletable_menu h3 {

	background: transparent url(../images/line_brown.gif) bottom left repeat-x;
	color: #804000;
}

h1.line, h2.line, h3.line {

	background: transparent url(../images/line_brown.gif) bottom left repeat-x;
	color: #804000;
	line-height: 170%;
}

td.sectiontableheader {

	background-color: #804000;
	border-right: 1px solid #F3E8AA;
	color: #F3E8AA;
}

td.sectiontableheader a {

	color: #F3E8AA;
}

p.line {

	width: 100%;
	background: transparent url(../images/line_brown.gif) bottom left repeat-x;
	height: 5px;
}

/**		COLOR TOP MENU	**/

#top_menu li a {

	color: #804000;
}

#top_menu {

	background: transparent url(../images/topmenu_brown.gif) top left repeat-x;
}


/**   COLOR FOOTERLINE     **/

#footer {

	background: transparent url(../images/line_brown.gif) top left repeat-x;
}

/**      OTHERS      **/

.article-tools {

	background: transparent url(../images/topmenu_brown.gif) 100% 0 repeat-x;
}

a.readon {

	color: #804000;
}

/**    FORMULAR    **/

button, .button {

	border: 1px solid #F3E8AA;
	background-color: #EB9D50;
}

button:hover, .button:hover {

	border: 1px solid #000;
	cursor: pointer;
}

#img_torso {
	float: right;
	height="134";
	width="135"; 
}

.also-see {
	
	margin-top: 7px;	
	display: none;
}

#question {
	float: right;
	margin-right: 0;
	top: -5em;
}


.rapid_contact textarea {
	width: 100%;
	height: 10em;
}


.inputbox {
	width: 50%;
	height: 1.5em;
}

#img_office1 {
	width: 95%;
}

.article-box {
	float: right;
	/*margin-right: 0;
	top: -10em;
	right: -10em;*/
}

.skipnav { 
	text-align: left; 
}

.skipnav a { 
	position: absolute; 
	left: -10000px; 
	width: 1px; 
	height: 1px; 
	overflow: hidden; 
}

.skipnav a:focus, .skipnav a:active { 
	position: static; 
	left: 0; 
	width: auto; 
	height: auto; 
	overflow: visible; 
	text-decoration: underline; 
}