/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color:#DBDBDB;
	}
	
a:link, a:visited {
	color: #A87E00;
	
}	
#background {
	background: #DBDBDB url(../img/body_bg_4.gif) repeat-y center top;	
	}
	
#background_alt {
	background: #DBDBDB url(../img/body_bg_2.gif) repeat-y center top;	
	}
	
#loginbackground {
	margin-top:50px;
	width: 450px;
	background-color:#FFFFFF;
	border-bottom: 7px solid #476588;
}
	
#wrap {
	width: 770px;
	margin-left: auto;
	margin-right: auto;

	}

#topnav {
	text-align: right;
	margin: 0;
	padding: 8px;
	list-style: none;
	background: #fff;
	color: #29353f;
	border-left: 1px solid #fff;
	}
	
#topnav a:link, #topnav a:visited {
	padding: 0;
	text-decoration: none;
	color: #29353f;
	}
	
#topnav a:hover, body#home #l-home a, body#contact #l-contact a {
	color: #99CCFF;
	}

/* top navigation for inside pages */

#topnav-inside {
	text-align: right;
	margin: 0;
	padding: 8px;
	list-style: none;
	background: #29353f;
	color: #fff;
	border-left: 1px solid #29353f;
	}
	
#topnav-inside a:link, #topnav-inside a:visited {
	padding: 0;
	text-decoration: none;
	color: #fff;
	}
	
#topnav-inside a:hover, body#home #l-home a, body#contact #l-contact a {
	color: #99CCFF;
	}
	
#header {
	height: 85px;
	margin: 0;
	}
	
#headerlogin {
	height: 85px;
	margin: 0;
	background-color: #29353f;

	}
	
#logo {
	float: left;
	margin: 0;
	padding: 0;
	padding: 0;
	text-align: left;
	}
	
#logo img {
	margin: 30px 0 0 20px;
	}

/* header for inside pages */
#header-inside {
	height: 112px;
	margin: 0;
	background-color: #29353f;
	}	

/* search box */
#search {
	float: right;
	width: 205px;
	height: 35px;
	padding: 10px;
	margin: 0;
	background: #C6D2DB url(../img/sidebarBlend.gif) repeat-x bottom left;
	text-align: left;
	font-weight: bold;
	color: #29353F;
	border-top: 1px solid #93a0ac;
	border-left: 1px solid #93a0ac;
	}
	
#search form {
	display: inline;
	}
input.search {
	width: 150px;
	}
#search .btn {
	background: #D9CFA0 url(../img/goldBlend.gif) repeat-x bottom left;
	border: 1px solid #6c808d;
	padding: 0 4px;
	color: #28353E;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-left: 8px;
	}


/* main navigation */

#main_nav {
	float: left;
	width: 770px;
	margin: 0;
	padding: 0;
	background: #D9CFA0 url(../img/goldBlend.gif) repeat-x bottom left;
	border-bottom: 3px solid #28353E;
	border-top: 1px solid #28353E;
	font-family:Arial, Helvetica, sans-serif;
	}

#main_nav ul {
	margin:0;
	padding: 0;
	padding-left: 20px;
	float: left;
	list-style: none;
	}	
	
#main_nav li {
	float: left;
	margin: 0;
	padding: 0;
	}
	
#main_nav a {
	float: left;
	display: block;
	margin: 0;
	padding: 8px 8px 6px;
	color: #28353E;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #28353E;
	background: #D9CFA0 url(../img/goldBlend.gif) repeat-x bottom left;
	}
	
#main_nav a:hover, body#regis #t-regis a, body#about #t-about a, body#faq #t-faq a, body#price #t-price a, body#user #t-user a, body#news #t-news a, body#contact #t-contact a, {
	color: #253355;
	border-color: #FBDE96;
	background: #cfe6f5 url(../img/ltBluBlend2.gif) repeat-x top left;
	}
	
#montage {
	border-bottom: 2px solid #29353F;
	margin: 0;
	padding:0;
	}

/* side navigation */
#sidebar {
	float: right;
	width: 199px;
	padding: 0;
	margin: 0;
	background: #C3CFD9 url(../img/sidebar_shadow.gif) repeat-x top left;

	}

#sidenav {
	padding: 10px;
	margin-top: 8px;
	text-align: left;
	font-weight: bold;
	color: #29353F;
	font-family:Arial, Helvetica, sans-serif;
	}

/* side navigation - home page */
#login {
	padding: 10px;
	margin-top: 8px;
	background: #C6D2DB url(../img/sidebarBlend.gif) repeat-x bottom left;
	text-align: left;
	font-weight: bold;
	color: #29353F;
	border-bottom: 1px solid #29353f;
	}
	
#login form {
	display: block;
	}
input.login {
	width: 180px;
	}
#login .btn {
	background: #D9CFA0 url(../img/goldBlend.gif) repeat-x bottom left;
	border: 1px solid #6c808d;
	padding: 3px 2px;
	color: #28353E;
	font: bold 12px;
	text-decoration: none;
	margin-top: 5px;
	}
	
.navbox {
	margin: 0;
	margin-bottom:20px;
	padding: 0;
	text-align: left;
	line-height: 1.5em;
	color: #253355;
	background: #fff;
	}
	
.navbox h3 {
	margin: 0;
	padding: 10px;
	font-size: 100%;
	color: #253355;
	background: url(../img/main_nav_shadow.gif) repeat-x top left;
	}
	
.navbox p, .navbox ul {
	margin: 0;
	padding: 10px;
	padding-top: 15px;
	background: url(../img/main_nav_shadow.gif) repeat-x top left;
	}
