@charset "UTF-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,
input, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
}

/* Normalizes font-size for headers */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Removes list-style from lists */

/* Removes border from fieldset and img */
fieldset, img
{ border: 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align: left; }

/* Removes quotation marks from q */
q:before, q:after
{ content: ''; }

/*------------------------------------------------------*/
/*------------------------------------------------------*/

/* main.css represents classes and IDs that are common to all pages */

/* TinyMCE specific rules */
html {
	text-align: center;
}
body {
	background-color:#78001A;
	color: #1D4689;
	margin: 0 auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 978px;
}
h1, h2 {
	font-size: 120%;
	padding: 0px 20px 10px 20px;
}
p {
	padding: 0px 20px 10px 20px;
}
em {
	font-style: italic;
}
strong {
	font-weight:bold;
}

#buffer {
	height: 30px;
	width: 100%;
}
#right_content {
	float: right;
	width: 300px;
	margin-right: 40px;
	margin-top: 20px;
}
#right_content ul {
	margin-left: 40px;
}
#portfolio {
	margin-left:30px;
}

/* Ubel styles */
#main_header {
	background-image: url(images/ubel_banner.jpg);
	background-repeat: no-repeat;
	height: 235px;
	color: #FEEFBC;
	font-size: 10px;
	text-transform: uppercase;
}
#main_header #ubel_nav {
	padding: 83px 50px 0px 340px;
}
#main_header #dem_nav {
	padding: 70px 300px 0px 150px;
}
#main_header ul {
	list-style-type: none;
}
#main_header li {
	display: inline;
	padding-right: 30px;
	letter-spacing: 0.1em;
}
#main_header a {
	text-decoration: none;
	color: #FEEFBC;
}
#main_header a:hover {
	color: #FFF;
}
#content_area ul {
	padding-left: 50px;
}

#main_area {
	background-image: url(images/ubel_fullbodyslice.png);
	background-repeat: repeat-y;
	color: #600;
}
#content_area {
	background-image: url(images/ubel_contentslice.png);
	background-repeat: repeat-y;
	margin-left: 38px;
	width: 560px;
	float: left;
}
#content_footer {
	background-image: url(images/ubel_contentfooter.png);
	background-repeat: no-repeat;
	height: 20px;
	margin-left: 38px;
	clear: left;
	width: 560px;
}

#main_footer {
	background-image: url(images/ubel_mainfooter.png);
	background-repeat: no-repeat;
	height: 50px;
}
#main_footer p {
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	color: #333;
	font-weight: bold;
}
#phone {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
#dynamic_image_area {
	width: 520px;
	margin: 10px 0px 0px 20px;
	text-align: center;
}
#dynamic_image_area img {
	width: 500px;
}

