/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : Kevin Klein	
Email : kevin.klein@gmail.com 
We Are : Unified Studies

Description : I control all the styles, including IE 6 hacks designated with *html, for the entire site

Created : 4/25/07
Modified : 4/29/07

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* global whitespace reset */
* { padding:0; margin:0; }

body {
    background:#bed62f url(/images/bg-body.gif) center top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	text-align:center; 
}

/*********** = structure = ***********/

.container {
	margin:0 auto;
	position:relative;
	text-align: left;
	width:683px;
}

#uppercontent .container {
	height:200px;
}

#uppercontent {
	background:#fff;
	height:200px;
}

body.full #uppercontent {
	background:#bed62f url(/images/bg-body.gif) center top repeat-x;
}

body.full #uppercontent .container {
	background:url(/images/bg-uppercontent.gif) center top repeat-x;
}

body.full #uppercontent span.left {
	background:#fff;
	display: none;
	height:200px;
	position: absolute;
	width:50%;
}

#home #lowercontent .container {
	width:700px;	
}

/*********** = utility layout divs = ***********/

div.products {
	left:0px;
	position: absolute;
	top:20px;
	width:190px;
	z-index: 100;
}

#home #lowercontent div.products {
	left:9px;
}

body.full div.products {
	top:220px;
}

div.content {
	margin:0 0 0 190px;
	width:492px;
}

#home #lowercontent div.content {
	margin-left:200px;
	width:500px;
}

body.full div.content {
	margin:0 0 0 99px;
	min-height: 500px;
	padding:75px 0 0 91px;
}

body.full.green div.content {
	background:none;
}

div.copy {
	background: #fff;
	font-size: 12px;
	padding:23px 33px;
}

body.full.detail div.copy {
	background:none;
	min-height:450px;
}

body.full.detail div.detail {
	background:#fff url(/images/bg-product-detail.gif) no-repeat 100% 0%;
}

body.full.detail div.copy {
	padding:23px 92px 23px 33px;
}

div.product-hdr {
	background:#D4E3F4;
	height:93px;
}

body.full div.copy {
	min-height: 425px;
}

*html body.full div.copy {
	height: 425px;
}

div.disclaimer {
	background:#D4E3F4;
	color:#000;
	font-family:Georgia, Times, sans-serif;
	font-size: 11px;
	padding:12px 0;
	text-align: center;
}

div.telephone {
	top:150px;
	left:8px;
	position: absolute;
	width:69px;
}

.cols {
	display:inline;
	float:left;
	margin:0 15px 0 0;
	width:47%;
}

.cols.first {
	margin:0;
}

div.rule {
	border-top:double 3px #d2cccc;
	font-size:1px;
	height:3px;
	line-height:1px;
	margin:0;
}

div.hr {
	background:#D4E3F4;
	height:4px;
	font-size:1px;
	line-height:1px;
	margin:10px 0;
}

/*********** = headers = ***********/

h1 {
	height:200px;
	left:0;
	position: absolute;
	text-indent:-999em; 
	top:0;
	width:140px;
}

h1 a {
    background:#fff url(/images/bg-logo.gif) no-repeat 8px 0;
    display:block;
    height:200px;
	text-indent:-999em; 
	width:140px;   
}

#home h1 a {
	cursor:default;
}

h2 {
	font-size:18px;
	font-weight:normal;
	letter-spacing:.1em;
	line-height:1em;
	margin:0 0 15px 0;
	text-transform:uppercase;
}

body.green h2 {
	color:#fff;	
}

body.full.detail h2 {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:35px;
}

body.full.detail h2 span {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 0 5px 0;
}

h3 { 
	color:#330000;
	font-size:12px; 
	font-weight:normal;
	margin:10px 0;
	text-transform:uppercase;
}

h3.search { 
	background:#D4E3F4;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	padding:10px 0 8px 34px;
	text-transform: uppercase;
}

div.products h3 {
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 0 0 0 8px;
	text-transform:none;
}

h4 { 
	color:#000; 
	font-size:14px; 
	font-weight:normal;
	margin:12px 0
}

div.results h4 {
	color: #bed52f;
	font-size: 13px;
	font-weight: bold;
	margin: 22px 0 0 0;
	padding:0;
	text-transform: uppercase;
}

/*********** = links and typography = ***********/

a { 
	color:#003768; 
	text-decoration:underline;
}

a:visited { color:#666; }

a:hover { 
	color:#000; 
	text-decoration:none; 
}

a.action,
a.action:visited {
	background:#D4E3F4;
	color:#000;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	margin:4px 0;
	padding:4px 0 4px 25px;
	text-decoration:none;
	text-transform:uppercase;
}

a.action:hover {
	background:#bed62f;
}

.content p {
	margin:12px 0;
    line-height:1.5em;
}

div.telephone p {
	color: #bed62f;
	display:none;
	font-size: 11px;
	text-align: center;
}

a.learn {
	color:#892e1c;
	font-size:10px;
	text-transform:uppercase;
}

#footer p {
	color:#fff;
	font-size:13px;
	margin:6px 0;
	line-height:1.2em;
	text-align:center;
}

#footer p.copyright {
	color:#000;
	font-size:100%;
}

p.intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	left:139px;
	line-height: 1.5em;
	margin: 0;
	top:63px;
	padding: 0;
	position: absolute;
	text-align: justify;
	width:545px;
}

input, 
select {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:11px;
	font-weight: normal;
}

small {
	font-size:.9em;
	line-height:1.5em;
}

blockquote {
	margin:20px 0;
	padding:0 20px 0 50px;
	border:none;
}

blockquote.pull {
	border-left:double 3px #d2cccc;
	color:#7a2600;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	float:right;
	margin:5px 0 8px 22px;
	padding:0 0 0 12px;
	width:250px;
}

blockquote.pull span {
	color:#333;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:1.4em;
	margin:4px 0 0 0;
}

div.results {
	padding: 0 0 25px 0;
}

div.results p {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 5px 0 !important;
}

div.results a {
	display: block;
	font-family:Arial, Helvetica, sans-serif;
}	

/*********** = #navigation = ***********/

/*#primary nav tabs */
ul#primary {
	font-size: 10px;
	font-weight: bold;
	left:139px;
	line-height: 1em;
	list-style:none;
	padding-bottom: 15px;
	position:absolute;
	text-transform: uppercase;
	top:15px;
	z-index:100;
	width:340px;
}
	
ul#primary li {
    float:left;
    margin-right: 15px;
}

ul#primary a {
	color:#000;
	text-decoration: none;
}

ul#primary a.active,
ul#primary a:hover {
	color:#bed62f;
}

/* products subnav */
div.products ul {
	font-family:Georgia, Times, serif;
	font-weight:normal;
	padding:10px 0;
    list-style-type:none;
    text-align:left;
}

div.products ul a, 
div.products ul a:visited {
	display: block;
	color:#003768;
	font-size:13px;
	height:1.54em;
	line-height:1.54em;
    text-decoration:none;
    padding: 0px 0px 0px 8px;
}

div.products ul a:hover {
	color:#fff;
}

div.products ul a.active:hover {
	color:#4C5381;
}

div.products ul li {
    display: inline;
}

div.products a.list {
	font-family: Arial, Helvetica, sans-serif;
}

div.products a.list,
div.products a.list:visited {
	color:#fff;
	display: block;
	font-size: 11px;
	padding:0 0 0 8px;
	text-decoration: none;
	text-transform: uppercase;
}

