@charset "utf-8";
/* CSS Document */

#monoSlideshow {
	height: 500px;
	width: 824px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #bfb9b2;
	padding: 6px 6px 4px 6px;
}



/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #e6f3fe url(images/wrap3.gif) no-repeat;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #6B6B6B;
	text-align: center;
}
#up {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: 450px;
	width: 100px;
	background-image: url(images/up.png);
}



/* links */
a, a:visited {
	color: #1285ED;
	background: inherit;
	text-decoration: none;
}
a:hover {
	background: inherit;
	text-decoration: none;
	color: #09F;
}

/* headers */
h1, h2, h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: Bold;
	padding: 10px;
	color: #444;
}
h1 {
	font-size: 2.0em;
}
h2 {
	font-size: 2.5em;
	color: #88AC0B;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;	
}

/* Paragraph */
p { padding: 12px 10px;	}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
	font-weight: bold;
	color: #1285ED;
}
dd {
  padding-left: 25px; 
}


/* interactivity */

.flash {
	background: #FAFAFA;
	border: 1px solid #E4E4E4;
	padding: 8px;
	margin-left: 4px;
}



/* images */
img {
	background: #FAFAFA;
    border: 1px solid #E4E4E4;
	padding: 8px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}



img.float-left {
  	margin: 5px 10px 10px 0px;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
}
option { padding-right: 0.5em; } 

#name, #email, #message, #website{
	width: 455px;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #A6CD56;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}


/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrap {
	position: relative;
	width: 952px;
	background: url(images/wrap3.gif) repeat-y center top;
	margin: 30px auto 30px auto;
	text-align: left;
}
#content {
	clear: both;	
	float: left;	
	width: 952px;						
	padding: 25px 0 60px 0; 	
}
#header {
	position: relative;
	width: 952px;
	height: 245px;
	background: #353739 url(images/header4.png) no-repeat;
	color: #fff;
	padding: 0;
	margin: 0;
}
#header p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 18px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #353739;
	letter-spacing: -0.5px;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 138px;
	left: 150px;
}

/* top-menu */
 #top-menu {
	position: absolute;
	margin: 0;
	padding: 30px 15px 8px 15px;
	background: #353739 url(images/top_menu.gif) repeat-x;
	font-family: 'Georgia', Arial, Sans-serif;
	color: #FFF;
	top: 0;
	right: 57px;
	width: 147px;
	background-color: #353739;
	text-align: center;
 }
 #top-menu p { 	
	margin: 0; padding: 0;	
 }
 #top-menu a {
 	font-weight: bold;
	color: #fff;
 }

/* Navigation */
#nav {
	width: 836px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	border: 1px solid #bfb9b2;
	padding-top: 15px;
	height: 35px;
}
#nav ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 40px;					
}
#nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #FFF;
	font: 15px/45px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #97beff;
}
#nav ul li#current {
	background: transparent url(images/left-tab.gif) no-repeat;	
}
#nav ul li#current a {	
	color: #4B3D2C;
	background: transparent url(images/right-tab.gif) no-repeat right top;	
}

/* Main Column */
#main {
	float: left;
	width: 545px;
	padding: 0;
	margin: 0 0 0 40px;
	display: inline;
}
#main h2 {
	font: bold 2.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #51432F;
	padding: 10px 0 5px 5px;
	margin-left: 5px;
	letter-spacing: -2px;
	border-bottom: 1px solid #1285ED;
	margin-bottom: 15px;
	background-image: url(images/h2.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#main h2 a {
	color: #51432f;
	text-decoration: none;		
}
#main ul li {
	list-style-image: url(images/bullet.gif);
}

#sidebar {
	float: right;
	width: 300px;
	padding: 0;
	margin: 0 40px 0 0;
	display: inline;
}
#sidebar h3 {
	color: #444;
	font: 1.5em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 0 5px 7px;
	margin: 10px 0 5px 10px;
	border-bottom: 1px solid #aed8fe;
	
}

/* sidebar menu */

#sidebar .sidemenu {
	margin: 10px 10px 5px 7px; padding: 0;
	text-decoration: none;			
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 8px 10px; 		
	border-bottom: 1px solid #E8E8E8;	
}
* html body #sidebar .sidemenu li {
	height: 1%;
}



/* beginning of footer styles here */


#footer {
	clear: both;
	width: 820px;
	margin: 0 auto 20 auto;
	padding: 30px 0 25px 0;
	background: #e6f3fe url(images/footer-bottom5.gif) no-repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	text-align: center;
	letter-spacing: 0.2px;
}
#footer p {
	padding:10px 0;
}
#footer a:hover {
	color: #1285ED;
	border-bottom: 1px dotted #1285ED;
	text-decoration: none;
}

/* comments list */
ol.commentlist {
	margin: 12px 10px;
	padding: 0;
	border-style: solid;	
	border-color: #EEE8E1;	
	border-width: 1px 1px 0 1px;
}
	
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
#upper {
	clear: both;
	width: 952px;
	margin: 0;
	background: #e6f3fe url(images/header-upper.gif) no-repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	text-align: center;
	letter-spacing: 0.2px;
}

