/* How To Master CSS ~ Template Stylesheet 
 * The layout of chapter 18 is used to create the 100% height effect with
 * a header and a footer, the left and right columns are not used, 
 * The header is now placed within the wrapper instead of above.
 */
body, html {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	height:100%;
	font-size:90%;
}
/* commented backslash hack v2 \*/ 
html, body { 
	height:100%; 
} 
* html #wrapper { 
	height:100%; 
}
/* end hack */
/* Note that position:relative; was added to make sure
 * elements stay within the wrapper when absolute positioned
 */
#wrapper {
	width:770px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	min-height:100%;
	margin-bottom:-59px;
	position:relative;
}
#header { 
	width:100%; 
	height:80px; 
	background-color:white; 
	background-image:url(../images/logo.gif);
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom:1px solid blue;

}
/* The logo top left */
#logo {
	background-image:url(../images/);
	background-repeat:no-repeat;
	padding-left:60px;
	position:absolute;
	top:25px;
	left:510px;
	height:52px;
	width:300px;
}
#logo h3 {
	color:#000000;
	font-family: verdana;
    font-size: 15px; 
    line-height : 130%; 
    font-weight: bold; 
    text-decoration: none;
	margin:0px;
	margin-top:5px;
}
#logo h4 {
	margin-top:0px;
	font-size:10px;
	font-weight:normal;
}
/* the blue bar right under the header, it holds the menu buttons */
#menu_holder {
	height:25px;
	width:100%;
	background-color:#ffffff;
	border-bottom: 1px solid #0844fa;
	margin-top:5px;
}
/* The actual position of the menu, note the margin to the left */
#menu {
	margin-left:260px;
}
/* I floated the links to the left because they 
 * became block level elements 
 */
#menu a {
	display:block;
	float:left;
	height:15px;
	/* Top Right Bottom Left (TRouBLe) */
	padding:2px 20px 2px 20px;
	color:black;
	font-weight:bold;
	font-size:10px;
	border: 1px solid #ffffff;
	margin-right:5px;
	text-decoration:none;
}
#menu a:hover {
	border: 1px solid #0844fa;
	color: #0844fa;
}
#news {
	float:left;
	width:255px;
	padding-left:5px;
	
}
/* Note that I only style the h2 tags that are inside the news section 
 * The folder image is added automatically every time you use an h2 tag 
 */
#news h2 {
	background-image:url(../images/folder.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding-left:20px;
	font-size:14px;
	font-weight:bold;
	color:#FFA400;
	margin-top:20px;
	/* the clear is added to make sure the Read More 
	 * links do not come next to the date
	 */
	clear:both;
}
#news p {
	color:#666;
	font-size:90%;
}
/* The Read More Link 
 * Note that I deleted the underline and added a dashed border to create
 * the dashed underline effect 
 */
a.newslink {
	float:left;
	color:blue;
	font-weight:bold;
	text-decoration:none;
	font-size:90%;
	margin-top:5px;

}
a.newslink:hover {
	color:#FFA400;
    text-decoration:underline;
}
/* Photo with man in the center */
#welcome {
	background-image:url(../images/woman3.gif);
	background-repeat:no-repeat;
	border:1px solid #ccc;
	
	width:292px;
	float:left;
	margin-left:60px;
	margin-top:20px;
	padding-left:140px;
	padding-right:10px;
	font-size:90%;
}
#welcome1 {
	border:1px solid #ccc;
	width:420px;
	float:left;
	margin-left:60px;
	margin-top:20px;
	padding-left:10px;
	padding-right:10px;
	font-size:90%;
}
#welcome h1 {
	color:#FF1C1C;
	text-align:center;
	font-size:20px;
	margin-top:10px;
	padding-right:5px;
}
#clearfooter {
	height:60px;
	clear:both;
}
.bar {
	border:1px solid white;
	height:23px;
	background-image:url(../images/redbar.gif);
	background-repeat:repeat-x;
	float:left;
	width:442px;
	margin-left:30px;
	margin-top:3px;
}
.column {
   
	float:left;
	width:207px;
	margin-left:30px;
	margin-top:-20px;
	color:#666;
	font-size:90%;
	font-weight:bold;
	
}
.column img {
	margin-left:0px;
}
.columnd {
    width: 460px;
	float:left;
	margin-left:30px;
	margin-top:-20px;
	color:#666;
	font-family: verdana;
	font-weight:normal;
	font-size:90%;
	margin-right: 10px;
}
.column h4 {
	font-weight:bold;
	margin:0px;
	color:white;
	text-align:left;
	margin-bottom:20px;
	font-size:12px;
}
.column ul li a {
	color:blue;
}
.column ul li a:hover {
	color:#FFA400;
}
#footer { 
	width:770px; 
	height:24px; 
	border-top:2px solid #0844fa;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	color:#CCC;
	font-size:10px;
	padding-top:10px;
	clear:both;
}
#footer a{ 
	color:blue;
}
#error {
    width: 100%;
    }
 .servicesblue A:link 		{font-size:11px; color: #4F86B5; font-family: verdana; font-weight: none; line-height : 145%; text-decoration: none; padding-left : 10px;}
 .servicesblue A:visited 	{font-size:11px; color: #4F86B5; font-family: verdana; font-weight: none; line-height : 145%; text-decoration: none; padding-left : 10px;}
 .servicesblue A:active 	{font-size:11px; color: #4F86B5; font-family: verdana; font-weight: none; line-height : 145%; text-decoration: none; padding-left : 10px;}
 .servicesblue A:hover 		{font-size:11px; color: #4F86B5; font-family: verdana; font-weight: none; line-height : 145%; text-decoration: underline; padding-left : 10px;}