@charset "utf-8";
/*********************************
CSS Document for "cisforculture"
© 2007. All rights reserved. Forget it, we'd sue!!!
Media: Screen

**********************
BASE SKIN 
**********************
@ date created :: 5 Nov 2007
@ last modified :: 4 Apr 2008
@ description :: This skin has the basic properties common to all skins. All other skins inherit from for the website. Think of it in OOP style where this is the "super class" :)
*/
body {
	font-family: Arial, Tahoma, Verdana;
	text-align: center;
	margin: 0px;
	
}

H1 {
	font-size: 1.4em;
	font-weight: bold;
}
H2 {
	font-size: 1.1em;
	font-weight:normal;
}
H3 {
	font-size: 0.85em;
	font-weight: normal;
}
H4 {
	font-weight: normal;
}
P{
	FONT-SIZE: 12px;
	COLOR: #797066;
	line-height: 1.6em;
	margin-bottom: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
ul{
	FONT-SIZE: 0.8em;
	line-height:normal;
	
}
ol{
	FONT-SIZE: 0.8em;
	line-height:normal;
	
}
li{
	margin-bottom:6px;
	line-height:20px;
}
a, a:link, a:visited {
	font-weight: bold;
	text-decoration:none;
}
a:hover{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
a img{
	border:0px;
}
.container{
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	width: 740px;
	text-align: left;
}
.header{
	margin-right: auto;
	margin-left: auto;
	width:740px;
}
.tag-line{
	float:right;
	margin-top: 1.8em;
	margin-right: 0.6em;
	width:209px;
	height:12px;
}
.tag-line p{
	font-size:0.65em;
}
.tag-line a:link, .tag-line a:hover, .tag-line a:visited{
	font-weight:normal;
	color:#464D51;
	text-decoration:none;
	display:block;
	width:inherit;
}
.logo{
	width: 320px;
	height:57px;
}
.loader{
	width:35px;
	height:35px;
}
.content{
	height:360px;
	width:720px;
	margin-left: auto;
	margin-right: auto;
}
.blog-links-holder {
	height: 25px;
	width: 100%;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
}
#blogLinks{
	float:right;
	width:570px;
}

.blog-links-wrapper {
	height: 18px;
	width: 710px;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-top:0px;
}
.blog-links-wrapper p {
	text-transform:none;
	font-size:0.7em;
}
.blog-links-wrapper p div {
	float:right;
	text-transform:none;
	width:580px;
	margin-right: 1em;
}
.page-image{
	width:303px;
	height:180px;
	float:left;
	margin-top:140px;
}
.navigation {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 2px;
}
div.navigation .button-1 {
	width: 25%;
	float: left;
}
div.navigation .button-1 a:link, div.navigation .button-1 a:visited {
	width:175px;
	height:145px;
	display:block;
	/*text-indent:-1000px;*/
}
div.navigation .button-2 {
	width: 24.5%;
	margin-left: 2px;
	float: left;
}
div.navigation .button-2 a:link, div.navigation .button-2 a:visited {
	width:175px;
	height:145px;
	display:block;
	/*text-indent:-1000px;*/
}
div.navigation .button-3 {
	width: 24.5%;
	margin-left: 363px;
}
div.navigation .button-3 a:link, div.navigation .button-3 a:visited {
	width:175px;
	height:145px;
	display:block;
	/*text-indent:-1000px;*/
}
div.navigation .button-4 {
	width: 24.5%;
	float: right;
}
div.navigation .button-4 a:link, div.navigation .button-4 a:visited {
	width:175px;
	height:145px;
	display:block;
	/*text-indent:-1000px;*/
}
.footer {
	height: 20px;
	margin-top: 0.7em;
	width: 716px;
	margin-right: auto;
	margin-left: auto;
}
#page-content {
	text-align: left;
	margin-left: 2em;
	margin-top: 1em;
}
.content-holder #content .column-2 {
	float: right;
	height: 315px;
	width: 180px;
	padding:5px 10px 0 10px;
}
.content-holder #content .column-1 {
	width: 180px;
	margin-left: 306px;
	height: 210px;
	padding:110px 10px 0 10px;
}
#content .column-1 p, #content .column-2 p{
	font-size:11px;
	line-height:15px;
}
.hidden{
	display:none;
}
.loader-holder{
	width:100%;
	text-align:center;
}
/* Overlay */
#modalOverlay {
	background:url(../plugins/jquery/modal/bg.gif);
}

/* Container */
#modalContainer {
	height:400px; 
	width:760px; 
	left:50%; 
	top:15%; 
	margin-left:-380px; 
}
