/* Riley Agency dot com */

/* reset whitespace */
* {
	padding: 0;
	margin: 0;
}

/* Body Style */
body {
 	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color: #333;
	text-align: center;
	background: #fff;
	min-width: 775px;
}

/* Layout */
#shell {
	width: 600px;
	margin: 0 auto;
}

#login {
	text-align: right;
	vertical-align: middle;
	padding-top: 10px;
}

#mastHead {
	height: 535px;
	text-align: center;
	/*background: url(/imgs/splash.jpg) no-repeat center top;*/
}

#subMastHead {
	height: 155px;
	text-align: left;
}

#content {
	text-align: center;
	padding: 25px 0 1px 0;
}

#subContent {
	text-align: justify;
	padding: 25px 0 45px 0;
}

#footer {
	text-align: center;
	padding: 0 0 1px 0;
}


/* Link Styles */
A {
	color: #660000;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

A:hover {
	color: #fff;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background: #660000;
}

/* Text Styles */
h1 {
 	font-size: 16px;
	color: #660000;
	padding-left: 16px;
	margin: 0 0 5px 0;
}

h2 {
	font-size: 14px;
	color: #660000;
	padding: 10px 0 0 16px;
 	margin: 5px 0 5px 0;
}

h3 {
	font-size: 16px;
 	color: #660000;
	padding-left: 16px;
 	margin-left: 10px 0 10px 0;
	border-bottom: 1px dotted #cccccc;
}

.body2 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.smText {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

.login {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}

.id {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

/* Form Properties */
.input {
	color: #660000;
	font: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	width: 100px;
	padding-left: 5px;
	margin-top: 3px;
}