/* Start of CMSMS style sheet 'Layout: General 2 Columns' */
/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/

* 
	{
	margin: 0;
	padding: 0;
	
	border: 0;
}

/* Styles for layout
-----------------------------------------------------------------------------*/

.clear
	{
	clear:both;
}



.right
	{
	float: right;
}



.left
	{
	float: left;
}

img.left , img.right {
border:1px solid #bebebe; padding:2px;
}

blockquote img.left , blockquote img.right {
border:0px solid #bebebe; padding:2px;
}

.relative {
position:relative;
}

/* Set up the document
-----------------------------------------------------------------------------*/

body
	{
	font: 62.5%/1.5  Arial, Helvetica, sans-serif;
	background-color:#16173b;
	color: #000000;	
	text-align:center;
}

#wrap {
margin: 20px auto;
width: 900px;
background: #16173b url('images/global/wrapper-mid1.jpg');
background-repeat: repeat-y;
text-align:left;
}

#top { 
background: #fff url('images/global/wrapper-globe.jpg') 0 0 no-repeat;
height: 220px;
width:900px;
position:relative;
z-index:0;
}

#logo {
position:absolute;
top:20px;
left:30px;
display:block;
background:#fff url(./images/global/continental-logo.jpg) 0 0 no-repeat;
width:250px;
height:90px;
text-indent:-999em;
z-index:2;
border:0;
}

#strap {
position:absolute;
top:75px;
left:100px;
display:block;
font-weight:normal;
color:#0478C5;
font-style:italic;
font-size:18px;
z-index:2;
}

#content {
padding: 0 15px 0 15px;

z-index:3;
}

#bottom {

background: #fff url('images/global/wrapper-bot1.jpg') 0 0 no-repeat;
height: 30px;
}
	
.middle {
	float: left;
	width:620px;
	margin: 0 10px;
	padding: 5px;
position:relative;
	z-index:3;
}

.rightcol {
	float: left;
	width: 190px;
	margin: 0 5px;
	padding: 5px;
position:relative;
	z-index:3;
}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}


/* Typography
-----------------------------------------------------------------------------*/

h1
	{
	font-size: 2.5em; /* Equivalent to 22pt */
}
	
h2
	{
	font-size: 2.0em; /* Equivalent to 20pt */
color:#777;
font-weight:normal;
}
	
h3
	{
	font-size: 1.8em; /* Equivalent to 18pt */
}
	
h4
	{
	font-size: 1.6em; /* Equivalent to 18pt */
}
	
h5
	{
	font-size: 1.4em; /* Equivalent to 14pt */
}
	
p, q, cite
	{
	font-size: 1.2em; /* Equivalent to 12pt */
}

ul, ol, dl
	{
	list-style: none;
	
}

li, dd, dt
	{

}

a.no-link {
text-decoration:none;
color:#000000;
font-weight:normal;
}

blockquote {
margin: 25px 0px;
padding: 5px 10px 5px 10px;
font-weight: normal;
line-height:1.5;
color: #212121;
border:1px solid #bebebe;
background:#fff url(./images/global/bgbox.jpg) 0 0 repeat-x;
}

blockquote p {
1.2em;
}

/* Paragraphs
-----------------------------------------------------------------------------*/
#content p {
line-height:1.5;
margin-bottom:10px;
font-size:1.3em;
color:#555;
}

#content h1 {
margin-top:20px;
padding-top:5px;
border-top:1px solid #bebebe;
color:#555;
clear:both;
font-weight:normal;
}

p.intro strong {
font-size:1.0em;
}

p.solution {
border:1px solid #bebebe;
padding:5px;
background-color:#efefef;
}


/* Navigation
-----------------------------------------------------------------------------*/


/* Footer
-----------------------------------------------------------------------------*/



/* Homepage
-----------------------------------------------------------------------------*/
  
p.slide-left {
float:left;
width:250px;
text-align:center;
border-right:1px solid #bebebe;
  height:214px;
}   

  
p.slide-right {
width:330px;
float:left;
padding:0 0px 0 30px;
font-size:11px;
}  

#s2 {
position: relative; width: 100%; margin-top: 10px;
min-height: 120px;
height:auto !important;
height:120px;
}

#s2 p {
font-size:11px;
}
  
  #s1 {
  height:200px;
  }

#s1 li {
display:block;
width:620px;
height:190px;
text-indent:-999em;
}

#hs1 {
background:#fff url(./images/headers/1.jpg) 0 0 no-repeat;
}

#hs2 {
background:#fff url(./images/headers/2.jpg) 0 0 no-repeat;
}

#hs3 {
background:#fff url(./images/headers/3.jpg) 0 0 no-repeat;
}

#hs4 {
background:#fff url(./images/headers/4.jpg) 0 0 no-repeat;
}

#hs5 {
background:#fff url(./images/headers/5.jpg) 0 0 no-repeat;
}
  
/* Your template
-----------------------------------------------------------------------------*/


/* Forms
-----------------------------------------------------------------------------*/



input.text
	{
	padding: 3px;
	border: 1px solid #999999;	
}


/* Tables 
-----------------------------------------------------------------------------*/



table
 	
	{ 
  	border-spacing: 0;
	border-collapse: collapse;
}

td 
	
	{
  	text-align: left;
	font-weight: normal;
}

/* End of 'Layout: General 2 Columns' */

