/* Start of CMSMS style sheet 'SER: 2 Columns' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}
 
#curtainLT{
	background-image: url(images/SER/curtains/CurtainLeftTop.png);
	background-repeat: no-repeat;
	display: block;
	height: 147px;
	width: 184px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#curtainLB{
	background-image: url(images/SER/curtains/CurtainLeftBottom.png);
	background-repeat: no-repeat;
	display: block;
	height: 275px;
	width: 101px;
	position: absolute;
	left: 0px;
	top: 147px;	z-index: 1;
}
#curtainRT{
	background-image: url(images/SER/curtains/CurtainRightTop.png);
	background-repeat: no-repeat;
	display: block;
	height: 147px;
	width: 184px;
	position: absolute;	z-index: 1;
	right: 0px;
	top: 0px;
}
#curtainRB{
	background-image: url(images/SER/curtains/CurtainRightBottom.png);
	background-repeat: no-repeat;
	display: block;
	height: 275px;
	width: 101px;
	position: absolute;
	right: 0px;
	top: 147px;	z-index: 1;
}


/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
 

/*****************
basic layout 
*****************/
body {
	background-color: #880000;
	color: #333;
	margin-top: 17px;
	background-image: url(images/SER/background.jpg);
	background-repeat: repeat;
	margin-bottom: 25px;
	background-attachment: fixed;
}
#padding{
	min-width:1024px;
	position: relative;
	top: -17px;
}
/* center wrapper, min max width */
div#pagewrapper {
	width: 954px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
	height: 158px;
	background-image: url(images/SER/Header-Back.png);
	background-repeat: no-repeat;
	display: block;
	position: relative;
}

div#header h1 a {
	background-image: url(images/SER/Logo.jpg);
	background-repeat: no-repeat;
	height: 84px;
	width: 181px;/* you can set your own image here */
	left: 75px;
	top: 50px;
	font-size: 1px;
	text-indent: -9999px;
	display: block;
	position: absolute;
 }
#header_image{
	position: absolute;
	top: 43px;
	right: 38px;
}

div#search {
	text-align: center;
	width: 100%; 
}
#content #main #column1 #top a{
	display: block;
	height: 31px;
	width: 64px;
	background-image: url(images/SER/Top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 1px;
	text-indent: -9999px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#content #main #column1 #top a:hover{
	background-position: top;
}
 
div.breadcrumbs {
	font-size: 10px;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2C8CB;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 10px;
	margin-left: 1em;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 }


div#content {
	background-image: url(images/SER/repeat.png);
	background-repeat: repeat-y; 
}

div#main {
	width: 655px;
	border: 1px solid #D2C8CB;
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	background-image: url(images/SER/MainBack.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
}


div#sidebar {
	float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
	width: 184px;    /* sidebar width, if you change this please also change #main margins */
	display: inline;  /* FIX ie doublemargin bug */
	margin-left: 43px;
	margin-top: 10px;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}
#column1{
	width: 465px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}


#content #main a{
	color: #B4032F;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2C8CB;
	padding-bottom: 2px;
}
#content #main a:hover{
	color: #E7AB0B;
}

#column2{
	width: 180px;
	float: left;
	overflow: hidden;
	position: relative;
}
#nextprev{
	width: 100%;
	display: block;
	clear: both;
	font-size: 12px;
	padding-top: 1.5em;
	padding-bottom: .5em;
}
div#footer {
	clear:both;       /* keep footer below content and menu */
	background-image: url(images/SER/Footer-Back.png);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	top: 17px;
	padding-bottom: 25px;
}

div#footer p {
   font-size: .95em;
   padding: 1.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
	height: 1px;
	margin: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2C8CB;
	clear: both;
}

 
div#feature_column {
	width: 188px;
	display: block;
	float: left;
	position: relative;
	z-index: 100;
}

.feature-title{
	background-image: url(images/SER/FeatureBlockHead.gif);
	background-repeat: repeat-x;
	background-position: center top;
	width: auto;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 29px;
	border: 1px solid #B5A4A9;
	background-color: #E87D89;
 	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius:  10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius:  10px;
}

.feature-body{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 10px;
	width: auto;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius:  10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius:  10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.feature-body p{
	padding-bottom: 10px;
}

/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #B4032F;
	font-size: 1.5em;
	text-align: left;
	/* some air around the text */
   padding-left: 35px;
	padding-bottom: 1px;
	line-height: 1.5em;
	background-image: url(images/SER/H2-bullet.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1.25em;
   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;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
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;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
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;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */


input{
	margin-right: 10px;
 
}

textarea{
	width: 400px;
}
.narrow_input input{
	width: 155px;
	background-color: #F3F3F3;
}

#special-image1{
	position: relative;
	left: 5px;
 }
/* End of 'SER: 2 Columns' */

