/******************/
/*    lay-out     */
/******************/
html {
	overflow					: scroll;
	overflow-x					: hidden;
}

body {
	margin						: 0;
	text-align					: center;
	color 						: #000;
	background-color			: #d6bdad;
}

#site {
	margin						: 0;
	padding						: 5px 0 0 0;
	background-image			: url(img/site_bg.jpg);
	background-attachment		: scroll;
	background-repeat			: repeat-x;
	background-position			: center top;
}

#centerbox {
	padding						: 0;
	width						: 970px;
	margin						: 0 auto 0 auto;
	background-image			: url(img/shadow-body.png);
	background-attachment		: scroll;
	background-repeat			: repeat-y;
	background-position			: center top;
}	

#headerbox {
	height						: 200px;
	margin						: 0 5px;
	background-color			: #f4f4f4;
	text-align					: left;
}
#navbox {
	margin						: 0 5px;
	padding						: 10px;
	background-color			: #fff;	
	text-align					: center;
}

#mainbox {
	width						: 960px;
	margin						: 0 5px;
	padding						: 0;
	text-align					: left;
	background-color			: #fff;
	clear						: both;
}
#mainbox:after {
	content						: "."; 
	display						: block; 
	height						: 0; 
	clear						: both;
	visibility					: hidden;
}

#contentbox {
	margin						: 0 10px;
	position					: relative;
	margin						: 0;
	padding						: 0;
	clear						: both;
}

#content_column_small {
	float						: left;
	width						: 300px;
	margin						: 0 0 0 10px;
	padding						: 0;
}

#content_column_normal {
	float						: left;
	width						: 640px;
	margin						: 0 10px 0 0;
	padding						: 0;
}

/* footer */
#footerbox {
	position					: relative;
	margin						: 0 5px;
	padding						: 10px 0;
	clear						: both;
	background-color			: #fff;
}


/******************/
/*    styles     */
/******************/

h1 {
	margin						: 0 0 .9em 0;
	font-size 					: 1.8em;
	font-weight					: normal;
	color						: #2b2e33;
	line-height					: 1.05em;
}
h1 span {
	display						: block;
	font-size 					: 0.75em;
	font-style					: italic;
	font-weight					: normal;
	color						: #999;
}
h2 {
	margin						: .9em 0 .9em 0;
	font-size 					: 1.3em;
	font-weight					: normal;
	color						: #2b2e33;
}
h3 {
	margin						: .6em 0 .3em 0;
	font-weight					: bold;
	font-size 					: 1.1em;
	color						: #333;
}
h4 {
	margin						: .6em 0 .3em 0;
	font-weight					: bold;
	font-size 					: 1em;
}
h4 span {
	display						: block;
	font-size 					: 0.8em;
	font-weight					: bold;
	color						: #666;
}
font {}
p {
	margin						: 0 0 .9em 0;
}

a {
	font-weight					: normal;
	text-decoration				: underline;
	color						: #996633;
}
a:hover	{
	font-weight					: normal;
	text-decoration				: underline;
	color						: #663300;
}

ol {
	font-family					: Arial, Helvetica, sans-serif;
	font-size 					: 1em;
	margin						: 0 0 .9em 0;
}

ul {
	font-family					: Arial, Helvetica, sans-serif;
	font-size 					: 1em;
	margin						: 0 0 .9em -20px;
	list-style-image			: url(img/list_item.png);
}

li {
	margin						: 0;
	padding						: 0;
}

li span {
	display						: block;
	font-size					: .85em;	
}


/* other text */
.tiny {
	font-family					: Arial, Helvetica, sans-serif;
	font-size 					: .8em;
}
.small {
	font-family					: Arial, Helvetica, sans-serif;
	font-size 					: .9em;
}
.large {
	font-size 					: 1.2em;
}
.xlarge {
	font-size 					: 2em;
}

/* image */
img {
	border						: none;
}

.image_left_dropshadow {
	float						: left;
	clear						: both;
	margin						: 10px 15px 2px 5px;
	background					: url(img/shadow-img.png) no-repeat bottom right;
}
.image_right_dropshadow {
	float						: right;
	clear						: both;
	margin						: 10px 0 2px 15px ;
	background					: url(img/shadow-img.png) no-repeat bottom right;
}
.image_left_dropshadow .image,
.image_right_dropshadow .image {
	position					: relative;
	bottom						: 5px;
	right						: 5px;
	padding						: 5px;
	margin						: 0px;
	border						: 1px solid #ccc;
}

