@charset "utf-8";
/* CSS Document */

body{
	background:url(images/header.jpg) no-repeat top center;
	font-family:Trebuchet MS, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#666;
	margin:0;
	padding:0;
	
}

a{
color:#666;
}

a:hover
{
color:#990000;
}
.homeBody{
	background:url(images/homeHeader.jpg) no-repeat top center;
	font-family:Trebuchet MS, sans-serif;
	font-size:0.8em;
	color:#444;
	margin:0;
	padding:0;
	
}

#container
{
position:relative;
	width:950px;
	margin: 0 auto;
	padding:0.6em 35px;
	background:url(images/footer.jpg) no-repeat bottom center;
	
	
}

#navbar, #ajaxmenu
{
	margin:2.5em 0 0 0 ;
	font-weight:bold;
	float:right;
color:#ACDFEE;
font-size:15px;
text-shadow:0 1px 0 #193451;
padding: 5px 5px 5px 15px;
position:relative;
width:43em;
text-align:right;

}

/*********css for slider rightmenu******************/
/*
*{outline: none;
color:#666;
font-family:"Trebuchet MS", sans-serif;
}
*/
img {border: 0;}
.container {
   /* width: 790px;
    padding: 0;
    margin: 0 auto;*/
}
.folio_block {
    position: absolute;
    /*left: 50%; top: 50%;
    margin: -140px 0 0 -395px;
	width:643px;
	border: 1px #CCCCCC solid;*/
	min-height:136px;
}


/*--Main Container--*/
.main_view {
    float: left;
    position: relative;
}
/*--Window/Masking Styles--*/
.window {
margin: 13px 0  0 9px;
    height:350px;    
	width: 900px;
    overflow: hidden; /*--Hides anything outside of the set width/height--*/
    position: relative;
	
}
	
.image_reel {
    position: absolute;
    top: 0; left: 0;
}
.image_reel img {float: left;width:900px;height:250px}

/*--Paging Styles--*/
.paging {
    position: absolute;
    bottom: 15px; right: 365px;
    width: 178px; 
   /* height:15px;*/
    z-index: 100; /*--Assures the paging stays on the top layer--*/
    text-align: center;
    line-height: 50px;
    background: url(paging_bg2.png) no-repeat;
    display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
    padding: 5px;
    text-decoration: none;
    color: #00000;
	background:url("images/iDot.png") no-repeat center; 
	
}
.paging a.active {
	background:url("images/iDotOver.png") no-repeat center; 
    font-weight: bold;
  /*  background: #920000;
    border: 1px solid #610000;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px; */
	
}
.paging a:hover {font-weight: bold;}
#header
{
	
}

#rightColumn
{
float:right;
width:17.8em;
/*background:#f9f9f9;
border:thin solid #ccc;*/
padding:.8em;
}

#titles
{
margin:3.5em 0 0 0;
height:4em;	
}
#content
{
margin: 1em 20em 0 0;
min-height:43em; position:relative;

}
#homeContent
{
margin: 1em 1em 0 0;
min-height:35em;

}

#homeContent #content h1
{
clear:left;
text-align:center;

padding:25px 0 0 0;
color:#ff5500;
}
#homeContent #content #red{ color:#660000;}


 h1
{
color:#eaeaea;
text-shadow:2px 2px 2px  #333;
font-size:2.3em;
}
.drupal{position:absolute; margin-left:527px; margin-top:94px; cursor:pointer;}
.drupal a {cursor:pointer}
.drupal a:hover{cursor:pointer;}
#slogan
{
	margin:0.9em 2em 0 0 ;
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#eaeaea;
	font-size:1em;
	font-style:italic;
}
#green
{
position:absolute;
bottom:0;
left:1000px;;
}
#footer{

background:#444;
min-height:8em;
color:#666;
text-align:center;

font-size:13px;
}

#footer .Inner
{
width:20em;
float:left;
margin: 0 2em;
color:#fff;
}

#footer a
{
color:#666;
text-decoration:none;

}

#footer a:hover
{
color:#aaa;
text-shadow:0 1px 0px #222;
text-decoration:none;

}
/*  Mega CSS Code */

ul#menu {
margin: 0;
padding: 0.9em 0em;


}


ul#menu li {
display: inline;
margin: 0.1em 0.5em;
position: relative;
text-align:left;
Z-index:99;
}

ul#menu h2, ul#menu h3 {
font-size: 100%;
font-weight: normal;
display: inline;
}


ul#menu li a {
color:#D7EFF7;
text-decoration: none;
padding: 0 0.4em;
font-weight:normal;
font-size:14px;

}

ul#menu li a:hover {
color:#ff6600;
}

ul#menu li.mega a {
background: transparent url(arrow.gif) center right no-repeat;
padding: 0 1.2em;
}

ul#menu li.mega a:hover {
text-decoration: underline;
}

ul#menu div {
display: none;
}

