/* CSS Document */
/* = defaults

------------------------- defaults ------------------
*/
* /* this sets everything to have a default of ...*/

{
	margin:0px;
	padding:0px;
	border:0px;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	height: 100%;
}

h1
{
	font-size: 1.6em;
	font-weight: normal;
	padding-bottom: 1.5em;
	padding-top: 1.5em;
}
h2
{
	font-size: 1.4em;
	font-weight: normal;
	padding-bottom: .7em;
	padding-top: .5em;
}
h3
{
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: .1em;
	padding-top: .1em;
}

a:link
{
	text-decoration:none;
	color: #333333;
}

a:hover
{
	text-decoration:underline;
}

#wrapper
{
	width: 960px;
	margin:0px auto 0px auto;
	position: relative;
}
#header
{
	width: 960px;
	height: 275px;
	background-image:url(images/wendy-dyer-header.jpg);
	background-repeat:no-repeat;
	border-bottom:#e5e5e5 2px solid;
	margin-top: 10px;
}
/*Contenr*/

#Content
{
	width: 685;
	line-height: 14px;
	font-size: .75em;
	color: #4c4c4c;
	height: 100%;
	margin-right: 10px;
}
#Content li
{	
	list-style:none;
	padding-left: 30px;
}
#ContentWrapperTop
{	
	background-image:url(images/wendy-dyer-content_wrapper_top.gif);
	background-repeat: no-repeat;
	width: 725px;
	height: 3px;
	margin-top: 15px;
	margin-left: 25px;
	float: left;
}
#ContentWrapper
{
	width: 715px;
	float: left;
	position: relative;
	margin-left: 25px;
	background-image:url(images/wendy-dyer-content_wrapper-bk.gif);
	background-repeat:repeat-y;
	padding-left: 15px;
	height: 100%;
}
#ContentWrapperBottom
{
	width: 725px;
	height: 3px;
	float: right;
	background-image:url(images/wendy-dyer-content_wrapper_bottom.gif);
	background-repeat:no-repeat;
	margin-right: 5px;
}

.clear
{
	clear:both;
}
#image_box
{
	float: right;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	
}
/*Menu*/
#nav
{
	width: 205px;
	height: 100%;
	background-image:url(images/wendy-dyer-nav-background.gif);
	background-repeat: repeat-y;
	margin-top: 15px;
	float: left;
	font-variant: small-caps;
	font-size: .9em;
	font-weight:bold;
}
#menu ul li
{
	list-style:none;
}

#menu ul li a
{
	display:block;
	text-align:left;
	height:14px;
	padding:5px;
	border-bottom:#e5e5e5 1px solid;
	margin-left: 10px;
}

#menu ul li a:hover, .current a
{
	background-color:#c6c6c6;
}

#menu a
{
	color:#4c4c4c;
	text-decoration:none;
}
/* SubMenu */
#nav li li a:link, #nav li li a:visited {
	margin-left: 20px;
	border-bottom:#e5e5e5 1px solid;
}

/*Footer*/
#footer
{
	width: 960px;
	height: 25px;
	border-bottom:#cccccc 2px solid;
	border-top:#cccccc 2px solid;
	font-size: .7em;
	margin-top: 15px;
	padding-top: 12px;
	text-align: center;
}
#footer ul li
{
	display: inline;
	list-style-type: none;
	padding-left: 100px;
}

#footer ul li a:hover
{
	color:#252525;
}

#footer a
{
	color:#4c4c4c;
	text-decoration:none;
}

/*Wendy Packages*/
#WendyPackagesWrapper
{
	width: 100%;
	height: 350px;
	vertical-align:bottom;
}

#goldPackage
{
	width: 178px;
	height: 236px;
	background-image:url(images/wendy-dyer-gold-package-bk.gif);
	background-repeat:no-repeat;
	float:left;
	position:relative;
	margin-top: 30px;
	margin-left: 35px;
	padding: 6px;
	line-height: 1.3em;
}
#silverPackage
{
	width: 178px;
	height: 234px;
	background-image:url(images/wendy-dyer-silver-package-bk.gif);
	background-repeat:no-repeat;
	float:left;
	position:relative;
	margin-top: 61px;
	margin-left: 35px;
	padding: 6px;
	line-height: 1.3em;
	
}
#bronzePackage
{
	width: 178px;
	height: 126px;
	background-image:url(images/wendy-dyer-bronze-package-bk.gif);
	background-repeat:no-repeat;
	float:left;
	position:relative;
	margin-top: 140px;
	margin-left: 35px;
	padding: 6px;
	line-height: 1.3em;
}
#customPackage
{
	width: 642px;
	height: 61px;
	background-image:url(images/wendy-dyer-custom-package-bk.gif);
	background-repeat:no-repeat;
	float:left;
	position:relative;
	margin-left: 35px;
	padding: 6px;
	line-height: 1.3em;
}
/*Contact Page Forms*/
.form_row
{
	clear:both;
	margin:5px;
}
.form_row label
{
	display:block;
	float:left;
	width:140px;
	padding-bottom:3px;
	padding-top:3px;
	/*color:#0A609D;
	font-size:0.8em;*/
}
.form_row input
{
	width:200px;
}
#SpecialNotes
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#provider_num_error
{
	/*display:block;*/
	display:none;
	text-align:right;
}
.checkbox_row
{
	
	width:240px;
	float:left;
	/*padding-bottom:4px;
	padding-left: 5px;
	color:#0A609D;
	font-size:0.8em;
	*/
	height:20px;
}
.checkbox_row label
{
	cursor:pointer;
	vertical-align:top;
	padding-left: 5px;
}
.send_button
{
	background-image:url(images/send-button.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width: 99px;
	height: 36px;
	border:0px;	
	margin-top:-30px;
	margin-left:85px;
	margin-bottom: 30px;
	cursor:pointer;
}
.send_button:hover
{
	background-position:right;
}
.form_fields
{
	background-color:#fff;
	border: #282828 1px solid;
	width: 345px;
	padding:3px;
	color:#282828;
	/*margin-left: 6px;*/
	font-size: .9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}
.form_multiline
{
	color:#282828;
	font-size: .9em;
	width: 346px;
	background-color:#fff;
	border: #282828 1px solid;
	padding: 3px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.contactImages
{	
	margin-top: -300px;
}

#copyright
{
	position:relative;
	float: left;
	font-size: 10px;
	color:#666666;
	width: 50%;
	height: 20px;
}
#designed_by a
{
	color: #666666;
	text-decoration:none;
}
#designed_by a:hover
{
	color: #333333;
	text-decoration:underline;
}
#designed_by
{
	position:relative;
	float: right;
	font-size: 10px;
	color:#666666;
	width: 50%;
	height: 20px;
	text-align:right;
}