/* global styles */


body, html {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;

}

.center_align {text-align:center;}

h1 {font-size:14px; font-weight:bold;}
h2 {font-size:12px; font-weight:bold;}
p {font-size:12px;}

ul, ol {font-size:14px;}

a {font-family: Arial, Helvetica, sans-serif;}
a:link {
	color: #255282;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #255282;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #255282;
	font-weight: bold;
	text-decoration: none;
}

a img {	border: none;	}

.main_container {
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.img_r {padding: 0px 0px 10px 15px;}
.img_r2 {padding: 0px 0px 20px 40px;}
.img_r3 {padding: 25px 5px 20px 60px;}

/* header divs  */

.header_container {
	
	width:900px;
	height:138px;

}
.header_img {
	height:48px;
	background-image:url(../images/header_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
}
.header {
	width:900px;
	height:90px;
	


}

.logo {
	float:left;
	width:400px;
	margin: 0px 0px 0px 50px;
	height:80px;
	background-image:url(../images/sirkel_logo.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.util_links {
	float:left;
	width:400px;
}

.util_links a {font-size:9px;}

/* nav menu divs */

.menucontainer {
	background-color:#255282;
	width:800px;
	height:30px;
	position:relative;
	left:51px;
	


}


.menu {
	width:inherit;
	background-color:#255282;
		
	margin-left:auto; 
	margin-right:auto;
}

/* mid page divs */

.graphic {
	clear:left;
	width:800px;
	margin: 0px 50px 0px 50px;
	height:163px;
}

/* content divs */

.content {
width:900px;
height:auto;
overflow:auto;
}

.leftcol{
	width:450px;
	height:auto;
	float:left;
	padding: 25px 0px 0px 0px;
}

.rightcol{
	width:450px;
	height:auto;
	float:left;
	padding: 25px 0px 0px 0px;
	
}

.main_col {

	width: 690px;
	height:auto;
	text-align:justify;
	padding: 25px 105px 0px 105px;

}

.main_col ul,ol{font-size:12px; line-height:1.33em;}
.main_col li{padding-bottom: 1em;}


#sitemap li {padding: 0px 0px 5px 0px;}

.logos{clear:left; width:auto; margin-left:0; margin-right:0; text-align:center; height:auto; padding: 30px 0px 0px 0px;}
#home .logos{clear:left; width:auto; margin-left:0; margin-right:0; text-align:center; height:auto; padding: 30px 0px 0px 0px;}

#vision {

	height:auto;
	text-align:justify;
	margin: 0px 15px 0px 105px;
	
}

#news {
	
	height:auto;
	text-align:justify;
	margin: 0px 105px 0px 15px;
}

#sirkel {

	height:auto;
	text-align:justify;
	margin: 0px 105px 0px 15px;
}

#contactform{
height:auto;
margin: 0px 15px 0px 105px;
}
#contactform td{font-size:12px;}

#contactinfo{
height:auto;
margin: 75px 105px 0px 15px;

}

/* footer divs */
.footer_container {
	width:900px;
}

.footer_img {
	width:900px;
	height:70px;
	background-image:url(../images/footer_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#fff;

}

/*
.footer_text{
	width:182px;
	height:20px;
	padding: 0px 0px 0px 718px;
	color: #255282;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;


}
*/

.footer_text{

	height:20px;
	color: #255282;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-align:right;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;


}

/* old styles  */

.home1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.home2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 9px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}


.style1 {
	color: #255282;
}
.style2 {font-family: Arial, Helvetica, sans-serif;}
.style4 {font-family: Georgia, "Times New Roman", Times, serif;}

