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

html, body {
	background-color: #97c9ff;
}

strong {
	font-weight: bold;
}

#hd .utility {
	float: right;
	padding: 0 5px;
}

#hd .utility li {
	float: left;
	margin-left: 1em;
	font-size: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	height: 13px;
}

#hd .utility a {
	color: White;	
}

.box {
	margin-bottom: 15px;
}

.box .horz {
	background-image: url('../images/home_main_border_horizontal.png');
	height: 6px;
	background-repeat: repeat-x;
}

.box .bottom {
	background-position: 0 -6px;
	height: 12px;
}

.box .l, .box .r {
	width: 6px;
	background-image: url('../images/home_main_border_vertical.png');
	background-repeat: repeat-y;
	float: left;
	font-size: 1px;
	background-color: White;
	margin: 0px;
}

.box .r {
	float: right;
	background-position: -6px 0;
}

.box .inner {
	background-color: White;
	margin: 0px 6px;
	_margin: 0px;
	text-align: left;
	padding: 24px;
	/*background-image: url('../images/home_box_background.png');
	background-position: top;
	background-repeat: repeat-x;*/
}

#main {
	min-width: 712px;
}

#main .inner {
	/*background-image: url('../images/home_main_background.png');
	background-position: bottom;
	background-repeat: repeat-x;*/
	text-align: center;
	padding: 0px;
	min-height: 430px;
	min-width: 700px;
	position: relative;
}

#main .inner .gallery {
	position: absolute;
	bottom: 20px;
	padding-left: 87px;
}

#main .inner .content {
	margin: 0 auto;
	text-align: center;
	width: 700px;
}

#main .inner .content h1 {
	font-size: 18px;
	font-weight: bold;
	color: #2e6fb6;
	margin: 5px 0 11px;
}

#main .inner .content .search {
	width: 532px;
	height: 135px;
	background-image: url('../images/home_main_search_background2.png');
	background-position: left;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
}

#main .inner .content .search h2 {
	font-weight: bold;
	font-size: 15px;
	color: #2e6fb6;
	text-align: center;
	padding-top: 17px;
}

#main .inner .content .search #form {
	position: absolute;
	top: 50px;
	left: 120px;
	background-image: url('../images/home_main_search_input_background.png');
	background-repeat: no-repeat;
	padding-left: 6px;
	padding-top: 3px;
	_padding-top: 2px;
	height: 37px;
}

#main .inner .content .search #form .text {
	border: none;
	*border-width: 0px;
	width: 256px;
	*width: 250px;
	height: 19px;
	font-size: 15px;
	color: #2f2f2f;
	vertical-align: middle;
	padding: 5px 10px;
}

#main .inner .content .search #form .submit {
	width: 129px;
	height: 31px;
	background-image: url('../images/home_main_search_submit2.png');
	background-color: transparent;
	border: none;
	vertical-align: middle;
	cursor: pointer;
}

#main .inner .content .search #form .submit:hover {
	background-position: 0 -31px;	
}

#main .inner .content .search .mcafee {
	position: absolute;
	left: 578px;
	top: 59px;
}

.box .ct, .box .ct div, .box .cb, .box .cb div {
	background-image: url('../images/home_main_corners.png');
	height: 12px;
	background-repeat: no-repeat;
	font-size: 1px;
}

.box .ct div {
	background-position: 100% -12px;
}

.box .cb {
	background-position: 0 -24px;	
}

.box .cb div {
	background-position: 100% -36px;
}

.box h2 {
	color: #2e6fb6;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 0.3em;
}

.box h3 {
	color: #4f4f4f;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
}

.box h4 {
	color: #4f4f4f;
	font-size: 18px;
}

.box p {
	color: #787878;
	font-size: 14px;
	margin-bottom: 1em;
}

.box blockquote {
	font-size: 18px;
	font-weight: bold;
	color: #4f4f4f;
}

.box cite {
	display: block;
	font-size: 18px;
	margin-bottom: 1em;
	color: #4f4f4f;
}

.box .icon {
	float: left;
}

.box .content {
	margin-left: 164px;
}

.aux {
	width: 950px;
	margin: 0 auto;
}

#ft {
	color: White;
	font-size: 11px;
	text-align: center;
}

#ft a {
	color: White;
	text-decoration: none;
}

#ft a:hover {
	text-decoration: underline;	
}

.watermark { color: #aaa !important; }