/*
Theme Name: Ziegler
Theme URI: http://www.zmep.com
Description: Custom WordPress theme for Ziegler
Version: 1.0
Author: ashwebstudio
*/
body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #FFF;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Verdana;
    font-size: 11px;
    color: #FFF;
    line-height: 18px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table, #wrapcentre ul {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #92b8c0;
    text-decoration: underline;
}
a:hover, a:active {
    color: #FFF;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

img.alignright {
	float: right;
	margin: 0 0 10px 15px;
}
img.alignleft {
	float: right;
	margin: 0 15px 10px 0;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: #1a535b url(_images/bg.jpg) 0 0 no-repeat;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	height: 126px;
}
	#top a {
		position: relative;
		top: 80px;
		left: 865px;
	}
	#top a:link, #top a:visited {
		color: #FFF;
		text-decoration: none;
	}
	#top a:hover, #top a:active {
		color: #92b8c0;
	}

	/*  MENU */
	#menu {
		background: url(_images/menu.jpg) 0 0 no-repeat;
		width: 960px;		/* Width of entire image */ 
		height: 44px;		/* Height of buttons */
		margin: 0 0 0 0;
		float: right;
	}
	#menu span {
		display: none;
	}
	#menu li, #menu a {
		height: 44px;		/* Each button must have the same height, define it here */ 
		display: block;
	}
	#menu li {
		float: left;
		list-style: none;
		_display: inline;		/* fixes IE/Win double margin float bug (safe) */
	}

	/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
	/* width - width of each button, they will each most likely be unique */ 
	#menu-01 	{ width: 82px; }
	#menu-02 	{ width: 104px; }
	#menu-03 	{ width: 112px; }
	#menu-04 	{ width: 175px; }
	#menu-05	{ width: 201px; }
	#menu-06 	{ width: 166px; }
	#menu-07 	{ width: 120px; }

	/* Changed values should match sum of "width" numbers specified above */ 
	#menu-01 a:hover	{ background: transparent url(_images/menu.jpg) 0px -44px no-repeat; }
	#menu-02 a:hover	{ background: transparent url(_images/menu.jpg) -82px -44px no-repeat; }
	#menu-03 a:hover	{ background: transparent url(_images/menu.jpg) -186px -44px no-repeat; }
	#menu-04 a:hover	{ background: transparent url(_images/menu.jpg) -298px -44px no-repeat; }
	#menu-05 a:hover	{ background: transparent url(_images/menu.jpg) -473px -44px no-repeat; }
	#menu-06 a:hover	{ background: transparent url(_images/menu.jpg) -674px -44px no-repeat; }
	#menu-07 a:hover	{ background: transparent url(_images/menu.jpg) -840px -44px no-repeat; }

/* ----------------------------------- */
/* HOME
/* ----------------------------------- */
#home #content {
	width: 500px;
	float: left;
	margin: 40px 0 0 58px;
	display: inline;
}

#home #news {
	background: transparent url(_images/news-icon.gif) 165px 0 no-repeat;
	width: 235px;
	float: left;
	margin: 20px 0 20px 0;
	padding: 20px 0 0 0;
	display: inline;
}
#home #contact {
	background: transparent url(_images/contact-icon.gif) 102px 0 no-repeat;
	width: 235px;
	float: right;
	margin: 20px 0 20px 0;
	padding: 20px 0 0 0;
	display: inline;
}

#home #side {
	width: 338px;
	margin: 33px 0 20px 0;
	text-align: center;
	background: transparent url(_images/side-home-bg.jpg) 0 0 repeat;
	float: right;
}
	#home #side-top { background: transparent url(_images/side-home-top.jpg) 0 0 no-repeat; }
	#home #side-bottom { background: transparent url(_images/side-home-bottom.jpg) left bottom no-repeat; padding: 245px 0 10px 11px; }
	#home #side img {
		margin: 7px 5px;
		vertical-align: middle;
	}

/* ----------------------------------- */
/* SUB PAGES
/* ----------------------------------- */
#sub #content {
	width: 600px;
	float: left;
	display: inline;
	margin: 40px 0 20px 58px;
}
	#sub #content li {
		margin-left: 25px;
	}
	#sub #content h2 {
		font-size: 14px;
		text-transform: uppercase;
		margin: 0 0 5px 0;
		color: #92b8c0;
	}

#sub #side {
	width: 190px;
	float: right;
	margin: 40px 30px 20px 0;
	display: inline;
	background: #FFF;
	padding: 20px;
}
	#sub #side, #sub #side p, #sub #side li {
		font-size: 12px;
		color: #1a535b;
	}
	#sub #side li {
		margin-left: 20px;
	}
	#sub #side h2 {
		font-size: 11px;
		text-transform: uppercase;
		margin: 0 0 7px 0;
		color: #000;
	}
	#sub #side a:link, #sub #side a:visited {
		color: #1a535b;
	}
	#sub #side a:hover, #sub #side a:active {
		color: #539099;
	}

/* ----------------------------------- */
/* COMMON
/* ----------------------------------- */
#content h1 {
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #FFF;
	line-height: 24px;
	padding: 0 0 5px 0;
}

#bottom {
	height: 187px;
	background: transparent url(_images/bottom.jpg) 0 0 no-repeat;
	clear: both;
	margin: 20px 0 0 0;
}
	#bottom p {
		padding: 32px 288px 0 380px;
		font-size: 11px;
		color: #0a2c32;
		font-style: italic;
	}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	text-align: center;
	margin: 30px auto;
	width: 960px;
}
	#footer p {
		color: #000;
	}
	#footer a:link, #footer a:visited {
		color: #1a535b;
	}
	#footer a:hover, #footer a:active {
		color: #93bac1;
	}
	
	#footer p#disclaimer {
		text-align: left;
	}
	