@import"reset.css";@import"grid.css";@import"forms.css";@import url(http://fonts.googleapis.com/css?family=Playball);@import url(http://fonts.googleapis.com/css?family=Ubuntu);@import"ui.totop.css";
body{
	background: #252322;
	font:13px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#797675;
	position:relative;
	min-width:980px;
	 
}






html,body{height:100%;}
p{padding-bottom:18px;}
a{color:#2bb5ca;outline:none;cursor:pointer;text-decoration:none;}
a:hover{text-decoration:none}
/*  Header styles */
h1,h2,h3,h4,h5,h6{line-height:1.3em;color:#2b2d30; font-weight:normal; font-family: Ariel, sans-serif; margin-bottom:29px; letter-spacing:-1px;}
h1{font-size:40px;}
h2{font-size:35px;}
h3{font-size:30px;} 
h4{font-size:27px;}  
h5{font-size:25px;}
h6{font-size:22px;}
/* Global Structure---------------------------------------- */
/*----- txt,links,lines,titles -----*/
.extra-wrap{overflow:hidden;display:block;}
.fleft{float:left}
.fright{float:right}
.alignright{text-align:right}
.aligncenter{text-align:center}
.alignmiddle *{vertical-align:middle}
.color1{color:#ff2100;}

.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
}

.last1 {
	margin-bottom:0 !important;
}

.last2 {
	padding-bottom:0 !important;
}

.wrapper {width:100%; overflow:hidden;}
 
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.reg {text-transform:uppercase;}

.title {margin-bottom:18px;}

.it {font-style:italic;}

.letter {letter-spacing:-1px;}

/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px;}

.spacing {margin-right:35px;}

.indent {padding:0 0 0px 30px;}
.indent2 {padding-left:50px;}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:45px;}

.img-indent-bot {margin-bottom:25px;}
.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.prev-indent-bot {margin-bottom:10px;}	

.buttons a:hover {cursor:pointer;}
.clear {
 clear: both;
 display: block;
 overflow: hidden;
 visibility: hidden;
 width: 0;
 height: 0;
}

.logo {
	display:block; 
	width:310px; 
	height:100px; 
	text-indent:-5000px; 
	background:url(../images/Cronus_logo1.jpg) 0 0 no-repeat;
	
}

/*********************************header*************************************/

	
header {
	width:100%;
	position:relative; 
	z-index:2;
}

header h1 {
	padding:0;
	margin:0 0 0 5px;
	font-size:0;
	float:left;
	line-height:0;
}

.head-box1 {
	padding-bottom:7px;
}

.p10 {
	padding-bottom:6px;
}

/*** MENU ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}

.sf-menu li {
    background: url("../images/bg-15.png") repeat scroll 0 0 transparent;
    border-radius: 0 0 0px 0px;
    float: left;
    margin: 0 15px;
    position: relative;
}

.sf-menu li:hover,
.sf-menu li.active,
.sf-menu li.sfHover {
	background:#2bb5ca;
}

.sf-menu a:hover,
.sf-menu li.active a,
.sf-menu li.sfHover > a {
	color:#ffffff;
	text-decoration:none;
}

.sf-menu a {
    color: #000000;
    display: block;
    font-family: Ariel,sans-serif;
    font-size: 19px;
    line-height: 50px;
    padding: 10px 9px;
    position: relative;
}
nav {
	float:right;
	margin-right:9px;
}


.sf-menu ul {
	position:		absolute !important;
	border-radius:0px;
	background:#2bb5ca;
	padding:13px 3px 19px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
	top:			-999em;
	opacity:1;
	width:			129px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
	margin:0;
	border-radius:0px;
}
.sf-menu ul a {
	padding:8px 12px 9px;
	font-size:15px;
	color:#fff !important;
	line-height:19px;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
	background:url(../images/menu-bg.gif) repeat-x 0 0 #b3b3b3;
}

.sf-menu ul a:hover,
.sf-menu ul li.sfHover > a {
	color:#2f2f20 !important;
	text-decoration:none;
}


.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: -1px;
    top: 81px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/********************** Content ************************/

.date-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 30px 10px; }
  .date-wrapper:before, .date-wrapper:after {
    content: " ";
    display: table; }
  .date-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .date-wrapper {
      max-width: 60em; } }

