/* Main application stylesheet */
/* general tag styles */
body {
    text-align: center;
    font-size: 68%;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #000;
    margin: 0px;
	background: url(/images/bg.jpg) repeat-x;
	background-color: #133d80;
    } 

img { border: 0px; } 

table { border-collapse: collapse; font-size: 100%; }

h1{
	margin-top: 0px;
	font-size: 14px;
	text-transform: uppercase;
	color: #00245D;
}
h2{
	padding-left: 15px;
	text-transform: uppercase;
	color: #00245D;
	font-size: 12px;
	background: url(/images/bullet.gif) no-repeat;
}

td { 
    vertical-align: top; 
    text-align: left;
    }         
    
th {
   vertical-align: top;
   text-align: left;
   font-weight: bold;
   }

a { color: #000; }
a:visited { color: #000; }
a:hover { color: #000; }

input {
    color: #000;
    font-size: 11px;
    padding: 3px;
    }

textarea {
    color: #000;
    font-size: 11px;
    padding: 3px;
    }

form { margin: 0px; padding: 0px; }

/* useful general styles */
.bold {
    font-weight: bold;
    }

.center, .centered  {
    text-align: center;
    } 
	
.divider{
	float: left;
	width: 100%;
	height: 5px;
	font-size: 5px;
	border-bottom: dotted 1px #000;
	margin-bottom: 10px;
}

.green{
	color: #2b7231;
}

.blue{
	color: #00235C;
}

.red{
	color: #c01a1a;
}
.red:visitied{
	color: #c01a1a !important;
}

ol.alpha {
    list-style-type: lower-alpha;
    }

/* outer container styles */
#primary_wrapper {
    margin: auto;
    width: 835px;
    }

#secondary_wrapper {
    width: 800px;
    padding: 0px;
    float: left;
    text-align: center;
	}

#language-bar{
	float: left;
	width: 787px;
	height: 20px;
	text-align: right;
	padding-top: 8px;
	padding-right: 13px;
}

/* header */
#header { 
    float: left; 
    width: 800px;
    text-align: left;
    }

#header #logo { 
	float: left;
	width: 280px;
	height: 64px;
	background: #fff;
}

#header img { margin-top: 5px; margin-left: 10px; }

/* navbar */
/* horizontal navbar */
#navbar {
    float: left;
    width: 520px;
    height: 64px;
	background: url(/images/nav-bg-trans.png) no-repeat;
	text-align: right;
    }

#navbar ul {
    float: right;
	margin: 0px;
    margin-top: 20px;
    padding: 0px;
    width: 340px;
    list-style-type: none;
    }
    
#navbar ul li {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    float: left;
    }
  
#navbar ul li a {
    color: #bbb;
    text-decoration: none;
    margin-left: 15px;
	margin-right: 15px;
	}
    
#navbar ul li.sfhover a, #navbar ul li:hover a, #navbar ul li.sfhover, #navbar ul li:hover {
    color: #000;
    background-color: #fff;
    }
    
#navbar ul li a.current {
    }

#main-img{
	float: left;
	width: 800px;
	height: 159px;
	background: #fff;
	padding-bottom: 10px;
}
#below-img{
	float: left;
	width: 800px;
	height: 40px;
	background: #fff;
}

/* content_for_layout container */
#main_content {
    float: left;
    width: 780px;
    padding-left: 10px;
	padding-right: 10px;
    text-align: left;
	background: #fff;
    }

#main_content #main_content_inner {
    margin-bottom: 30px;
    }
	
#testimonial{
	float: right;
	width: 196px;
	height: 188px;
	padding-top: 49px;
	padding-left: 40px;
	padding-right: 30px;
	background: url(/images/testimonial-bg.gif) no-repeat;
	margin-left: 15px;
	font-style: italic;
	margin-top: -10px;
}

.list{
	list-style-image: url(/images/bullet.gif);
}

/* footer */
#pre-footer{
	float: left;
	width: 800px;
	height: 13px;
	background: url(/images/bottom-trans.png);
}
#footer {
    float: left;
    width: 800px;
    height: 66px;
    font-size: 80%;
    color: #fff;
	text-align: right;
	padding-top: 5px;
    } 

#footer a {
	color: #fff;
	text-decoration: none;
    }
#badge{
	float: left;
	width: 95px;
	height: 96px;
	margin-top: 80px;
	margin-left: -60px;
}