/*
      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: Arial, Helvetica, sans-serif;
 font-size: 10px;
 background-image:url(../gfx/top-right-background.png);
 background-position:top left;
 background-repeat:no-repeat;
 text-align: center;
}

h1 {
	font-size:16px;
	font-weight: bold;
	margin-top: 20px;
}

h2 {
	font-size:14px;
	font-weight: bold;
}

h3 {
	font-size:12px;
	font-weight: bold;
	padding-top: 5px;
}

p {
	padding-top: 5px;
	padding-bottom: 5px;
}

a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

td {
	font-size: 10px;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}

a img {
	border: none; 
} 

#wrapper { 
 margin: 0 auto;
 width: 900px;
 text-align: left;
}
#header {
 color: #333;
 width: 900px;
 height: 200px;
 float: left;
 margin-top: 10px;
 background-image:url(../gfx/snr-header.png);
}
#headermenu {
	float:right;
	position:relative;
	top: 0;
	width:150px;
	height:200px;
}
.headermenu-item {
	height: 30px;
	width: 150px;
}
.headerbutton {
	position: relative;
	top: 130px;
	float: left;
}

#navigation {
 float: left;
 width: 900px;
 color: #333;
 border-bottom: solid 1px black;
}

#footer { 
 width: 900px;
 clear: both;
 color: #333;
 border-top: solid black 1px;
 margin-bottom: 10px;
}

.mini-logo {
	position : relative;
	float: left;
	top: 10px;
	width: 35px;
	height:35px;
	left: 0px;
	background-image:url(../gfx/mini-logo-35x35.png);
	background-repeat:no-repeat;
	background-position:top;
}

#disclaimer {
	position:relative;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	top: 10px;
	width: 810px;
	color: #666666;
	text-align:center;
}

/* Various Forms */
  /***************/
 /* colors: 
 #F6F6F6 = light grey
 #707586 = medium blue
 #333333 = dark grey
 */
/* Email, Login and Search forms generally: */

input, textarea {
	border: 1px solid #999999;
	font-size: 10px;
}

.maillabel {
	padding: 5px;
	margin: 5px;
	width: 100px;
	vertical-align: top;
	font-weight: bold;
}

.mailfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.required {
	background-color: #FFFF99;
}