.image_left {
	float						: left;
	margin						: 2px 15px 4px 0px;
	padding						: 5px;
	border						: none;
	clear						: both;
}
.image_right {
	float						: right;
	margin						: 2px 0px 4px 15px;
	padding						: 5px;
	border						: none;
	clear						: both;
}

.image_center {
	text-align					: center;
	padding						: 0px;
	border						: 1px solid #ccc;
}

/* other */
.paragraph {
	display						: block;	
	clear						: both;
}

.left {
	float						: left;
	clear						: left;
}
.right {
	float						: right;
	clear						: right;
}
.center {
	text-align					: center;
}
/* dividers */
hr {
	display						: block;
	width						: 100%;
	height						: 1px;
	color						: #d6bdad;
	margin-top					: 1em;
	clear						: both;	
}
.hr {
	display						: block;
	width						: 100%;
	height						: 0px;
	margin						: 1em 0;
	border-bottom				: 1px dotted #d6bdad;
	clear						: both;	
}
.divider {
	border-bottom				: 1px dotted #d6bdad;
	display						: block;
	width						: 100%;
	height						: 0px;
	margin						: 2px 0 1px 0;
	text-align					: right;
	clear						: both;	
}

/* special text */
.title {
	font-weight					: bold;
	color						: #000;
}
.intro {
	margin						: 0 0 15px 0;
	padding						: 20px;
	background-color			: #e8e8e9;
	font-size					: 1.2em;
	font-weight					: normal;
	font-style					: italic;
	color						: #2b2e33;
	line-height					: 1.2em;
}
.text {
	padding						: 25px 30px 5px 30px;
	font-weight					: normal;
}
.offer_box {
	padding						: 10px 20px;
	font-weight					: normal;
	border						: 2px dotted #966;
}
.offer_box h4 {
	color						: #900;
}
.side_text {
	padding						: 20px;
	font-weight					: normal;
}
.visual {
	float						: left;
	margin						: 20px 0 10px 30px;
}
.logo {
	margin						: 0 15px;
}
.quote {
	font-family					: "Times New Roman", Times, serif;
	font-size					: 1.3em;
	font-style					: italic;
	font-weight					: normal;
	color						: #666;
	line-height					: 1.4em;	
}
.author {
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: .7em;
	font-style					: normal;
	font-weight					: bold;		
}
.author_location {
	font-size					: .8em;
	line-height					: .6em;	
}
.contact {
	bottom						: 0;
	padding						: 20px 15px;
	background-color			: #f2f2f3;
	font-size					: .9em;
	font-weight					: normal;
	color						: #333;
	line-height					: 1.2em;
}
.highlight {
	font-size					: 1.1em;
	font-style					: italic;
	font-weight					: bold;
	color						: #333;
	line-height					: 1.3em;	
}
a.tooltip {
	color						: #fff;
	font-weight					: normal;
	text-decoration				: none;
	border-bottom				: 1px dotted #fff;
}
a:hover.tooltip {
	color						: #000;
	font-weight					: normal;
	text-decoration				: none;
	border-bottom				: 1px dotted #fff;
}

.tooltip_text {
	display						: none;
	visibility					: hidden;
}

.errormsg {
	color						: #cc0000;
	font-weight					: bold;
}
.gray {
	color						: #999;
}

ul.links {
	padding						: 0;
	list-style					: none;
	list-style-image			: none;
}

ul.links li {
	margin						: 2px 0;
}

ul.links a {
	color						: #606;
	text-decoration				: none;
}


/******************/
/*      home      */
/******************/
.home_block 					{float:left;width:260px;height:260px;margin: 0 30px 25px 0;border:1px solid #999;}
.home_block_image 				{margin:0;padding:0;}
.home_block_text				{padding: 5px 10px;font-size:.9em;}
.home_block_text h3				{}


/******************/
/*      form      */
/******************/
form {
	margin						: 0;
	padding						: 0;
}

fieldset {
	padding						: 10px 15px;	
}

ol.form {
	margin						: 0;
	padding						: 0;
	list-style					: none;	
}

ol.form li {
	padding						: 2px 0;
	list-style					: none;	
}


label {
	display						: inline-block;
	width						: 180px;
	vertical-align				: top;
}

label span {
	font-size					: .8em;
	color						: #666;
}

p.buttons {
	padding						: 1em 0;
	text-align					: center;
}







/******************/
/*   navigation   */
/******************/
#nav {
	padding						: 7px 0;
	background-color			: #545b65;
	background-image			: url(img/nav_bg.gif);
	background-attachment		: scroll;
	background-repeat			: repeat-x;
	background-position			: center top;
}
#nav_list {
	margin						: 0;
	padding						: 0;
	font-family 				: Arial, Helvetica, sans-serif;
	letter-spacing				: .03em;
	font-size 					: .85em;	
	font-weight					: normal;
	list-style					: none;
	text-align					: center;
}

