@charset "utf-8";
/* CSS Document for Pixel Strategies */
html {min-height:100.2%;}

body {
	font-family: tahoma, arial, sans-serif;
	background: #231F20 url('');
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
img {
	border: 0px;
}
p {
	line-height: 1.4em;
	-webkit-margin-before: .0em;
}
h1 {
	margin: 0px 0px;
	color: #BD2031;
	font-size: 30px;
	font-weight: Bold;
	font-style: normal;
}
h2 {
	margin: 0px 0px;
	color: #BD2031;
	font-size: 24px;
	font-weight: normal;
}
h3 {
	margin: 0px 0px;
	color: #BD2031;
	font-size: 18px;
	font-weight: normal;
}
a {
	color: #006295;
	text-decoration: none;
}
a:hover {
	color: #BD2031;
	text-decoration: none;
}
.h_divider {
	margin-top: 1px 0px 2px 0px;
	height: 1px;
	background: #006295;
	overflow: hidden;
}
.h_divider-2 {
	margin-top: 1px 0px 2px 0px;
	height: 1px;
	width: 175px;
	background: #006295;
	overflow: hidden;
}
#clearthis {
	margin: 0px;
	height: 1px;
	clear: both;
	float: none;
	font-size: 1px;
	line-height: 0px;
	overflow: hidden;
}

/* Container */
#container {
	background: #f2f0dc url('');
	margin: auto;
	min-height: 600px;
}

/* Header */
#header {
	background: #006295 url('/images/header-top-bg.png') repeat-x bottom;
	margin: auto;
	min-height: 134px;
	border-bottom: 4px #BD2031 solid;
}
#sub-header {
	width: 900px;
	margin: auto;
}

    /* Left */
    #logo { 
		float: left; 
		width: 500px;
		min-height: 134px;
		background: transparent;
		padding: 0px 0px 0px 0px;
    }
    
    /* Right */
    #funny-image { 
		float: right; 
		width: 400px;
		min-height: 134px;
		background: transparent url('/images/dog.png') no-repeat bottom;
		padding: 0px 0px 0px 0px;
    }


/* Divide */
#divide {
	background: #006295 url('/images/divide-bg.png') repeat-x;
	margin: auto;
	height: 24px;
}


/* Navigation */
#navbar {
	background: transparent url('');
	width: 900px;
	margin: auto;
	min-height: 30px;
	border: 0px #000000 solid;
	font: 18px bolder;
	
}
ul#navigation {
	padding: 0;
	margin: 0;
	background: transparent;
	color: #000;
	float: left;
	width: 765px;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	padding: 4px 18px;
	background: transparent;
	color: #000;
	text-decoration: none;
	float: left;
}
ul#navigation li a {
	color: #000;
}
ul#navigation li a:hover {
	color: #fff;
	background: #BD2031;
	
	/* round the corners */
	border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0 0 8 8;
	-webkit-border-radius: 0px 0px 8px 8px;
	
	/* create a glow */
	box-shadow: 0px 1px 1px #000000;
	-moz-box-shadow: 0px 1px 1px #000000;
	-webkit-box-shadow: 0px 1px 1px #000000;
}
ul#navigation li#active a {
	color: #fff;
	background: #BD2031;
	
	/* round the corners */
	border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0 0 8 8;
	-webkit-border-radius: 0px 0px 8px 8px;
	
	/* create a glow */
	box-shadow: 0px 1px 1px #000000;
	-moz-box-shadow: 0px 1px 1px #000000;
	-webkit-box-shadow: 0px 1px 1px #000000;
} 

    /* Social Networking */
    #social-net {
		float: right;
		width: 130px;
		padding-top: 2px;
		text-align: right;
    }


/* Content */
#content {
	background: transparent;
	width: 900px;
	margin: auto;
	min-height: 0px;
	padding: 5px 0px 5px 0px;
	border: 0px #000000 solid;
}
.indent {
	text-indent: 25px;
}
.noindent {
	text-indent: 0px;
}
.noindent a.nav {
	font-size: 14px;
	font-style: normal;
	font-weight: Bold;
}
span.left { 
	float: left; 
	padding: 0px 8px 0px 0px;
}
span.right { 
	float: right; 
	padding: 0px 0px 0px 4px;
}
td {
	vertical-align: text-top;
}
td.divider {
	vertical-align: middle;
}

    /* Two Column */
    #left { 
		float: right; 
		width: 193px;
		background: transparent;
		padding: 2px 2px 2px 5px;
		border: 1px #000000 solid;
		
		/* round the corners */
		border-radius: 7px 7px 7px 7px;
		-moz-border-radius: 7 7 7 7;
		-webkit-border-radius: 7px 7px 7px 7px;
		
		/* create a glow */
		box-shadow: 0px 0px 6px #BD2031;
		-moz-box-shadow: 0px 0px 6px #BD2031;
		-webkit-box-shadow: 0px 0px 6px #BD2031;
    }
    #right { 
		float: left; 
		width: 688px;
		background: transparent;
		padding: 0px 0px 0px 0px;
		margin-right: 10px;
    }

    /* Three Column */
    #first {
		float: left; 
		width: 160px;
		background: transparent;
		padding: 0px 0px 0px 0px;
		border: 0px #000000 solid;
    }
    #middle {
		float: left; 
		width: 520px;
		background: transparent;
		padding: 0px 10px 0px 10px;
		border: 0px #000000 solid;
    }
    #last {
		float: right; 
		width: 200px;
		background: transparent;
		padding: 0px 0px 0px 0px;
		border: 0px #000000 solid;
    }
    

/* Copy */
#copy {
	background: #231F20 url('/images/copy-bg.png') repeat-x;
	margin: auto;
	height: 45px;
	padding: 10px 0px 0px 0px;
	color: #fff;
	border-top: 4px #BD2031 solid;
}
#copy a {
	color: #fff;
	text-decoration: none;
}

