/* ############################ Text Styles ################################# */

body {
	margin: 0;
	padding: 0;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	line-height: 1.7;
	color: #5a6878;
}

p {
	line-height: 1.7;
}

h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 1;
	font-size: 22px;
	font-weight: normal;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #0a59b1;
}
h2 {
	margin: 0 0 5px 0;
	padding: 0px;
	line-height: 1;
	font-size: 16px;
	font-weight: normal;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #0a59b1;
}
h3, h4 {
	margin: 0px; 
	padding: 0px;
	line-height: 1;
	font-size: 14px;
	font-weight: normal;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #0a59b1;
}

#footercontainer p {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
#footer p {
	text-align: center;
}

a  { text-decoration: underline; color: #0a59b1; }
a:hover { color: #5a6878; text-decoration: none;}


/* ################################# RTE ##################################### */
/* ### styles required to make RTE look correct in edit mode (Firefox fix) ### */
.mceContentBody {background: none !important;}
.mceContentBody a { text-decoration:underline !important; color: #0a59b1 !important; }
.mceContentBody a:hover {color: #5a6878 !important;text-decoration: none !important;}

/* ############################ Column with rounded corners ################################# */

/* ############################ Column with background color ################################ */

td.col-color1 {
	background: #eef0f1;
}
/* ################################## Column with line ###################################### */

.col-line1 {
	background: url(img/ahab_border_hor.gif) left top repeat-y;
}
.col-horline1 {
	background: url(img/ahab_border.gif) left top repeat-x;
}

/* ############################ Tables ################################# */

.contenttable {
	width: 100%;
	margin: 5px 0px 5px 0px;
}
.contenttable th, .contenttable thead td {
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	padding: 2px 7px 4px 7px;
	background: #0a59b1;
	text-align: left;
	vertical-align: top;
	color: #ffffff;
}
.contenttable td {
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	padding: 2px 7px 4px 7px;
	vertical-align: top;
	background: #eef0f1;
}

/* ############################ Lists ################################# */

ol, ul {
	margin: 0 0 0 20px;
	padding: 0 0 10px 0;
}
ol {
	margin: 0 0 0 30px;
}
ul li ul {
}
ul li {
	/*list-style-image: url(img/gluteus_website_icon_list.png);*/
	list-style-position: outside;
	padding: 0 0 5px 0;
}

/* ############################ Text/Image Positioning ################################# */

img {border: 0;}
p img {margin: 5px 0 0 0; padding-bottom: 5px; }
h1 img {margin: 5px 0 0 0; padding-bottom: 5px; }
p {margin: 0; padding: 0 0 10px 0;}
.image-left {padding: 0; margin-right: 10px; float: left;}
.image-right {padding: 0; margin-left: 10px; float: right;}
.align-right {text-align: right;}
.align-center {text-align: center;}
