
/*--------------------------------------------------------------------------------------------------

Company: 3cStudios
Author: Weszt

These styles are to be used on ONLY this website.

--------------------------------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------------------------------
	1. Global
--------------------------------------------------------------------------------------------------*/
body {
	background:url(../Images/BG_Body.png) top center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:76%;

}

img {
margin:0px;
}
html, body {
height:100%;
} 
p {line-height:18px;}
div.wrapper {
width:auto;
background:url(../Images/BG_Wrapper.png) top left repeat-x;
min-height:173px;
height:100%;
}
a {
color:#000;
text-decoration:underline;
	line-height:14px;
}
/*--------------------------------------------------------------------------------------------------
	2. Header
--------------------------------------------------------------------------------------------------*/
div.header {
	width:970px;
	margin:0px auto;
	height:170px;
	background:url(../Images/BG_Header.png) top left no-repeat;
	border-top:solid 6px #5dada9;
}
div.logo {
	width:192px;
	height:173px;
	float:left;
}

/*--------------------------------------------------------------------------------------------------
	3. Navigation
--------------------------------------------------------------------------------------------------*/
div.puppetnav {
	width:710px;
	height:114px;
	float:right;
	margin-top:10px;
}
div.puppetnav ul{
	list-style:none;
	width:auto;
	height:114px;
}
div.puppetnav li{
	width:172px;
	height:90px;
	margin-right:4px;
	float:left;
	font-size:11px;
	font-weight:bold;
	padding-bottom:4px;
}
div.puppetnav img {
	margin-bottom:2px;
}
div.puppetnav a {
	display:block;
	text-decoration:none;
}

div.navigation {
	width:700px;
	background:#226b67;
	height:42px;
	float:left;
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	font-size:16px;
}
div.navigation ul {
	list-style:none;
	width:400;
	height:42px;
	font-family:Arial, Helvetica, sans-serif;
	color:#a9cecb;
	font-size:9px;
	margin-left:20px;
}
div.navigation li{
	height:42px;
	margin-right:30px;
	margin-top:7px;
	float:left;
	color:#a9cecb;
	}
div.navigation a{
	text-decoration:none;
	color:#a9cecb;
	display:block;
	}	
div.navigation span{
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	font-size:20px;	
	text-decoration:none;
	}		
/*--------------------------------------------------------------------------------------------------
	4. Footer
--------------------------------------------------------------------------------------------------*/
div.footerwrapper {
width:100%;
bottom:0px;
height:60px;
background:#000000;
border-top:solid 1px #ffffff;
border-bottom:solid 1px #ffffff;
clear:both;
margin-top:60px;
}
div.footerwrapper div.footer {
width:970px;
margin:0 auto;
color:#ffffff;
padding-top:10px;
font-size:11px;
}
div.footerwrapper div.footer  a{
text-decoration:underline;
color:#fff;
padding-bottom:2px;

}
div.footerwrapper div.footer div.footerleft {
width:40%;
float:left;
}

div.footerwrapper div.footer div.footerleft ul{
list-style:none;
}
div.footerwrapper div.footer div.footerleft ul li{
float:left;
margin-right:10px;
padding-bottom:4px;
}

div.footerwrapper div.footer div.footerright {
width:45%;
float:right;
text-align:right;
min-height:20px;
}

/*--------------------------------------------------------------------------------------------------
	5. Main Content
--------------------------------------------------------------------------------------------------*/
div.maincontentwrapper {
	width:970px;
	margin:2px auto;
	clear:both;
}
div.maincontent {
	width:auto;
	background:url(../Images/BG_StringsLeft.png) top left no-repeat;
	margin-left:105px;
	padding-left:136px;
	padding-right:29px;
	padding-top:46px;
	min-height:300px;	
	color:#fff;
}
div.maincontent h2{
background:#000;
color:#ffff77;
padding:4px;
font-family:"Times New Roman", Times, serif;
font-size:30px;
min-width:300px;
max-width:400px;
font-weight:normal;	
}

div.maincontent div.maincontentbody {
	width:auto;
	background:#000;
	border:solid 4px #000000;
	color:#000;
	margin-top:10px;
	min-height:50px;
	margin-bottom:20px;
}

div.maincontent div.maincontentbody img{
margin:0px;
}

.WhiteBox
{
	border:10px solid black;
	background-color:#FFF;
	padding:10px;
	color:#000;
}

div.maincalendar table tr td 
{
	padding:2px;
	text-align:center;
}

div.newsandblogs 
{
	width:auto;
}
div.newsandblogs h3
{
	width:auto;
	font-size:18px;
	font-weight:normal;
	padding-bottom:4px;
}
div.newsandblogs .newsandblogsdate 
{
	font-size:11px;
	color:#333333;
	font-style:italic;
}