@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(img/bgd.gif) #e2f1ff;
	color:#444444;
	margin:0px;
	padding:0px;
}

img {
	border:none;
}

.spacer {
	clear:both;
	margin:0px;
	padding:0px;
	display:block;
	height:1px;
	overflow:hidden;
}

p {
	margin:15px 0px; 
	line-height:18px; 
	text-align:justify;
}


h1 {
	font-size:14px;
	font-weight:normal;
	color:#b67b93;
}

h2 {
	font-size:13px;
	color:#8395b0;
	font-weight:normal;
}
a {
	color:#B67B93;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
.toright {
	text-align:right; 
	width:648px;
}

/********** container styles ************/

#container {
	display:block; 
	width:936px; 
	margin:0px auto;
}

/********** topnav styles ************/

#topnav {
	display:block;
	padding-top:5px;
}

#topnav ul {
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:14px;
}

#topnav ul li {
	display:block;
	float:left;
	background:url(img/topsep.gif) 100% 8px no-repeat;
	padding-right:2px;
}

#topnav ul li.last {
	background:none;
}

#topnav ul li a {
	color:#344f68;
	text-decoration:none;
	display:block;
	width:88px;
	height:31px;
	text-align:center;
	padding-top:12px;
}

#topnav ul li a:hover {
	background:url(img/itembg.gif) no-repeat;
}


#topnav ul li.active a {
	background:url(img/itembg.gif) no-repeat;
}

/********** header styles ************/

#header {
	position: relative;
	display:block; 
	height:172px; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/headerbg.png');
}

div > #header {
	background:url(img/headerbg.png) top left no-repeat; 
}

#header .inner {
	background:url(img/headerbg_inner.png) bottom left no-repeat; 
	width:889px; 
	height:172px; 
	margin:0px auto;
	position:relative;
}

#header .inner .hleft {
	float:left;
}

#header .inner .hleft .logo {
	position:absolute; 
	margin-top:15px; 
	margin-left:5px;
}

#header .inner .hright {
	float:right; 
	width:555px;
}

#header form {
	padding: 0;
	margin: 0;
}

#header .inner .hright .mail_list {
	width:259px; 
	height:97px; 
	padding-left:20px; 
	padding-top:20px; 
	font-size:13px; 
	color:#bc3f67;
	padding-right:20px; 
	margin-left:240px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/maillistbg.png');
}

div > #header .inner .hright .mail_list {
	background:url(img/maillistbg.png) top left no-repeat; 
}

#header .inner .hright .mail_list .title {
	font-family:'Times New Roman', Times, serif; 
	font-size:20px; 
	color:#5e5e5e; 
	padding-bottom:5px;
}

#header .inner .hright .mail_list .txtbox {
	border:1px solid #b9d7f2; 
	background:#FFFFFF; 
	color:#c1c0c0; 
	font-size:12px; 
	padding:1px 5px 2px;
	position:relative;
	width:120px;
}

#header .inner .hright .mail_list .button {
	text-align:right; 
	padding-top:10px; 
	padding-right:5px;
	position:relative;
}

#header .inner .hright .mail_list .button input {
	background:url(img/btn-submit.gif) top left no-repeat; 
	width:72px; 
	height:25px; 
	border:none;
	cursor:pointer;
}

#head_links {
	position: absolute;
	top: 60px;
	left: 450px;
	color:#344f68;
}

#head_links a {
	color:#344f68;
}

#head_links a:hover {
	color:#000000;
}

/********** content styles ************/

#content {
	display:block; 
	padding-bottom:15px; 
	padding-top:15px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/contentbg.png');
	width:936px;
}

div > #content {
	background:url(img/contentbg.png) top left no-repeat; 
}

#content .inner {
	background:url(img/innercont_mid.jpg) repeat-y; 
	width:889px;
	margin:0px auto;
}

#content .inner .wrap_top {
	background:url(img/innercont_top.jpg) top left no-repeat;
}

#content .inner .wrap_bot {
	background:url(img/innercont_bot.jpg) bottom left no-repeat;
}

#content .rightcol {
	width:685px; 
	float:right; 
	padding-top:5px; 
	padding-bottom:20px;
	position:relative;
}

#content .block {
	display:block;
	background:url(img/block-mid.gif) repeat-y;
}

#content .block .btop {
	background:url(img/block-top.gif) top left no-repeat;
}

#content .block .bbot {
	background:url(img/block-bot.gif) bottom left no-repeat;
	color:#484848; 
	line-height:18px; 
	text-align:justify; 
	padding:15px;
	width:618px;
}

#content .rightcol .pads {
	padding:10px 15px;
}

#content .leftcol {
	width:190px;
	float:left; 
	padding-top:25px;
	position:relative;
}

#content .leftcol h1,#content .leftcol h1 a {
	font-size:14px; 
	font-family:'Times New Roman', Times, serif;
	color:#666666; 
	margin: 0;
	padding-left:18px; 
	padding-bottom:10px;
	text-decoration: none;
	text-transform: uppercase;
}

#content .leftcol h1 a {
	padding: 0;
	margin: 0;
}

