/* Project: HMS Protocol & Etiquette
URL: http://www.hmsprotocolandetiquette.com/
Date: March 2008
Author: Red Kite Creative
Author URL: http://www.redkitecreative.com */

/**************************************
  Override default styling rules
**************************************/
/* zeroes all margins and paddings */
*, html, body, div, p, th, td, ul, ol, li, form, fieldset, input, h1, h2, h3, h4, blockquote, pre {
	margin: 0;
	padding: 0;
}
/* normalize font-size for all headers */
h1, h2, h3, h4 {
	font-size: 100%;
}
/* remove list-style from lists */
ul, ol {
	list-style: none;
}
/* set base font size to 13px for most browsers */
html {
	font-size: 80%;
}
img, fieldset {
	/* avoid image-gap bug in Gecko browsers */
	display: block;
	border: none;
}
/**************************************
  Default rules
**************************************/
h1, h2, h3, h4 {
	margin-bottom: 0.3em;
	padding: 0;
	color: #283A66;
	background-color: transparent;
	font-weight: bold;
	line-height: 120%;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.4em;
	margin-bottom: 0.17em;
	padding: 0.5em 0 0.2em 0;
	font-weight: normal;
}
h3 {
	padding-top: 0.4em;
	font-size: 1.1em;
}
h4 {
	font-size: 1.0em;
}
p {
	margin-bottom: 0.6em;
	padding: 0;
	color: #283A66;
	background-color: transparent;
	font-size: 1.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
a {
	color: #283A66;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bolder;
}
a:link, a:visited {
	color: #283A66;
	background-color: transparent;
	text-decoration: underline;
}
a:hover {
	color: #101729;
	background-color: #A9B1BE;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
ul li {
	margin: 0.2em 0;
	padding-bottom: 0.8em;
}
acronym {
	border-bottom: 1px dotted #333;
}
hr {
	margin: 1em 0;
   border-top: 3px double #283A66;;
	border-right: none;
	border-bottom: none;
	border-left: none;	
   height: 3px;
}
/************************************************
  Document and header rules
************************************************/
html {
	height: 100%;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	height: 100%;
	background-color: #FFF;
	background-image: url(images/pattern_sm.jpg);
	background-position: top left;
	background-repeat: repeat;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 0;
	width: 858px;
	min-height: 100%;
	color: #283A66;
	background-color: #F6FBCA;
	background-image: url(images/wrapper.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
* html #wrapper {
	height: 100%;
}
#non-footer { /* for footerstick Alt */
	position: relative;
	min-height: 100%;
}
* html #non-footer {
	height: 100%;
}
#header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 858px;
	background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
	background-position: left;
}
#logo {
	position: absolute;
	top: 25px;
	left: 12px;
	color: #FFF;
	background-color: transparent;
}
#logo a {
	position: relative;
	z-index: 1;
}
/************************************************
  Content rules
************************************************/
#content {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding-bottom: 156px;
	width: 855px;
	background-color: transparent;
}
#main {
	position: relative;
	top: 0;
	left: 188px;
	margin: 0;
	padding: 0 1.5em 0 1em;
	width: 640px;
}
#main .two-columns {
	float: left;
	width: 48%;
	margin: 5px 10px 5px 0;
}
#sidebar {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 1em;
	width: 184px;	
}

/************************************************
  Footer rules
************************************************/
#footer {
	clear: both;
	position: relative;
	margin: -105px auto 0 auto;
	padding-bottom: 0;
	font-size: 0.9em;
	width: 858px;
	background-image: url(images/wrapper.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
/* A CSS hack that only applies to IE -- specifies a different height for the footer */
* html #footer, * html #footer_home {
	margin-top: -104px;
}
.boilerplate {
	margin-left: 160px;
	padding: 40px 0 0 0;
	text-align: center;
	background-image: url(images/ruler.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#footer_home {
	clear: both;
	position: relative;
	margin: -105px auto 0 auto;
	padding-bottom: 8px;
	font-size: 0.9em;
	width: 858px;
	background-image: url(images/wrapper.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
#chamber-logo {
	position: absolute;	
	bottom: 12px;
	left: 35px;
}

/************************************************
  Main navigation rules
************************************************/
#nav {
	position: absolute;
	top: 175px;
	left: 13px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 160px;
}
ul#navlist {
	display: list-item;
}
#navlist li {
	margin: 0;
	padding: 4px 0;
	border-bottom: 1px solid #FFF;	
}
#navlist li a, #navlist li a:link {
	padding: 2px 10px 1px 10px;
	display: block;
	background-color: transparent;
	color: #FFF;
	text-decoration: none;	
}
#navlist li a:hover {
	color: #273965;
	background: #A9B2C3;
}
#navlist li a.current, #navlist li a.current:link {
	color: #273965;
	background: #A9B2C3;
	font-weight: bold;
}
#navlist li a.current:hover {
	color: #FFF;
	background: #A9B2C3;
}
#navlist li.last {
	border-bottom: none;
}

