@charset "UTF-8";
html, body {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #DDE2EA url(../images/common/bacckground_grad.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	clear: both;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	position: relative;
} 
#navigation_container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	position: relative;
}
#logo_banner_container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	border-top: #CCCCCC;
	border-right: 1px solid #00FF00;
	border-left: 1px solid #009900;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	height: 150px;
	clear: both;
	width: 780px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px 20px;
}
#mainContent {
	margin: 0 0 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 520px;
	padding: 10px 10px 20px;
} 
#mainContent_for_php_pages {
	margin: 0 0 0 0px;
	width: 700px;
	padding: 10px 10px 20px;
}
#mainContent_shop_only {
	margin: 0 0 0 0px;
	width: 700px;
	padding: 10px 10px 20px 30px;
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#F3DCE9;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666666;
	font-size: 0.7em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-weight: bold;
	color: #000066;
	margin-top: 1px;
	font-size: 1.2em;
}
#side_content_box_train_pack {
	width: 181px;
	background: no-repeat;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-bottom: 1em;
	margin-top: -0.5em;
}
#side_content_box_login {
	width: 170px;
	background: url(../images/home_page/tutors_login_bg.gif) no-repeat;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-bottom: 1em;
	margin-top: -0.5em;
	font-size: 0.7em;
}
/*.side_content_box {
	width: 170px;
	background: url(../images/home_page/design_08.gif) no-repeat;
	border-right: thin solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: thin solid #CCCCCC;
	margin-top: -1.2em;
	margin-bottom: 1em;
}*/
.side_content_box_large {
	width: 183px;
	margin-bottom: 1em;
	border: 1px solid #CCCCCC;
}
#side_content_box_get_puppy {
	width: 181px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 0.7em;
	color: #333333;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	padding-bottom: 4px;
}
#side_content_box_get_puppy img {
	float: left;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 2px;
}
#container #sidebar1 #side_content_box_login p {
	font-size: 0.8em;
	margin-top: 0.5em;
	margin-left: 1.5em;
	width: 80%;
	padding-top: 1em;
	font-weight: bold;
}
#container #sidebar1 #side_content_box_login form {
	margin-top: 0.5em;
	margin-left: 1.5em;
	width: 80%;
	padding-top: 1em;
}

#container #sidebar1 #side_content_box_train_pack p {
	font-size: 0.8em;
	margin-top: 0.5em;
	margin-left: 1.5em;
	width: 80%;
	padding-top: 1em;
	font-weight: bold;

}

html>body #container #header #top_images {
	margin-left: 190px;
	margin-top: 0.7em;
	float: left;
}

/* Style as above work around for IE6*/
#top_images {
	margin-left:190px;
	width: 400px;
	border: thin dotted #CC0000;
	margin-top: 20px;
}

/* Style as above work around for IE6 END*/

#container #header #top_images img {
	display: inline;
	margin-right: 0.7em;
}
.page_top_title {
	font-size: 1.2em;
	font-weight: bold;
	color: #00339A;
}
#top_text {
	margin-left: 190px;
	margin-top: 0px;
	height: 30px;
}
/* Style as above work around for IE6*/
html>body #container #header #top_right_image {
	width: 156px;
	float: right;
	margin-top: 0.6em;
}
/* Style as above work around for IE6 END*/
#top_right_image {
	width: 146px;
	float: right;
	margin-top: 0.3em;
	top: 70px;
	position: absolute;
	right: 100px;
}


ul {
	list-style: none;
	font-size: 0.9px;
	line-height: 1.3;
}
h2 {
	font-weight: bold;
	color: #000066;
	font-size: 1em;
}
ul#whygo {
	list-style: none;
}

#whygo_list {
	padding-top: 5px;
}
.imagefloatleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	border: 1px solid #00339A;
}
.content_boxes {
	padding-top: 5px;
	margin-top: 1em;
	margin-bottom: 1em;
	border-top: 1px solid #CCCCCC;
	clear: both;
}
#container #mainContent .content_boxes li {
	font-weight: bold;
	list-style: none;
	font-size: 0.8em;
}
#top_right_image_advice {
	width: 146px;
	float: right;
	top: 1.5em;
	margin-right: 0.5em;
}
ul {
	font-size: 0.8em;
}
/* Style as above work around for IE6*/
html>body #container #header #top_right_image_2 {
	float: right;
	margin-top: -0.4em;
	margin-right: 0.5em;
}
/* Style as above work around for IE6 END*/
.dean {
	font-weight: bolder;
	color: #FF0000;
}
th {
	background: #F1D8E6;
	color: #142D91;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #FF9999;
}
tr {
	background: #CCCCCC;
	border: 1px solid #666666;
}
#mainContent_for_php_pages  td {
	background: #FFFFFF;
	border-style: none;
}
td {
	padding: 2px;
	border: 1px solid #999999;
	font-size: 0.8em;
}
ol {
	line-height: 1.5em;
	font-size: 0.8em;
}
#maptable {
	width: 200px;
}
#maptable  tr {
	width: 200px;
	background: #999999;
	color: #FFFFFF;
	border: 1px solid #333333;
	padding: 4px;
}
.other_heading {
	font-size: 1.5em;
	font-weight: bold;
	color: #000066;
	margin-top: 1px;
}
#assessment {
	list-style: disc;
}
.side_content_box_large img {
	border-style: none;
}
html>body #container #header #top_right_image_3 {
	float: right;
	margin-top: -0.3em;
	margin-right: 8.3em;
}
#top_right_image_3 {
	width: 156px;
	float: right;
	margin-top: -9.3em;
}
img {
	border-style: none;
}
.expect_list {
	list-style: disc;
}
.picture_text_box {
	border-bottom: 1px solid #000066;
	margin-bottom: 3em;
	clear: left;
}
#container #mainContent .picture_text_box h2 {
	margin-bottom: 7px;
}
#container #mainContent .picture_text_box_noline h2 {
	margin-bottom: 7px;
}
.picture_text_box_noline {
	clear: left;
	margin: 0px;
	float: left;
}
.blue_text_box {
	background: #6699FF;
	margin: 2px;
	padding: 4px;
	width: 80%;
	border: 1px solid #3300FF;
	clear: both;
}
.movie_container {
	height: 250px;
	width: 350px;
	border: medium none #CC99CC;
	text-align: center;
}
.plan_text_box {
	clear: both;
}
.orange_highlight {
	font: 0.5em Verdana, Arial, Helvetica, sans-serif; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FF9900;
}
#side_content_box_shopping {
	width: 181px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-top: -0.7em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}
#shopping_box_button {
	margin-top: -0.7em;
}
#container #sidebar1 #side_content_box_shopping p {
	font-size: 0.7em;
	width: 80%;
	font-weight: bold;
	margin-left: 1em;
}
p {
	font-size: 0.8em;
}
#menubar #menubar_text a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px;
	background: #043494;
}
#menubar #menubar_text a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menubar #menubar_text a:hover {
	text-decoration: none;
	background: #7F9EDC;
	color: #033393;
}
#top_nav a:link {
	text-decoration: none;
	color: #FFFFFF;
	padding: 1px;
}
#top_nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#top_nav a:hover {
	text-decoration: none;
	color: #033393;
	background: #7F9EDC;
}
#maptable td {
	border-width: 0px;
}
#advicepages {
	margin-left: -2.8em;
}
.puppy_advice_sub_head {
	font-weight: bold;
	color: #999999;
}
#livestock {
	font-style: italic;
}
#herding {
	font-style: italic;
}
em {
	font: italic 8pt "Times New Roman", Times, serif;
	color: #333333;
	margin-top: -10px;
}
