/*Style Sheet: sraarchitects.net - Author: James E Rybolt*/

html {
	padding: 0px;
	margin: 0px;
}

body {
/*	background-image: url('../images/title/titlebg.png');*/
	background-color: #cbcbcb;
	font-size: 10pt;
	font-family: Verdana, Arial, SunSans-Regular, sans-serif;
	color: #564b47;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-style: normal;
	font-weight: bold;
	font-size: 24pt;
	text-decoration: underline;
	text-transform: uppercase;
	background-color: transparent;
	color: #564b47;
	padding: 5px 15px;
	margin: 0px;
}

h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 16pt;
	text-decoration: underline;
	text-transform: uppercase;
	background-color: transparent;
	color: #564b47;
	padding: 5px 15px;
	margin: 0px;
}

h3 {
	font-style: italic;
	font-weight: bold;
	font-size: 16pt;
	text-transform: uppercase;
	color: #564b47;
	padding: 5px 15px;
	margin: 0px;
}

h4 {
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	text-transform: uppercase;
	background-color: #9999ff;
	color: #564b47;
	padding: 5px 15px;
	margin: 0px;
}

h5 {
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	color: #564b47;
	padding: 5px 15px;
	margin: 0px;
}

h6 {
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;
	color: #564b47;
	padding: 5px 15px;
	margin: 0px;
}

a:link {color: #564b47; font-weight: bold}
a:active {color: #cccccc; font-weight: bold}
a:visited {color: #333333; font-weight: bold}
a:hover {color: #cccccc; font-weight: bold}
a.btt {color:  #564b47; text-decoration: non; font-weight: bold; font-size: 8pt;}
a.covert {color: #564b47; text-decoration: none; font-weight: bold}
a.folio {color: #564b47; font-weight: bold; font-size: 8pt}

p, pre {
	padding: 5px 20px 5px 20px;
	margin: 0px;
}

p.title {
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
}

p.date {
	font-style: italic;
	font-weight: bold;
	font-size: 8pt;
	text-align: left;
	text-decoration: underline;
}

td.title {
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	background-color: black;
	color: white;
	text-align: center;
}

.centered {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.margincentered {
	text-align: center;
	margin-left: 10;
	margin-right: 10
}

.marginleft {
	text-align: left;
	margin-left: 10;
	margin-right: 10
}

.marginright {
	text-align: right;
	margin-left: 10;
	margin-right: 10
}

.bold {
	font-weight: bold
}

.italic {
	font-style: italic
}

.bolditalic {
	font-weight: bold;
	font-style: italic
}

.underline {
	text-decoration: underline
}

.relative {
	position: relative;
}

#nav a {font-weight: normal; font-size: 8pt; border: 1px solid #ffffff; background: #cccccc; text-decoration: none; margin: 0px 4px; padding: 2px 5px;}
#nav a.activeSlide {background: #ffffff; color: orange;}
#nav a:focus {outline: none;}

#header {
	background-image: url('../images/title/titlebg.png');
	height: 100px;
}

#menubar {
	background-image: url('../images/menu/menuspc.png');
	position: absolute;
	top: 67px;
	left: 214px;
	right: 0px;
	height: 33px;
}

#left {
/*	background-image: url('../images/title/titlebg.png');*/
	background-color: #cbcbcb;
	position: absolute;
	left: 0px;
	width: 225px;
	height: 646px;
	color: #564b47;
	padding: 0px;
	margin-top: 26px;
}

#right {
/*	background-image: url('../images/title/titlebg.png');*/
	background-color: #cbcbcb;
	position: absolute;
	left: 909px;
	right: 0px;
	height: 672px;
	border-top: 2px solid #111111;
	color: #564b47;
	padding: 0px;
	margin: 0px;
}

#content {
	background-color: #e5e5e5;
	position: absolute;
	width: 680px;
	border-left: 2px solid #564b47;
	border-right: 2px solid #564b47;
	border-top: 2px solid #111111;
	border-bottom: 2px solid #564b47;
	color: 564b47;
	padding: 0px;
	margin: 0px 225px 0px;
}

#footer {
	background-color: #ffffff;
	width: 680px;
	height: 40px;
	border-left: 2px solid #564b47;
	border-right: 2px solid #564b47;
	border-bottom: 2px solid #564b47;
	text-align: center;
	color: #564b47;
	padding-top: 10px;
	margin: 0px 225px 0px;
}

#indexfooter {
	background-color: #ffffff;
	width: 680px;
	height: 60px;
	border-left: 2px solid #564b47;
	border-right: 2px solid #564b47;
	border-bottom: 2px solid #564b47;
	text-align: center;
	color: #564b47;
	padding-top: 10px;
	margin: 0px 225px 0px;
}