/* Colors 
navy blue - #003366
orange - #FF6600
*/

body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. */
	color: #000000;
}

/* Force a scroll bar on all pages */
html, body {
	height: 100%;
	margin-bottom: 1px;
}

a:link, a:visited {color: #003366; text-decoration: none;}
a:hover, a:active, a:focus {color: #FF6600; text-decoration: underline;}

p {
	font: 1em/1.5 "Lucida Grande", Arial, Helvetica, sans-serif;
	margin-top: 0.4em;
	margin-bottom: 0.7em;
}

strong {color: #003366;}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
#container {
	position: relative;
	font-size: 1em;
	width: 55em;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FFF;
}
#logo { 
	position: absolute;
	width: 118px;
	top: -9px;
	left: -54px;
	padding: 0;
}
#header { 
	height: 133px;
	background: #D7D7D7  url(../images/top_logox.jpg) no-repeat top left;
	border-top: 0px solid #333;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	float: left;
	color: #003366;
	font: 2em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0 0 0 67px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header img.top_logo {
	float: left;
	margin: -20px 0 0 -30px; 
}
#header img.top_name {
	float: left;
	margin: 0 0 0 67px; 
}
#header img.top_img {
	float: right;
	margin: 0;
	padding: 0;
}

#navbar {
	margin: 0;
	padding: 0;
	background: #D1D2E7 url(../images/shadow_rt.jpg) no-repeat bottom right;
}
#navbar_div {
	height: 32px;
	border-top: 2px solid #003366;
	margin: 0 8px 0 0;
	padding: 0;
	background: url(../images/topnav_bkg.jpg) repeat-x bottom left;
}
#navbar_lang {
	position: absolute;
	top: 140px;
	right: 30px;
	font-size: .85em;
	margin: 0;
	padding: 0;
}
#navbar_lang a {
	margin: 0;
	padding: 0;
}
#mainContent {
	margin: 0;
	padding: 0 1em .8em 1.8em;
	background: #FFF;
}
#mainContent h1 {
	color: #003366;
	font-size: 1.3em;
	font-weight: bold;
	padding: .8em 0 .5em 0;
}
#mainContent h2 {
	color: #FF6600;
	font-size: 1.15em;
	padding-top: .7em;
}
#mainContent h3 {
	font-size: 1em;
	font-weight: bold;
	padding: .7em 0 .5em 0;
}
#mainContent h4 {
	color: #003366;
	font-size: .85em;
	padding: .7em 0 0 0;
}
#mainContent p {
	color: #333;
	font-size: .8em;
	line-height: 1.2em;
	padding-right: 1em;
}
#mainContent p.notice {
	color: #333;
	font-size: .8em;
	line-height: 1.2em;
	margin: 15px 0;
	padding: 20px;
	border: 2px solid #FF6600;
}
#mainContent table {
	font-size: .85em;
	text-align: center;
}
#mainContent table#fees, #mainContent table#products {
	text-align: right;
}
#mainContent table, th, td {
	border: 1px solid #999;
	padding: .2em .2em;
}
#mainContent th {
	background: #CCCCCC;
}
#mainContent ul {
	list-style: disc;
	margin: 5px 0 5px 0;
	padding: 0;
}
#mainContent ul.links {
	list-style-type: none;
}
#mainContent li {
	color: #333;
	font-size: .8em;
	margin: 0 0 0 1.5em;
	padding: 0 1.5em .25em 0;
}
#notice {
	margin: 20px 0;
	padding: 20px;
	border: 2px solid #FF6600;
}
#notice h2 {
	color: #FF6600;
	font-size: 1.3em;
	padding: 0;
}


#leftcolumn, #leftcolumn_wide {
	width: 32em;
	float: left;
	margin: 0;
	padding: 0 1.25em;
}
#leftcolumn_wide {
	width: 50em;
	margin-bottom: 1em;
}
#leftcolumn p.first {
	margin-top: 15px;
}
#leftcolumn p.testimonby {
	color: #996600;
}
p.testimonby a:link, p.testimonby a:visited {color: #000; text-decoration: none;}
p.testimonby a:hover, p.testimonby a:active, p.testimonby a:focus {color: #660000; text-decoration: none;}

#rtcolumn {
	position: relative;
	width: 16em;
	float: left;
	margin: 60px 0 0 0;
	padding: 0;
}
#rtcolumn_wide {
	position: relative;
	width: 17em;
	float: left;
	margin: 60px 0 0 0;
	padding: 0;
}

#rtcolumn img, #rtcolumn img.nobdr {
	margin-bottom: 1.5em;
	border: 1px solid #999;
}
#rtcolumn img.nobdr {
	border: 0px solid #999;
}
#rtcolumn .imgcaption {
	text-align: center;
	margin: 0;
	padding: 0;
}
#rtcolumn .imgcaption img {
	border: 1px solid #333;
	margin: 0;
	padding: 1px;
}
#rtcolumn .imgcaption p {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .7em;
	margin: 0;
	padding: 2px 0 6px 0;
	text-align: center;
}
#rtcolumn .movedown {
	text-align: right;
	margin: 58em 0 0 0;
	padding: 0;
}


#footer { 
	margin: 0;
	background: #FFF url(../images/footer_rt.jpg) no-repeat bottom right;
} 
#footer_div {
	border-top: 2px solid #003366;
	margin: 0 8px 0 0;
	padding: 0 0 8px 0;
	background: #D7D7D7 url(../images/footer_bkg.jpg) repeat-x bottom left;
}
#footer p {
	position: relative;
	color: #333;
	font-size: .8em;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
#footer p span.dot {
	color: #FF6600;
	font-size: 1.2em;
}
#footer img.fimage {
	position: absolute;
	top: 6px;
	right: 20px;
}

/* Classes */

.lrgtext {
	color: #FF6600;
	font-size: 24px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 36px;
}
.bigq, .bigql {
	color: #003366;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.bigq {
	line-height: .5em;
}
.bigql {
	margin-left: -10px;
	line-height: 1.2em;
}
.img_frame {
	border: 1px solid #333;
	padding: 1px;
}
.img_left, .img_left_nobdr {
	float: left;
	border: 1px solid #333;
	margin: 5px 20px 10px 0;
	padding: 1px;
}
.img_left_nobdr {
	border: 0px solid #333;
}
.img_right {
	float: right;
	border: 1px solid #333;
	margin: 0 0 10px 20px;
	padding: 1px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