.date-item {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 100%;
  margin-bottom: 10px; }
  .date-item:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .date-item {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 48.3871%; }
      .date-item:last-child {
        margin-right: 0; }
      .date-item:nth-child(2n) {
        margin-right: 0;
        margin-bottom: 40px; } }

.date-circle-wrapper {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 17.24138%; }
  .date-circle-wrapper:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .date-circle-wrapper {
      display: block;
      float: left;
      margin-right: 6.66667%;
      width: 28.88889%; }
      .date-circle-wrapper:last-child {
        margin-right: 0; } }

.date-content-wrapper {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 72.41379%; }
  .date-content-wrapper:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .date-content-wrapper {
      display: block;
      float: left;
      margin-right: 6.66667%;
      width: 64.44444%; }
      .date-content-wrapper:last-child {
        margin-right: 0; } }

.date-circle {
  background: #2bb5ca;
  width: 50px;
  height: 40px;
  border-radius: 40px;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding-top: 8px;
  color: #4c4c4c;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .date-circle:link, .date-circle:visited {
    color: #4c4c4c; }
  .date-circle:hover {
    opacity: .66; }

.date-month, .date-day, .date-year {
  display: block; }

.date-month {
  font-size: 16px;
  line-height: 20px; }

.date-day {
  font-size: 20px;
  line-height: 21px; }

.date-year {
  line-height: 20px;
  font-size: 14px; }

.date-content p {
  font-size: 14px; }

.date-title {
  font-size: 15px;
  line-height: 14px;
  font-weight: 300;
  margin-bottom: 0; }

.date-link {
  display: block; }








#content {
	width:100%;
	background:url(../images/content-bg.gif) repeat-x center 0; 
	padding:44px 0 49px;
	position:relative;
	z-index:1;
}

.p11 {
	padding:35px 0 49px !important;
}

.bigwords2 {
	font-family: 'Ariel, sans-serif;
	font-size:16px;
	color:#777777;
}	
.bigwords {
	font-family: 'Ariel, sans-serif;
	font-size:20px;
	color:#2bb5ca;

}
																									/***** Page 1 *****/

.serviceimage { 
   position: relative; 
   width: 100%; /* for IE 6 */
   
}

h8 {
	font-family: 'Ariel, sans-serif;
	font-size:14px;
	position: absolute;
	top: 25px;
	left: 25px;
	width: 240px;
	color:#ffffff;
   
}

.page1-box1 {
	text-align:center;
}

.page1-box1 span {
	display:block;
	background:#252322;
	color:#fff;
	font-family: Ariel, sans-serif;
	padding:10px 0px 0px;
	font-size:28px;
	margin-bottom:160px;
	line-height:40px;
	background:#a4a5a5;
	transition: all 0.4s ease 0s;
	text-align:center;
	border-radius:0px;
}

.page1-box1:hover span {
	background:#999e68;
	color:#999e68;
}



.a1 {
	background:url(../images/page1-img1.png) no-repeat center 0;
}
.a2 {
	background:url(../images/page1-img2.png) no-repeat center 0;
}
.a3 {
	background:url(../images/page1-img3.png) no-repeat center 0;
}.a4 {
	background:url(../images/page1-img4.png) no-repeat center 0;
}

.button1 {
	display:inline-block;
	background:url(../images/button1.gif) repeat-x 0 0 #aeaeae;
	color:#252322;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
	font-weight:bold;
	padding:10px 15px;
	border-radius:15px;
}

.button1:hover {
	background:#999e68;
	text-decoration:none;
}


.text1 {
    color: #2bb5ca;
    display: block;
    font-size: 15px;
    font-weight: normal;
    line-height: 19px;
    margin-bottom: 20px;
    padding-top: 4px;
}

