/* CSS Document */

/* - - - - - - - - - - - - - - - - - - - - -

Title : JORDAN RUDESS
Author : Justin Wohler
URL : http://www.jordanrudess.com

Description : Default stylesheet

Created : 10/20/06
Modified : 10/20/06

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */
body { 
	font: 12px "Arial", "Tahoma", "MS Sans Serif", sans-serif; 
	color: #666;
	background:#FFF;
	margin:0;
	padding:0;
}

a:link, a:active, a:visited {
	color: #a00c0c;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#contain {
	width: 985px;
	margin-left:auto;
	margin-right:auto;
}

#Layer1 {
	position: absolute;
	left: 40%;
	top: 0px;
	width: 532px;
	height: 165px;
	display: inline;
}

/* ----- Header ----- */
	
#header {
	padding-top: 5px;
	width: 985px;
	height:165px;
	background-color: #FFFFFF;
}

#nav {
	margin-bottom: 10px;
	padding: 1px 0px 4px 0px;
	background: url('/images/navbg.png') repeat-x;
	height: 18px;
	width: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#nav a { padding: 3px 10px; position: relative; z-index: 2;}

#nav a:link, #nav a:visited, #nav a:active{
	color: #369;
	height: 100%;
	width: 785px;
	text-decoration: none;
}

#nav a:hover{
	background-color: #f0f0f0;
	text-decoration: none;
}
#main {
	height: 100%;
	width: 985px;
}
/* ----- Left ----- */
#left {
	float: left;
	height: 100%;
	width: 199px;
}

.leftcol {
	width:199px;
	float:left;
	padding: 10px 0px 5px 0px;
	background-color: #f9f9f9;
}

.left_header{
	width: 187px;
	height: 19px;
	float: left;
	background-image: url('/images/left_section_header_bg.jpg');
	padding: 1px 5px 0px 7px;
	font: bold 11pt Arial;
	color: #FFF;
}

#login_form {
	padding: 11px 7px;
	width: 179px;
}

#login_form img {
	position: relative;
	top: 4px;
}

#login_form a {
	color: #A00C0C;
}

#login_box {
	width: 159px;
	height: 19px;
	background-image: url('/images/login_textbox.jpg');
	background-repeat: no-repeat;
	padding: 2px 4px 6px 29px;
	margin-bottom: 8px;
}

#login_textbox {
	background-repeat: no-repeat;
	background-position: center left;
	border: 0px;
	width: 130px;
	height: 13px;
	font-size: 7pt;
}

#password_box {
	width: 159px;
	height: 19px;
	background-image: url('/images/password_textbox.jpg');
	background-repeat: no-repeat;
	padding: 2px 4px 6px 29px;
	margin-bottom: 8px;
}

#password_textbox {
	background-repeat: no-repeat;
	background-position: center left;
	border: 0px;
	width: 130px;
	height: 13px;
	font-size: 7pt;
}

/* ----- Mid ----- */

#right {
	margin-left: 13px;
	width:668px;
	height:100%;
	float: left;
	line-height: 150%;
}

.right_header{
	width: 668px;
	height: 19px;
	padding: 1px 5px 0px 8px;
	background-image: url('/images/right_section_header_bg.jpg');
	font: bold 11pt Arial;
	color: #FFF;
}

h1 {
	color: #2F4A79;
	font: bold 22px "Trebuchet MS",Verdana,Arial;
}

#message {
	width:169px;
	height:176px;
	padding: 3px 0px;
	float: right;
	background: url('/images/messagebg.png') no-repeat;
	text-align: center;
}
#message p {
	padding:5px;
	margin: 0px;
	text-align: center;
	border-top: 1px solid #333;
	font-weight: bold; 
}

#note {
	width:145px;
	margin-top: 45px;
	padding: 0px 12px;
	float: right;
	background: #fbf8d3;
	border: 1px solid #f99366;
	text-align: justify;
}

.orange	{ color:#ff6a10;}

#important_note {
	border-collapse: collapse;
	border: 1px solid #c0c0c0;
}

.button {
	padding: 3px;
	border: 1px solid #3b4e76;
	background: #3b6dc6;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align:center;
}

h1.subtxt { font-size: 17px; font-weight: normal; }

ul 	{ list-style:none; margin:15px 0; font:12px Arial, Helvetica, sans-serif; color: #777; }	
li 	{ margin:0 0 5px 0; padding:0 0 0 18px; background:url('/images/bullet.png') no-repeat center; background-position:0 4px; }


/* toggler */
	
	h3 { margin: 0px; padding: 5px 0px 10px 10px; font-size: 12px; font-weight:bold; background:#3b4e76;
						  cursor: pointer; border-bottom:1px solid #fff; height: 75px;}
	
	h3.toggler input{
		float: left;
		margin-right: 10px;
	}
	h3.toggler .img{
		float: left;
		width: 120px;
		text-align: center;
		margin-right: 14px;
	}
	h3.toggler .info{
		float:left;
		color: #fff;
		font-size: 14px;
	}
	h3.toggler .info .col1{
		float: left;
		width: 132px;
	}
	h3.toggler .info .col2{
		float: left;
		width: 315px;
		font-weight: normal;
	}
	h3.toggler .small{
		position: relative;
		top: 6px;
		font-size: 10px;
		background: url('/images/magnify.gif') no-repeat;
		padding-left: 19px;		
	}

/* ----- Footer ----- */
#footer {
	width: 985px;
	clear: both;
	height: 58px;
	padding: 10px 0 4px 0;
	background-color: #F5F5F5;
	background-image: url('/images/footer.jpg');
	background-repeat: repeat-x;
	text-align:center;
	font: bold 10pt verdana, arial, sans-serif;
	color: #FFF;
}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	font: bold 10pt verdana, arial, sans-serif;
	color: #FFF;
}

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

#footer span {
	color: #999999;
	font-size: 7.5pt;
}

/* Random */

.down2{
	position: relative;
	top: 2px;
}