/*
	Style sheet for home-start international
	Last updated: 10/05/2007
*/


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Layout  */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

*{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	color: #293563;
	line-height: 140%;
	}
	
body {
	margin: 0;
	padding: 0;
	background:  #9ba9c5;
	width: 100%;
	text-align: center;
	font-size: 80%; 
	color: #293563;
	}

#wrapper {
	margin:3px auto;
	padding: 0;
	width: 758px;	 
	background-color: #fff;
	text-align: left;
	border: 2px;
	border-color: #fff;
	}

#header {
	margin: 0;
	padding: 0;
	height: 192px;
	width: 758px;
	background:#fff;
	text-align: left;
	}
	
#navigation {
	width:768px;
	padding: 0 0 20px 0;
	margin: 0;
	background: #fff;
	/* compensates for IE Win bungling */
	height: 100%;
	}

#sidenavigation {
	width: 172px;
	padding: 0px 0 20px 10px;
	vertical-align:top;	
	color: #ed1c24;
	} 

#maincontent	{
	width: 556px;
	padding: 0 15px 10px 15px;
	vertical-align:top; 
	}

#rightnavigation{
	margin: 0;
	padding: 0 5px 0 0;
	width: 150px;
	}

#footer {
	clear: both;
	width: 758px;
	font-size: 85%;
	vertical-align: middle;
	padding: 5px 0 5px 0;
	background-color: #ffc20e;
	}


.repeat{
	width:520px; 
	background: #293563;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */	
/*  Typography */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
	
h1, h2, h3, h5, h6 {
	color: #293563;
	margin: 0;
	padding: 0;
	font-size: 120%; 
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	display: block;
	}
	


h4 {
	color: #293563;
	background-color: #E1E7F0;
	margin: 0 10px 0 10px;
	padding: 0 10px 0 10px;
	font-size: 110%; 
	font-weight: bold;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	display: block;
	}
	

	
ul {
	padding-bottom:0px;
	list-style-type: square;
	}


#footer p {
	text-align: center;
	color: #ec1c24;
	}

.small{
	font-size:85%;
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Link Styles */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

a {
    text-decoration: underline;
	color: #293563;
	background: transparent; 
    }

a:hover {
    text-decoration: none;
	color: #ec1c24;
	background-color: none;
    }


.repeat a {	
	text-decoration:none;
	padding:1px;
	color: #ed1c24;
	}

.repeat a:hover {	
	padding:1px;
	text-decoration:none;
	color: #ed1c24;
	}
	
#footer a {	
	text-decoration:none;
	padding:0;
	width: 100px;
	color: none;
	color: #ec1c24;
	}

#footer a:hover {	
	text-decoration:none;
	padding:0;
	color: #ec1c24;
	background-color: none;
	
	}

a.sitecredit {
	font-size: 80%;
	text-decoration: none; 
	color: #293563 ;
	background-color: transparent;
	text-align:center;
	}

.sitecredit:hover  {
	background-color: none;
	color: white; 
	text-align:center;
	}
	

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Extra Bits */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */


.breadcrum {
	font-size:85%;
	}
	
.breadcrum a {	
	color: #fff;
	}
	
.breadcrum a:hover {	
	text-decoration:underline;
	color: #fff;
	}

.categorycell{
	padding: 10px;
	text-align:center;
	width: 33%;
	}
		
td{
	/*vertical-align:top*/
	}


.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

img {
	border: 0;
	display:block;
	}

hr {
    border: 0;  
    border-bottom: 1px solid #ec1c24;
	height: 1px;
    margin-top: 1ex;
	}

.hiddenclear {
	clear: both;
	color: #fff; 
    font-size: 0; 
    margin: 0;
    visibility: hidden; 
	}

.floatleft {
	float:left;
	margin-right: 5px;
	}

.floatleftb {
	float:left;
	margin-right: 5px;
	border:solid 1px #293563;
	}

.floatright {
	float:right;
	margin-left: 5px;
	}

.floatrightb {
	float:right;
	margin-left: 5px;
	border:solid 1px #293563;
	}

.center {  
    text-align: center;
    }


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Forms and fields */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

form {
	padding: 0;
	margin: 0;
	}

