body {
	padding: 0px 0px 0px 0px;
	background: #ededed url(images/bg.jpg) top left repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#holder {
	width: 800px;
	text-align: left;
	margin: 0px auto 10px;
	padding: 0px;
}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #7d7d7d;
	font-weight: normal;
	text-decoration: none;
}
	
a:hover {
	text-decoration: underline;
	font-weight: normal;
}

/************************************************
*	Header  									*
************************************************/

#header {
	height: 142px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 800px;
}

#headerleft {
	width: 223px;
	float: left;
	margin: 0px;
	padding: 15px 0px 25px 0px;
	overflow: hidden;
}

#headerleft a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#headerleft .logo {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#headerleft h1 {
	display: none;
	visibility: hidden;
}

#headerright {
	float: right;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	width: 577px;
	}

#headerright h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #9c9c9c;
	line-height: 18px;
	padding: 45px 0px 0px 0px;
	font-weight: normal;
	font-style: italic;
}

#headerright .tagcolor {
	color: #6a6a6a ;
}	

/************************************************
*	Banner  									*
************************************************/


#banner {
    float: left;
	width: 800px;
	height: 227px;
	padding: 10px 10px;
	margin: 0px 0px 0px 0px;
	background-color: #f7f7f7;
	border: 1px solid #dedede;
}

/************************************************
*	Accordion Effect  							*
************************************************/


div#bossington-accordion{
	border: 1px solid #dedede;
	background: #f7f7f7;
	padding: 10px;
	margin-top: 25px;
	float: left;
}

div.accordion {
	position: relative; /* required for bounding */
	width: 800px;
	height: auto;
}

div.accordion-toggle{
	position: relative; /* required for effect */
	z-index: 10;		/* required for effect */
	background: #b5b5b5 url(images/off.jpg) repeat-x;
	background-position: bottom;
	color: #404040; 
	font-size: 12px; 
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 1px;
	padding: 7px 14px 6px 14px;
	border-top: 1px solid #c0c0c0;	
}

div.accordion-toggle h2 {
	display: none;
	visibility: hidden;
}

div.accordion-toggle:hover, div.accordion-toggle-active{
	background-image: url(images/on.jpg);
	background-color: #7d7d7d;
	color: #fff;
	border-top: 1px solid #a6a6a6;
	border-left: 8px solid #a6a6a6;
}

#blank {
	display: none;
	visibility: hidden;
}

div.accordion-content{
	overflow: hidden;	/* required for effect */
	background: #eaeaea url(images/ac-bg.jpg);
	padding: 0;
	color: #393939;
}

div.accordion-content p{
	margin: 9px 24px 10px 24px;
}

div.accordion-content p bold {
	font-weight: bold;
	font-size:14px;
}

div.accordion-content a {
	color: #111111 !important;
	text-decoration: underline;
}

#arrow ul{
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 4px;
}
	
#arrow ul li{
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 1px 18px;
	margin: 9px 0px 0px 16px;
	width: 735px;
}

/************************************************
*	Footer  									*
************************************************/

#footer {
	float: left;
	width: 800px;
	height: 85px;
	font-size: 10px;
	color: #919191;
	margin-top: 0px;
}

#footerleft {
	width: 525px;
	float: left;
}

#footerleft p {
	padding-left: 25px;
}

#footerright {
	width: 245px;
	float: right;
}

#footerright p {
	text-align: right;
}

#footerright .sits {
	background:url(images/sits-logo.gif) right no-repeat;
	width: 16px;
	height: 16px;
	padding-right:16px;
	padding-left:0px;
}

#footer a, a:visited {
	color: #646464;
	font-weight: normal;
	text-decoration: none;
}
	
#footer a:hover {
	text-decoration: underline;
	font-weight: normal;
}

/************************************************
*	Contact Form								*
************************************************/

#culeft {
	width: 345px;
	float: left;
}

#bossingtonform {
	width: 300px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	float: right;
}

form {
	margin: 4px 0px 0px 15px;
	text-align: left;
	background-color: #f0f8fb;
	border: 1px solid #6ea0b3;
}

form h3 {
	margin-bottom: 0;
}

td {
	padding: 2px 15px 2px 15px;
	vertical-align: bottom;
	text-align: center;
}


td h3 {
	margin-top:20px;
}

td .cumini {
	margin: 0px;
	padding: 0px;
	width: 234px;
}

input {
	font-family: verdana,arial,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	color: #0e5a76;
	line-height: normal;
	padding: 2px 2px 2px 2px;
	width: 234px;
	background-color: #deedf3;
	border: 1px solid #6ea0b3;
	margin-bottom: 2px;
}

input.submit {
	background-color: #60a2b9;
	color: #deedf3;
	font-size: 10px;
	text-decoration: none;
	border: 1px solid #6ea0b3;
	width: 75px;
	padding: 2px 2px 2px 2px;
	float: right;
	margin-right: 6px;
	margin-top: 2px;
	margin-bottom: 4px;
}

textarea {
	font-family: verdana,arial,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	color: #0e5a76;
	line-height: normal;
	font-stretch: ;
	padding: 2px 2px 4px 2px;
	width: 234px;
	background-color: #deedf3;
	border: 1px solid #6ea0b3;
	margin-left: 4px;
	margin-bottom: 2px;
}

.contactus {
	margin-bottom: 20px;
	margin-top: 0px;
}

/************************************************
*	Miscellaneous								*
************************************************/

div.hr {
  height: 2px;
  width: 800px;
  padding-left: 25px;
  margin-top: 0px;
  background: #ededed url(images/break.jpg) no-repeat scroll center;
}
div.hr hr {
  display: none;
}

