/* CSS Document */
/*.........................................

	Title:		SCADIA Microsite
	Author:		vaseem@xsstudios.com
	Updated:	09 November 2009
	Version:	1.0
    Website:	http://www.scadia.com
	
..........................................*/

/* Applies to all elements */
* {
	margin: 0px;
	padding: 0px;
}
*:active { outline: none; }
*:focus { -moz-outline-style: none; }
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
/* end */
img {
	border: none;
}
/* Link styles */
a {
	outline:none;
	color:#fff;
	font-family:Arial;
	font-size:14px;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
p {
	text-align: justify;
	margin-top:35px;
}
/* end */
/* font styles */
.bold-text
{
	font-weight:bold;
}
.normal-red {
	color:#b02823;
	font-family:Arial;
	font-size:12px;
}
.normal-grey
{
	color:#838383;
}
.heading {
	font-size:14px;
	margin-bottom:5px;
	margin-top:5px;
	font-weight:bold;
}
/* end */
/* Link styles */
.main-container:after,.background-logo:after,.content-area:after,.content-area-dark:after,.content-area-continous:after,.content-text:after,.footer-container:after,.menu-container:after
{
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: visible;
}
/* end */
body {
	background-color:#2a2a2a;
	color:#fff;
	font-family:Arial;
	font-size:14px;
	text-align:left;
	text-decoration:none;
	line-height:18px;
}
/* top-container styles */
.flash-container {
	width: 926px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #2a2a2a;
	line-height:0px;
	font-size:0px;
}
.grey-strip {
	background-color:#2a2a2a;
	height:1px;
	width: 926px;
	margin-left: auto;
	margin-right: auto;
	font-size:1px;
	line-height:1px;
}
/* end */
/* this div moves to center of body and serves as a container for all other elements, specify the width according to PSD */
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.main-container {
	background-image:url(../images/background-strip.jpg);
	background-repeat:repeat-x;
	background-color:#050404;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: left;
}
.background-logo {
	background-image:url(../images/content_background_logo.png);
	background-repeat:no-repeat;
	background-position:437px 39px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.content-area {
	background-image:url(../images/content_transparent.png);
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding-left:26px;
}
.content-area-dark {
	background-image:url(../images/content_transparent.png);
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
.content-text
{
	width:873px;
	clear:both;
}
.logo-container {
	margin-top:13px;
	float:left;
	position:absolute;
}
.menu-container {
	/*float:left;
	margin-top:2px;*/
	margin-left:auto;
	margin-right:auto;
	width:696px;
	padding-top:4px;
	background-image: url(../images/menu_background.jpg);
	background-repeat: repeat-x;
}
.menu-container img  {
	float:left;
}
.menu-container map  {
	float:left;
}
.page-title {
	margin-top:52px;
}
.seperator {
	width:873px;
	font-size:0px;
	line-height:0px;
	background-color:#a1a1a1;
	height:1px;
	margin-top:7px;
}
.footer-container 
{
	margin-top:0px;
	color:#838383;
}
.footer-container p
{
	width:300px;
	margin-top:12px;
	margin-bottom:30px;

}
.thumbnail
{
	width:97px;
	height:86px;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	border-left:4px solid #fff;
	border-right:4px solid #fff;
	float:left;
	margin-right:19px;
	margin-bottom:18px;
}
.photo
{
	width:95px;
	height:84px;
	border:1px solid #949494;
}.bulleted-text {
	text-indent: 50px;
	list-style-type: disc;
	list-style-position: outside;
}