fieldset {
	width:98%;
	padding:0 4px 4px 6px;
	border:solid 1px #fff;
	}
	
legend {
	margin: 0;
	padding:3px 5px 3px 5px;
	font-weight:bold;
	color:#293563;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	}

.blurred {
	border: #9ba9c5 1px solid;
	padding: 2px; 
	background-color: #fff;  
	}

.focused {
	border: #ec1c24 1px solid; 
	padding: 2px; 
	background-color: #fff; 
	}


#sidenavigation form{
	font-size:85%;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Top Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

 #topnav{
	margin: 0;
	padding: 15px 0 0 20px;
	text-align:left;
	}

#topnav ul, #topnav li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#topnav a:link, #topnav a:visited{
	line-height: 14px;
	font-weight: bold;
	margin: 0 1px 1px 1px;
	text-decoration: none;
	color: #9ba9c5;
	font-size:11px;
	}

#topnav a:link#current, #topnav a:visited#current, #topnav a:hover{
	padding-bottom: 0px;
	background: transparent;
	color: #293563;
	}

#topnav a:hover {
	color: #293563; 
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

/*  Side Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

.sidenav{
	margin: 0 0 10px 0;
	color: #ed1c24;
	}

.sidenav {

	list-style: none;
	margin: 0;
	color: #ed1c24;
	}

.sidenav a {
	background: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size:11px;
	color: #ed1c24;
	}

.sidenav li.sub {
    font-size:91%;
	list-style: circle;
	list-style-position: outside;
	margin: 0;
	border: none;
	text-align: left;
	}

.sidenav ul.sub {
	margin: 0px;
	}

.sidenav li.subsub {
    font-size:91%;
	list-style: disc;
	list-style-position: outside;
	margin: 0;
	border: none;
	text-align: left;
	color: #ed1c24;
	}

.sidenav ul.subsub {
	margin: 0px;
	}

.sidenav a:link {
	color: #ed1c24; 
}

.sidenav a:visited {
	color: #ed1c24; 
	}

.sidenav a:hover{
	color: #293563;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

/*  Side Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

.sidenavtop{
	margin: 0 0 10px 0;
	color: #ed1c24;
	}

.sidenavtop {

	list-style: none;
	margin: 0;
	color: #293563;
	}

.sidenavtop a {
	text-decoration: none;
	font-weight: bold;
	font-size:11px;
	color: #293563;
	}

.sidenavtopsub a {
    font-size:91%;
	list-style: circle;
	list-style-position: outside;
	margin: 0;
	border: none;
	text-align: left;
	font-weight: normal;
	}

.sidenavtop ul.sub {
	margin: 0px;
	}

.sidenavtop li.subsub {
    font-size:91%;
	list-style: disc;
	list-style-position: outside;
	margin: 0;
	border: none;
	text-align: left;
	color: #293563;
	font-weight: normal;
	}

.sidenavtop ul.subsub {
	margin: 0px;
	}

.sidenavtop a:link {
	color: #293563; 
}

.sidenavtop a:visited {
	color: #293563; 
	}

.sidenavtop a:hover{
	color: #ed1c24;
	}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

/*  Project Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

.projectnav{
	margin: 0 0 10px 0;
	color: #ed1c24;
	}

.projectnav {

	list-style-type:none;
	margin: 0;
	font-size: 140%;
	}
	
.projectnav li {
	list-style-type:none;
	padding: 2px 0 2px 0;
	}

.projectnav a {
	text-decoration: none;
	font-size:11px;
	list-style: none;
	}

.projectnav li.sub {
    font-size:85%;
	list-style: circle;
	list-style-position: outside;
	margin: 0;
	border: none;
	text-align: left;
	}

.projectnav ul.sub {
	margin: 0px;
	}

.projectnav li.subsub {
    font-size:100%;
	list-style: circle;
	list-style-position: outside;
	margin: 0;
	border: none;
	text-align: left;
	background-color: #fff;
	}

.projectnav ul.subsub {
	margin: 0px;
	}

.projectnav a:link {
	color: #293563; 
}

.projectnav a:visited {
	color: #293563; 
	}

.projectnav a:hover{
	color: #ed1c24;
	}




/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */


