/* -------------------------------------------------------------- 
  
   screen.css
   Slim Girls box of secrets stylesheet
   by geckonewmedia.com
   
-------------------------------------------------------------- */
 

/* -------------------------------------------------------------- 
   RESET
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

div.clear {
	clear: both;
}

/* -------------------------------------------------------------- 
   BASE
-------------------------------------------------------------- */

.RedText {
	color: #ff0000;
	font-weight: bold;
}

body {
	font-size: 62.5%;
	text-align: center;
        font-family: arial, helvetica, sans-serif;
}

#page_container {
	width: 979px;
	background:#fff url(images/page_bg.jpg) center top repeat-y;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
}

#page_bottom {
	margin: 0 auto;
	height: 21px;
	width: 999px;
	background:#fff url(images/page_bottom.jpg) center top repeat-y;
}

/* -------------------------------------------------------------- 
   COLOURS
-------------------------------------------------------------- */
h2,h4,
p.largeType strong,
.colourOne {
	color: #5a3543;
}

.colourOneBg {
	background-color: #5a3543;
}

h3,
.textAltColour,
a {
	 color: #5A3543;
}

h5 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 15px 0;
}

p {
    font-family: verdana;
    font-size: 13px;
    margin-bottom: 1em;
    line-height: 1.4em;
}


.lightBorder {
	border-color: #e7cbdb;
}



/* -------------------------------------------------------------- 
   TEXT
-------------------------------------------------------------- */


h2 {
	font-size: 32px;
	font-weight: bold;
}

h3 {
	font-size: 26px;
	font-weight: bold;
}

h4 {
    font-size: 20px;
    clear: both;
    margin: 10px 0;
    font-weight: bold;
}

a {
    font-weight: bold;
	color: blue;
	text-decoration:underline;
}

/* -------------------------------------------------------------- 
   HEADER
-------------------------------------------------------------- */


div#header {
    background: white;
    float:left;
    width: 979px;
    position: relative;
    padding-top: 34px;
    z-index:20;
}


/*navigation links
// @mike - height to be adjusrted for menu height*/
div#header ul {	
    background-image: url(images/nav_bg.png);
    background-position: left top ;
    background-repeat: repeat-x;
    height: 34px;
    overflow: hidden;
    padding: 0 0 0 208px;
    border: 1px solid #000;
    margin: 0px 0 0 0;
}

div#header ul li {
    margin:  0;
    padding: 0;
    display:block;
    float: left;
    width: auto;
    border-right-width: 1px ;
    border-right-style:solid;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

div#header ul li:last-child {
    border-right: none;
}


/*navigation links
// @mike - height and line-height to be adjusrted for menu height, padding left/right to compensate*/
div#header ul li a {
    margin: 0;
	position: relative;
    display:block;
    float: left;
    height: 34px;
    line-height: 34px;
    font-weight: bold;
    color: white;
    text-decoration:none;
    	padding: 0 23px 0 22px;
	font-size: 1.6em;
    border-right: 1px solid #000;
}

html > body div#header ul li a {

}


div#header ul li.current a {
	text-decoration: underline;	
}

div#header ul li.try_now {
	position: absolute;
	right: 0px;
	padding:0;
	border: none;
}



div#header ul li.try_now {
	position: absolute;
	left: 856px;
}

html>body div#header ul li.try_now {
	position: absolute;
	right: 0px;
}


div#header ul li.try_now a {
	padding: 0;

	border-left: 1px solid #000;
}

li.try_now img {
    height: 34px;
}

div#header h1 {
    width: 204px;
    height: 93px;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    position: absolute;
    top: 0px;
    left: 9px;
	z-index: 99999;
}

div#header h1 a {
    display:block;
    position: absolute;
    z-index: 9999999;
    top:0px;
    left: 0px;
    width: 204px;
    height: 93px;
    overflow: hidden;
    background: url(images/logo.png) left top no-repeat;
}

div#header p {
    text-align: right;
    padding: 3px;
    font-size: 1.2em;
    font-weight: bold;
    position:absolute;
    right: 10px;
    top: 5px; 
    font-family: verdana;
}

div#header p span.uk {
   background: url(images/uk_flag.gif) left center no-repeat;
    padding: 0 15px 0 28px;
}


/* -------------------------------------------------------------- 
   COLUMNS
-------------------------------------------------------------- */

div#col_left {
    width: 707px;
    float: left;
    margin-left: 8px;
    display:inline;
    padding: 10px 0 25px 0;
    z-index: 1;
    position: relative;
    background: url(images/col_left_top.jpg) left top no-repeat;
}

html>body div#col_left  {
    display: block;
}

div#col_left_bottom {
    width: 707px;
    height: 13px;
	float:left;
	margin-top: 0px;
	position:absolute;
	bottom:0px;
	left:0px;
    background:#efefef url(images/col_left_bottom.jpg) left top no-repeat;
}

div#col_right {
    float: left;
    padding-top: 23px;
    width: 250px;
    margin-left: 5px;
    display:inline;
}

html>body div#col_right  {
    display: block;
}

/* -------------------------------------------------------------- 
   LEFT
-------------------------------------------------------------- */

img.main_banner {
	margin: 16px 13px;
	width: 682px;
}


div#col_left .col_inner {
	padding: 10px 23px;
}