#content .leftcol .pads {
	font-size:12px; 
	padding-left:8px;
	padding-right:10px; 
	line-height:18px;
}

#content .leftcol .more {
	color:#aca6c1; 
	text-decoration:none; 
	float:right;
}

/********** columns styles ************/

.columns {
	display:block; 
	background:url(img/border.gif) 310px repeat-y;
	width:100%;
}

.columns .col01 {
	width:284px; 
	float:left; 
	line-height:18px; 
	text-align:justify;
}

.columns .col02 {
	width:284px; 
	float:right; 
	line-height:18px;
	text-align:justify;
}

/********** banner styles ************/

#banner {
	width:679px; 
	height:141px; 
	overflow:hidden; 
	margin-bottom:10px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/bannerbg.png');
}

div > #banner {
	background:url(img/bannerbg.png) top left no-repeat; 
}

#banner .title {
	font-size:19px; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	color:#82779a; 
	padding-top:35px; 
	padding-left:40px; 
	padding-bottom:25px;
}

#banner .title a {
	color:#82779a; 
	font-size:19px; 
}

#banner .searchbar {
	text-align:right; 
	font-size:13px; 
	color:#7f6fa1; 
	padding-right:30px;
	position:relative;
}

#banner .searchbar .txtbox {
	border:1px solid #b9d7f2;
	font-size:12px; 
	color:#c1c0c0; 
	padding:3px 5px; 
	margin:0px 5px;
}

#banner .searchbar .button {
	background:url(img/btn-submit2.gif) top left no-repeat; 
	width:75px; 
	height:25px; 
	overflow:hidden; 
	border:none;
	cursor:pointer;
}

/********** textblock styles ************/

.textblock_top {
	display:block; 
	width:673px; 
	height:4px; 
	overflow:hidden; 
	margin-left:5px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/textblock_top.png');
}

div > .textblock_top  {
	background:url(img/textblock_top.png) top left no-repeat; 
}

.textblock_mid {
	display:block; 
	width:653px; 
	margin-left:5px; 
	padding:10px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/textblock_mid.png');
}

div > .textblock_mid  {
	background:url(img/textblock_mid.png) repeat-y; 
}

.textblock_bot {
	display:block; 
	width:673px; 
	height:8px; 
	overflow:hidden; 
	margin-left:5px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/textblock_bot.png');
}

div > .textblock_bot {
	background:url(img/textblock_bot.png) top left no-repeat; 
}

.textblock_mid .wrap {
	position:relative;
}

/********** forum styles ************/

.quote {
	border: 1px solid #344F68;
	padding: 5px;
	margin: 5px;
}

.forum {
	background:url(img/forum-mid.gif) repeat-y; 
	width:648px; 
	margin-bottom:10px;
}

.forum .ftop {
	background:url(img/forum-top.gif) top left no-repeat;
}

.forum .fbot {
	background:url(img/forum-bot.gif) bottom left no-repeat;
	padding-left:1px;
	padding-right:1px;
}

.forum .col_left {
	width: 400px;
	float: left;
}

.forum .col_right {
	width: 208px;
	float: right;
	font-size: 11px;
	text-align: right;
}

.forum .col01 {
	width:298px; 
	float:left;
}

.forum .col02 {
	width:70px; 
	float:left;
}

.forum .col03 {
	width:80px; 
	float:left;
}

.forum .col04 {
	width:160px; 
	float:left;
}

.forum .headrow {
	font-size:14px; 
	font-weight:bold; 
	color:#FFFFFF; 
	height:23px; 
	padding-top:10px;
	padding-left:16px;
	padding-right:16px;
}

.forum .row {
	font-size:11px !important; 
	color:#5d5d5d; 
	/*height:35px;*/
	clear:both;
	padding-top:10px;
	padding-left:16px;
	padding-right:16px;
	padding-bottom: 10px;
}

.forum .row  a {
	font-weight:bold; 
	font-size:12px; 
	color:#5d5d5d;
}

.forum .row  a:hover {
	text-decoration:none;
}

.forum .row .author {
	color:#5d5d5d;
	font-size:11px;
	font-weight:normal;
}

.forum .row strong {
	font-size:12px;
}

.forum .even {
	background:#f0f0f0;
}

/********** subnav styles ************/

.subnav {
	margin:0px;
	padding:0px;
	list-style:none;
}

.subnav li {
	display:block;
}

.subnav a {
	display:block;
	width:167px;
	height:24px;
	font-size:13px;
	text-decoration:none;
	padding-left:18px;
	color:#9088ad;
	padding-top:7px;
}

.subnav a:hover {
	background:url(img/subnavbg.gif) top left no-repeat;
	color:#FFFFFF;
}

.subnav ul {
	margin:0px;
	padding:5px 0px 5px 17px;
	list-style:none;
}

.subnav ul li {
	background:url(img/bullet.gif) 0px 3px no-repeat;
	padding-left:18px;
}

.subnav ul li a {
	height:20px;
	color:#646464;
	font-size:11px;
	padding:0px;
}

.subnav ul li a:hover {
	background:none;
	color:#646464;
	text-decoration:underline;
}

.subnav .active {
	background:url(img/subnavbg.gif) top left no-repeat;
	color:#FFFFFF;
}

