/* Global configs */
html * {
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 0;
}

body {
	color: #003366;
	font-size: 0.8em;
	font-family: 'arial', sans-serif;
	text-align: center;
	z-index: 1;
}

.clear {
	clear: both;
}

h1 {
	font-size: 2.0em;
    padding: 0px 0px 8px 0px;
    font-weight: 800;
}

h2 {
	font-size: 1.6em;
    padding: 0px 0px 8px 0px;
    font-weight: 800;
}

h3 {
    font-size: 1.2em;
    padding: 0px 0px 8px 0px;
    font-weight: 800;
}

h4 {
    font-size: 2.8em;
    padding: 0px 0px 8px 0px;
    font-weight: 800;
    color: white;
}

h1 a, h1 a:link, h1 a:visited {
	color: white;
	text-decoration: none;
}

h1 a:hover {
	color: #003366;
	background: #e9eef1;
}

p {
    text-align: justify;
    padding: 0px 0px 14px 0px;
}

input.textbox, textarea.textbox {
    padding: 4px;
    background: white;
    border: 1px solid #888888;
    font-family: calibri, arial, helvetica, sans-serif;
    font-size: 1.1em;
}

select {
    padding: 3px;
    background: white;
    border: 1px solid white;
}

input.textbox:focus, textarea.textbox:focus, select:focus {
    background: white;
    border: 1px solid #333333;
}


/*
General page layout
*/

#wrapper_outer {
    position: relative;
    background: #f7f7f7;
    width: 100%;
    margin: 0px auto;
    text-align: left;
    z-index: 2;
}

#wrapper_inner {
    position: relative;
    width: 920px;
    padding: 0px 15px;
    background: url(bg.gif) top right no-repeat white;
    margin: 0px auto;
}

#header {
    position: relative;
    width: 880px;
    height: 110px;
    margin: 0px auto;
}

#scroll {
    position: relative;
    width: 880px;
	padding: 8px 5px 2px 0px;
    height: 30px;
    margin: 0px auto;
    z-index: 3;
}

#nav {
    position: relative;
    width: 880px;
    float: right;
    height: 36px;
    font-size: 12px;
    padding-left: 30px;
    margin-bottom: 20px;
    z-index: 5;
    background: url(nav_end.gif) left bottom no-repeat #8c0000;
}

#nav ul.tier_0 {
    position: absolute;
    list-style: none;
}

#nav ul.tier_0 li {
    position: relative;
    float: left;
    display: block;
    z-index: 11;
    margin: 0px;
}

#nav ul.tier_0 li a:link, #nav ul.tier_0 li a:visited {
    display: block;
    float: left;
    height: 26px;
    text-decoration: none;
    z-index: 14;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 15px 0px 10px;
    color: white;
}

#nav ul.tier_0 li a:hover {
    background: #03365E;
    color: white;
}

#nav ul.tier_1 {
    position: absolute;
    list-style: none;
    top: 36px;
    left: 0px;
}

#nav ul.tier_1 li {
    position: relative;
    float: left;
    display: block;
    z-index: 11;
	height: 50px;
    width: 240px;
    margin: 0px;
    color: white;
    border-bottom: 1px solid white;
    background: #03365E;
}

#nav ul.tier_1 li a:hover {
    color: #03365E;
	width: 215px;
	height: 40px;
    background: #cccccc;
}

#nav ul.tier_2 li {
    display:none;
}


#nav ul ul, #nav ul li:hover ul ul {
        display: none;
}

#nav li:hover ul, #nav ul ul li:hover ul {
        display: block;
}


#wrapper_scroll {
    position: relative;
    width: 100%;
    height: 40px;
    margin: 0px auto;
    text-align: left;
    z-index: 3;
}


#body {
    position: relative;
    width: 920px;
    margin: 0px auto;
}

#footer {
    position: relative;
    background: url(footer.gif) bottom center white repeat-x;
    width: 860px;
    height: 310px;
    padding: 300px 30px 0px 30px;
    margin: 0px auto;
}

/* Header */

#header h1 {
    display: none;
}

#header p {
	text-align: right;
}

#header a, #header a:link, #header a:visited {
	color: #9b1e0c;
	text-decoration: none;
}

/* Content */

#body div.content a:link, #body div.content a:visited {
	color: #9b1e0c;
}

#body div.content a:hover {
	font-weight: 800;
}

#body div.content {
    position: relative;
    width: 565px;
    padding: 0px 0px 0px 25px;
    float: left;
}

#body div.content p {
	line-height: 1.5em;
}

#body div.content ul {
	list-style: disc;
	margin: 0px 0px 15px 0px;
}

#body div.content ul li {
	list-style: square;
	margin-left: 20px;
	padding-left: 5px;
}


#body div.content-body {
    position: relative;
    width: 380px;
    padding: 20px 20px 0px 20px;
    background: url(content_01.gif) top left no-repeat #e9eef1;
}

