/* CSS Document */

body {
	min-width:850px;
	width:expression( documentElement.clientWidth < 885 ? (documentElement.clientWidth == 0 ? (body.clientWidth < 885 ? "848" : "auto") : "848px") : "auto" );
	margin: 0px auto;
	font: 80%/1.5em "Trebuchet MS", Verdana, Arial;
	color:#333333;
	background: url(../images/bckgrnds/Dark-Brown-Wool.jpg);
	/* width: 100%; */
}


/* links */
a {
	color: #5F7892;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #575757;
	background-color: inherit;
}

img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 5px;
}

/* list control */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}


#menutop {
	background: #0066FF url(../images/menubg2.jpg) repeat-x;
	font: bolder 1.2em/30px Tahoma, Verdana, Arial, Sans-Serif;
	width:100%;
	clear: both;
	height: 30px;
	overflow:hidden;
}
#menutop ul{
	margin: 0; padding: 0 0 0 8px;
}
#menutop ul li {
	float: left;
	list-style: none;		
	border-right: 1px solid #FFF;
}
#menutop ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 15px;
	color: #FFF;	
}
#menutop ul li a:hover {
  	color: #333;	
	background: url(../images/menu-hover-bg.gif) repeat-x;
}
#menutop ul li#current a {
	color: #726A5C;
	background: url(../images/menu-current-bg.gif) repeat-x;	
}


/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 20pt;
	padding: 8px 0px 0px 10px;
	color: #5F7892;
}
h2 {
	font-size: 16pt;
	font-style: Italic;
	color: #5F7892;
}
h3 {
	font-size: 125%;	
	color: #404040;
}

h2, h3, p {
	padding: 0px 10px 6px 15px;
	margin: 0px 0px 0px 0px;
	
}

/* img float */
img.float-right {
	float: right;
}
img.float-left {
	margin: 5px 10px 5px 5px;
	float: left;
}


#header,#menu,#content,#sub-section,#footer {

overflow:hidden;

display:inline-block

}

/* safari and opera need this */

#footer {width:100%}

#menu,#content,#sub-section {float:left}

#menu {
}

#content {
	width:auto;
	
}

#sub-section {
	width:150px;
	float: right;
}

#footer {
	clear:left;
	float: left;
}


#header {
	width: 100%;
	height: 150px;
}

/* sidebar */

.sidebar h1 {
	padding-left: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6D5F58;
	line-height: 100%;
}


 
.sidebar p {
	padding-left: 0;
	border-bottom-width: 2px;
}


.sidebarContainer {
	float: left;
	width: 190px;
	margin: 0;
	padding: 0px;
	display: inline;
	clear: left;
	border-right: solid #000 1px;
}


.sidebar {
	background-color: #BFCBE8;
	background-image: url(../images/blueBar.jpg);
	padding-left: 5px;
	width: 100%;
}

#sidebar_break {
	float: left;
	width: 190px;
	padding: 0px;
	display: inline;
	clear: left;
	height: 48px;
	background-image: url(../images/blueBar.jpg);
	margin-left: 5px;
}

.sidebar_text {
	background-color: #FFF;
	background-image: url(../images/arch_c.jpg);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}

.sidebar_text h1 {
	border-bottom-color: none;
	border-width:0;
	line-height: 120%;
	margin-left:4px;
	font-size:130%;
}

.sidebar_text p {
	font-size:95%;
	line-height:100%;
	margin-right:4px;
	margin-left:6px;
}

.sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 5px 0;
	padding: 0;
	text-decoration: none;
	font-size: 120%;
	width: 100%;
}
.sidebar ul.sidemenu li {
	border-bottom: 1px solid #0066FF;	
	background: url(../images/arrow.gif) no-repeat 3px 6px;	
	padding: 2px 5px 2px 2px;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

.sidebar ul.sidemenu li a {
	font-weight: bolder;
	background-image: none;
	text-decoration: none;
	color: #6D5F58;
	
}

.sidebar ul.sidemenu li a:hover {
	font-weight: bolder;
	background-image: none;
	text-decoration: none;
	color: #5B7C9C;	
}

.dropcap {
	font-size: 4.5em;
	line-height: 80%;
	float: left;
	padding-right: 3px;
	color:#6D5F58;
	display: inline;
	
}

.leftTextBox {
	width:250px;
	line-height: 1em;
	padding: 15px 0px 0px 0px;
	
} 

/* form elements */
form {
	margin:0px;
	padding: 0;
	width: 448px;
	margin-top: 20px;
}
label {
	display:inline;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:3px;
	border:1px solid #72685D;
	font: normal 1em Verdana, sans-serif;
	color:#777;
	background: #FFF url(../images/input.png) no-repeat top left;
}
textarea {
	width:300px;
	padding:4px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #72685D;
	height:100px;
	display:block;
	color:#777;
	background: #FFF url(../images/input_big.gif) no-repeat top left;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #EAEAEA;
	padding: 2px 3px; 
	background: #CCC url(buttonbg.gif) repeat-x left bottom; 
	color: #333;/* color: #428c85; */
}
.submit {
	background-color: #EFEFEF;
	background-image: none;
}

blockquote {
	margin: 15px;
	padding: 0 0 0 32px;
	background: url(../images/quote.gif) no-repeat 5px 10px!important;
	background-position: 8px 10px;
	font-weight: bold;
	color: #3F3F3F;
	display: inline block;
}
