
.clear {
	clear: both;
}

form {
	padding: 0px;
	margin: 0px;
}

td {
	vertical-align: top;
}

p {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	line-height: 17px;
}

a {
	color: #0078c6;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #023ba0;
	text-decoration: underline;
	outline: none;
}

h1 {
	color: #006cb4;
	font-size: 22px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #eaeaea;
	padding: 5px 0px 1px 0px;
}

h2 {
	color: #0068b3;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 7px 0px;
}

h2 a {
	color: #0068b3;
	text-decoration: none;
}

h2 a:hover {
	color: #0078c6;
	text-decoration: none;
}

h3 {
	color: #0161b5;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

h4 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0px 0px 5px 0px;
}

.oddrow {
	background-color: #f2f2f2;
}

label {
	width: 150px;
	float: left;
	font-weight: bold;
}

.formSection {
	border: 1px solid #eaeaea;
	background-color: #0068b3;
	color: #ffffff;
	padding: 3px 5px;
	font-weight: bold;
}

.fieldLbl {
	width: 180px;
}
	
.buttons {
	text-align: center;
	padding-top: 20px;
}

.greytext {
	font-size: 11px;
	color: #666666;
}

.greytext a {
	color: #666666;
	text-decoration: underline;
}

.greytext a:hover {
	color: #666666;
	text-decoration: none;
}

#blogText {
	width: 410px;
	float: left;
}

#blogMenu {
	width: 280px;
	float: right;
}

.blogMenuItem {
	padding-bottom: 10px;
}

.blogBody {
	clear: both;
	padding-top: 10px;
}

.blogCommands {
	clear: both;
	font-size: 11px;
}

.blogEntry {
	clear: both;
	padding: 15px 0px;
	border-top: 1px solid #eaeaea;
}

.blogEntryFirst {
	clear: both;
	padding: 0px 0px 15px 0px;
}

.calendartitle {
	text-align: center;
	font-size: 11px;
	padding-bottom: 3px;
}

.currentDay {
	border: 1px solid #0078c6;
}

.blogEntrySection {
	clear: both;
	padding-top: 10px;
}

.blogEntrySectionTitle {
	font-weight: bold;
	padding-bottom: 3px;
}

.comment {
	clear: both;
	padding: 5px;
}

.commentAlt {
	clear: both;
	background-color: #f2f2f2;
	padding: 5px;
}

.addCommentLink {
	padding-bottom: 5px;
}

.commentByLine {
	clear: both;
	font-size: 10px;
}

.tagline {
	color: #0052b5;
	padding-bottom: 5px;
}

.pageimage {
	float: right;
	padding: 0px 0px 10px 11px;
}

#messages {
	margin-bottom: 10px;
	font-size: 12px;
	clear: both;
	padding: 5px 5px 5px 20px;
}

.message_warning {
	color: #ff0000;
	border-top: 3px solid #ff0000;
	border-bottom: 3px solid #ff0000;
	background-image: url(/images/error.png);
	background-position: 0 6px;
	background-repeat: no-repeat;
}

.message_confirm {
	color: #3d8337;
	border-top: 3px solid #3d8337;
	border-bottom: 3px solid #3d8337;
	background-image: url(/images/tick.png);
	background-position: 0 6px;
	background-repeat: no-repeat;
}

.showLayer {
	visibility: visible;
}

.hideLayer {
	display: none;
	visibility: hidden;
}

.date {
	width: 42px;
	height: 40px;
	float: left;
	text-align: center;
	padding: 13px 2px 0px 1px;
	margin: 0px 7px 0px 0px;
	background-image: url(/images/bg_date.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.date .month {
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 11px;
}

.date .day {
	color: #000000;
	font-size: 19px;
	font-weight: bold;
}

/*************************************************************/
/********************* inside pages **************************/
/*************************************************************/
/* portfolio */
.portfolio_detail {
	width: 690px;
	float: left;
	padding: 2px 7px 18px 7px;
	background-image: url(/images/bg_portfolio_detail.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
	min-height: 300px;
}

/* pagination */
.pagination {
	clear: both;
}

.pagination_left {
	width: 8px;
	height: 21px;
	float: left;
	background-image: url(/images/bg_pagination_left.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.pagination_right {
	width: 8px;
	height: 21px;
	float: left;
	background-image: url(/images/bg_pagination_right.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.pagination a {
	width: 16px;
	height: 17px;
	padding-top: 2px;
	float: left;
	text-align: center;
	color: #ffffff;
	background-image: url(/images/bg_pagination_off.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	border-top: 1px solid #6b6b6b;
	border-bottom: 1px solid #6b6b6b;
}

.pagination a:hover {
	color: #ffffff;
}

.pagination a.current {
	color: #ffffff;
	background-image: url(/images/bg_pagination_on.png);
	background-position: 0 0;
	background-repeat: repeat-x;
}

/* content boxes */
.box_4_col {
	width: 170px;
	float: left;
	margin: 0px 8px 7px 0px;
}

.box_4_col_inside {
	padding: 10px 10px 8px 10px;
	text-align: center;
}

.box_4_col a {
	color: #095fc4;
}

.box_3_col {
	width: 229px;
	float: left;
	margin: 0px 8px 7px 0px;
}

.box_3_col_inside {
	padding: 10px;
	text-align: center;
}

.box_2_col {
	width: 240px;
	float: left;
	margin: 0px 8px 8px 0px;
}

.box_2_col_inside {
	padding: 5px 6px 7px 8px;
	min-height: 90px;
	display: block;
}

.box_2_col .link {
	text-align: right;
	display: block;
	display: none;
}

.box_2_col .subtitle {
	font-size: 11px;
	padding-bottom: 5px;
	line-height: 10px;
	display: block;
}

.box_1_col {
	width: 488px;
	float: left;
	margin: 0px 0px 8px 0px;
}

.box_1_col_inside {
	padding: 10px;
}

.box_alert {
	width: 260px;
	float: right;
	margin: 0px 0px 10px 20px;
}

.box_alert_inside {
	padding: 10px;
}

.box_title {
	color: #0068b3;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 7px 0px;
	display: block;
}

.box_link {
	color: #333333;
	text-decoration: none;
}

.box_link:hover {
	text-decoration: none;
	color: #787878;
	cursor: pointer;
}

a .box_title {
	color: #0068b3;
	text-decoration: none;
}

a:hover .box_title {
	color: #669ed3;
	text-decoration: none;
}

/* content boxes */
.box_left {
	background-image: url(/images/bg_box_border.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

.box_right {
	background-image: url(/images/bg_box_border.gif);
	background-position: 100% 0;
	background-repeat: repeat-y;
}

.box_top_left {
	background-image: url(/images/bg_box_top_left.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.box_top_right {
	background-image: url(/images/bg_box_top_right.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.box_bottom_left {
	background-image: url(/images/bg_box_bottom_left.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
}

.box_bottom_right {
	background-image: url(/images/bg_box_bottom_right.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

.box_bottom_right p {
	line-height: normal;
}