/************************************************
  Lists rules
************************************************/
ul.bullet-list {
	margin: 1em 1em 1em 3em;
	list-style-type: disc;
}
ul.bullet-list li, ul.nonbullet-list li {
	padding-bottom: 0.8em;
	font-size: 110%;
}
ul.bullet-list li ul {
	margin: 1em 1em -0.8em 3em;
	padding: 0;
	list-style-type: disc;
}
ul.bullet-list li ul li {
	padding-bottom: 0.6em;
	font-size: 100%;
}
ul.bullet-list li.no-bullet {
	list-style-type: none;
}
ul.nonbullet-list {
	margin: 1em 1em 1em 3em;
	list-style-type: none;
}
ul.sidebar-bullet-list {
	margin: 0.6em 0.6em 0.6em 2em;
	list-style-type: disc;
}
ul.sidebar-bullet-list li {
	padding-bottom: 0.2em;
	font-size: 110%;
}
/**************************************
  Contact form rules (Aneko Studios)
**************************************/
#formbox {
	margin: 10px 10px 0 10px;
	padding: 15px;
}
div#formbox form fieldset { 
	margin: 10px 0; 
	padding: 10px; 
	border: 1px solid #C6C6C6; 
}
div#formbox form legend { 
	padding: 0 4px;
	font-weight: bold; 
	font-size: 14px;
	color: #273A65; 
}
p.legend { 
	margin-bottom: 1em; 
}
div#formbox form fieldset div { 
	padding: 0.25em 0; 
}
.form_field {
	padding-bottom: 5px;
	font-size: 1.1em;
}
.form_field input {
	font-size: 13px;
}
p.fieldname {		
	margin: 10px 0 0 0;
	padding-right: 10px;
	font-weight: bold;
	font-size: 13px;
	color: #FFF;
	background-color: transparent;
}
.fieldname {
	position: relative;
	display: block;
	float: left;
	margin-right: 6px;
	font-size: 13px;
	text-align: right;	
	width: 200px;
}
div.formbox div.controlset fieldname, 
div.formbox div.controlset input { 
	display: inline; 
	float: none; 
}	
.required {
	color: Red;
	background-color: transparent;
	font-weight: bold;
}
input.form  {	
	margin-top: -15px;
	padding: 0 4px 1px 1px;
	font-size: 12px;
}
/*input.button {			
	font-size: 12px;
	width: 60px;
	font-weight: bold;
	color: #3F3F3F;
	background-color: #C2C2C2;
}*/
.button {
	margin: 0;
	padding-top: 0;
}
div.form_checkboxes {
	margin-left: 205px;
	font-size: 1.1em;
}
ul.error {			
	margin-top: 10px;
	color: #C00000;
	background-color: transparent;
	font-size: 1.1em;
}
ul.error li {			
	margin-left: 15px;
	font-size: 1em;
}
.thankyou {
	margin: 0 auto;
	padding-top: 0;
	width:425px; 
	vertical-align: top;
	font-size: 1em;
	font-family: Verdana, Helvetica, sans-serif;
}
/************************************************
  Misc. rules
************************************************/
.bold {
	font-weight: bold;
}
.bold-italic {
	font-weight: bold;
	font-style: italic;
}
.italic {
	font-style: italic;
}
.centered {
	text-align: center;
}
.indented {
	padding: 0 1em 1em 2em;
}
.indented p {
	padding: 0.5em 0;
}
.clear-both {
	clear: both;
}
.img-right, .img-right-noborder {
	float: right;
	margin: 0 0 0.2em 1em;
}
.img-right img {
	border: 3px double #A5A5A5;
}
.img-right-noborder img {
	border: none;
}
.img-right p, .img-right-noborder p {
	position: relative;
	top: -15px;	
	font-size: 11px;
	text-align: center;
}