#body div.content-bottom {
    position: relative;
    width: 420px;
    height: 20px;
    background: url(content_03.gif) bottom left no-repeat #e9eef1;
}


#body div.right {
    position: relative;
    width: 288px;
    float: right;
}

#body div.right div.navigation {
    position: relative;
    width: 288px;
    margin-bottom: 20px;
}

#body div.right div.nav_top {
    position: relative;
    width: 288px;
    height: 30px;
    background: url(navigation_01.gif) bottom left no-repeat;
}

#body div.right div.nav_body {
    position: relative;
    width: 288px;
    background: #8c0000;
}

#body div.right div.callback_body h1 {
    position: relative;
    font-size: 18px;
    color: #ffffff;
}

#body div.right div.callback_body h4 {
    position: relative;
    font-size: 30px;
    color: #ffffff;
}

#body div.right div.nav_bottom {
    position: relative;
    width: 288px;
    height: 30px;
    background: url(navigation_02.gif) top left no-repeat;
}

#body div.right div.nav_bottom h2 {
    display: none;
}

#body div.right div.callback_top {
    position: relative;
    width: 288px;
    height: 30px;
    background: url(callback_01.jpg) bottom left no-repeat;
}

#body div.right div.callback_body {
    position: relative;
    width: 288px;
    background: url(callback_02.gif) left repeat-y;
}

#body div.right div.callback_bottom {
    position: relative;
    width: 288px;
    height: 292px;
    background: url(callback_03.jpg) top left no-repeat;
}

#body div.images {
    position: relative;
    width: 565px;
    margin: 20px 0px 0px 0px;
}

#body div.testimonials {
    position: relative;
    width: 565px;
    margin: 60px 0px 0px 0px;
}

#body div.testimonial {
    position: relative;
    width: 270px;
	height: 140px;
    margin: 0px 25px 0px 0px;
	padding: 0px 0px;
	float: left;
	color: #777777;
}

#body div.testimonial img {
	padding: 5px;
}



/* Scroller */

#scroll p {
    padding: 12px;
    height: 14px;
    color: white;
    font-size: 12px;
    font-weight: 800;
}

#scroll a, #scroll a:visited {
color: #003366;
	text-decoration: none;
	list-style: none;
}

#scroll a:hover {
    color: #cc0000;
}

#scroll ul li {
	float: left;
	display: block;

}


/* Callback */

#callback {
    width: 268px;
    padding: 0px 10px;
}

#callback p {
    color: white;
}

#callback .button {
	color: #003366;
	font-weight: 800;
	padding: 5px;
	background: #e9eef1;
	border: 1px solid white;
	cursor: hand;
}

/* Footer */

#footer div.box p, #footer div.box2 p, #footer p {
	font-size: 11px;
}

#footer div.legal p {
        font-size: 11px;
}

#footer div.box h2, #footer div.box2 h2 {
        font-size: 12px;
}

#footer p a:link, #footer p a:visited {
	color: #9b1e0c;
}

#footer p a:hover {
	font-weight: 800;
}

#footer div.logo {
	position: relative;
	float: right;
	background: url(footer_logo.gif) center right no-repeat;
	width: 288px;
	height: 49px;
}

#footer div.logos {
	position: relative;
        width: 860px;
        height: 55px;
	padding: 20px 0px;
	background: url(logos.gif) center left no-repeat;
}

#footer div.box {
    position: relative;
    width: 165px;
    margin: 0px;
    padding: 0px;
    float: left;
}

#footer div.box2 {
    position: relative;
    width: 110px;
    margin: 0px;
    padding: 0px;
    float: left;
}

#footer div.legal {
    position: relative;
    padding: 10px 0px 0px 0px;
    width: 860px;
    color: #aaaaaa;
}

#footer div.legal a:link, #footer div.legal a:visited {
	color: #aaaaaa;
}





#nav ul {
    position: absolute;
    list-style: none;
}

#nav ul li {
    position: relative;
    float: left;
    display: block;
    z-index: 11;
    margin: 0px;
}

#nav ul li a:link, #nav ul li a:visited {
    display: block;
    float: left;
    height: 26px;
    text-decoration: none;
    z-index: 14;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 15px 0px 10px;
    color: white;
}

#nav ul li a:hover {
    background: #03365E;
    color: white;
}

#nav ul ul {
    position: absolute;
    list-style: none;
    top: 36px;
    left: 0px;
}

#nav ul ul li {
    position: relative;
    float: left;
    display: block;
    z-index: 11;
	height: 50px;
    width: 240px;
    margin: 0px;
    color: white;
    border-bottom: 1px solid white;
    background: #03365E;
}

#nav ul ul li a:hover {
    color: #03365E;
	width: 215px;
	height: 40px;
    background: #cccccc;
}

#nav ul ul ul li {
    display:none;
}


