/* Standard CSS tag definitions */
/* cami1.css */
/* To make minor additions or modifications, you can use 'cami2.css' */
/* Definitions in 'print.css' help to get the page printed properly by
reformatting, resizing, and removing some images etc. */

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	padding: 0px 10px 10px 0px;
	margin:0;
	}
	
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #609;
	padding: 0px 10px 0px 0px;
	font-weight: bold;
	margin:0;
	}
	
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px 10px 0px 0px;
	font-weight: bold;
	margin:0;
	color: #609;
	}
	
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 10px 0px 0px;
	font-weight: bold;
	margin:0;
	color: #000;
	}
	
li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 150%;
	}

a {
	color: #609;
	text-decoration:none;
	}
	
a:hover {
	color: #609;
	text-decoration:underline;
	}

hr {
	height: 1px;
	color: #ccc;
	background-color:#ccc;
	}
	
img	{
	display: block;
	border: 0;
	}
	

/* ids for defining areas of the page and how they should be styled */

#boundary {
	width: 750px;
	margin:0px auto;
	border:0;
	}
	
	
#header {
	background-color:#fff;
	clear:both;
	width:750px;
/*	height: 16px;  remove for I.E. 7.0 */
	margin:0px;
	}

#left-logo {
	display:block;
	float:left;
	padding:0;
	border: 0;
	margin:0;
	}

#middle-logo {
	display:block;
	width:250px;
	text-align:center;
	float:left; 
	padding: 0;
	border: 0;
	margin:0;
	margin-left:80px;
	}
	
#middle-logo a img{
display:inline;
}
	
#right-logo {
	display:block;
	float:right; 
	padding:0
	border: 0;
	margin:0;
	}
	
#wordmark {
	display: block;
	float:right;
	padding: 0;
	border: 0;
	margin: 0;
	width: 170px;
	height: 50px;
	}
	
#section_id {
	display: block;
	float:left;
	padding: 0;
	border: 0;
	margin: 0;
	width: 540px;
	height: 50px;
	}

	
#content {
	clear:both;
	padding:0;
	margin-top:6px;
	}
	
#menu {
	background-color: #609;
	width: 545px;
	font-size: 11px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 3px;
	text-align: left;
    margin-bottom: 10px;
	}
	
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	text-align:center;
	}
	
#menu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style: none;
	line-height:100%;
	margin: 0;
	padding-top: 0px;
	padding-left: 0px;
	display: inline;
	}
	
#menu li a:link {
	color:#fff;
	text-decoration: none;
	}
	
#menu li a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#menu li a:hover {
	color: #9999CC;
	text-decoration: none;
	}
	
#doublerightcol {
	display:block;
	float:right;
	width:550px;
	padding:0;
	margin:0;
	margin-top:6px;
	}

#leftcol{
	float: left;
	width: 180px;
	margin: 0px 5px 10px 0px;
	border: 0;
	padding: 0 0 0 3px;
	margin-top:6px;
	}


/* This floats 'left' because it is at the same level
as 'doubleleftcol', and we want to push it up to snugly fit
against the righthand side of doubleleftcol.
*/

#footer {
	display:block;
	float:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	clear:both;
	border-top: 1px solid #609;
	padding: 10px 0 20px 0;
	width: 750px;
	margin-top: 20px;
	}
	
#footer p {
	padding-top: 10px;
	}
	
/* custom classes */

.alt {
	display: none;
	}

.caption {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:italic;
	}

.nav_about_box {
	background-color: #609;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 1px;
	}
	
.nav_about_box a {
text-decoration:none;
}

.general_items {
	background-color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 20px 5px 10px 0;
	}
	
.thumbnail {
	padding: 5px;
	}
	
.printalso {
	display:none;
	}