li.nav_item {
	margin						: 0;
	padding						: 0;
	display						: inline;
	list-style					: none;
}
a.nav_link {
	padding						: 7px 20px;
	color						: #fff;
	font-weight					: normal;
	text-decoration				: none;
}
a:hover.nav_link {
	color						: #000;
	font-weight					: normal;
	text-decoration				: none;
	background-color			: #d6bdad;
}
#nav .selected {
	color						: #a4be80;
}



/******************/
/*    content     */
/******************/
#content,
#home {
	font-family 				: Arial, Helvetica, sans-serif;
	font-size					: .85em;
	line-height					: 1.3em;
	text-align					: left;
	clear						: both;
}

/* blockbox */
.blockbox {
	min-height					: 475px;
	display						: block;
	margin						: 20px 25px 5px 25px;
	padding						: 0;
}
.block {
	display						: block;
	padding						: 0;
	clear						: both;
}
.pagebox {
	height						: 30px;
	display						: block;
	margin						: 0 25px 0 25px;
	padding						: 0;
	font-size					: .9em;
}

/* header */
#header {
	margin						: 0;
	font-family 				: Arial, Helvetica, sans-serif;
	font-size 					: 0.7em;
	text-align					: right;
}
#header h1 {
	float						: left;
	margin						: 0;
	padding						: 0;
	font-family					: "Times New Roman", Times, serif;
	font-size 					: 3em;
	font-weight					: bold;
	color						: #fff;
}

#header h2 {
	display						: inline;
	margin						: 0;
	padding						: 0;
	font-family					: "Times New Roman", Times, serif;
	font-size 					: 2.5em;
	font-weight					: bold;
	color						: #99ccff;
}

.header_title {
	margin						: 0;
	padding						: 0;
	font-style					: italic;
	font-size					: .85em;
	font-weight					: bold;
	letter-spacing				: .1em;
}
.header_title1 {
	display						: none;
}
.header_title2 {
	padding						: 10px 15px;
}
.header_item {
	margin						: 5px 10px;
	font-style					: italic;
	font-weight					: bold;
	color						: #ffffff;
}
a.header_link,
a:hover.header_link {
	color						: #000;
}

/* footer */
#footer {
	margin						: 0 10px 10px 10px;
	font-family 				: Arial, Helvetica, sans-serif;
	font-size 					: 0.72em;
	color						: #ccc;	
}
.footer_logos {
	border-top					: 1px dotted #660066;
	padding						: 5px 10px;
	text-align					: center;
}

.footer_bar {
	margin						: 0;
	padding						: 5px 10px;
	background-color			: #306;
	background-image			: url(img/nav_bg.gif);
	background-attachment		: scroll;
	background-repeat			: repeat-x;
	background-position			: center top;	
	text-align					: left;
}

.footer_item {
	display						: inline;
}

.subfooter_link {
	color						: #999;	
}

#webdesign {
	padding						: 0px 10px;
	text-align					: right;
	font-family					: Arial, Helvetica, sans-serif;
	font-size 					: .68em;
	color						: #999;
}
#webdesign * {
	color						: #999;
	text-decoration				: none;
}

/******************/
/*     icons      */
/******************/
.icon_left {
	float						: left;
	margin						: 0 5px 5px 0;
}
.icon_right {
	float						: right;
	margin						: 0 0 5px 5px;
}

.icon_link {
	padding-left				: 24px;
	border						: none;
	background-image			: url(img/list_item.png);
	background-repeat			: no-repeat;
	background-position			: 2px 3px;
}

.icon_ext_link {
	padding-left				: 24px;
	border						: none;
	background-image			: url(img/icon_ext_link.png);
	background-repeat			: no-repeat;
	background-position			: left top;
}

.icon_quote {
	padding-left				: 24px;
	border						: none;
	background-image			: url(img/icon_quote.png);
	background-repeat			: no-repeat;
	background-position			: left top;
}

.icon_pdf {
	padding-left				: 24px;
	border						: none;
	background-image			: url(img/icon_pdf.png);
	background-repeat			: no-repeat;
	background-position			: left top;
}

.icon_word {
	padding-left				: 24px;
	border						: none;
	background-image			: url(img/icon_word.png);
	background-repeat			: no-repeat;
	background-position			: left top;
}
