@charset "utf-8";
/* Retirement Calculator, Inc.	*/
/* MEDIAKIT.CSS					*/
/* Copyright 2008			    */

html {
	width: 100%;
	height: 100%;
	margin: 0px;
}

body {
	width: 777px;
	margin: 20px auto 0px auto;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
	text-align: center;
	background-color: #fff;
}

#container {
	width: 777px;
	text-align: left;
	margin: auto;
}

/* Tags */
a			{ color: #0033cc; text-decoration: underline; }
a:visited 	{ color: #3333cc; text-decoration: underline; }
a:active	{ color: #3333ff; text-decoration: none; }
a:hover		{ color: #3333ff; text-decoration: none; }
 
h2 { color: #87b333; font-size: 1.3em; font-weight: bold; }
h3 { color: #666; font-size: 1.3em; font-weight: normal; }

img { border-width: 0px !important; }
input { font-size: 1.1em; }
textarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.1em; }

.center	 { text-align: center; }
.left	 { text-align: left; }
.right	 { text-align: right; }

.alert { color: #FF0000; font-weight: bold; }
.sml { font-size: .9em; color: #999; }

div { float: left; }

ul {
	margin-left: 1.1em;
	padding-left: 0px;
}

li {
	list-style-position: outside;
	list-style-type: square;
	list-style-image: none;
	padding: 2px 0px 2px 0px;
}

.chart { float: left; }

#top {
	width: 777px;
	height: 5px;
	background: url(images/tp.gif) #fff bottom no-repeat;
}

#copy {
	width: 735px;
	padding: 20px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-size: 1.1em;
}

#bottom {
	width: 777px;
	height: 5px;
	background: url(images/bt.gif) #fff no-repeat;
}

#hd {
	padding-bottom: 25px;
}

#right-col {
	width: 170px;
	padding-left: 20px;
	float: right;
}

#right-col ul { font-size: .9em; }

#form {
	width: 170px;
	background-color: #eee;
}

#form .top {
	width: 170px; 
	height: 5px;
	background: url(images/form-tp.gif) #fff bottom no-repeat;
}

#form .copy {
	width: 140px;
	padding: 15px;
}

#form .bottom {
	width: 170px; 
	height: 5px;
	background: url(images/form-bt.gif) #fff no-repeat
}