ul#menu li.mega div {
border-left: 1px solid #7895B1; 
border-bottom: 1px solid #7895B1; 
border-right: 1px solid #7895B1; 
border-top:none;
width: 21em;
position: absolute;
top: 33px;
left: -2.5em;
background: #255482;
color: #eaeaea;
-moz-box-shadow: 5px 5px 5px #152846;
-webkit-box-shadow: 5px 5px 5px #152846;
 -moz-border-radius-bottomleft:8px;
 -moz-border-radius-bottomright:8px;
 -webkit-border-bottom-left-radius:8px;
 -webkit-border-bottom-right-radius:8px;
 text-shadow:none;
 padding:0 6px;
 opacity:0.9;
}


ul#menu li.hovering div {
display: block;
}

ul#menu li.mega div a {
color: #eaeaea;
padding: 0;
font-size:13px;
background-image: none;
text-decoration: none;
}

ul#menu li div a.more {
color: #390;
font-weight: bold;
}


ul#menu div h3 {
color: #fff;
opacity:0.4;
font-style:italic;
font-size: 14px;
font-family:Arial, Helvetica, sans-serif;
font-stretch:wider;
display:block;
padding:0px 20px;
margin:6px 0 5px 0;
text-align:right;
/*background:#1E4266;
border-bottom:solid thin #3779BB;*/

}
ul#menu div p {
margin: 0 0 0 0;
padding: 0 5px;
min-height:30px;
}


#menu hr{
	
	border:dotted thin #83aad1;
}

/*Right Hand Menu  Css start here*/
h6 {
font-size:14px;
text-transform:uppercase;
}
.modAchivements, .modQuote {

}
.getAQuoteRoundedCorner
{
-moz-border-radius : 5px;
-webkit-borde-radius:5px;
border:solid 1px #ccc;
width:191px;
padding:5px;
color:#666;
font-family:"Trebuchet MS", sans-serif;

}


.greyBox {
background-color:#F8F8F8;
border:1px solid #EBEBEB;
padding:4px;
width:224px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
 -webkit-border-radius:5px;
 min-height:150px;
}


ol{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}

.modQuote li {
/* height:30px; */
margin-bottom:15px;
padding-left:9px;
}
.error{color:red;font-weight:bold;text-align:center;}
#divResult
{
font-size: 10px; font-weight: bold; text-align: center;
}

.homeBlock
{
width:260px;
margin:25px;
float:left;
}
.homeBlock h1
{
font-size:1em;
color:#444;
text-shadow:none;
}
#homeContent #intro{
padding: 0px 0 0 0;
margin:-40px 0 0 ;
}
.subLinks , .subLinksEnd
{
display:block;
border-right:solid thin #eaeaea;
width:99px;
float:left;
text-align:center;
}
.subLinksEnd
{
border:none;
}
/*Right Hand Menu  Css end here*/
.LIn_shortMode {
padding:0 15px 19px;
margin: 0 7px;
}
.LIn_shortMode li a{
color: #3E7EA2;
text-decoration:none;
}
.LIn_shortMode li {
margin:2px 0 8px;
}
.LIn_shortMode li a:hover{
color: #72AAC9;
}

.floatLeft
{
float:left;
}
.floatRight
{
float:right;
}
.column {
	width:300px;
	float:left;
	margin:8px;
	cursor:pointer;
}
.row
{
clear:left;
margin:0 0 10px 0;
border-bottom:thin dashed #ccc;
}

.clearBoth
{
clear:both;
}
.clearLeft
{
clear:left;
}
.column img
{

}

.column img:hover
{

-moz-box-shadow: 0px 0px 15px #666;
-webkit-box-shadow: 0px 0px 15px #666; 
}


#works h2
{
background:#eaeaea;
border:dotted thin #ccc;
padding:8px;
}
#works a{
text-decoration:none;
}
#works h3
{
margin: 8px 0 3px;
padding:0;
}
pre, code {
background:url("images/preback.jpg") no-repeat scroll left top #FFFFFF;
border:1px solid #999;
color:#000000;
display:block;
font:100%/17px 'Courier New',Courier,Fixed,monospace;
margin:1em 0;
overflow:auto;
padding:0 20px 0 30px;
text-align:left;
}
#footerInner
{
width:990px;
margin : 0 auto;
}
#blogCategories h5
{
text-align:left;
font-size:16px;
color:#666;
text-shadow:0 1px 0px #222;
margin:2px;
padding:15px 0 10px 63px;

}

.footerColumn
{
text-align:left;
line-height:20px;
width:150px;
float:left;
margin: 0 15px 0 0;
}
#tagCloud
{
margin:15px 0 0 0;
text-align:left;
float:right;
width:350px;

}
.s1
{
font-size:10px;
}
.s2
{
font-size:12px;
}
.s3
{
font-size:13px;
}
.s4
{
font-size:14px;
}
.s5
{
font-size:16px;
}



.postInfo{
font-size:12px;
}

.blogPost h2, h2 a{
text-decoration:none;
margin: 15px 0 3px 0;
color:#46691F;
}
.blogPost h3
{
font-size:14px;
}