.navbox ul li {
	margin: 0 0 0 16px;
	list-style-type: none;
	padding: 0 0 10px 0;
	list-style-image: url(../img/arrows.gif);
	}
	
.navbox a:link, .navbox a:visited {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #253355;
	border-bottom: 1px dashed #253255;
	}
	
.navbox a:hover {
	color: #CC9900;
	}

#logincontent {
	text-align: left;
	margin: 0;
	padding: 20px;
	line-height: 1.5em;
	background: url(../img/main_nav_shadow.gif) repeat-x top left;
	}

/* main content section */
#content {
	float: left;
	width: 530px;
	text-align: left;
	margin: 0;
	padding: 20px;
	line-height: 1.5em;
	background: url(../img/main_nav_shadow.gif) repeat-x top left;
	border-right: 1px solid #6c808d;
	min-height:400px; 
	height:auto;
	}
	
/* for Internet Explorer */
/*\*/
* html #content {
height: 400px;
}
/**/

	
#content h1 {
	font-size: 170%;
	font-weight: bold;
	color: #29353f;
	font-family: Georgia, "Times New Roman", Times, serif
	}
	
#content h2 {
	font-size: 150%;
	font-weight: bold;
	color: #2D78B5;
	margin-bottom: -8px;
	}
	
#content h3 {
	font-size: 120%;
	font-weight: bold;
	color: #29353f;
	margin-bottom: -8px;
	}
	
	
/* main content section on pages without sidenav */
#content_alt {
	float: left;
	width: 730px;
	text-align: left;
	margin: 0;
	padding: 20px;
	line-height: 1.5em;
	background: url(../img/main_nav_shadow.gif) repeat-x top left;
	min-height:400px; 
	height:auto;
	}
	
/* for Internet Explorer */
/*\*/
* html #content_alt {
height: 400px;
}
/**/
	
#content_alt h1 {
	font-size: 170%;
	font-weight: bold;
	color: #29353f;
	font-family: Georgia, "Times New Roman", Times, serif
	}
	
#content_alt h2 {
	font-size: 150%;
	font-weight: bold;
	color: #2D78B5;
	margin-bottom: -8px;
	}
	
#content_alt h3 {
	font-size: 120%;
	font-weight: bold;
	color: #29353f;
	margin-bottom: -8px;
	}
	
/* form tables */
	
#table-1 {
	margin-top: 15px;
	width: 100%;
	border: 1px solid #6c808d;
	background-color: #F5F2E4;
	text-align: left;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	}
	
#table-1 th {
	color: #2D78B5;
	padding: 10px;
	}

#table-1 td {
	margin: 0;
	padding: 5px;
	text-align: left;
	}

	
#table-1 tr {
	background: #F5F2E4;
	}
	
#table-1 tr.alt {
	background-color: #fff;
	}
	
#table-1 .right {
	text-align: right;
	}
	
#table-1 .left {
	text-align: left;
	}

.star {
	color: #FF0000
	}
		
#table-1 input {
	border: 1px solid #7F9DB9;
	color: #333;
	padding: 3px;
	margin: 2px 0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	}

.sm {
	width: 100px;
	}
.norm {
	width: 200px;
	}
	
.wide {
	width: 400px;
	}
	
#table-1 select {
	border: 1px solid #7F9DB9;
	color: #333;
	padding: 2px 2px;
	margin: 2px 0;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	}

	
#table-1 btn {
	background: #BFD1DF url(../img/grayBlend.gif) repeat-x top left;
	color: #333;
	padding: 0 1px;
	border: 1px solid #666;
	margin: 2px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	}
	
input.btn {
	background: #D9CFA0 url(../img/goldBlend.gif) repeat-x bottom left;
	color: #333;
	padding: 3px 1px;
	border: 1px solid #666;
	margin: 2px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	}
	
#table-2 {
	margin-top: 15px;
	width: 100%;
	border: 1px solid #6c808d;
	border-right: none;
	background-color: #F5F2E4;
	text-align: left;
	}
	
#table-2 th {
	color: #2D78B5;
	padding: 5px;
	border-bottom: 1px solid #6c808d;
	border-right: 1px solid #6c808d;

	}

#table-2 td {
	margin: 0;
	padding: 5px;
	text-align: left;
	border-right: 1px solid #6c808d;
	}

	
#table-2 tr {
	background: #F5F2E4;
	}
	
#table-2 tr.alt {
	background-color: #fff;
	}
	
#table-2 .right {
	text-align: right;
	}
	
#table-2 .left {
	text-align: left;
	}

/* Timeline */

dl {
	margin:0 10px 30px 10px;
	font-size:11px;
	color:#333;

}
dl dt {
	float:left;
	width:40px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#A87E00;
}
dl dd {margin:0 0 0 45px;}
dl dd ul {
	margin:0;
	padding:0;
	list-style:none;
}
dl dd ul li {
	margin:0 0 10px 0;
	padding:0;
	font-size:10px;
	line-height:12px;
}


/* footer */

#footer {
	clear:both;
	margin:0;
	background-color: #ffffff;
	border-top: 1px solid #476588;
	border-bottom: 7px solid #476588;

	}
#footer img {
	padding-left: 20px;
	padding-top: 8px;
}
#footer-copy {
	font-size: 85%;
	text-align:left;
	padding:21px 20px 20px 0;
	margin-left: 27px;
	color:#555;
}
#footer-copy a:link, #footer-copy a:active, #footer-copy a:visited {color:#555;}


	
/* Hide from IE5/Mac \*/
* html #footer { height: 1%; }
/* End hide from IE5/Mac */
