/*	
	RESET CSS
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/*	
	MAIN LAYOUT
*/

body {
	font-size: 76%;	
	font-family: "Palatino linotype",  "Helvetica Neue", "Lucida Grande", Helvetica, sans-serif;
	background: url(images/bg.jpg);
}

#shadow_container {
	width: 800px;
	height: 717px;
	margin: 0 auto;
	background: url(images/shadow_bg.png) top center no-repeat;
}

#wrapper {
	width: 768px;
	margin: 0 auto;
}

#header {
	width: 768px;
	height: 255px;
	float: left;
	background: url(rotator/rotate.php) top center no-repeat;
}

#content_top {
	width: 768px;
	height: 27px;
	float: left;
	background: url(images/content_bg_top.jpg) top center no-repeat;
}

#main_content_frame {
	width: 768px;
	float: left;
	background: url(images/content_bg_mid.jpg) top center repeat-y;
	padding-bottom: 30px;
}

#menu_content {
	width: 160px;
	float: left;
	margin-left: 20px;
	display: inline;
}

#main_content {
	width: 460px;
	float: right;
	margin-right: 50px;
	display: inline;
}

#read_more {
	width: 460px;
	float: left;
	margin-top: 20px;
}


#content_bottom {
	width: 768px;
	height: 28px;
	float: left;
	background: url(images/content_bg_bottom.jpg) top center no-repeat;
}

#footer {
	width: 768px;
	height: 143px;
	float: left;
	background: url(images/footer_bg.gif) top center no-repeat;
}

td {
	vertical-align: top;
	border-bottom: 1px solid #D8BB99;
	padding: 10px 0;
}

/*	
	MAIN TYPOGRAPHY
*/


a, a:visited, a:hover {
	margin-bottom: 0;
	font-size: 1.2em;
	outline: 0;
}



/*	
	HEADER TYPOGRAPHY
*/

h1#logo a {
	display:block;
	width:228px;
	height:139px;
	margin-top: 40px;
	background:url(images/blyde_logo.png) top center no-repeat;
	text-indent: -8888px;
	overflow:hidden;
	outline:none;
}


/*	
	MENU TYPOGRAPHY
*/

#menu_content  {
	list-style-type: none;
	padding-bottom: 10px;
	font-size: 1.15em;
	font-weight: bold;
}

#menu_content li li {
	list-style-type: disc;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 5px;
	margin-left: 20px;
}

#menu_content ul ul {
	padding-top: 5px;
}


#menu_content a, #menu_content a:visited {
	text-decoration: none;
	color: #5b5242;
}

#menu_content a:hover {
	color: #666;
}


/*	
	MAIN CONTENT TYPOGRAPHY
*/

h2 {
	font-size: 1.2em;	 
	font-weight: bold;
	color: #726e6a;
}


p {
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, sans-serif;
	font-size: 1em;
	padding-bottom: 1em;
	color: #685742;
}

#main_content a, #main_content a:visited {
	color: #685742;
	font-size: 1em;
}

#main_content a:hover {
	text-decoration: none;
}

#main_content ul li {
	list-style: disc;
	margin-left: 15px;
}

#main_content img {
	margin: 0 0 20px 20px;
	float: right;
	border: 1px solid #685742;
}

#read_more li {
	display: inline;

}

a.pdf {
	display:block;
	width:50px;
	height:50px;
	background:url(images/PDF_icon.gif) top center no-repeat;
	text-indent: -8888px;
	overflow:hidden;
	outline:none;
}

/*	
	FOOTER TYPOGRAPHY
*/

#footer p {
	padding-top: 30px;
	text-align: center;
	font-size: 1em;
	color: #726e6a;
}
#footer a, #footer a:visited {
	color: #685742;
	font-size: 1em;
}

#footer a:hover {
	text-decoration: none;
}

