* {
 padding: 0;
	margin: 0;
}

body, html {
 background: url(images/shadow_bg3.jpg) center repeat-y;
	margin: 0px auto;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
}

img {
 border: 0;
}

h1 {
 font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600; /* #E96B10 */
}

h1.pad_top {
 padding-top: 20px;
}
/*
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
	border-left: 5px solid #999;
	background: #EEE;
	margin-top: 5px;
	padding: 2px 5px;
}
*/
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	margin-top: 5px;
	padding: 2px 5px;
}

a {
 color: #FF6600;
	text-decoration: underline;
}

a:hover {
 text-decoration: none;
}

#container {
	width: 100%;
	margin: 0px auto;
}

#main {
 width: 740px;
	height: 100%;
	background: #D1D1D1;
	text-align: left;
}

#header {
	position: relative;
}

#vote {
	position: absolute;
	top: 37px;
	left: 315px;
}

#menu {
 height: 39px;
	width: 740px;
	padding-left: 1px;
	background: url(images/menu_bg.gif) repeat-x;
}

#menu ul {
	margin: 0;
	width: 740px;
	height: 22px;
	list-style-type: none;
	overflow: hidden;
}

#menu li {
 float: left;
	display: block;
	text-indent: -9000px;
}

#menu li a {
	text-decoration: none;
	padding: 22px 0 0 0;
	display: block;
	overflow: hidden;
	height: 0px !important;
	height /**/:27px; /* IE5/Win */
}

#menu_home a {
 width: 59px;
 background: url(images/menu_home.jpg) 0 -27px no-repeat;
}

#menu_home a:hover {
 background-position: 0 0;
}

#menu_services a {
 width: 83px;
 background: url(images/menu_services.jpg) 0 -27px no-repeat;
}

#menu_services a:hover {
 background-position: 0 0;
}

#menu_testimonials a {
 width: 117px;
 background: url(images/menu_testimonials.jpg) 0 -27px no-repeat;
}

#menu_testimonials a:hover {
 background-position: 0 0;
}

#menu_links a {
 width: 58px;
 background: url(images/menu_links.jpg) 0 -27px no-repeat;
}

#menu_links a:hover {
 background-position: 0 0;
}

#menu_contact a {
 width: 101px;
 background: url(images/menu_contact.jpg) 0 -27px no-repeat;
}

#menu_contact a:hover {
 background-position: 0 0;
}

#menu_about a {
 width: 88px;
 background: url(images/menu_about.jpg) 0 -27px no-repeat;
}

#menu_about a:hover {
 background-position: 0 0;
}

#menu_media a {
 width: 61px;
 background: url(images/menu_media.jpg) 0 -27px no-repeat;
}

#menu_media a:hover {
 background-position: 0 0;
}

#content_top {
 height: 14px;
 background: url(images/content_top.jpg) 1px 0px no-repeat;
}

#content {
 min-height: 300px;
 height: auto !important;
 height: 300px;
	padding: 0px 28px 0px 25px;
	background: url(images/content_bg.jpg) 1px 0px repeat-y;
}

#content_bottom {
 height: 10px;
 background: url(images/content_bottom.jpg) 1px 0px no-repeat;
}

#footer {
 background: url(images/footer_stripe.jpg) no-repeat;
	height: 20px;
	margin-top: 20px;
	text-align: center;
	padding-top: 15px;
}

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

#footer a:hover {
 color: #FF6600;
}

/*******************************************************/

#home_reasons {
 width: 475px;
	height: 240px;
	float: left;
}

#home_woman {
 width: 210px;
	height: 240px;
	float: left;
	padding-top: 10px;
}

#home_woman img {
 float: left;
}

.justify {
 text-align: justify;
}

.subtitle {
 font-weight: bold;
	margin: 5px 0px;
}

.agency {
	margin-bottom: 10px;
}

.agency a {
	/* color: #000; 
	text-decoration: none;*/
	padding-left: 15px;
}

.agency a:hover {
	color: #FF6600;
	background: url(/images/orange_ball.jpg) 0px 1px no-repeat;
}

.agency .moreShowInfoDiv a {
	padding-left: 0px;
}

.agency .moreShowInfoDiv a:hover {
	background: none;
}


.subtitle p {
 font-style: italic;
	font-weight: normal;
}

.subtitle a {
	outline: none;
}

/*
.subtitle img {
 float: left;
	margin-right: 5px;
}
*/

.subtitle span {
 width: 60px;
	font-weight: normal;
	text-align: right;
	display: block;
	float: left;
	padding-right: 4px;
}

.clear {
 clear: both;
}

ul.orange {
 margin-left: 25px;
}

ul.orange li {
 color: #FF6600;
}

ul.orange li span {
 color: #000;
}

/***************************************/
/** Contact Form                      **/
/***************************************/

.contact_form .input_title {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	width: 300px;
}

.contact_form .input_box {
 width: 300px;
}

.contact_form .input_box input {
 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 350px;
	height: 12px;
	border: 1px solid #000;
	padding: 3px 5px 3px 15px;
	background: #EEE;
}

.contact_form .input_box .input_off {
	background: #EEE;
}

.contact_form .input_box .input_on {
	background: url(images/orange_ball.jpg) 0px 3px no-repeat;
}

.contact_form .input_box textarea {
 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #EEE;
	border: 1px solid #000;
	width: 340px;
	height: 140px;
	padding: 3px 15px;
	overflow: auto;
}

.contact_form .input_submit {
 text-align: right;
	width: 372px;
	margin-top: 5px;
}

.contact_form .input_submit input {
	height: 21px;
	width: 86px;
}

.full p {
	text-align: justify;
	margin-bottom: 10px;
}

.moreInfoDiv {
 display: none;
	padding-top: 4px;
}

html div.moreInfoDiv span {
	font-style: normal;
}

.moreShowInfoDiv {
	margin-left: 15px;
}

p.pdf {
 background: url(/images/pdf_icon.jpg) top left no-repeat;
	padding-left: 50px;
}

.media_item {
	margin: 20px 0px 10px 0px;
}

.media_item img {
	display: block;
	float: left;
	padding-right: 10px;
}