/* CSS Document */
BODY{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	background-image:url(content/img/mainBG.gif);
	background-position:top;
	background-repeat:repeat-x;
	color:#666666;
	font-size:11px;
	font-family: Arial,tahoma, Helvetica, sans-serif;
}

A{  outline: none;	}
IMG{	border:none; line-height:0;}

/* ========================================================================*/

DIV#mainDivOuter{
	background-image:url(../content/img/bg_main2.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:984px;
	height:702px;
	border-right:1px solid #ebebec;
	border-bottom:1px solid #FFFFFF;
}
DIV#mainDivOuter A{
	text-decoration:none;
	color:#666666;
}
DIV#mainDiv{	
	font-size:11px;
	width:830px;
	display:block;
	padding:10px 4px 0px 34px;
	float:left;
}
DIV#mainDiv .content{
	width:378px;
	display:table;
}
DIV#mainDiv .content.line{
	border-left:1px solid #d9d9d9;
	padding-left:40px;
	
}
.right{float:right;}
.left{float:left;}
DIV#mainDiv .headerText{
	padding:20px 0px 0px 10px;
}
div#mainDiv h1 span{
color:#C00000;
}
DIV#mainDiv h1{

	padding:0px 0px 8px 0px;
	margin:0;
	line-height:50px;
	font-weight:normal;
	font-family:"Trebuchet MS";
	color:#358BC0;
	font-size:50px;
}
DIV#mainDiv h2{
	font-size:16px;
	color:#990000;
	margin:0px 0px 0px 10px;
	font-weight:normal;
}
DIV#mainDiv h3{
	font-size:18px;
	margin:0px 0px 0px 10px;
	font-weight:normal;
}
DIV#mainDiv h3 em{
	color:#358BC0;
	font-style:normal;
}
DIV#mainDiv h3 span{
	font-size:12px;
}


DIV#mainDiv h4{
	font-size:14px;
	font-weight:normal;
	color:#358bc0;
	margin:20px 0px 10px 10px;
}
DIV#mainDiv P{
	margin-top:10px;
	margin-bottom:20px;
	padding-left:10px;
}
DIV#mainDivOuter .aboutUs{
	float:right;
	padding:0px 20px 0px 15px;
	margin:20px 0px 20px 0px;
	background-image:url(../content/img/blueArrow.gif);
	background-repeat:no-repeat;
	background-position:center left;
}
DIV#mainDiv .button{
	padding:25px 10px 0px 0px;
}
DIV#mainDiv .whiteBG{
	background-color:#FFFFFF;
	width:358px;
	height:22px;
	line-height:22px;
	padding:0px 10px 0px 10px;
	border-bottom:1px solid #ebebeb;	
}
DIV.contact{
	float:left;
	width:378px;
	padding:20px 0px 0px 0px ;
}
DIV.contact .bold{
	font-weight:bold;
	font-size:18px;
}
DIV.contact #blue{
	color:#477aa1;
}
DIV.contact #blue a{
	color:#477aa1;
}
.paddingTop20px{padding-top:20px;}
div.contact.paddingLeft10px{padding-left:10px;}
/* =============================================================== popup =========*/
DIV#popupOuter{
z-index:5;
position:absolute;
display:none;
background-color:#000000;

filter:alpha(opacity=85);
-moz-opacity:.85;
opacity:.85;
}
DIV#popup{
z-index:6;
position:absolute;
display:none;
}
DIV#popup .popupBox{
	margin:auto;
	padding:auto;
	margin-top:200px;

	height:400px;
	width:500px;
	background-color:#FFFFFF;
}
DIV#popup .popupBoxOuter1{
	background-image:url(../content/img/popupTop.png);
	background-repeat:no-repeat;
	background-position:top;
	height:400px;
	width:500px;
}
DIV#popup .popupBoxOuter2{
	background-image:url(../content/img/popupBottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:386px;
	width:469px;
	padding:7px 7px 7px 24px;
	position:relative;
}
DIV#popup .closePopup{
	text-align:right;
}
DIV#popup .logo{
	position:absolute;
	bottom:10px;
	right:10px;
	width:62px;
	height:56px;
	background-image:url(../content/img/saabLogo.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
DIV#popup .content{
	width:454px;
	margin-top:20px;
}
DIV#popup .content H1{
	width:300px;
	margin:0px;
	padding:0px;
	font-size:20px;
	color:#990000;
	font-weight:normal;
}
DIV#popup .content H2{
	width:300px;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	color:#990000;
}
DIV#popup .content P{
	margin-bottom:20px;
	margin-top:0px;
}
DIV#popup .content .viewWebsite{
	width:300px;
	margin-bottom:40px;
}

/* =============================================================== footer =======*/

DIV#footer{
	color:#b2b2b2;
	font-size:10px;
	width:984px;
	background-image:url(../content/img/footerBg.jpg);
	background-repeat:repeat-x;
}
DIV#footer P{
	padding:20px 30px 0px 30px;
	margin:0px;
}

/* =============================================================== general =========*/

.right{float:right;}
.rightRed{float:right; color:#990000;}
.rightBlue{float:right; color:#358bc0;}
.rightRedBold{float:right; color:#990000; font-weight:bold;}
.rightBlueBold{float:right; color:#358bc0; font-weight:bold;}

.left{float:left;}
.leftRed{float:left; color:#990000;}
.leftBlue{float:left; color:#358bc0;}
.leftRedBold{float:left; color:#990000; font-weight:bold;}
.leftBlueBold{float:left; color:#358bc0; font-weight:bold;}

.clear {
	margin:0;
	padding:0;
	line-height:0px;
	font-size:0px;
	clear:both;
	overflow:hidden;
	height:0px;
}
.red{color:red;}

.space10pxtop{
	margin:0px;
	padding:0px;
	height:10px;
	font-size:0px;
}