/* Start of CMSMS style sheet 'pink: layout' */
/*-- Undo HTML --*/
* {
margin:0;
padding:0;
}

html {/* Firefox scrollbar */
overflow-y: scroll;
}

body {
text-align: left;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 75.01%;
line-height: 1em;
}

div {
font-size: 1em;
}

img {
border: 0;
}

a,
a:link 
a:active {
text-decoration: underline;
background-color: inherit; 
color: #18507C; 
}

a:visited {
text-decoration: underline;
background-color: inherit;
color: #18507C;
}


a:hover {
text-decoration: none;
color: #FF931E; 
}

/*-- BASIC LAYOUT --*/
body {
background-color:#BDCCD4;
color: #666;
}


div#pagewrapper {
margin: 0 auto;
width:800px;
color: #666;
background: url(images/layout/header-bg.jpg) no-repeat;
background-color: #fff;
}

#pagewrapper .inside	{
padding:0 10px 10px 10px;
}

div#header {
height:310px;          
}

div#header h5 a {
/*background: #385C72 url(uploads/images/logo1.gif) no-repeat 0 12px; */
display: block;
width:250px;
height:200px;
text-indent: -999em;
text-decoration:none;
}


div#search {
float: right;
width: 27em;
text-align: right;
padding: 0.6em 0 0.2em 0;
margin: 0 1em;
}

div.breadcrumbs {
padding: 1em 0 1.2em 0;
font-size: 90%;
margin: 0 1em;
border-bottom: 1px dotted #000;
}

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

div#content {
overflow:hidden;
margin:0;
}

#content .inside	{
padding:0 0 20px 0;
}


div#main {
float:right;
width:540px;
}

div#sidebar {
float: left;
width:220px;
display: inline;  /* FIX IE double margin bug */
margin:0;
}

div#footer {
clear: both;
margin:0 auto;
width:800px;
color: #fff;
background-color:#BDCCD4;
}

div#footer p {
font-size:11px;
padding:10px;
text-align: right;
margin: 0;
}

div#footer p a {
color: #fff;
text-decoration: none;
}

div#footer p a:hover {
color: #fff;
text-decoration: underline;
}

div.hr {
height: 1px;
padding: 1em;
border-bottom: 1px dotted black;
margin: 1em;
}


div.left49 {
width: 49%;
}

div.right49 {
float: right;
width: 49%;
text-align: right;
}



/*-- CONTENT FORMATTING --*/

/* HEADINGS */
div#content h1 {
font-family: Georgia, "Times New Roman", serif;
color: #FF931E; 
font-size: 1.8em;
font-weight:normal;  
line-height: 1.5em;
margin:10px 0 0 0; 
}

div#content h2 {
font-family: Georgia, "Times New Roman", serif;
color: #FF931E; 
font-size: 1.4em;
font-weight:normal;  
line-height: 1.5em;
margin:10px 0 0 0;
}

div#content h3 {
font-family: Georgia, "Times New Roman", serif;
color: #FF931E;  
font-size: 1.3em;
font-weight:normal;
line-height: 1.3em;
margin:10px 0 0 0;
}

div#content h4 {
color: #294B5F; 
font-size: 1.2em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
}

div#content h5 {
color: #294B5F; 
font-size: 1.1em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
}
h6 {
color: #294B5F; 
font-size: 1em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
font-size: 1.1em;
margin: 0 0 1.5em 0; 
line-height: 1.4em;
padding: 0;
}


strong, b {
font-weight: bold;
}

em, i {
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%;
}

div.templatecode {
margin: 0 0 2.5em;
}
/* END TEXT */


/* LISTS */
div#main ul,
div#main ol,
div#main dl {
font-size: 1.1em;
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 */


/*---[ block quotes ]--*/
blockquote {
margin:0;
padding:0;
}

/* pullquote */
blockquote.pullquote {
float:left;
width:180px;
height:140px;
margin:110px 0px 0 250px;
padding:0;
position:relative;
display:inline;/* FIX IE6 double margin bug */
}

p.pullquotebody {
font-family:Georgia, "Times New Roman", Times, serif;
color:#3FA9F5;
font-size:20px;
line-height: 1.6em;
font-weight:normal;
font-style:italic;
padding:0;
text-align:left;
}


/*-- DATA TABLES --*/
table.price-table	{
width:98%;
margin:15px 0;
border-collapse: collapse;
border-left:1px solid #ccc;
border-top:1px solid #ccc;
}

table.price-table td	{
width:50%;
padding:4px;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
}

/*-- SLIDESHOW --*/
#slideshow {
/*position: relative;*/
/*top:110px;
left:52px;*/
float:left;
margin:81px 0 0 51px;
width: 276px;
height:174px;
overflow: hidden;
}

#slideshow img {
position: absolute;
left: 0;
top:0;
width:276px;
height:174px;
}


/* FONT SIZER CSS */

.fontResizer { 
float:right;
/*display:block;*/
/*position: absolute;*/
/*top:0px; left: 0;*/
margin:10px 0 0 0; 
}

.fontResizer a {
display: block;
float: left;
width: 17px;
height: 17px;
text-align:center;
border: 1px solid #ccc;
line-height: 15px;
color: #666;
text-decoration: none;
}

.fontResizer a:hover { color: #000; text-decoration: none; }

/* 
The following control the way the font-resizer links appear only 
Set the actual size-changes in the function call
*/
.smallFont { font-size: 9px; }

.medFont { font-size: 13px; }

.largeFont { font-size: 15px; }

.curFont { background: #EEEEF7; }


/* End of 'pink: layout' */