.subnav ul li a.active {
	color:#646464;
	background: none;
	font-weight: bold;
}

/********** banner_home styles ************/

#banner_home {
	background:url(img/banner_homebg.jpg) top left no-repeat; 
	width:889px; 
	height:335px; 
	overflow:hidden; 
	margin:0px auto;
}

#banner_home .txtblock {
	width:376px; 
	font-size:12px; 
	color:#5e5e5e; 
	padding-top:70px; 
	padding-left:48px;
	position:relative;
}

#banner_home .txtblock h1 {
	font-size:16px;
	margin: 0;
	padding: 0;
	color: #5E5E5E;
}

#banner_home .txtblock p {
	margin:15px 0px; 
	line-height:20px;
}

#banner_home .txtblock strong {
	color:#d42c62;
}

#banner_home .txtblock a img {
	float:right;
}

/********** home_content styles ************/

#home_content {
	background:url(img/home_content_mid.jpg) left repeat-y; 
	width:889px; 
	margin:0px auto;
}

#home_content .hc_top {
	background:url(img/home_content_bot.jpg) bottom left no-repeat;
}

#home_content .hc_bot {
	background:url(img/home_content_top.jpg) top left no-repeat;
	width:889px;
}

#home_content .home_leftcol {
	width:166px; 
	float:left; 
	padding-left:48px;
	padding-top:10px;
	position:relative;
}

#home_content .home_leftcol .title {
	font-size:15px; 
	font-family:'Times New Roman', Times, serif; 
	color:#d487a4;
}

#home_content .home_leftcol p {
	margin:10px 0px;
}

#home_content .home_leftcol .full {
	color:#d42c62; 
	text-decoration:none;
	font-weight:bold;
}

#home_content .home_leftcol .recent {
	position:absolute; 
	margin-left:182px; 
	margin-top:15px;
}

#home_content .home_leftcol .hrule {
	background:url(img/border2.gif) repeat-x; 
	height:2px; 
	display:block; 
	overflow:hidden;
	margin:15px 0px;
}

#home_content .home_leftcol .view_all {
	color:#d487a4; 
	text-decoration:none; 
	float:right;
}

#home_content .home_leftcol .view_all img {
	margin-left:5px;
	vertical-align:middle;
}

#home_content .home_rightcol {
	width:620px; 
	float:right;
	position:relative;
}

#home_content .home_rightcol .hrule {
	background:url(img/hrule.gif) top center; 
	display:block; 
	height:2px; 
	overflow:hidden; 
	margin:10px 0px 5px;
}

#home_content .home_rightcol p {
	line-height:20px;
}

#home_content .home_rightcol .home_btext a img {
	float:right;
}

#home_content .home_rightcol h1 {
	font-size:18px; 
	color:#727272;
	margin:0px 0px 10px;
	padding-bottom: 10px;
	background:url(img/hrule.gif) no-repeat bottom center; 
}

#home_content .home_rightcol h1 span {
	color:#d487a4;
}

/********** photos styles ************/

#photos {
	padding-left:30px;
	height:220px;
	overflow:hidden;
}

#photos .col {
	width:165px; 
	display:block; 
	float:left; 
	text-align:center;
	margin:0px 12px;
}

#photos .frame {
	display:block; 
	width:152px; 
	height:143px; 
	padding-top:11px; 
	padding-left:13px; 
	text-align:left;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/frame.png');
}

div > #photos .frame {
	background:url(img/frame.png) top left no-repeat; 
}

/********** footer styles ************/

#footer {
	display:block; 
	height:110px; width:889px; 
	overflow:hidden; 
	padding:0px 24px 0px 23px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/footerbg.png');
}

div > #footer {
	background:url(img/footerbg.png) top left no-repeat; 
}

#footer .bottomnav {
	background:url(img/bottomnavbg.gif) top left no-repeat; 
	height:48px; 
	font-size:13px;
	position:relative;
}

#footer .bottomnav ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#footer .bottomnav ul li {
	display:block;
	float:left;
	height:19px;
	background:url(img/bottomsep.gif) top right no-repeat;
	padding:3px 12px 0px 10px;
}

#footer .bottomnav ul li a {
	color:#515753;
	text-decoration:none;
}

#footer .bottomnav ul li a:hover {
	text-decoration:underline;
}

#footer .bottomnav ul li.last {
	background:none;
}

#footer .copyright {
	font-size:11px; 
	text-align:center; 
	color:#434343; 
	padding-top:30px;
	position:relative;
}

#footer .copyright a {
	color:#515753;
	text-decoration: underline;
}

#footer .copyright a:hover {
	text-decoration: none;
}

#footer .bottomnav .bnleft {
	float:left; 
	padding-top:15px; 
	padding-left:10px;
}

#footer .bottomnav .bnright {
	float:right;
}

#footer .bottomnav .bnright .logo {
	position:absolute; 
	margin-left:-176px; 
	margin-top:10px;
}
.floatr {
    float:right;
    padding:0px 0px 10px 10px;
    }
.floatl {
    float:left;
    padding:0px 10px 10px 0px;
    }
