﻿@import url("layout.css");
body {
	font-family: "verdana", Trebuchet MS, sans-serif;
	background-color: #4A4A32;	
	
}
#container {
	border-right: 0px solid #8F1500;
	border-bottom: 1px solid #8F1500;
	border-left: 0px solid #8F1500; 
	border-top: 0px solid #8F1500;
	background-color:#EDECC0;
	font-size: 12px;

}
#container p {
font-size: 12px;
}

#masthead {
	text-align: center;
 	background-color: #EDECC0; 
   background-image: url("../images/Title_logo.jpg"); 
	background-repeat: no-repeat; 
	background-position:left top;
	padding-top:0px;
	border-bottom: 0px solid #8F1500;
	border-top: 0px solid #8F1500;
}
#navigation {
	border-top: 0px solid #BA0107;
	border-bottom: 0px solid #4A4A32;
	background-color: #4A4A32;
	margin-top: -1px;
	height: 22px;
	border-bottom: 0px solid #8F1500;

}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 540px;
	padding: 15px;
	margin-top: 14px;
	background-color:#EDECC0;
	list-style-image:url('../images/bullets.jpg');
	
}
#column_l_s {   /* Secondary Master Pages */
	width: 800px;
	padding: 15px;
	margin-top: 14px;
	background-color:#EDECC0;
	list-style-image:url('../images/bullets.jpg');
	
}
#column_l li {
	font-size: 12px;
	line-height: 14px;
	margin-left: 2px;
	margin-right: 4px;
	margin-bottom: 10px;
 vertical-align:super;
	
}
#course_info a {
	width: 250px;
	padding: 1px 1px;
	
	color:#861801;
	text-align:center;
	font-size:small;


}
#course_info a:hover {
	 text-decoration:none;
}
html>body #column_l {
	width: 540px;
	padding: 0 15px;
	background-color:#EDECC0;
		border-left: 0px solid #4A4A32;
}
html>body #column_r {
	border-right: 0px solid #4A4A32;
}

#home_images {
	text-align:center;	
	letter-spacing:10px;
	background-image: url('../images/Home-images.jpg');
	/* background-image: url("../images/Home-images.jpg") ; */
	background-position:center top; 
	background-repeat: no-repeat; 
	height: 162px;
	width: 772px;
	border: 0px solid #4A4A32;
	padding-top:10px;
	margin-left: -8px;
	
}
#home_images img {
	 border-right: 1px solid #FFF;
	 border-top: 1px solid #FFF;
	 border-left: 1px solid #FFF;
	 border-bottom: 1px solid #FFF;
}
#column_r {
	width: 210px;
	padding: 5px 5px;
	
}
#column_r H3 {
	width: 210px;
	padding: 1px 1px;
	background-color:#4A4A32;
	color:#FFFFFF;
	text-align:center;
	font-size:small;

}

html>body #column_r {
	width: 210px;
	padding: 14px 10px;
	background-color:#EDECC0;
}

#footer {
	text-align: center;
	padding-bottom: 1px;
	padding-top: 12px;
	border-bottom: 0px solid #000;
}
html>body #footer {
	text-align: left;
	margin-left: 20px;
	padding-bottom: 1px;
	border-bottom: 0px solid #000;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-left:16px;
	
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	font-size:12px;
	text-decoration: none;
	color: #EDECC0;
	display: block;
	padding: 2px;
	margin-right: 20px;
	border: 4px solid #4A4A32;
  
   margin-top:-2px;

}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #4A4A32;
	border: 4px solid #861801;
	background-color: #EDECC0;
	padding: 2px;
}

#footer a {
	color: #861801;
	text-decoration: none;
	margin-right: 14px;
	padding: 2px;
	border: 1px solid #EDECC0;
	


}
#footer a:hover {
	
	color: #4A4A32;
	text-decoration: none;
	padding: 2px;
	border-bottom:0px solid #4A4A32;
	border-left:1px solid #861801;
	border-right:1px solid #861801;
	border-top:0px solid #861801;

	background-color: #EDECC0;


}
#webdesign_link a {
	color: #EDECC0;
	text-decoration: none;
	margin: -20px auto;
	float:right;
	font-size:9px;	
}
#webdesign_link a:hover {
	color: #fff;
	text-decoration:underline;
	
}


/* Right Column */
#column_r img {
	 border-right: 1px solid #F4F4F2;
	 border-top: 1px solid #F4F4F2;
	 border-left: 1px solid #F4F4F2;
	 border-bottom: 1px solid #F4F4F2;

}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #4A4A32;
}
h2 {
	font-size: x-large;
	color: #4A4A32;
}
h3 {
	font-size: large;
	color: #4A4A32;
	text-align:left;
	}
h4 {
	font-size: medium;
	color: #4A4A32;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #000;
}
h5 {
	font-size: small;
	color: #861801;
}
h6 {
	font-size: xx-small;
	color: #861801;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #c77;
	border: 0px solid #861801;
	padding: 2px;
	text-align:left;
	
}
/* Links */
a {
	color: #8F1500;
	text-decoration: none;
}
a:hover {
	color: #4A4A32;
	text-decoration: underline;
}
#displayimage {
    border:0px black solid;
	text-align:center; 
    
}
#displayimage img {
   	max-width: 720px;
    margin-left:20px;
    margin-top: 0px;
    margin-right:20px;
    
}
#displayimage p {
text-align:left;

}
.order_button{
	font-size:x-small;
	font-weight:bold;
	float:right;
	border:0px black solid;

}	
.image_text{
	font-size:x-small;
	font-weight:normal;
}
.image_title{
	float:left;
	font-size:small;
	font-weight:bold;
	color: #4A4A32;
 
	width: 740px;
    margin-left:0px;
    margin-top: 0px;
   
border:0px red solid;
}	
.info_text {
	font-weight: bold;
	font-size: x-small;
	text-align: center;
	

}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.course_links{
	font-size:medium;
	font-weight:bold;
}	
.course_links{
	font-size:medium;
	font-weight:bold;
}	
.focus4IT_4{
	color: #0b699f;
	font-weight:bold;
}

