/* Start of CMSMS style sheet 'Shellal Styles' */
/*****************
SHELLAL POL DORSET STUD
******************/

img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,

a:link {

	color: #CA1C9F;
	text-decoration: none;
	}

a:visited {

	color: #CA1C9F;
	text-decoration: none; }
	
	a:hover {

	color: #cccccc;
	text-decoration: none; }
	
	a:visited:hover {

	color: #cccccc;
	text-decoration: none; }


/*****************
basic layout 
*****************/

body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #CA1C9F;
	background-image: url(imagesII/shallel_back.jpg);
}



#outershell{ 

width: 955px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}
 

#innershell{position:relative;
text-align:left;
	width: 955px;
background: #fff;
}


#topsection{
	width: 955px;
	height: 150px;
	background-color: #000000;
}


#pageheader{
	width: 955px;
                height: 115px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #ffffff;
}

#pagetitle{
	position:relative;
	left:50px;
	width:955px;
	
	height: 100px;
	min-height: 100px;
	text-align: left;
	font-family: "Trebuchet MS1", Helvetica, sans-serif;
	font-size: 35px;
	font-weight: bold;
	color: #009CD7;
	letter-spacing: 0.3cm;
	text-transform: uppercase;
}

html>body #pagetitle {
	height: auto;} /* for not-IE */


#contentwrapper{
margin-bottom:0;
padding-right:10px ;
padding-top:20px;
padding-left:10px;
padding-bottom:20px;
background-color: #FFFFFF;

}




 div#content {


   }

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 45%;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;





}

div#main {
   margin-left:50%; /* this will give room for sidebar to be on the left side, make sure this space is     bigger than sidebar width */
   margin-right: 10px; /* and some air on the right */

}

div#mainhome {
   margin-left:40%; /* this will give room for sidebar to be on the left side, make sure this space is     bigger than sidebar width */
   margin-right: 10px; /* and some air on the right */


}

div#mainone {

 width:100%;

margin-right: 10px;


}


#footer {
	text-align:center;
	position:relative;
	clear: both;
	color: #cccccc;
	font-size: 0.8em;
	padding: 0.5em;
                border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}



/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px solid #c6c6c6;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}



h1 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 16pt;
	color: #000000;
	margin-top:5px;
	margin-bottom:5px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	color: black;
	margin-top:10px;
	margin-bottom:10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	color: black;
	
}
.italic {font-style: italic}

.header {
	font-family: Arial;
	font-weight: normal;
	font-size: 18pt;
    letter-spacing: 10px;
	color: white;
	}

.header2 {
	font-family: Arial;
	font-weight: normal;
    letter-spacing: .6px;
	font-size: 10pt;
	color: #047838;
	}

/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #000000; 
	font-size: 1.5em; 
	text-align: left; 
}
div#content h3 {
   color: #000000; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #000000; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #000000; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #000000; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}


#copyright {margin-top:0;

	width: 915px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:  #333333;
	background-color: #cccccc;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-right: 20px;
	padding-left: 20px;
}



.copyright a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:  #333333;
	text-decoration: none;
	}

.copyright a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;	}

.copyright a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;		
}	

.copyright a:hover:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  9px;
	color: #000000;
	text-decoration: none;		
}	


/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */

/* End of 'Shellal Styles' */

