

/*<group=Layout>*/

body
{
	font: 70%/1.5em "Lucida Grande", Verdana, sans-serif;
	color: #111;
	margin: 0px;
	padding: 0px;
	background-color: #c5e3f3;
	width: 100%;
	background-image: url(images/body_gradient.gif);
	background-repeat: repeat-x;
}

#wrapper
{
	width: 744px;
	margin-right: auto;
	margin-left: auto;
}

#header
{
	height: 96px;
	width: 744px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	line-height: normal;
}

#content
{
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	padding-left: 6px;
	padding-right: 8px;
	width: 730px;
}

#left
{
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	width: 500px;
}

#right
{
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 10px;
	padding-left: 0;
	float: right;
	width: 200px;
}

#left, #right, #fullwidth
{
	border-top-color: #5fc1f2;
	border-top-style: solid;
	border-top-width: 8px;
}

#fullwidth
{
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 10px;
	padding-left: 10px;
	width: 710px;
	float: left;
}

.box
{
	border-color: #bae0f0;
	border-style: solid;
	border-width: 1px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	margin-top: 10px;
	background-color: #deebf0;
	margin-bottom: 10px;
}

#left .box
{
}

#right .box
{
	padding-bottom: 14px;
	background-color: #fff;
	border-style: none;
}

#footer
{
	background-image: url(images/footer.gif);
	width: 724px;
	padding-left: 10px;
	padding-right: 10px;
	background-repeat: no-repeat;
	padding-top: 13px;
	text-align: right;
	color: #444;
	padding-bottom: 20px;
}

#footer a
{
	color: #444;
	font-weight: bold;
	text-decoration: none;
}

.readmore
{
	width: 93px;
	height: 19px;
	display: block;
	text-indent: -100000em;
	background-image: url(images/readmore.gif);
}

.imageright
{
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

img
{
	border-style: none;
}

#fullwidth .box
{
	margin-bottom: 20px;
	background-color: #d4e8f1;
}

.section
{
	border-bottom-color: #ddd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
	
/*</group>*/

/*<group=Links>*/

a:link, a:hover, a:visited
{
	color: #006691;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}
	
/*</group>*/

/*<group=Tables>*/

table
{
	border-collapse: separate;
	width: auto;
}

td
{
	vertical-align: top;
}

td.leftcolumn
{
	text-align: right;
	font-weight: bold;
}
	
/*</group>*/

/*<group=Typography>*/

h1, h2, h3, p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

h1
{
	margin-top: 0;
	margin-bottom: 0;
	width: 744px;
	height: 96px;
}

h1 span, h1 a
{
	display: block;
	width: 744px;
	height: 96px;
	text-indent: -10000em;
}

#header p
{
	display: none;
}

h2
{
	font-size: 1.5em;
	font-family: "Trebuchet MS", sans-serif;
}

h3
{
	font-size: 1.2em;
	font-weight: bold;
}
	
/*</group>*/

/*<group=Navbar>*/

#navbar_container
{
	width: 730px;
	background-image: url(images/header_background.gif);
	background-repeat: repeat-y;
	padding-right: 7px;
	padding-left: 6px;
}

#navbar_container ul
{
	list-style-type: none;
	margin: 0px;
	line-height: 100%;
	font-size: 1.2em;
	padding: 0 0 0 4px;
	background-position: bottom;
}


#navbar_container ul li
{
	float: left;
	padding: 0;
	margin: 0 -5px 0 0;
}

#navbar_container ul li a, #navbar_container ul li span
{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
	margin: 0;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 7px;
	padding-left: 12px;
}

#navbar_container ul li.selected
{
	background-color: #c4fa5c;
	background-image: url(images/navbar_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#navbar_container ul li span
{
	background-image: url(images/navbar_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #111;
}

#navbar_container ul li a:hover
{
	text-decoration: underline;
}
	
/*</group>*/

/*<group=Hacks>*/

/* Forces containers to exapnd to full height of floated elements */

.clearfix:after
{
    content: "."; 
    display: block; 
    height: 0em; 
    clear: both; 
    visibility: hidden;
}

.clearfix
{
	display: inline-table;
	
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */

/*</group>*/
