/************ Graphicus 750 Pixel Wide CSS ************/



/******************* basic text styles *******************/


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EFEDCE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/pinstripe_pattern.gif);
	background-color: #174132;
}


/******* hyperlink and anchor tag styles *******/

a:link {
	text-decoration: underline;
	color: #FF9900;
}

a:visited {
	text-decoration: underline;
	color: #FF9900;
}

a:hover {
	text-decoration: underline;
	color: #FF9900;
}

a:active {
	text-decoration: underline;
}


/***************** Type Attributes *****************/

H1 {
	font-size: 18px;
	font-weight: bold;
}
H2 {
	font-size: 14px;
	font-weight: bold;
}
H3 {
	font-size: 12px;
	font-weight: bold;
}
.discliamer {
	font-size: 10px;
}
.breadcrumbs {
	font-size: 11px;
}
.inLineEmphasis {
	color: #FF9900;
	font-weight: bold;
	font-size: 16px;
}


/******************* DIV styles *******************/

/******************* Header DIVs *******************/


#wrapper {
	width: 750px;
	z-index: auto;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	border-right: 2px solid #CD9E65;
	border-left: 2px solid #CD9E65;
	background-image: url(images/background_fade.gif);
	background-repeat: repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CD9E65;
}

#navigationContainer{
	width:690px;
	height:60px;
	z-index:2
	background-color: #CFDAEF;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D2C77F;
	border-left-color: #D2C77F;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D2C77F;
	background-image: url(images/pinstripe_pattern.gif);
	background-repeat: repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

#breadcrumbsContainer{
	width:677px;
	height:15px;
	z-index:11;
	float: left;
	background-color: #D2C77F;
	padding-left: 13px;
}

#footerContainer{
	width:690px;
	height:70px;
	z-index:2
	background-color: #CFDAEF;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D2C77F;
	border-left-color: #D2C77F;
	background-image: url(images/pinstripe_pattern.gif);
	background-repeat: repeat;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D2C77F;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#indexBody {
	background-color: #174132;
	border-right: 2px solid #D2C77F;
	border-left: 2px solid #D2C77F;
	height: 365px;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background_chairs.jpg);
	background-repeat: no-repeat;
}
#wrapperInset {
	height: 600px;
	width: 710px;
	border: 2px solid D2C77F;
	background-color: #00CCFF;
}
#sidebarRight {
	float: right;
	height: 600px;
	width: 18px;
	background-image: url(images/fade_bar_right.gif);
	background-repeat: repeat;
}
#sidebarLeft {
	float: left;
	height: 600px;
	width: 18px;
	background-image: url(images/fade_bar_left.gif);
	background-repeat: repeat;
}
#bodyLeft {
	float: left;
	height: 365px;
	width: 290px;
	padding-left: 10px;
}
#bodyRight {
	float: right;
	height: 365px;
	width: 410px;
}
#addressHeader {
	float: right;
	height: 20px;
	width: 400px;
	padding-right: 10px;
}
.smallTagFont {
	font-size: 9px;
	vertical-align: 12px;
}
.bigTagFont {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	vertical-align: 20px;
}
.pageHeadline {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}
