/* global */
html{height: 100%;}

body
{
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 0.8em;
}

p
{
	margin: 0px;
	padding: 0px 0px 16px 0px;
	line-height: 1.7em;
	font-size: 1.1em;
	color: #333;
}

h1
{ font-family: arial, sans-serif;
  letter-spacing: .1em;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}

img{border: 0px;}

a{outline: none;}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #39272D;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{
	list-style-type: none;
	margin: 0px 0px 11px 0px;
	padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* main container */
#main
{ width: 780px;
  margin-left: auto; 
  margin-right: auto;
}

/* links above the logo / footer */
#links, #footer
{ margin-left: auto; 
  margin-right: auto;
  padding: 10px 21px 0px 19px;
  width: 720px;
  height: 26px;
  font-size: 94%;
  text-transform: uppercase;
}

#links{text-align: right;}

#footer{text-align: center;}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{text-decoration: underline;}

/* logo */
#logo
{ margin-left: auto; 
  margin-right: auto;
  width: 760px;
  height: 100px;
  text-align: left;
}

#logo h1
{
	margin: 0px;
	padding: 41px 0px 0px 19px;
	font-size: 130%;
	letter-spacing: 0.2em;
}

/* navigation menu */
#menu
{ height: 42px;
  width: 760px;
  margin-left: auto; 
  margin-right: auto;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
} 

#menu li a 
{
	display: block;
	float: left;
	height: 37px;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
} 

/* main content */
#content
{ margin-left: auto; 
  margin-right: auto;
  width: 760px;
  height: auto;
  padding: 0px;
  overflow: hidden;
} 

/* column 1 - contains sidebar items */
#column1
{
	width: 207px;
	float: right;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.sidebaritem
{
	text-align: left;
	width: 188px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.sbihead
{ height: 14px;
  width: 188px;
  padding: 5px 0px 5px 19px;
  text-transform: uppercase;
}

.sbihead h1
{ padding: 0px; 
  margin: 0px; 
  font-weight: bold;
  font-size: 112%;
}

.sbicontent{
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 19px;
}

.sbicontent p
{
	line-height: 18px;
	padding: 0px 0px 8px 0px;
	font-size: 1em;
	color: #FFF;
}

.sbilinks{padding: 0px;}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
} 

.sbilinks li a , .sbilinks li a:hover
{
	float: left;
	height: 16px;
	text-decoration: none;
	padding: 5px 0px 4px 19px;
	width: 188px;
	border: 0px;
	text-transform: capitalize;
} 

/* column 2 - page content */
#column2
{ text-align: justify;
  width: 512px;
  float: left;
  padding: 12px 3px 15px 19px;
}

#column2 h1
{ padding: 6px 0px 4px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: normal;
}

.sidebaritem a, #column2 a, .sidebaritem a:hover, #column2 a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
  border-bottom: 1px dashed;
}

.sidebaritem a:hover, #column2 a:hover{border-bottom: 1px solid;}

/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 448px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
}

input, textarea
{ width: 259px; 
  font-family: verdana, arial, sans-serif;
  border: 1px solid;
  font-size: 100%;
  margin: 2px;
}

.submit
{
	font-family: verdana, arial, sans-serif;
	border: 1px solid;
	width: 100px;
	height: 32px;
	cursor: pointer;
	font-size: 100%;
	background-color: #39272D;
	color: #FFF;
	font-weight: bold;
}
.htitle {
	font-size: 16px;
	font-weight: bold;
	color: #39272D;
	background-image: url(../images/bar.gif);
	background-repeat: repeat-x;
	padding: 5px;
}
.menu_list {
	width: 500px;
	-webkit-border-radius: 1em;
}
.menu_head {
	cursor: pointer;
	position: relative;
	margin:1px;
	font-weight:bold;
	background-color: #666;
	background-position: left center;
	color: #FFF;
	background-image: url(../images/down.png);
	background-repeat: no-repeat;
	width: 495px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-indent: 12px;
	text-transform: capitalize;
}
.menu_body {
	display:none;
}
.menu_body a{
  display:block;
  color:#006699;
  background-color:#EFEFEF;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover{
  color: #000000;
  text-decoration:underline;
  }
.box {
	background-color: #1E1E1E;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	clear: both;
	display: block;
	color: #FFF;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border: 3px solid #05428A;
	padding: 10px;
}
#main #content #column2 .box p {
	color: #FFFFFF;
}
div#bullett ul {
	list-style: none;
	}
			  
	
	.arrow {
	background-image:url(../images/bullet.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 22px;
} /* icon */
.boxhead {
	font-size: 14px;
	color: #CCC;
}
.titleh1 {
	font-size: 3.5em;
	font-weight: bold;
	color: #FF9900;
	text-transform: capitalize;
}
h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	height: 46px;
	line-height: 46px;
	width: 450px;
	font-size: 2em;
	font-weight: normal;
	float: left;
	background-image: url(../images/h2_trigger_a.gif);
	background-repeat: no-repeat;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { color: #ccc; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 0.8em;
	width: 500px;
	clear: both;
}
.toggle_container .block {
	padding: 20px; /*--Bottom rounded corners--*/
	background-image: url(../images/toggle_block_btm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

