@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-size: 85%;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 1.5em;
	background-image: url(images/page_bg.jpg);
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
}

a{color:#990000; text-decoration: none;}

a:hover {color:#990000; text-decoration:underline}

img {border:none}

.main #container {
	width: 800px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 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-image:url(images/ink_bottle.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	
} 

/* All container divs are essentially the same, a different body class was created to allow for a different background image if required. */
.services #container, .team #container, .iom #container, .terms #container, .contact #container, .links #container {
	width: 800px;  
	margin: 0 auto; 
	text-align: left; 
	background-image:url(images/ink_bottle.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	
} 

#header {
	height: 29px;
} 

#header p {margin: 0; padding: 3px 0 0 0; color:#FFFFFF; font-size:80%; color:#eeebda}

#logo {height:191px}

#menu {height:35px;}
	
ul#advert {margin:0; padding:0;}

ul#advert li { list-style-type:none}

#main_image { 
	background: #fff; 
	padding: 0px;  
} 

#sidebar1 {
/* since this element is floated, a width must be given */
	margin: 15px 575px 0 0; /* top and bottom padding create visual space within this div */
	font-size:90%;
	
}

#sidebar1 h3, #sidebar1 p {
	padding-right:45px; color:#999999;
}

#sidebar1 strong {color:#848080}


#mainContent {
	float:right;
	width:575px; 
	margin: 0px 0 50px 0px; 
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #ccc;
	

} 

#mainContent h1 {
	padding-left:45px; 
	color:#91162c;
	font-size:115%}
	
#mainContent p {
	padding-left:45px;
	font-size:95%;
	color:#666666;
	}

.profile {float:left; margin-left:45px;}

.profile_text {margin-left:230px;}

#fullContent {
	margin: 15px 0 65px 0px; 

} 

#fullContent h3 { color:#91162c;}
	
#fullContent p {
	font-size:95%;
	color:#666666;
	}
	
#fullContent ol {
	font-size:95%;
	color:#666666;
	}


a.color  {color:#666666; text-decoration: none;}
a:hover .color {color:#666666; text-decoration: none;}

h1 {color:#090977}

h2 {color:#090977; line-height: 1.7em;}

#footer {
	margin: 0;
	padding: 5px 0 0 0;
	width:650px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;	
	background-image: url(images/inst_chart_acc.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
} 

#footer p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px 0 0 0;
	color:#ccc;
	font-size: 75%;
	padding-left: 150px;
}

#footer a {color:#CCCCCC}

.flt_logo {float:right; margin:40px 29px 0 0; }

.flash_padding {float:left; margin-top:20px; width: 495px;}

.square {list-style-type: square;margin-left:45px;
	font-size:95%;
	color:#666666;}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

.border {
border : none;
border-top : dashed 1px #CCCCCC;
color : #FFFFFF;
background-color : #FFFFFF;
height : 1px;
width:75%;
 
}

ul#nav {
	position:absolute;
	width:99%;
	height:35px;
	padding:0;
	margin:0;
	}
ul#nav li {
	padding:0;
	margin:0;
	float:left;
	text-indent:-9999px;	
	list-style-type:none;
	}
ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
	background-color: transparent;
	background-image: url(images/menu_img.jpg);
	background-repeat: no-repeat;
	}
li#home a {
	width:71px;
	height:35px;
	 }
li#partners a {
	width:95px;
	height:35px;
	 }
li#services a {
	width:84px;
	height:35px;
	 }	 
li#iom a {
	width:106px;
	height:35px;
	 }
li#down a {
	width:177px;
	height:35px;
	 }	
 	

li#contact a {
	width:136px;
	height:35px;
	 }	 
	 
li#links a {width:68px; height:35px}
	 	 
li#home a:hover, li#home a:focus {
	background-position:0px -70px;
	 }
li#partners a:link, li#partners a:visited {	
	background-position:-71px 0px;
	}
li#partners a:hover, li#partners a:focus {	
	background-position:-71px -70px;
	}
li#services a:link, li#services a:visited {	
	background-position: -166px 0px;
	}
li#services a:hover, li#services a:focus {	
	background-position: -166px -70px;
	}
li#iom a:link, li#iom a:visited {	
	background-position: -250px 0px;
	}
li#iom a:hover, li#iom a:focus {	
	background-position: -250px -70px;
	}
li#down a:link, li#down a:visited {	
	background-position: -356px 0px;
	}
li#down a:hover, li#down a:focus {	
	background-position: -356px -70px;
	}
li#contact a:link, li#contact a:visited {	
	background-position: -533px 0px;
	}
li#contact a:hover, li#contact a:focus {	
	background-position: -533px -70px;
	}
	
li#links a:link, li#links a:visited {	
	background-position: -669px 0px;
	}
li#links a:hover, li#links a:focus {	
	background-position: -669px -70px;
	}

/* Main navigation "active tabs" picks up the body class to highlight the button. cool huh?
------------------------------------------------------------------*/
body.main ul#nav li#home a {
	background-position:0px -35px;
	}
	
body.team ul#nav li#partners a {
	background-position:-71px -35px;
	}
	
body.services ul#nav li#services a {
	background-position:-166px -35px;
	}
	
body.iom ul#nav li#iom a {
	background-position: -250px -35px;
	}

body.terms ul#nav li#down a {
	background-position: -356px -35px;
	}
body.contact ul#nav li#contact a {
	background-position: -533px -35px;
	}

body.links ul#nav li#links a {
	background-position: -669px -35px;
	}
