body {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	background: #FFFFFF url(images/img01.jpg);
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333; /*gray*/
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #AD1112; /*red*/
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 100%;
	font-weight: bold;	
}

p, ol, ul {
	line-height: 180%;
}

p {
}

ol {
}

ul {
}

blockquote {
	margin: 0;
	padding-left: 20px;
}

blockquote * {
	line-height: normal;
}

a {
	color: #AD1112; /*red*/
}

a:visited {
	color: #AD1112; /*red*/
}	
	 

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

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

hr {
	display: none;
}

/* Header */

#header {
	width: 800px;
	height: 220px;
	margin: 0 auto;
	background: url(images/sunrise.jpg) no-repeat right top;
}

/* Logo */

#logo {
	float: left;
	width: 220px;
	height: 220px;
	background: #F3F3F3 url(images/logo_box.jpg) no-repeat;
}

#logo h2 {
	font-size: 11px;
	text-align: center;
	font-weight: bold;	
}

.address {
	padding: 105px 0px 0px 0px;
	/*background: url(images/img04.jpg) no-repeat 50% 30px;*/
	font-size: 11px;
	color: #095AA5;
	text-align: center;
	font-weight: bold;	
}

.phone {
	padding: 30px 0px 0px 0px;
	font-size: 11px;
	color: #006830; /*green*/
	text-align: center;
	font-weight: bold;	
}

.email {
	padding: 25px 0px 0px 0px;
	font-size: 11px;
	color: #DB0029;
	text-align: center;
	font-weight: bold;	
}

#logo a {
	font-weight: bold;
	color: #DB0029;
}

/* Menu */

#menu {
	float: right;
	width: 570px;
	height: 40px;
	padding: 180px 0px 0px 0px;
	text-align: center;
}

#menu ul {
	width: 570px;
	height: 40px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background: url(images/img05.jpg) repeat-x;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	height: 32px;
	padding: 8px 16px 0px 16px;
	text-decoration: none;
	font-size: 13px;
	color: #FFFFFF;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
}

#menu a:hover {
	background: url(images/img05hover.jpg) repeat-x;
	color: #006830; /*green*/
}


/* Sub Menu */

#submenu {
	float: right;
	/*width: 570px;*/
	/*height: 20px;*/
	padding: 0px 0px 0px 0px;
}

#submenu ul {
	width: 570px;
	height: 20px;
	margin: 0;
	padding: 0px;
	background: #FFFFFF;
	list-style: none;
}

#submenu li {
	display: inline;	
}

#submenu a {
	display: block;
	float: left;
	height: 20px;
	padding: 0px 16px 0px 16px;
	font-size: 12px;
	font-weight: bold;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color: #AD1112; /*red*/
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 530px;
	padding: 20px 20px 10px 20px;
	background: #FFFFFF url(images/img07.gif) no-repeat left bottom;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	padding-top: 10px;
}

#sidebar a {
	color: #AD1112; /*red*/
}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 92%;
}

#sidebar ul li {
	padding: 5px 14px;
	background: url(images/img13.gif) no-repeat 0px 12px;
	border-top: 1px solid #0B0B0B;
}

#sidebar ul li.first {
	border: none;
}

#sidebar ul li h2 {
	margin: 0;
	font-size: 100%;
}

#sidebar ul li h3 {
	margin: 0;
	font-size: 92%;
}

#sidebar ul li p {
	margin: 0;
}

.boxed {
	margin-bottom: 10px;
	background: #FFFFFF url(images/img10.gif) no-repeat left bottom;
}

.boxed .title {
	height: 25px;
	margin: 0;
	padding: 10px 0 0 10px;
	background: url(images/sidebar_box.jpg) no-repeat;
	font-size: 14px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color: #FFFFFF; /*white*/
	text-align: center;
}

.boxed .content {
	padding: 10px;
	background: url(images/img09.gif) repeat-x;
	font-size: 12px;
	text-align: center;
}

/* Footer */

#footer {
	height: 100px;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
	color: #000000; /*black*/
}

#footer a {
	color: #AD1112; /*red*/
}