
/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 10px 0; 	padding: 0;
	font: normal .72em/1.5em 'Trebuchet MS', sans-serif;
	color: #444;
	background-color: #1A4E87;
/*	background-image:url('images/BG.png');	*/
	text-align: left;	
	height: 100%;	
}

/* links */
a { background: inherit; color: #993333; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
}
h1 { font-size: 30px;
	 text-align: center;
	 color: #B94637;
	 letter-spacing: -2px;
	 border-bottom: 1px dashed #D5D5D5;}
h2 { font-size: 18px; text-transform: uppercase; color: #1A4E87; }
h3 { font-size: 18px; }
h4 { font-size: 15px; text-transform: uppercase;}
h5 { font-size: 15px;
	 color: #B94637;
}

p, h1, h2, h3 {
	margin: 8px 5px 6px 5px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 10px;		
}

/* images */

img {
  border: 1px solid #DDD; 
  padding: 5px;
  background-color: #FFF;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}


blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 3px 5px; 
	border: 1px solid #eee; 
	font: bold 1.2em/1.5em 'Trebuchet MS', Tahoma, sans-serif; 
	color: #666666;	
}

/* start - table */
table {
	border: 10px;
}

		

/* end - table */


/***********************
	  LAYOUT
************************/
#wrap {
	width: 770px;
	margin: 0 auto;
	background: #FFF url(wrap-bg.jpg) repeat-y;
}

/* header --------------------------------------------------------------------*/
#header {
	position: relative;
	height: 80px;
		
	/* background: #FFF; */
}

#header .header-address img {
	border: none;
	
}

#header .header-address {
height: 100%;
background-image:url('images/logoLong.jpg');
background-repeat:no-repeat;
background-position:center;


}

#header .header-address h1{
	font-size: 37px;
	font-weight: 900;
	text-align: center;
	letter-spacing: -3px;
	line-height: 34px;
	border: none;
	padding: 5px 0 0 0px;
	margin: 0px 0  0 0;
	

}

/*----------  old header parts
#header .header-address {
	position: absolute;
	right: 10px ; top: 10px;
	width: 465px;
	height: 130px;
	background: #FFF;
	
	font-size: 10px;
}
#header #logo-box {
	position: absolute;
	left: 15px ; top: 15px;
	width: 280px;
	height: 130px;	
}

#logo-box h1#logo {
	position: absolute;	
	font: bold 50px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0; padding: 0;
	
-- change the values of left and top to adjust the position of the logo --
	top: 25px; left: 34px;
	
}
#logo-box h1#logo a {
	text-decoration: none;
	color: #FFF;
	
}
#logo-box #slogan {
	position: absolute;	
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFFFCC;	
	margin: 0; padding: 0;
	
-- change the values of left and top to adjust the position of the slogan --
	top: 88px; left: 60px;
}
-------------- end of old hearer stuff -------*/

/* header menu ---------------------------------------------------------------*/
#menu {	
	clear: both;
	margin: 0; 
	padding: 0 0 10px 0;		
	width: 770px;		
	background: #FFF url(wrap-bg.jpg) repeat-y;
	float: left;
}
#menu ul {
	font: bolder 14px 'Trebuchet MS', sans-serif;
	width: 740px;
	color: #FFF;
	background-color: #1A4E87;		 	
	margin: 0 15px;
	padding: 0;
	display: inline;
	border-bottom: 6px solid #FFF;
	float: left;	
}
#menu li {
	float: left;
	list-style: none;
}
#menu li a {
	display: block;
	padding: 5px 15px;	
	color: #FFF;	
	text-decoration: none;	
}
#menu li a:hover {
	background: #C8935D;
	color: #FFF;
}
#menu li a#current  {
	background: #993333;
	color: #FFF;
}
#menu li a:active {
	background: #993333;
	color: #999;
}

/* content ------------------------------------------------------------------*/
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #FFF url(content.jpg) repeat-y;
}
#content {
	width: 740px;	
	clear: both;
	text-align: left;	
	padding: 0;
	margin: 0 auto;			
}

/* sidebar */
.sidebox {
	margin-bottom: 10px;	
}
.sidebox a:hover img{ 
background-color: #6c95c3;
}

#sidebar {
	float: right;
	width: 25%;
	margin: 0 0 10px 0; padding: 0;	
}	

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;		
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D5D5D5;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #D5D5D5;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #993333;
	color: #993333;		
}


/* leftbar */
#leftbar {
	float: left;
	width: 25%;
	margin: 0 0 10px 0; padding: 0;	
}	


/* leftbar menu */
#leftbar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;		
}
#leftbar ul.sidemenu li {
	padding: 0px 5px;
}
#leftbar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D5D5D5;
	text-decoration:none;
}
#leftbar ul.sidemenu a.top{	
	border-top: 1px dashed #D5D5D5;
}
#leftbar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #993333;
	color: #993333;		
}



/* main */
#main {
/*	position: absolute;
	left:325px;
	top:240px;	*/
	float: left;
	position: relative;
	left: 1px;
	width: 48%;	
	margin: 0 0 7px 7px; padding: 0;	
}
#main table {
	margin: 0 10px 10px 15px;
	
}
#main img {
	margin: 0 0px 0px 0px;
}

#main ul li {
	list-style-image: none;
}

/* mainStaff --------------------------------------------------------------*/

#mainStaff {
	width: 95%;
	margin: 0 5px 0 5px;
}
#mainStaff img {
	margin: 15px;
}

/* END mainStaff ----------------------------------------------------------*/

.a { font-size: 15px;
	 color: #B94637;
	 text-decoration: underline;
}/* for underlined words on the 'events And Presentation' page-----*/
.bold { font-weight: bold; }

.post {
	margin: 0; padding: 0;	
}
.post .post-footer {
	background-color: #fafafa;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
	border: 1px solid #eee;
}
.post .post-footer .date {
	background: url(clock.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url(comment.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url(page.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer {
	clear: both;
	margin: 20px 10px 10px 10px; padding: 12px 0 0 0;
	font: normal .92em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
/*	height: 65px;	*/
	background: url(footer-bg.jpg) no-repeat left bottom;
	color: #666666;
	text-align: center;
}

#footer .footer {
	position: relative;
	float: left;
	width: 180px;
	height: 190px;
	margin: 0px;
	padding: 0;	
	
}

#footer h1 {
	font-size: 18px;
	border: none;
	padding: none;
	margin: none;
	letter-spacing: -1px;
	background-color: #1A4E87;
	color: #fff;
}

#footer img {
	border: none;
}
#footer p {
	margin: 0; padding: 0;
}
#footer a {
	text-decoration: none;
	color: #777;	
}
#footer a:hover {
	text-decoration: underline;
	color: #333;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }



