/*
Information Unlimited, Inc.
www.info-unlimited.com
Todd Brozman - site designer and developer
*/

/* == Reset == */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, em, font, img, small, strike, strong, dl, dt, dd, ol, ul, li, form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background: url('images/background.jpg') #191a29;
	line-height: 1;
}

ol, ul, li {
	list-style: none;
	display: inline;
	}



/* == Global Styles == */

/* == Outer Div == */

div#outerDiv { 
 	background: url('images/background.jpg') #191a29;
	width: 665px;
	margin: 0px auto;
}


/* == Header == */

div#header {
	position: relative;
	background:url('images/header.jpg') no-repeat;
	height: 113px;
	width: 665px;
	margin: 0 auto;
}

div#header a.logo{
	position:absolute;
	top: 26px;
	left: 0px;
	display: block;
	height: 76px;
	width: 340px;
}

div#headerText {
	position: absolute;
	top: 26px;
	left: 490px;
	font-family: 'Arial', sans-serif;
	text-align: right;
	font-size: 13px;
	color: #373422;
	line-height: 1.15;
	letter-spacing: 1px;
}

/* == Tabs == */

div#tabDiv {
	height: 30px;
	width: 665px;
	background:#e2dfc8;
	float: left;
}

.tabNav li a {
	display: block;
	background: #e2dfc8 url('images/tabDuel.jpg') no-repeat left bottom;
	width: 109px;
	height: 24px;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	float: left;
	font-family: 'Verdana', 'Arial', sans-serif;
	font-size: 17px;
	text-decoration: none;
	text-align: center;
	text-indent: -5px;
	color: #0e1171;
}

.tabNav li a:hover {
	color: #3c40dc;
}

ul.tabNav li#last a {
	display: block;
	background: #e2dfc8 url('images/tabDuelLast.jpg') no-repeat left bottom;
	width: 120px;
	
}

ul.tabNav a.selected {
	background-position: left top;
	cursor: default;
	color:#780609;
}

ul.tabNav li#last a.selected {
	background-position: left top;
	cursor: default;
}

.tabNav ul {
	list-style-type: none;
}


/* == Content == */	

div#contentWrapper div { 
	clear:both;
}

div.page { 
 	background:url('images/bodySlice.jpg');
	min-height: 300px;
	width: 665px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0px;
	text-align: left;
}

div.page p {
	font-size: 14px;
	line-height: 16px;
	margin-left: 10px;
}

div.page h2 {
	font-family: 'Times New Roman', serif;
	font-weight: normal;
	font-size: 22px;	
	line-height: 16px;
	color: #170e79;
}

div.page h3 {
	font-family: 'Times New Roman', serif;
	font-weight: normal;
	font-size: 16px;	
	margin-left: 10px;
	margin-top: 10px;
}

div.page h4 {
	font-family: 'Times New Roman', serif;
	font-weight: normal;
	font-size: 18px;	
}



div#boxBottom {
	background: url('images/footer.jpg') no-repeat;
	height: 39px;
	width: 665px;
	margin: 0 auto;
}

div.innerPageWrap {
	margin: 10px 25px 0px 15px;
	border: 1px solid #666;
	padding: 15px 20px;
}

div.innerPageWrap hr{
	margin: 1px;
}



/* == Home == */

#home h4 {
	margin-left: 120px;
}

div#home ul{
	display: block;
	margin-top: 15px;
	margin-left: 120px;
	margin-bottom: 20px;
}

div#home ul li {
	display: list-item;
	list-style: none;
	margin-top: 8px;
	margin-bottom: 8px;
}

div#home div.innerPageWrap {
	padding-bottom: 10px;
}

/* == Services == */
	
div#services p {
	font-family: 'Times New Roman', serif;
	font-weight: normal;
	font-size: 16px;	
	margin-top: 10px;
}
	
div#services ul{
	display: block;
	margin-top: 15px;
	margin-left: 30px;
	margin-bottom: 20px;
}

div#services ul li {
	display: list-item;
	list-style: none;
	margin-top: 2px;
	margin-bottom: 2px;
}

div#services ul#servicesNav a {
	font-size: 16px;
	text-decoration: underline;
	color: #170e79;
}

div#services ul#servicesNav a:hover {
	text-decoration: underline;
	color: #780609;
}

div#services ul#servicesNav a.selected:hover {
	
}

div#services ul#servicesNav a.selected {
	font-weight: bold;
	cursor: default;
	color: black;
	text-decoration: none;
}

div#servicesPageWrap {
	padding-left: 30px;
}

div#servicesPageWrap ul.serviceExamples li {
	display: list-item;
	list-style: disc;
	list-style-position: outside;
	margin-top: 8px;
	margin-bottom: 8px;
}

/* == About == */

div#about p {
	margin-right: 10px;
}

/* == Press == */

div#press h3 {
	font-size: 18px;
	margin-left: 15px;
}

div#press p {
	margin: 0px 30px;
}

/* == Clients == */

div#clients div.innerPageWrap{
	overflow: hidden;
	padding-bottom: 20px;
}

div#clients ul.clientList {
	width: 250px;
	margin: 0px 20px;
	float: left;
	display: block;
}

div#clients ul.clientList li {
	display: list-item;
	margin-top: 8px;
	margin-bottom: 8px;
	display: list-item;
	list-style: none;
}

div#clients h4 {
	margin-bottom: 20px;
}

div#clients li {
font-size: 14px;
}

div#clients li {
	padding-left: 7px;
}

div#clients a {
	color: #170e79;
}

div#clients a:hover {
	color: #780609;
}

/* == Contact == */

div#contentBox {
	padding-top: 30px;
	padding-bottom: 50px;
	text-align: center;
}

div#contentBox h3 {
	font-size: 20px;
	color: #170e79;
	margin-bottom: 5px;
}

div#contentBox p {
	font-size: 16px;
	line-height: 1.1em;
}

div#contentBox a {
	color: #780609;
}



/* == Footer == */

div#footer {
	height: 50px;
	width: 552px;
	background: url('images/background.jpg') #191a29;
	border: 1px;
	border-top-style: solid;
	border-color: #bbb46c;
	margin: 5px auto;
	padding:5px 14px 0px 14px;
	line-height: .8em;
	font-family: 'Arial', sans-serif;
}

div#footer p { 
	font-size: 10px; 
	color: #bbb46c;
}

div#footer p.alignLeft {
	text-align: left;
	float: left;
}

div#footer p.alignRight {
	text-align: right;
	float: right;
}

div#footer a {
	font-size: 10px;
	color: #bbb46c;
}

div#footer a:hover {
	color: #ae3b5b;
}