div.products ul.one { background:url(/images/bg-products.gif) no-repeat 100% 0px; }
div.products ul.two { background:url(/images/bg-products.gif) no-repeat 100% 20px; }
div.products ul.three { background:url(/images/bg-products.gif) no-repeat 100% 40px; }
div.products ul.four { background:url(/images/bg-products.gif) no-repeat 100% 60px; }
div.products ul.five { background:url(/images/bg-products.gif) no-repeat 100% 80px; }
div.products ul.six { background:url(/images/bg-products.gif) no-repeat 100% 100px; }
div.products ul.seven { background:url(/images/bg-products.gif) no-repeat 100% 120px; }
div.products ul.eight { background:url(/images/bg-products.gif) no-repeat 100% 140px; }
div.products ul.nine { background:url(/images/bg-products.gif) no-repeat 100% 160px; }
div.products ul.ten { background:url(/images/bg-products.gif) no-repeat 100% 180px; }
div.products ul.eleven { background:url(/images/bg-products.gif) no-repeat 100% 200px; }
div.products ul.twelve { background:url(/images/bg-products.gif) no-repeat 100% 220px; }
div.products ul.thirteen { background:url(/images/bg-products.gif) no-repeat 100% 240px; }
div.products ul.fourteen { background:url(/images/bg-products.gif) no-repeat 100% 260px; }
div.products ul.fifteen { background:url(/images/bg-products.gif) no-repeat 100% 280px; }
div.products ul.sixteen { background:url(/images/bg-products.gif) no-repeat 100% 300px; }
div.products ul.seventeen { background:url(/images/bg-products.gif) no-repeat 100% 320px; }
div.products ul.eighteen { background:url(/images/bg-products.gif) no-repeat 100% 340px; }
div.products ul.nineteen { background:url(/images/bg-products.gif) no-repeat 100% 360px; }
div.products ul.twenty { background:url(/images/bg-products.gif) no-repeat 100% 380px; }

/*********** = lists = ***********/

dl {
	color:#717DBD;
	font-size: 12px;
	font-family:Georgia, Times, sans-serif;
	line-height: 1.6em;
}

dd {
	margin-left:34px;
}

dl.product-list {
	font-family:Arial, Helvetica, sans-serif;
}

dl.product-list dt {
	color:#000;
	clear:both;
	float:left;
	text-transform: uppercase;	
}

dl.product-list a,
dl.product-list a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

dl.product-list a:hover {
	color:#717DBD;
	text-decoration: underline;
}

dl.product-list dd {
	color:#717DBD;
	font-family:Georgia, Times, sans-serif;
	margin:0;
	text-indent:4px;
}

/*********** = utility classes = ***********/

.clearfix {
	display:inline-block; /* IE 6 & 7 */
}

.clearfix:after { /* modern browsers */
	content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

*html .clearfix {
	height:1%; /* fIE 6 */
}

.indent { padding-left:65px; }

.margin-top { margin-top:12px; }
.margin-bottom { margin-bottom:12px; }

.clear {
	clear:both;
	height:1px;
	margin:-1px 0 0 0;
	padding:0;
}

.center {
	text-align:center;
}

.centered {
	margin-left:auto;
	margin-right:auto;
}

.alignright {
	float:right;
}
	
.alignleft {
	float:left
}

img { border:none; }

img.float-r {
	float:right;
    margin:0px 0 2px 15px;
}

#home img.float-r { margin-top:-15px; }

img.float-l {
	float:left;
	margin:0px 15px 2px 0;
}
	
img.alignright {
	padding:4px;
	margin:0 0 2px 7px;
	display:inline;
}

img.alignleft {
	padding:4px;
	margin:0 7px 2px 0;
	display:inline;
}

/*********** = tables = ***********/

table.form {
	border:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding:0;
	width:100%;
}

table.form td {
	line-height:1.4em;
	padding:7px 5px;
	vertical-align:top;
}

table.form td.label {
	padding:7px 0;
	text-align:right;
	width:75px;
}

table.form td.label {
	width:auto;
}

/*********** = forms = ***********/

div.search {
	position: absolute;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	right:0;
 	top:8px;
}

div.search label {
	display:none;
}

div.search form {
	margin:0;
	padding:0;
}

div.search form div.inputs {
 	display: inline;
}

div.search form input#search {
	background:#e2f2f0;
	border:1px solid #b6c1c1;
	margin:0 5px;
	height:15px;
	padding:2px;
	width:170px;
}

div.search form input.go {
	margin:-8px 0 0 0;
	vertical-align:middle;
}

.content form p {
	margin:5px 0;
	padding:0;
}

input.text,
textarea.text {
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:157px;
}

input.text.state { width:30px; }

label.zip { margin:0 5px 0 25px }
input.text.zip { width:65px; }

label.check { 
	margin:0 22px 0 0;
}

textarea.text {
	height:85px;
	width:400px;
}

textarea.text.medium {
	width:230px;
}

select {
	width:200px;
}

span.req { color:#CC0000; }

.submit {
	background:#330000;
	border:3px outset #1f0000;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	margin:12px 0 0 133px;
	padding:4px 10px;
}

.submit:focus {
	border:3px inset #1f0000;
}
