/* CSS Document */
/*Force vertical scrollbar in Firefox*/
html {overflow-y: scroll;}

body {
	color: #333333;
	margin: 0px 0 10px 0px; 
	padding:0px;
	background-color:#e5e5e5;
	text-align:center;
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.5em;
	font-weight: lighter;
	font-variant: small-caps;
	margin: 0px 15px 10px 0px;
	padding: 0;
	text-align: left;
	border: 0;
}

h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.2em;
	font-weight: lighter;
	font-variant: small-caps;
	color: #364d9b;
}

h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.0em;
	font-weight: lighter;
	font-variant: small-caps;
	color: #364d9b;
}

p {
	text-align: left;
	margin: 0;
	padding: 0px 0 10px 0;
	font-size: 0.8em;
}

li {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

a {
	color: #364d9b;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

hr {
	 color: #999999;
	 background-color: #999999;
	 border: 0;
	 height: 1px;
	 margin: 15px 35px;
}

.left{
	float: left;
	margin: 10px 15px 10px 0px;
}

.right{
	float: right;
	margin: 10px 0px 10px 15px;
}

.clear {
	clear: both;
}

.third_width {
	width: 250px;
}

.full_width {
	width: 700px;
}

.heading{
	position: relative;
	margin-bottom: 15px;
}

.heading h1 {
	position: absolute;
	bottom: 15px;
	left: 0px;
	width: 375px;
}

.heading_form {
	margin-left: 50px;
}

/*curved corner*/
.roundcont {
	/*background-color: #364d9b;*/
	background-color: #c3c6ec;
	color: #333;
}

.roundsize{
	height:210px;
}

.roundcont h1 {
	padding-left: 15px;
}

.roundcont p {
	margin: 10px 15px 10px 15px;
	padding: 0;
}

.roundtop { 
	background: url('/images/tr.gif') no-repeat top right; 
}

.roundbottom {
	height: 15px;
	background: url('/images/br.gif') no-repeat top right; 
}

img.corner {
	text-align: left;
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

#wrap{
	position: relative;
	width: 990px;
	background:url(/images/border_side.png) repeat-y;
	margin:0 auto;
}

#banner {
	/*position: relative;*/
	background:url(/images/border_top.png) no-repeat top;
}

#logo {
  padding: 25px 35px 0 0;
	text-align: right;
}

#nav {
	font: 1.3em Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight:bold;
	margin: 0;
	padding: 10px 0 0 0;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#nav li {
	margin: 0 0 0 -2px;
	padding:0;
	display: inline;
	border: 0px solid red;
}

#nav a {
	text-decoration: none;
	color: #ddd;
	margin: 0px;
	padding: 14px 16px 0 16px;
	background:url(/images/nav_bg.png) bottom repeat-x;
}

#nav a:hover {
	text-decoration: none;
	background:url(/images/nav_bg_hover.png) bottom repeat-x;
}

#nav .selected {
	text-decoration: none;
	background:url(/images/nav_bg_hover.png) bottom repeat-x;
}

#nav_bar {
	/*border: 4px solid #b90707;*/
	border: 4px solid #364d9b;
	margin: -1px 37px 0px 34px;
}

#sub_nav {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding: 0;
	text-align: left;
	background-color: #c3c6ec;
	padding-bottom: 100em;
	margin-bottom: -100em;
}

.sub_nav_bottom{
	border: 0px solid red;
	position: absolute;
	bottom: 80px;
}

#sub_nav ul {
	width: 185px;
	list-style: none;
	margin: 0px 0px 0 0px;
	padding: 0;
}

#sub_nav li {
	margin: 0;
	padding: 0px 0 7px 20px;
	background:url('/images/sub_nav_li.gif') 0 0.1em no-repeat;
}

#sub_nav a {
	font-weight:bold;
	color: #666;
	text-decoration: none;
}

#sub_nav a:hover {
	color: #fff;
	text-decoration: none;
}

#sub_content {
	/*width: 725px;*/
	text-align: left;
	width: 700px;
	float:left;
	padding-left: 15px;
}

#sub_content h1 {
	margin: 0px 15px 10px 0px;
}

#content {
	padding: 15px 35px 0 35px;
	overflow: hidden;
}

#content li{
	margin: 0px 0 5px 0;
}

#content .left_head {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.3em;
	font-weight: lighter;
	font-variant: small-caps;
	text-align: left;
	color: #364d9b;
}

#content hr{
	margin-left: 0px;
	margin-right: 0px;
}

#content .left_half {
	float: left;
	width: 185px;
}

#content .right_half {
	float: left;
	width: 500px;
}

#content table{
	border: 1px solid #364d9b;
}

#content td{
	padding-top: 5px;
	padding-left: 5px;
	border-top: 1px solid #364d9b;
}

#content .table_heading{
	background-color: #364d9b;
	text-align:left;
	height: 30px;
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.0em;
	font-weight: lighter;
	font-variant: small-caps;
}

#footer {
	/*text-align:center;*/
	text-transform:uppercase;
	margin: 10px 0 0 0;
	padding: 20px 30px 0px 30px;
	background:url(/images/border_bottom_blue.png) no-repeat bottom;
	color: #e5e5e5;
	height: 55px;
}

#footer p{
	text-align: center;
	font-size: 0.7em;
}

#footer a{
	color: #e5e5e5;
}

/*tabs*/
#tabs {
	width: 320px;
	float: left;
	padding: 0;
	margin: 15px 0 10px 30px;
	border: 0px solid red;
}

#tabs ul {
	list-style: none;	
	padding: 0;
	margin: 0;
}

#tabs li {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding: 0px 0 0 0;
	text-align: left;
	font-size: 1.1em;
	font-weight: lighter;
	font-variant: small-caps;
}

#tabs li a {
	color: #222;
	text-decoration: none;	
	display: block;
	height: 60px;
	outline: none;
}
/* need embedded div instead of just padding containing a-element for compatibility with IE */
#tabs li a div {
	padding: 20px;
}

#tabs li a.current {
	background:  url('/images/feature-tab-current-small.png');
	color: #fff;
}

#output {
	width: 535px;
	float:left;
	margin: 15px 30px 10px 0px;
	border: 0px solid green;
}

#output ul {
	list-style: none;	
	padding: 0;
	margin: 0;
}

#output li {
	margin:0px;
	padding: 0px;
	text-align: left;
}

#output li ul {
	margin-bottom: 10px;
}

#output li li {
	font-size: 1.0em;
	margin: 0 25px 0 25px;
}

#output p {
	margin: 0 0 15px 15px;
	padding: 0;
	font-size: 1.0em;
}

#output .readmore {
	text-align:right;
	margin-right: 15px;
	margin-top: 25px;
	font-size: 1.1em;
}

#output .readmore a {
	color: #333;
	padding: 5px 10px;
	border: 1px solid #333;
	text-decoration: none;
}

#output .readmore a:hover {
	background: #fff;
}
