/*
#################################################
#		Designer:	www.2o2u.com						#
#		Client:		www.OldTownDogWalking.com		#
#		Date:			2007 Feb. 01						#
#################################################
*/


/* global */

*	{
	border:0px;
	margin:0px;
	padding:0px;
	}
	
.clear{
	clear:both;
	}

html{
	height: 100%;
	}

body{
	font-family: verdana, arial, sans-serif;
	font-size: .8em;
	color: #333;
	background: #0064ff url(img/body-background.gif) repeat-x;
	}

p{
	padding: 0px 0px 16px 0px;
	line-height: 1.7em;
	text-indent: 20px;
	}

h1{
	font-family: arial, sans-serif;
	letter-spacing: .1em;
	}

h2	{
	padding: 0px 0px 4px 0px;
	font-size: 100%;
	}

img{}

a{
	outline: none;
	}

/* image positioning - left, right and center */
img.left{
	float: left; 
	padding: 0px 8px 0px 0px;
	}

img.right{
	float: right; 
	padding: 0px 0px 0px 8px;
	}

img.center{
	display: block;
	text-align: center;
	margin: 5px auto;
	}

/* block quote */
blockquote{
	margin: 20px 0px 20px 0px; 
	padding: 5px 5px 0px 60px;
	border-left: 2px solid #333;
	border-right:2px solid #333;
	background: #fff url(img/block-quote.gif) top left no-repeat;
	}

/* unordered list */
ul{
	margin: 8px 0px 0px 16px;
	}

ul li{
	list-style-type: disc;
	margin: 0px 0px 11px 0px; 
	}

/* ordered list */
ol{
	margin: 8px 0px 0px 24px;
	}

ol li{
	margin: 0px 0px 11px 0px;
	list-style-type: decimal-leading-zero; 
	}

/* main container */
#main{
	width: 780px;
	margin-left: auto; 
	margin-right: auto;
	background: #003bc5;
	}

/* header */
#header{
	margin-left: auto; 
	margin-right: auto;
	width: 760px;
	height: 300px;
	color: #abc9fb;
	background: url(img/blue-header.gif) center center no-repeat;
	}

#title h1{
	font-size: 250%;
	letter-spacing: .1em;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-weight:500;
	height: 50px;
	font-variant:small-caps;
	color: #fff;
	}

#sub-title h2{
	font-size: 200%;
	letter-spacing: .1em;
	text-align: center;
	font-weight:200;
	height: 100px;
	padding: 0 0 0 60px;
	color: #fff;
	}#top-quote{
	color: #abc9fb;
	height: 75px;
	font: italic 200%/150% serif;
	padding: 0 0 0 160px;
	}
.big-quote-mark{
	font-size: 120%;
	}

/* navigation menu */
#menu{
	height: 30px;
	width: 760px;
	text-align: center;
	padding: 45px 0 0 0;
}

#menu ul{
	margin: 0px auto;
	} 

#menu li{
	float: left; 
	list-style-type: none;
	} 

#menu li a{
	display: block; 
	float: left;
	width: 152px;
	height: 30px;
	text-decoration: none;
	font-size: 200%;
	text-transform: uppercase;
	color: #333;
	}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover{
	color: #ff7900;
	}

/* main content */
#content{
	margin-left: auto; 
	margin-right: auto;
	width: 760px;
	overflow: hidden;
	background:#fff url(img/content-background.gif);
	} 

/* column 1 - contains sidebar items */
#column1{
	width: 207px;
	float: right;
	padding: 16px 0px 15px 0px;
	background:url(img/top-right.gif) top right no-repeat;
	}

.sidebaritem
{ text-align: left;
  width: 188px;
  float: left;
  margin: 0px 0px 25px 0px;
}

.sbihead
{ height: 14px;
  width: 188px;
  padding: 5px 0px 5px 19px;
  text-transform: uppercase;
}

.sbihead h1, .sbicontent h1{
	font-weight: bold;
	font-size: 125%;
	color: #d30000;
	border-bottom: 1px solid;
	}

.sbicontent{
	padding: 14px 8px 8px 19px;
	}

.sbicontent p{
	line-height: 14px; 
	padding: 0px 0px 8px 0px;
	text-indent: 0px;
	}

.sbilinks{padding: 0px;}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
} 

.sbilinks li a , .sbilinks li a:hover
{ float: left; 
  height: 16px;
  text-decoration: none; 
  padding: 5px 0px 4px 19px;
  width: 188px;
  border: 0px;
} 

/* column 2 - page content */
#column2{
	text-align: justify;
	width: 515px;
	float: left;
	padding: 12px 11px 15px 19px;
	background: #fff url(img/top-left.gif) top left no-repeat;
	min-height: 500px;
	}
	
#column2 h1{
	padding: 6px 0px 4px 0px; 
	margin: 0px 0px 12px 0px; 
	border-bottom: 1px solid;
	font-size: 150%;
	text-transform: uppercase;
	font-weight: normal;
	color: #ff7900;
	}
	
.sidebaritem a, #column2 a{
	color: #d30000;
	text-decoration: none;
	}

.sidebaritem a:hover, #column2 a:hover{
	color: #ff7900;
	}

/*	footer	*/

#footer{
	width: 760px;
	font: 110%/150% serif;
	text-align: center;
	background: #003bc5 url(img/footer-background.gif) top left repeat-x;
	}

#footer a
	{
	color: #fff;
	text-decoration: none;
	}

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