div#col_left .col_inner ul {
   margin: 10px 0;
}

.page_inner_padding {
	padding: 0 5px;
}

/* -------------------------------------------------------------- 
   MISC
-------------------------------------------------------------- */

img.goleft {
    float: left;
    margin-right:15px;
}

img.goright {
    float: right;
    margin-left:15px;
}

.col_inner ul {
	font-size: 12px;
	padding-left: 20px;
	font-family: verdana, arial, sans-serif;
}

div.noimage {
	padding: 15px;
}	

ul.ticklist{
    float: left;
    margin: 10px 0;
    width: 300px;
}

ul.ticklistfull {
    float: left;
    margin: 10px 0;
    width: 100%;
}

ul.ticklistfull li,
ul li.ticklistfull,
ul.ticklist li,
ul li.ticklist {
    background: url(images/li_tick.gif) left 3px no-repeat;
    font-size: 15px;
    list-style-type: none;
    display: block;
    padding: 5px 5px 1px 30px;
}

li.ticklistfull {
	width: 580px;
}

p.ticklistfull,
p.ticklist {
	padding: 5px 5px 1px 30px;
	background: url(images/li_tick.gif) left 3px no-repeat;
}

p.largeType {
    clear: both;
    font-family: arial, helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
}


div.speech_bubble {
    width: 568px;
    clear: both;
    margin: 20px auto;
    font-size: 15px;
    background: url(images/speech_middle.gif) center top repeat-y;
}


div.speech_inner {
    padding: 20px 20px 40px 20px;
}


div.speech_top {
    background: url(images/speech_top.gif) center top no-repeat;
}

div.speech_bottom {
    
    background: url(images/speech_bottom.gif) center bottom no-repeat;
}


div.speech_bubble cite {
    display:block;
    background: white;
    padding-left: 80px;
    font-size: 20px;
    
}

div.speech_bubble cite span {
	position: relative;
	bottom: 20px;
}


div.blue_page {
    clear: left;
    width: 617px;
    margin: 20px auto;
    background: url(images/bluepage_bg.jpg) left top no-repeat; 
    color: #000;   
}

div.blue_page_bottom{
    width: 617px;
    height: 80px;
    background: url(images/bluepage_bottom.jpg);    
}

div.blue_page h2,
div.blue_page h3,
div.blue_page h4 {
    color: #000;
}
div.blue_page h2  {
	font-size: 36px;
}

div.blue_page h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

div.blue_page_inner {
    margin: 0 20px 15px 15px;
    padding-top: 30px;
}


div.tiered_box {
    width: 620px;
    margin: 10px auto !important;
    border-width:5px ;
    border-style:solid;
float: left;
}

div.tiered_box_inner {
    padding: 15px;
float: left;
width: 590px;
}

div.tiered_box h3 {
    border-top-style:solid;
    border-top-width:5px;
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
    padding: 10px 15px;
    margin: 0;
clear: both;
}

div.tiered_box h2 {
    font-size: 28px;
    text-align: center;
    margin: 0 0 15px 0; 
    padding: 0;
    line-height: 1;
}

.tiered_box_inner p {
	width: 320px;
}

div.sidebar_box {
    width: 245px;
    border: 1px solid #6d1540;
    margin: 0 0 20px 0;
    position:relative;
    background-color: white;
    float:left;
}

div.sidebar_box img {
	max-width: 245px;
}

div.sidebar_box a,
div.sidebar_box img {
	border: none;
	margin: 0;
	padding: 0;
}

div.sidebar_box p {
	margin: 0;

	padding: 0;
	line-height:1;
}

div.sidebar_box h3 {
    background-image:url(images/grad_bg.png) ;
    background-position: left top ;
    background-repeat: repeat-x;
    text-align: center;
    color: white;
    font-size: 24px;
    padding: 5px 0;
}    


ul.people_list {
    margin: 10px 0;
    padding: 0;
    display: block;
    width: 100% !important;
    list-style: none;
}

ul.people_list li { 
    float: left;
    display: block;
    width: 660px;
    clear: both;
    padding: 0 0 10px 0;
}

ul.people_list li div.person_image {
    background: red;
    float:left;
    width: 128px;
    height: 118px;
    padding: 15px;
    background: url(images/people_bg.jpg) left top no-repeat;
}

ul.people_list li div.person_info  {
	float: left;
	width: 500px;
}

ul.people_list li div.person_image img {
    width: 118px;
    height: 118px;
}

ul.people_list li h3 {
    font-size: 22px;
}




table.comparison_table {
    text-align: center;

    border-collapse: collapse;
}



table.comparison_table td,
table.comparison_table th {
    text-align: center;
    border: 1px solid #cccccc;
    color: #707070;
}



table.comparison_table th {
    border-bottom: 1px solid #ad194f;

    color: white;
    font-weight: bold;
    font-size: 12px;
}


p.footer_links a {
	color: #777
}

div.Doc2Form {
	clear: both;
	margin: 15px 0;
	padding: 15px;
	border: 1px solid #ccc;
	background: #f7f7f7;
}

div.Doc2Form ol {
	list-style: none;
}

div.Doc2Form ol li{
	margin-bottom: 5px;
}

div.Doc2Form ol li label{
	display: block;
	font-size: 12px;
}




/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(images/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(images/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}


















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