.p6 {
    background: url("../images/border1.gif") no-repeat scroll center bottom transparent;
    margin-bottom: 46px;
    padding-bottom: 59px;
}

.img-border {
	border:10px solid #fff;
}

.page1-box2 {
	padding-left:10px;
}


.link1 {
    background: url("../images/marker1.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 7px;
    margin: 8px 0 0 8px;
    width: 5px;
}

.link1:hover {
	background-position:0 -19px;
}

.p7 {
	margin-bottom:20px;
}

.list1 a {
	color:#fff;
	font-size:15px;
	transition: all 0.4s ease 0s;
}

.list1 a:hover {
	color:#999e68;
	text-decoration:none;
}


.list1 li {
    background: url("../images/marker2.png") no-repeat scroll 0 0 transparent;
    border-bottom: 1px solid #383432;
    display: block;
    line-height: 18px;
    margin-bottom: 14px;
    padding-bottom: 17px;
    padding-left: 39px;
}

.p8 {margin-bottom:25px;}

.last3 {
	margin-bottom:0 !important;
	border:none !important;
}

.buttongetstarted {
	display:inline-block;
	background:#0e9bec;
	color:#252322;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
	font-weight:bold;
	padding:20px 25px;
	border-radius:5px;
	transition: all 0.3s ease 0s;
}

.buttongetstarted:hover {
	background:#999e68;
	text-decoration:none;
}




																									/***** Page 2 *****/


.p12 {
    background: url("../images/border1.gif") no-repeat scroll center bottom transparent;
    padding-bottom: 45px;
	margin-bottom:51px;
}

.page2-img2 {
	float:left;
	margin-right:9px;
}

.text4 {
	display:block;
	color:#fff;
}

.link3 {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 24px;
    transition: all 0.4s ease 0s;
}

.link3:hover,
.link4:hover,
.link5:hover,
.link6:hover {
	color:#999e68;
	text-decoration:none;
}

.page2-box2 {
	overflow:hidden;
	margin-bottom:11px;
	padding-bottom:8px;
	border-bottom:1px solid #383432;
}

.p13 {
	line-height:30px;
}

.page2-box3 {
	overflow:hidden;
	margin-bottom:48px;
}
.page2-box4 {
	overflow:hidden;
	margin-bottom:43px;
}

.page4-img1 {
	margin-bottom:20px;
}

.text5 {
	display:block;
	color:#fff;
	font-size:15px;
	line-height:21px;
}

.p14 {
	margin-bottom:32px;
}

.inner1 {
	background:url(../images/marker4.png) no-repeat 0 0;
	width:47px;
	height:50px;
	text-align:center;
	font-size:17px;
	display:block;
	line-height:19px;
	color:#252322;
	font-family: Ariel, sans-serif;
	float:left;
	padding-top:5px;
	margin-right:20px;
}

.link4 {
	color:#fff;
	font-size:15px;
	transition: all 0.4s ease 0s;
	line-height:25px;
}

.link5 {
	font-weight:bold;
	color:#797675;
	font-size:13px;
	transition: all 0.4s ease 0s;
}

.link6 {
    background: url("../images/marker5.png") no-repeat scroll right 0 transparent;
    color: #797675;
    display: inline-block;
    font-size: 13px;
    line-height: 11px;
    padding-bottom: 4px;
    padding-right: 29px;
    transition: all 0.4s ease 0s;
}

.p15 {
	padding-top:10px;
}

.p16 {
	margin-right:8px;
}

.page5-img1 {
	margin:14px 0 20px;	
}

.page5-box1 {overflow:hidden; margin-bottom:47px;}


																									/***** Page 3 *****/


.p17 {
    background: url("../images/border1.gif") no-repeat scroll center bottom transparent;
    margin-bottom: 48px;
    padding-bottom: 45px;
}

#search1 input {
    border: 1px solid #363231;
    color: #797675;
    display: inline-block;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0;
	height:18px;
	line-height:18px;
    outline: medium none;
	border-radius:10px;
	background:#1f1e1d;
    padding: 7px 29px 7px 8px;
    width: 231px;
}

