/*
 * 
 * Colours: 
 *
 *    Yellow:    #FEBE10n
 *    Purple:    #663399 #D6C4E6
 *    Lilac: 	#C99FE6
 *
 */
 
@import url(http://www.cvg.org.uk/index.php?css=site/small_css);

body { margin: 0 auto; padding: 0; color: #333; font-family: Lucida Sans Unicode, Lucida Grande, Luxi Sans, Lucida, Verdana, Helvetica, san-serif, Arial, Verdana, Helvetica, Sans-Serif; min-width: 740px; background: #FFFFFF; line-height: 130%; }

h1, h2, h3, h4{ padding: 0; margin: 0; color: #339966; }
h1 { font-size: 120%; font-weight: bold; color: #663399;}
h2 { font-size: 110%; font-weight: bold;}
h3 { font-size: 100%; }
h4 { margin-bottom: 4px; }

.centre { text-align: center; }
.right  { text-align: right; }

a img { border: 0; }
/*h1 a, h2 a, h3 a { color: #663399; text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover { color: blue; text-decoration:underline; }*/

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

p { font-size: 50%; }

.text_small { font-size: 75%; }

/*
 * Wrappers
*/

/*#wrapper_page { width: 759px; border-width: 3px 1px; border-style: solid; border-color: #D0D0D0; background: #FEBE10; margin: 0 auto 10px auto; }
*/
#wrapper_page { width: 100%; margin: 0 auto 10px auto;}
/*#wrapper_page { width: 100%; border-width: 1px; border-style: solid; border-color: #C99FE6; margin: 0 auto 10px auto;} */
#wrapper_main { background: #FFFFFF; }
#wrapper_content { width: auto; background: #FFFFFF; padding: 10px 20px 10px 16px; }
#wrapper_rightcol { width: 300px; border-left: 1px solid #D6C4E6; padding-left: 20px; margin-left: 10px; float: right; }
#wrapper_leftcol { margin-right: 345px; }
/* 
 * Menus
 */

#navtop { height: 26px; }
/*#navtop { height: 26px; position: absolute; top: 93px; left: 140px; background: #C99FE6; }*/
/*#navtop { width: 100%; height: 26px; position: absolute; top: 93px; left: 131px; color: black; font-weight: bold; font-size: 80%; background: #C99FE6; }*/
#navtop .item { margin: 0 10px 0 10px; }
#navtop #menus { float: left; padding-top: 5px; }
#navtop #menus a { color: white; text-decoration: none; }
#navtop #menus a:hover { color: red; text-decoration:underline; }

/*#navleft { width: 150px; background: #FEBE10; padding: 10px; float: left; margin-right: 10px; }*/
/*#navleft { width: 150px; background: red; float: left; margin-right: 10px; }*/

/*
 * Others
 */

.divider { padding: 3px 5px 3px 5px; margin: 10px 0 10px 0; color: black; font-size: 90%; background: #D6C4E6; font-weight: bold; border-width: 0 1px 1px 0; border-style: solid; border-color: #663399; }

/*
 * Floats
     clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
*/
.float_clear { clear: both; }
.float_left { float: left; }
.float_right {float: right; }

/* 
 * Forms
 */
 .form_text_required { font-weight: bold; color: red; } 

/*
 * Lists
 */
#wrapper_content ul { margin-left:0px; margin-top:0px; padding:0px;	}
#wrapper_content li { list-style-image: url(/site/images/common/img_bullet.gif); list-style-type: circle; margin-left:16px; margin-top:4px;	font-weight:normal;	}

/*
 * Misc
 */

.line_1_bottom { border-bottom: 1px solid #D6C4E6; }
.box_1 { height: 17px; background: #FEBE10; color: #D6C4E6; padding: 3px 0 0 5px; }

.no_newline_before p { margin-top: 0px; }

/* 
 * Header
 */
#wrapper_header { height: 128px; }
/*#wrapper_header { height: 128px; background: url("/site/images/common/img_header_bgnd_2.gif"); background-repeat: repeat-x; } */ 
#wrapper_header #notice { width: 405px; margin: 10px 0 0 50px; border-bottom: 1px dotted #D6C4E6; padding-bottom: 5px; float: left; color: red; }
#wrapper_header #notice .content { padding: 5px 10px 0 0; float: left; }

/*
  * Footer
  */
#wrapper_footer { padding: 10px; float: clear; }
/* background: url("/site/images/common/img_footer_bgnd.jpg"); background-repeat: repeat-x; }*/
/*#wrapper_footer { font-size: 80%; padding: 5px 0; background: #C99FE6; float: clear; }*/
  
#blueivy_footer a { font-weight: bold; color: #07265C; text-decoration: none; }
#blueivy_footer a:hover { font-weight: bold; color: #047FB8; text-decoration: underline; }
#blueivy_footer, #wrapper_footer td p { font-size: 11px; margin: 0; }
