/*
millarangus.com
Created by Kevin
09-09-09

Colors:
text black:	222222
text white:	fff7ea
yellow:			fcdf55
light blue:	5c4dde
mid blue:		1c03d6
dark blue:	0d0165
light tan:	f0d4b2
mid tan:		cf8342
dark tan:		75421d
gray:				c6c6c6
*/




@charset "UTF-8";

/*CSS Clear*/
*{padding:0px;margin:0px;}
html, body, div, span, applet, object, iframe,
h1, h2, 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{
	border:0;
	font-size:100%;
	margin:0;
	outline:0;
	padding:0;
	vertical-align: baseline;
}
body {
	
	line-height:normal;
}
ol, ul {
	list-style: none;
}
li{
	line-height:140%;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
br{
	clear:both;
}


/*general syles*/
.floatLeft{
	float:left;
	margin-right:5px;
}
.floatRight{
	float:right;
	margin-left:5px;
}
.clearBoth{
	clear:both;
}
.textLeft{
	text-align:left;
}
.textRight{
	text-align:right;
}
.textCenter{
	text-align:center;
}
.textSmall{
	font-size:60%;
}
.textLight{
	color:#fff7ea;
}
.textUnderline{
	text-decoration:underline;
}
.textBlue{
	color:#1c03d6;
}
.strong{
	font-weight:bold;
}
.objectCenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.border{
	border:2px ridge #0d0165;
}

/*Site Settings*/
body {
	background:#222;
	font-family:"Times New Roman", Times, serif;
	
	}
a, a:link, a:visited, a:active, a:hover {
	color:#222222;
	text-decoration:none;
	}
a img {
	border:none;
}
a.textUnderline{
	font-weight:bold;
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6{
	color:#222222;
	font-weight:bold;
	line-height:1.2;
}
h1 {
	font-size:1.7em;
	
	}
h2 {
	font-size:1.3em;
	}

h3{
	font-size:1em;
	}
h4 {
	font-size:.85em;
	}
h5{
		font-size:.8em;
		font-weight:bold;
}
p{
	color:#222222;
	font-size:.85em;
	line-height:1;
}

li{
	color:#222222;
	font-size:.85em;
	list-style:none;
}

img.sire{
	background:url(../../image/common/sire-photo-bg.jpg) repeat;
	padding:8px;
	}
img.gallery{
	background:url(../../image/common/photo-border.jpg) no-repeat;
	padding:8px;
	}

#positioning {
	text-align:center;
	}
	

#site {
	background:#c6c6c6 url(../../image/common/wood-bg-repeat.jpg) repeat;
	margin:0px auto;
	overflow:hidden;
	position:relative;
	text-align:left;
	width:950px;
}

.side-tear-left{
	background:url(../../image/common/site-tear-left.png) repeat-y left top;
	left:0px;
	position:absolute;
	width:9px;
	}
.side-tear-right{
	background:url(../../image/common/site-tear-right.png) repeat-y right top;
	position:absolute;
	right:0px;
	width:12px;
	z-index:500;
}
/*header*/
#header{
	background:#c6c6c6 url(../../image/common/header-bg.jpg) no-repeat;
	height:163px;
	position:relative;
	width:950px;
	}
	#header div.side-tear-left, #header div.side-tear-right{
		height:186px;
	}
#top-inset{
	float:right;
	right:225px;
	position:absolute;
	text-align:center;
	width:225px;
	}
	#top-inset h2, #top-inset h4{
		color:#fff7ea;
		font-family:Arial, Helvetica, sans-serif;
		line-height:1.1;
	}
	
		#top-inset h4:before {
			content:url(../../image/common/inset-divide.png);
			display:block;
		}
#top-inset-content{
	background:#000 url(../../image/common/inset-bg.png) repeat-y;
	padding:3px;	
}
#top-inset-bottom{
	background:#000 url(../../image/common/inset-bottom-bg.png) no-repeat;
	height:5px;
	width:225px;
}
#header-spur{
	background:url(../../image/common/header-spur.png) no-repeat;
	height:191px;
	position:absolute;
	right:0px;
	top:0px;
	width:246px;
	z-index:100;
	}	
#top-rope{
	position:absolute;
	top:158px;
	}
.rope{
	background:url(../../image/common/rope-repeat.png) repeat-x;
	height:30px;
	width:950px;
	z-index:80;
}

/*top Menu*/
#nav{
	height:33px;
	margin-top:23px;
	padding-left:5px;
	position:relative;
	width:950px;
	z-index:60;
	}

	#nav ul{
		display:block;
	}
	#nav li{
		
		float:left;
		font-size:12px;
	}
	
	#nav a{
		background:url(../../image/common/top-menu-left.png) no-repeat left -38px;
		color:#fff7ea;
		line-height:20px;
		margin-left:5px;
		padding:8px 15px 13px 28px;
	}
		
		#nav a:hover{
			background-position:left 2px;
			color:#fcdf55;
		}
	#nav span{
		background:url(../../image/common/top-menu-right.png) no-repeat right -5px;
		padding:8px 5px 13px 0;
	}
		#nav a:hover+span{
			background-position:right 1px;
		}
#flash-banner{
	background:#c6c6c6;
	height:235px;
	margin-top:-45px;

	width:950px;
	z-index:40;
	}
#flash-banner embed{
	position:absolute;
	left:0;
}
#flash-banner-temp{
	background:#c6c6c6;
	height:235px;
	margin-top:-45px;

	width:950px;
	z-index:40;
	}
#bottom-rope{
	margin-top:-15px;
	position:relative;
	}



/*main content*/
#content {
	margin-top:-10px;
	padding:0 20px;
}
	#content div.side-tear-left, #content div.side-tear-right{
			min-height:2000px;
			top:-30px;
			z-index:41;
		}
#parchment{
	margin:0 0 0 20px;
	position:relative;
	z-index:90;
}
	#parchment-top{
		background:url(../../image/common/top-parchment.png) no-repeat;
		height:62px;
		width:851px;
	}
	#parchment-repeat{
		background:url(../../image/common/repeat-parchement.png) repeat-y;
		min-height:50px;
		overflow:hidden;
		padding:0 20px;
		width:851px;
	}
	#parchment-bottom{
		background:url(../../image/common/bottom-parchment.png) no-repeat;
		height:78px;
		position:relative;
		width:851px;
		}
#title-column{
	float:left;
	margin-left:60px;
	padding-right:20px;
	width:200px;
}
	#title-column h1, title-column h3{
		color:#0d0165;
	}
	#title-column h1{
		padding-bottom:1em;
	}
#info-column{
	/*border-left:4px double #0d0165;*/
	float:left;
	margin:0 0 20px 100px;
	overflow:hidden;
	width:630px;
}
	#info-column p{
		padding-bottom:1em;
	}

/*footer*/
#footer {
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto;
	text-align:center;
	width:500px;
}
	#footer img{
		margin-right:20px;
	}
