/*
 * YOOtheme CSS file
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/* layout styling */
@import url(layout.css);

/* menu styling */
@import url(menu.css);

/* Other styling */
@import url(styles.css);

/* Colour styling */
@import url(blue-layout.css);


/* Set up the default styling */

h1,h2,h3,h4,h5,h6{
/*margin: 8px 0px;
/*background: url(../images/sun_small.gif) left center no-repeat;*/
/*padding-left: 21px;
}


: #013976;
font-size: 1.4em;
}

h3{
color: #013976;
font-size: 1.2em;
}

h4{
color: #013976;
font-size: 1em;
}

h5{
color: #013976;
font-size: 0.9em;
}

h6{
color: #013976;
font-size: 0.8em;
}

a{
color: #000066;
}

a:hover{
color:#C9CDE0;
}

.image_border{
border: 1px solid #bbbbbb;
padding: 4px;
}



.imageList{
clear: both;
list-style: none;
margin: 0px;
padding: 0px 0px 0px 0px !important;
border-top: 1px solid transparent;
}

.imageList li{
float: left;
width: 50%;
margin: 5px 0px !important;
}

.imageList a{
font-weight: bold;
text-decoration: none;
font-size: 1.2em;
}

.imageList img{
vertical-align: middle !important;
margin: 0px 10px 0px 0px !important;
float: none !important;
}

.imageLink{
font-weight: bold;
text-decoration: none;
font-size: 1.2em;
display: block;
line-height: 32px;
}

.imageLink img{
vertical-align: middle;
margin: 0px 10px 0px 0px !important;
}

