/* *** css by sally orpin *** */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
 
html, body, div, span, applet, object, iframe,
h1, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
                margin: 0;
                padding: 0;
                border: 0;
                outline: 0;
                font-size: 100%;
                vertical-align: baseline;
                background: transparent;
				
}
body {
              
				line-height: 1.2;
}



h2 
{ font-size: 115%;}
ol, ul {
                list-style: none;
}
blockquote, q {
                quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
                content: '';
                content: none;
}
 
/* remember to define focus styles! */
:focus {
                outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
                text-decoration: none;
}
del {
                text-decoration: line-through;
}
 
/* tables still need 'cellspacing="0"' in the markup */
table {
                border-collapse: collapse;
                border-spacing: 0;
}
/*End cut here- you can now add your style as per normal*/


body {
font-size: 9pt; 
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#000000;
margin: 0;
Padding: 0;
text-align: left;
background-color:#990000
}


/* POSITIONING  */

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

/* FIX IT FOR IE  */

#IEroot#container{
border-collapse:collapse;
}

/* ----------container for layout-------------- */
#container {
	position:relative;
	width:850px;
	height:700px;
	z-index:2;
	text-align:left;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	}

/* ----------container for header-------------- */

#header {
width: 850px;
height: 113px;
background-color: #330000;
text-align: left;
background-image: url(../images/dogpanel6.jpg);
background-repeat: no-repeat;
}

/* ----------container for navigation-------------- */

#sidebar {
position: relative;
float: left;
width: 150px;
height: 507px;
font-weight: bold;
text-align: left;
background-image: url(../images/sidebar.jpg);
background-repeat: repeat;
padding-top: 80px;
padding-left: 10px;
}



/* ----------container for Content-------------- */

#mainContent {
position: relative;
float: left;
width: 650px;
height: 557px;
background-color: #FFFFFF;
padding-top: 10px;
padding-left: 20px;
padding-right: 20px; 
padding-bottom: 20px;
}

/* ----------clearspace-------------- */
.clear {
clear: both; }



/* ----------photo positioning-------------- */

.photo {
width: 268px;
}

.photoads {
width: 350px;
}

.photohome {
width: 600px;

}

.floatRight {
float: right;
margin-left: 10px;

}

.floatLeft {
float: left;
margin-right: 10px;
}


/*--------------typography-----------------*/

#mainContent h2 {
font: caption, 12pt arial, helvetica, sans-serif;
font-weight: bold;
color:#000000;
display: block;
border-width: 1.5px;
border-style: solid;
border-top:none;
border-left:none;
border-right:none;
border-bottom-color:  #990000;
padding: 2px;
margin: 0;
}

#mainContent h4 {
font: caption, 10pt arial, helvetica, sans-serif;
font-weight: bold;
color:#000000;
padding: 2px;
margin: 0;
}

#mainContent li { /* remove bullets and list indents */
list-style: none;
margin: 0px;
padding: 0px;
}

#sidebar ul { /* remove bullets and list indents */
list-style: none;
margin: 0px;
padding: 0px;
}


#sidebar a {
text-decoration: none;
color:#FFFFFF;
display: block;
}



#sidebar h2, #sidebar h3 {
padding: 0;
margin: 0;
}

#sidebar h4 {
font: 8pt arial, helvetica, sans-serif;
font-weight: normal;
color:#FFFFFF;
padding: 0;
margin: 0;
}


#sidebar h2 a {
font: 9pt arial, helvetica, sans-serif;
font-weight: normal;
color:#FFFFFF;
text-transform: capitalize;
display: block;
border-width: 1px;
border-style: solid;
border-top:none;
border-left:none;
border-right:none;
border-bottom-color:  #FFFFFF;

padding-top: 4px;
padding-bottom: 4px;

}

#sidebar h2 a:hover{

color: #990000;
}




