/*
Alias: Dogwalker
Author: tastygun.com
Version: 0.1 (07/12/2009)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
© COPYRIGHT: "Dogwalker" belongs to (http://www.tastygun.com/).
Stealing is fail. Be win.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

COLOR REFERENCES:
Palette: #00ade3, #ca1c26
Body Background: #fff
Body Color: 
Links: #00ade3, #ca1c26
*/

/*---------------------------------------------------------------------
(Zero Reset)
---------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}

/*---------------------------------------------------------------------
MAIN STRUCTURE
---------------------------------------------------------------------*/
body {
	font-size:100%; /* Sets to about 16px */
	font-family:"Gill Sans", Georgia, "Times New Roman", serif; 
	background-color:#fff;
}

table {
	margin-top: 20px;
}

#right {
	background: url(/images/md_border_right.gif);
}

#content_right {
	padding: 10px 25px 0 10px;
}

.left {
	background: url(/images/md_border_left.gif);
}

.content_left {
	padding: 10px 10px 0 25px;
}

#content_end {
	background: url(/images/md_footer.png) no-repeat;
	height: 15px;
}

/*---------------------------------------------------------------------
NAVIGATION
---------------------------------------------------------------------*/

#menubar {
	margin-top:-14px;
	width:800px;
	height:33px;
	background: url(/images/md_border.png);
}

/*---------------------------------------------------------------------
FONT-STYLE: PARAGRAPHS
---------------------------------------------------------------------*/
p {
	font-size: .875em; /* 16 x 0.875 = 14px */
	line-height: 20px;
	color: #444;
}

#content_right p {
	text-align: justify;
	margin-bottom: 15px;
}

#affiliations p {
	font-size: .625em;
	color: #999;
}

p.background {
	font-size: .75em;
}

.contact-page p {
	margin-left: 20px;
}

p.rates {
	margin-left: 15px;
}

span.rates-money {
	font-family:Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif;
	font-style: italic;
	font-size: 1.1em;
	color: gray;
}

span.pawprint_par {
	font-size: 12px;
	color: #444;
}

#footer p {
	font-size: .625em;
	color: #ccc;
	text-align: right;
	margin-right: 10px;
}

/*---------------------------------------------------------------------
FONT-STYLE: HEADINGS
---------------------------------------------------------------------*/
h1 {
	font-size: 1.75em; /* 16 x 1.75 = 28px */
	font-weight:normal;
	margin-bottom: 15px;
	color: #ca1c26;
	font-variant: small-caps;
}

h2 {
	font-size: 1.125em; /* 16 x 1.125 = 18px */
	font-weight:normal;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #ccc;
	font-variant: small-caps;
}

h3 {}
h4 {}
h5 {}
h6 {}

/*---------------------------------------------------------------------
FONT-STYLE: LINKS
---------------------------------------------------------------------*/
a:link, a:visited, a:active {
	color: #00ade3;
	text-decoration: none;
}
a:hover {
	color: #ca1c26;
	text-decoration: underline;
}
a:focus {outline: none;}

/*---------------------------------------------------------------------
FONT-STYLE: OTHER
---------------------------------------------------------------------*/
.amp {
	font-family:Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif;
	font-style:italic;
	font-weight:normal;
	line-height:inherit;
}
abbr, acronym {
	font-size:0.688; /* 16 x 0.688 = 11px */
	letter-spacing:1px;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px dotted #888;
	cursor:help;
}

blockquote {
	border-bottom: 3px double #ccc;
	border-top: 3px double #ccc;
	margin-top: 10px;
	padding: 15px 20px;
	text-align: center;
	font-family: Baskerville, 'palatino linotype', palatino, 'century gothic', "Goudy Old Style", "Book Antiqua", serif;
	font-variant: small-caps;
}

/*---------------------------------------------------------------------
IMAGE STYLES
---------------------------------------------------------------------*/

#content_right img {
	border: 3px solid #eee;
}

#content_right img.no-border {
	border: none;
}

.float_left {
	float:left;
	margin-right: 10px;
}

.float_right {
	float: right;
	margin-left: 10px;
}

/*---------------------------------------------------------------------
LIST STYLES
---------------------------------------------------------------------*/

#links {
	margin-left: 40px;
}

.pawprint {
	list-style-type:none;
	margin-left: 15px;
}

.pawprint li {
	padding: 5px 0;
	padding-left: 20px;
	background: transparent url(/images/pawprint.gif) no-repeat;
	background-position: 0 6px;
	font-size: .813em;
}


/*---------------------------------------------------------------------
MISC.
---------------------------------------------------------------------*/

#cycle_testimonials {
	height:140px;
	width:260px;
}

/* 
	LEVEL ONE
*/
ul.dropdown                         { z-index: 1000; margin: 0 0 0 1px;list-style-type:none; position: relative; font-size: 14px;}
ul.dropdown li                      { float: left; zoom: 1; background: #00ade3;text-align: center; width:133px;}
ul.dropdown li ul					{ list-style: none; }
ul.dropdown a:hover		            { color: #fff; }
ul.dropdown a:active                { color: #fff; }
ul.dropdown li a                    { display: block; padding: 5px 8px; border-right: 1px solid #00ade3; color: #fff; text-decoration: none; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover, 
ul.dropdown li:hover                { background: #ca1c26; color: #fff; position: relative; }
ul.dropdown li.hover a              { color: #fff; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ z-index: 1020; width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #00ade3; color: #fff; border-bottom: 1px solid #fff; float: none; width:200px;text-align: left;}				
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"Style is the mind skating circles around itself as it moves forward." 
- Robert Frost
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/