/* CSS Document */

* {
	margin:0;
	padding:0;
	}

html {
	min-height: 100%;
	margin: 1px 0px;
	}
	
body { 
	margin-top: 12px; 
	text-align:center;
  	background-color: #336699;
  	font: normal 12px/18px Arial, Helvetica, sans-serif;
	} 

br.clear {
	clear:both;
	}

#pagewidth{ 
 	width:600px; 
 	text-align:left; 
 	border: 1px solid black;
 	background: #FFF url(images/bgimage.gif) top left repeat-y;
	margin: 0 auto;
	}

#pagewidth.home { 
 	width:600px; 
 	text-align:left; 
 	border: 1px solid black;
 	background: #FFF;
	margin: 0 auto;
	}			 

#shadowTop {
	margin:0 auto;
	width:622px;
	height:8px;
	background:url("images/border-top-2.png") no-repeat top center;
	}
	
#shadowBottom{
	margin:0 auto;
	width:622px;
	height:10px;
	background:url("images/border-bottom-2.png") no-repeat top center;
	}
	
#shadow {
	position:relative;
	width:634px;
	/*background:url("images/border-sides.png") repeat-y top center;*/
	margin:0 auto;
	}
	
/** HEADER AND NAVIGATION **/
#header{ 
 	height:70px; 
	width: 600px;
 	/* background: url("images/blakegrp_logo.gif") no-repeat; */
 	margin: 0px;
 	padding: 0px;
 	position: relative;
	} 

#header a {
	text-decoration: none;
	border: 0px;
	}

#header img {
	border: 0px;
	text-decoration: none;
	}

#navigation {
	font: bold 14px/17px Arial, Helvetica, sans-serif;
	letter-spacing: 1.2px;
	border-top: 2px solid #CCB48F;
	border-bottom: 1px solid #CCB48F;
	width: 586px;
	background-color: #000;
	padding: 4px 14px 4px 0px;
	}

#navigation ul {
	list-style-type: none;
	margin: 0 auto;
	float: right;
	}

#navigation li {
	float: left;
	}
	
#navigation a {
	display: inline;
	padding-left: 32px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	color: #E6DCCF;
	border: 0;
	}

#navigation a:hover {
	color: #D95006;
	border: 0px;
	}

/** SIDEBAR **/
#innerWrapper {
	width: 600px;
	margin: 0 auto;
	overflow:auto;
	}
	
#sidebar {
	padding:14px 26px 18px 24px;
	width: 110px;
	float:left;
 	}

#sidebar ul {
	list-style-type: none;
	}

#sidebar li {
	}

#sidebar a {
	display: block;
	font: bold 12px/16px Helvetia, Arial, sans-serif;
	color: #333333;
	text-decoration: none;
	padding: 6px 6px;
	margin: 10px 0px;
	border: 1px solid #596380;
	background-color: #E6DCCF; 
	width: 100px;
	}
	
#sidebar a:hover {
	background-color: #CCCCCC;
	color: #000000;
	}

/** MAIN COLUMN **/
#content { 
 	width: 380px; 
	padding: 20px 29px 20px 0px;
	float: right;
	} 

#content.home {
	width: 560px;
	padding: 20px;
	border-left: none;
	font: normal 13px/20px Arial, Helvetica, sans-serif;
	}
	
#content p {
	padding: 0px; /* padding for content */
	margin: 14px 0px;
	}
	
.dropMain {
	float: left;
	font-size: 450%;
	line-height: 1em;
	margin: 0px 1px 0px 0px;
	/* border: 2px solid #596380;
	background: #eee; */
	}

.drop {
	float: left;
	font-size: 440%;
	font-weight: bold;
	line-height: 1em;
	margin: 1px 1px 0px 0px;
	/* padding: 4px 10px;
	border: 2px solid #596380;
	background: #eee; */
	}

a {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #596380;
	}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
	color: #D95006;
	}
	
#content ul {
	margin: 0px 20px;
	list-style: none;
	} 

#content li {
	/* background: url("images/arrow.gif") no-repeat top left; */
	padding: 0px 0px 5px 10px;
	}

ul li ul li {
	list-style-type: square;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	font-size: 12px;	
	}

ul.bullets li {
	list-style-type: square;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px -5px;
	font-size: 12px;	
	}
	
#content img {
	margin: 0px 0px -10px 0px;
	padding: 0px;
	border: 1px black solid;
	display: block;
	}
	
img a {
	border: 0px;
	text-decoration: none;
	}

#content .thumbnails {
	display: inline;
	border: 1px solid black;
	margin: 20px 15px 10px 6px;
	}
	
.caption {
	font: 11px/16px italic Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 22px;
	}

.captionInline {
	font: 11px/16px italic Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 22px;
	display: inline;
	}
	
dt {
	background: url("images/arrow.gif") no-repeat center left; 
	padding-left: 12px;
	}

dd {
	padding-bottom: 10px;
	padding-left: 12px;
	}

blockquote {
	float: right;
	width: 45%;
	padding: 8px;
	margin: 10px 10px 10px 10px;
	border: 1px solid black;
	font-size: 1.2em;
	line-height: 20px;
	font-style: italic;
	font-weight: bold;
	background-color: #CCCCCC;
	z-index: 200;
	}	

.subMenu {
	list-style-type: none;
	}

.smallLink {
	text-align: right;
	display: block;
	font-size: 11px;
	border: none;
	} 

a.smallLink:hover {
	text-decoration: none;
	border: none;
	}

.textNavRight {
	display: inline;
	align: center;
	font-size: 15px;
	border: none;
	text-decoration: underline;
	padding: 0px 0px 4px 8px /* 10px 0px 250px */;
	} 

a.textNavRight:hover {
	color: #D95006;
	border: none;
	}

.textNavLeft {
	display: inline;
	font-size: 15px;
	border: none;
	text-decoration: none;
	padding: 0px 0px 0px 0px; 
	} 

a.textNavLeft:hover {
	text-decoration: none;
	border: none;
	}
/** HEADER TAGS **/
h1 {
	font: small-caps 22px Arial, Helvetica, sans serif;
	color: #596380;
	letter-spacing: 1.5px;
	word-spacing: 5px;
	margin: 0px 0px 14px 0px;
	}	

h2 {
	font: bold 15px Arial, Helvetica, sans serif;
	color: #333333;
	margin: 14px 0px 12px 0px;
	}
	
h3 {
	font: bold 14px Arial, Helvetica, sans serif;
	color: #D95006;
	margin: 14px 0px 12px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid black;
	}
	
h4 {
	}

h5 {
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	}

h6 {
	font: italic 12px/18px Arial, Helvetica, sans-serif;
	margin: 0px 0px 2px 0px;
	}
	
/** FOOTER **/
#footer {
 	width: 580px; 
	background-color:white; 
 	border-top: 1px dashed #596380;
 	border-bottom: 4px solid #CCB48F;
 	padding: 5px 10px;
	clear: both;
 	}
 
#footer p {
	text-align: center;
	vertical-align: bottom;
	font: 10px Arial, Helvetica, sans serif;  
	}

#footer a {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #369;
	}

#footer a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
	color: #CCB48F;
	}
	
/*** PICTURE DIVS ***/
#picOne {
	}
#picTwo {
	}
 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 
}

