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

*	{
	margin:0;
	padding:0;
	border:0;
}
body	{
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(images/bg-top.gif) repeat-x;
	background-color: #FFF;
	}
div#wrapper	{
	width: 930px;
	margin: 0 auto;
	padding: 0;
	border: #FFF 0 solid;
	overflow:hidden;
}
div#top-banner	{
	height: 110px;
	margin:0;
	padding: 20px;
	background:url(images/bg-top-div.jpg) repeat-x;
}
.logo-text-one	{
	font-size:2em;
	color:#fff;
	font-family: Georgia, serif;
	font-weight: bold;
}
.logo-text-two	{
	text-transform:uppercase;
	font-size:1.5em;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	color:#fff;
	float:left;
}
.logo	{
	float:left;
	clear:left;
	border:0;
	padding: 5px 8px;
}

a	{
	text-decoration:none;
}

ul#nav	{
	float:right;
	list-style:none;
}

ul#nav li {
	display: inline;
	padding: 6px 2px;
	float:left;
	text-shadow:0 1px 9px rgba(255, 255, 255, 1);
}


.nav-link	{
	display:block;
	margin:30px 0 10px;
	padding: 4px 10px;
	font-weight:bold;
	text-decoration:none;
	font-size:1.1em;
	color: #333;
	background-color:#CCC;
}

#nav-link-active	{
	font-size:1.1em;
	color:#000;
	background-color:#E4AC6D;
}

.nav-link:hover	{
	display:block;
	margin:30px 0 10px;
	padding: 4px 10px;
	font-weight:bold;
	text-decoration:none;
	font-size:1.1em;
	color: #000;
	background-color: #DADADA;
}


li	{
	list-style: none;
}

div#container	{
	width:910px;
}
div#left-column	{
	/* background:#036; */
 	width:210px;
	height: 350px;
	float:left;
}
div#left-column-one	{
	width: 195px;
	background: #ECECFF;
	margin: 0 auto;
	padding: 0 10px 0 0;
	color:#339;
	line-height: 1.3em;
}
div#left-column-two{
	width: 195px;
	margin: 10px auto;
	padding: 0 10px 0 0;
	color:#339;
}
div#right-column	{
	width:660px;
	float:right;
	margin: 0 auto;
}
div#right-column-one	{
	margin: 0 auto;
	padding: 0px 8px;;
}



/* ROUNDED CORNER : STAR */
.roundcont {
	width: 240px;
	background-color: #FDF7E3;
	color: #F00;
}
.roundcont li {
	margin: 0 30px;
}
.roundtop { 
	background: url(images/tr.gif) no-repeat top right; 
}
.roundbottom {
	background: url(images/br.gif) no-repeat top right; 
}
img.corner {
   width: 8px;
   height: 8px;
   border: none;
   display: block !important;
}
/* ROUNDED CORNER : END */

#mid-content-format	{
	width: 550px;
	height: 300px;
	line-height: 1.8em;
	color:#036;
	margin: 0 auto;
}

#mid-content-format-fee	{
	width: 610px;
	height:400px;
	line-height: 1.8em;
	color:#036;
	margin: 0 auto;
	background-color: #E6F7FF;
	border-bottom:2px #09C solid;
	padding: 14px;
}



input.button
{
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #888;
	border-right: solid 1px #888;
	background-color: #eaeaea;
	color: #555;
	font-size: 0.8em;
	padding: 0.35em;
}

input.text, textarea.text
{
	border-top: solid 1px #888;
	border-left: solid 1px #888;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	padding: 0.1em;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
	background-color:#DEF4FF;
}


.tmp-home	{
	width: 618px;
	padding: 10px 15px 15px;
	text-align:justify;
	background:url(images/dv-bg.jpg);
	color:#000;
	border-top: 1px #999 dotted;
}

#share {
	margin: 10px 25px;
}

div#footer	{
	width:100%;
	height: 150px;
	color:#000;
	margin:0 auto;
	padding:0px;
	text-align:center;
	background:url(images/bottom-bg-footer.gif) repeat-x;
	background-color:#e5e5e5;
}