#search1 a {
	position:absolute;
	width:16px;
	height:14px;
	background:url(../images/marker6.png) no-repeat 0 0;
	top:10px;
	right:10px;
	display:block;
}

#search1 a:hover {
	background-position:0 -40px;
}

#search1 {
    position: relative;
}	

.p18 {
	margin-bottom:27px;
}

.p19 {
    background: url("../images/border1.gif") no-repeat scroll center bottom transparent;
    margin-bottom: 48px;
    padding-bottom: 58px;
}

.page5-img2 {
	float:left;
	margin-right:19px;
	margin-top:8px;
}

.page5-box2 {margin-bottom:3px;}

.p20 {
	margin-bottom:19px;
}

.img-border2 {
	border:7px solid #fff;
}

.dl1 strong {
	font-weight:normal;
}

.dl1 {
	padding-left:10px;
	margin-bottom:19px;
}

.page6-box1 span {
	display:block;
	color:#fff;
	font-size:15px;
}



.dl1 dt {width:150px;}

.dl1 span {float:left; width:74px;}

.dl1 dd { line-height:19px;}

.dl1 dd a {color:#999e68;transition: all 0.4s ease 0s;}

.dl1 dd a:hover {color:#fff; text-decoration:none;}


                                                                              /***** Portfolio *****/

	
/******************** Footer ******************/
footer {
	width:100%; 
	padding:0px 0 30px;
	Background-color:#3e3f40;
}

.foot-line {
	width:100%;
	height:9px;
	background:url(../images/border2.jpg) repeat-x center 0;
}

.list2 a {
	color:#797675;
	transition: all 0.4s ease 0s;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.list2 a:hover {
	color:#999e68;
	text-decoration:none;
}

.text3 {
    color: #FFFFFF;
    display: block;
    font-family: 'Playball',cursive;
    font-size: 35px;
    letter-spacing: -2px;
    margin-bottom: 8px;
    padding-top: 9px;
}

.text3 span {
	color:#999e68;
}

.link2 {
	color:#797675;
	transition: all 0.4s ease 0s;
}

.soc-links a {
	width:28px;
	height:28px;
	display:block;
}

.soc-links li {
	display:block;
	float:left;
	margin-right:6px;
}

.soc-links a:hover {
	background-position:0 -38px;
}

.soc-link1 {
	background:url(../images/soc-link1.png) no-repeat 0 0;
}
.soc-link2 {
	background:url(../images/soc-link2.png) no-repeat 0 0;
}
.soc-link3 {
	background:url(../images/soc-link3.png) no-repeat 0 0;
}
.soc-link4 {
	background:url(../images/soc-link4.png) no-repeat 0 0;
}
.soc-link5 {
	background:url(../images/soc-link5.png) no-repeat 0 0;
}

.link2:hover {
	color:#999e68;
	text-decoration:none;
}

.soc-links {
	padding-top:19px;
	margin-bottom:5px;
	overflow:hidden;
}


.list2 li {
    background: url("../images/marker3.png") no-repeat scroll 0 7px transparent;
    display: block;
    line-height: 15px;
    padding-bottom: 14px;
    padding-left: 13px;
}


.text2 {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 21px;
}

.p9 {
	padding-top:43px;
}

.tweet .tweet_time a {
	color:#fff;
	font-size:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.tweet .tweet_time {
	display:block;
}

.tweet .tweet_list li a {
	color:#fff;
}

.tweet .tweet_list li {
    background: url("../images/twitter_bird_2.png") no-repeat scroll 0 0 transparent;
    display: block;
    padding-bottom: 16px;
    padding-left: 57px;
}

.foot-logo {
	padding-top:4px;
}

.foot-page1 {
	position:relative;
	margin-top:-3px;
}
	.bigwords {
	font-family: Arial, Helvetica, sans-serif;
}
kindabigwords {
	font-family: Arial, Helvetica, sans-serif;
}
#content .container_24 .wrapper .grid_16 table tr td {
	color: #000;
}
