﻿/* default tag styles (note reset will affect these as well) */

body
{
    font-size: 75%;
    background-image: url(../images/body_bg.gif);
    background-position: center top;
    background-repeat: repeat-y;
}

pre, code {
	display:block;
	margin:15px 15px 15px 0;
	padding:10px;
	border:1px dashed #CCC;
	background-color:#FFF;
	color:#000;
	font-family:'Courier New', Monospace;
	font-size:0.9em;
	font-style:normal;
}

/* end default tag styling */

/* page */
.page
{
	width: 892px;
	margin-right: auto;
    margin-left: auto;

}
/* end page*/

/*header*/

.header
{
    height: 223px;
    background-image: url(../images/main_header_bg.gif);
    background-position: left top;
    background-repeat: repeat-x;
}

.header_center
{
    width: 896px;
	margin-right: auto;
    margin-left: auto;
}

.header a, .header a:visited, .header a:hover, .header a:active
{
	color: #085194;
	font-family: Verdana;
	text-decoration:none;
	cursor:pointer;
}

.logo
{
    float: left;
    width: 408px;
    padding-left: 5px;
}

.header_right
{
    float: right;
    width: 483px;
}

/* end header*/

/* subheader */

/* main area styles */

.master_main {}

/* end main area styles */

/* end subheader */

/* menu styles */

.sidebar {
	width: 100%;
	margin-bottom: 10px;
	margin-left: 40px;
}

.sidebar h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

.sidebar p {	
	line-height: 1.5em;
	font-weight: bold;
	background-color: #fff;
}

.sidebar p a {
	padding: 2px 5px;
	color: #29456B;
	text-decoration: none;
}

.sidebar p a:hover {
	color: #081C39;
}

.sidebar p a:visited {
	font-weight: normal;
}

/* end menu styles */

/* content styles */

.content
{
    padding: 20px 20px 40px 20px;
    line-height: 1.5em;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 30px;
}

.content h3
{
    color: #357c92;
}

.content_left
{
   float: left;
   width: 250px;
   margin-top: 20px;
   margin-left: 10px; 
}

.content_middle
{
    float: left;
    width: 250px;
    padding-left: 10px;
    margin-left: 30px;
    margin-top: 20px; 
}

.content_right
{
    float: right;
    width: 250px;
    margin-top: 20px;
}

.content h4
{
    background-image: url(../images/underline.gif);
    background-repeat:no-repeat;
    background-position: bottom left;
    margin-bottom: 0px;
    padding-bottom: 5px;
    margin-left: 0px;
    color: #1fa0d1;
}

.content h3
{
    background-image: url(../images/underline.gif);
    background-repeat:no-repeat;
    background-position: bottom left;
    margin-bottom: 0px;
    padding-bottom: 5px;
}

.content p
{
    color: #8e8d8d;
    padding-left: 0px;
    margin-left: 0px;
}

.top_pic
{
    padding-bottom: 15px;
}

.capital
{
    font-size: 20pt;
}

.dl_card
{
    float: left;
    width: 288px;
    clear: left;
    padding-top: 20px;
}

.dl_card a
{
    background-image: url(../images/dl_card_normal.gif);
    background-position: left top;
    background-repeat: no-repeat;
    height: 60px; 
    width: 288px; 
    float: right;
    clear: both;
}

.dl_card a:hover
{
    background-image: url(../images/dl_card_hover.gif);
    background-position: left top;
    background-repeat: no-repeat;
    height: 60px; 
    width: 288px; 
    border-bottom: 0px;
}

img
{
    border: none;
}

.content a
{
    font-weight: bold;
    color: #357c92;
    text-decoration: none;
}

.services ul
{
    margin: 0px;
    padding: 0px;
    margin-left: 15px;
    margin-top: 8px;
    list-style-image: url(../images/bullet.png);
}

.services li
{
    padding-top: 5px;
}

.services a:hover
{
    color: #000;
    border-bottom: 2px solid #4a5a62;
}

.content a:visited
{
    color: #000;
}

#navlist
{
    margin: 0;
    padding: 10px 55px 20px 10px;
    float: right;
}

#navlist ul, #navlist li
{
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
    float: left;
    line-height: 14px;
    font-weight: bold;
    margin: 0 10px 4px 10px;
    text-decoration: none;
    color: #999;
}

#navlist .active a:link, #navlist .active a:visited, #navlist a:hover
{
    border-bottom: 4px solid #ff0000;
    padding-bottom: 2px;
    background: transparent;
    color: #4a5a62;
}

#navlist a:hover { color: #4a5a62; }

input
{
    border: 1px solid #999;
    padding: 3px;
    margin-bottom: 5px;
}

.button
{
    margin-top: 5px;
}

.demoarea {
	padding:20px;
	background-color: #fff;
}

.demoarea p {
	padding:5px;
}

.collapse_heading
{
	font-weight:bold;
	font-size: 110%;
	margin-top: 1em;
	cursor:pointer;
}

.collapse_content
{
	overflow:hidden;
}

/* end content styles */

/* footer styles */

.footer
{
    color: #333;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
}

/* footer styles */

/* ajax toolkit items */

/* other styles */
.modalBackground
{
	background-color:#A9BAD4;
	filter:alpha(opacity=70);
	opacity:0.7;
}
/* end other styles */