/*
Theme Name: HSDM
Theme URI: http://66.147.244.1253/~deckmas1/wp-content/themes/HSDM
Version: 1.0
Author: Sarah Thomson
Author URI: http://blueoakwebdesign.com*/

/* Begin Typography & Colors */
body {

	background-image: url(images/background.jpg);
        background-repeat: repeat;
        font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: justify;
        font-size: 11pt;
	margin: 0;
	padding: 0;
	}
	
#header {
	width: 100%;
	background-image: url(images/top-bg.jpg);
	background-repeat: repeat-x;
	height: 187px;
	margin: 0;
	padding: 0;

	}
#container {width: 789px; margin: 0 auto;}/* added */


	
#headerimg 	{
	margin: 0 auto;
	height: 187px; /*192px;*/
	width: 789px;
        background: url(images/header.jpg) no-repeat top center;

}

/* End Typography & Colors */



/* Begin Structure */

	
#contentContainer {
       width: 789px;
       margin: 0 auto; /* this centers the image */
       background-image: url(images/page_back.jpg);
       background-repeat: repeat-y;
       background-position: top left;
       padding: 0;
}

/* main menu */


#menu {
       position: relative;
       font-size: 11px;
       font-weight: bold;
       top: 130px;
       left: 250px;
       background: none;
       font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
       width: 550px; 
       height:25px;
       text-transform: uppercase;
}

#menu ul {
	margin: 0;
	padding: 0;
	text-align: left;
        
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 0px 10px 0px 10px;
	margin: 0;
	text-decoration: none;
	color: #fff;
}

#menu ul li a:hover {
	background-color: #fff;
	color:#0B1316;
}


#content {
	float: left;
	padding: 0px 0px 0px 20px;
	margin: 0;
	width: 500px;
	}
	
.post {
     padding: 5px 0px 0px 0px;
     margin: 0px 0px 0px 10px;
} /* added */

#sidebar {

	float: right;
	padding: 0px 10px 10px 0;
	margin: 0;
	width: 234px;
	}
	
#sidebox { /* this is for the expandable box in the sidebar */
	background-image: url(images/sidebar_services-bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

#sidebox h1 {margin-left: 25px;}

#sidebox ul {
	list-style-type: disc;
	margin: 0px 0px 0px 45px;
	padding: 0;
line-height: 14px;
	}
	
#sidebox ul li {
	padding: 0px 0px 5px 0px;
}
	
#sidebox ul li a {
	color: #CC0000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9pt;
}

/* end sidebox */

#bottomborder {

	height: 80px;
	width: 100%;
	background-image: url(images/hor_bottom.jpg);
	background-repeat: repeat;
}


#footer {
	width:789px;
	height: 65px;
	margin: 0 auto;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;

}

#footer p {	
       font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*margin-top: 60px;*/
	padding: 0;
	margin: 0;
	color: #666;}
/* End Structure */

/*	Begin Headers */
h1, h2 {
	font-family:  Arial, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
	color: #C00;
	}
h1 {
	font-size: 14px;
	text-align: left;
        text-transform:uppercase;
	}
.post h2 {
	font-size: 14px;
	text-align: left;
	margin-top: 0px;
        color: #253089 ;
        text-transform:uppercase;
	}

/* End Headers */

/* Begin Images */

.img {
   border: 0pt none;
   float: left; 
   padding: 0px 20px 20px 0px; 
   vertical-align: text-top; 
   
 } 
   

/* End Images */

/* Begin Lists
Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */

/*End List*/
	


