@import "navigation.css";
/*
-----------------------------------------------
MadDod Styles
Author: Chris Pearce (Cornerstone Technologies)
----------------------------------------------- */

/****************************************************************************************
>> Common HTML properties << 
*****************************************************************************************/

html, body {margin: 0; padding: 0;}

body {
	background: #E0E0E0 url('../images/template/body-bg.gif') repeat-y top center;
	font: 72% Arial, Helvetica, sans-serif;
	color: #797979;
	text-align: center; /* Used to center align main container in IE 5 */
}

a:link {text-decoration: none; color: #213477;}
a:visited {text-decoration: none; color: #898888;}
a:hover {color: #295CA0;}
a:active {text-decoration: none; color: #213477;}

p {margin: 1.4em 0; line-height: 1.6em;} 
a img {border: 0;}
ul {margin-left: 10px; padding-left: 0;}
ul li {list-style-image: url('../images/template/list-bullet.gif'); margin-bottom: 8px;}
ol li {margin-bottom: 8px;}
table, td {font-size: 100%; vertical-align: top;}
ul ul {font-size: 100%;}
ol ol {font-size: 100%;}
acronym, abbr, dfn {border-bottom: 1px dotted #755F1C;}
code {font-family: courier, "courier new", monospace;}
hr {color: #B1B1B1; clear: both; height: 2px; display: block; margin: 15px 0;}
address {font-style: normal; font-size: 1.15em;}
address span {color: #2D6CB3; font-weight: bold;}
address span.title {color: #1A4D84;}

blockquote {
	font: oblique bold 1.5em Georgia, "Times New Roman", Times, serif;
	color: #213477;
}

h1 {
	margin: 0 0 19px 0;
	color: #1A4D84;
	font: 400 1.53em Arial, Helvetica, sans-serif;
	line-height: 1.11em;
}
h1 span {color: #2D6CB3;}

h2,h3,h4,h5,h6 {
	font: bold 1.40em Arial, Helvetica, sans-serif;
	color: #1A4D84;
	margin: 25px 0 5px 0;
}
h2 span {color: #2D6CB3;}
h3,h4,h5,h6 {color: #666; font-size: 1.43em;}
h4 {font-size: 1em; margin: 0; color: #8C9AC5;}

/****************************************************************************************
>> Page Containers [LAYOUT] << 
*****************************************************************************************/

/* Wrap Container
----------------------------------------------- */

#wrap {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

/* Header Container
----------------------------------------------- */

#header {height: 40px; margin-top: 10px;}
#header img {margin-top: 10px; margin-left: 1px;}

/* Navigation Container
----------------------------------------------- */

#navigation {
	height: 97px;
	position: relative;
	z-index: 6;
}
#navigation a.logo-link {
	position: absolute;
	top: 15px;
	left: 0;
	display: block;
	width: 82px;
	height: 82px;
	background: url('../images/template/logo.gif') no-repeat top left;
	z-index: 20;
}

/* Page Copy Container
----------------------------------------------- */

#pageCopy {
	padding: 70px 166px 10px 105px;
	z-index: 4;
}
#pageCopy a:link, 
#pageCopy a:visited,
#pageCopy a:active {text-decoration: none; color: #295CA0; border-bottom: 1px solid #295CA0;}
#pageCopy a:hover {color: #213477; border-bottom: 1px dashed #213477;}

/****************************************************************************************
>> HTML Tables << 
*****************************************************************************************/

#pageCopy table.clients-table {
	width: 420px;
	border: 0;
}
#pageCopy table.clients-table td {
	width: 105px;
	height: 80px;
	vertical-align: middle;
	text-align: center;
}

/****************************************************************************************
>> Form Styles << 
*****************************************************************************************/

/****************************************************************************************
>> Page Styles [Classes] << 
*****************************************************************************************/
