/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: "Lucida Grande", Trebutchet, Arial, Helvetica, sans-serif;
 font-size: 1em;;
 background-color: #f3f3f3;
}

a {
	color: #333;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: Georgia;
	font-size: 1.4em;
	color: #666;
}

h3 {
	font-size: 1.2em;
	color: #333;
	
}

ul {
	list-style-type: square;
}

li {
	padding-bottom: 5px;
}

#clearform { }

/* FORMS */
form {
	margin: 0;
	padding: 0;
}

label, .label {
	color: #036;
	display: block;
	margin-bottom: 5px;
}

fieldset {
	padding: 20px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

legend {
	font-family: Georgia;
	font-size: 1.2em;
	color: #666;
}

form .formelement {
	margin-bottom: 20px;
}

form .formerror {
	color: #900;
}

form input[type="text"], form input[type="password"], form select
{
	color: #666;
    font-size: 100%;
	padding: 10px;
	margin-right: 5px;
    border: solid 1px #ccc;
    width: 250px;
}

form input[type="text"]:focus, form input[type="password"]:focus, form select:focus
{
	color: #666;
	font-size: 100%;
    padding: 10px;
	margin-right: 5px;
    border: solid 1px #69f;
    width: 250px;
}

form select {
	width: 270px;
}

form select:focus {
	width: 270px;
}

form select option {
	border-bottom: 1px dotted #eaeeee;
	color: #666;
	background-color: #fff;
}


#wrapper { 
 margin: 0 auto;
 width: 1046px;
 border-right: 1px solid #999;
 border-left: 1px solid #999;
}
#header {
 background-image: url('../images/site/top.png');
 background-repeat: no-repeat;
 height: 125px;

}

#identity {
 float:right;
}

#navigation {
 background-image: url('../images/site/midnav.png');
 background-repeat: repeat-x;
 color: #fff;
 padding: 15px;
 
}

#navigation a:link, #navigation a:visited {
	color: #fff;
	text-decoration: none;
}

#navigation a:hover {
	color: #030;
	text-decoration: underline;
}

.separator {
	color: #9c0;
}

#content { 
 color: #333;
 background:#fff;
 margin: 0;
 padding: 25px 15px 25px 15px;
 min-height: 350px;
}
#footer { 
 color: #333;
 border-top: 1px solid #ccc;
 border-bottom: 1px solid #666;
 background-color: #f5f5f5;
 padding: 15px;
}


.button { 
 font-size: 15px; 
 color: #FFFFFF; 
 font-weight: normal; 
 font-family: arial; 
 background-color: #006699; 
 text-decoration: none;
} 

ul {
 margin-left: 2.5em; 
 }
 
 
.viewbookbox {
 border:0px 
 min-height:100px;
 padding: 5px;
 width:100%;
 height:100px;
 float:left;
 }

.floatright
{
float: right;
width: 303px;
margin: 0 0 10px 10px;
background-color: #fff;
padding: 10px;
border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999;
}

div.floatright img
{
border-top: 2px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 2px solid #555;
}

div.floatright p { margin-top: 0; }


#confirmation {
	border: 1px solid #000000;
	background-color: #FFCC00;
	padding: 10px 10px 10px 10px;
	color: #000;
	margin-bottom: 20px;

	height:auto !important;
  	height:35px }
