/* SocialSpace Styles */

/***********************************************/
/* Standard Styles                             */
/***********************************************/


/* NEW */

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
    body {
    font-size: 120%;
    }
    .butnSub {
    font-size: 6vw;
    }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
    body {
    font-size: 200%;
    }
    .butnSub {
     font-size: 8vw;
    }
}  

.butnSub {
  //  display: inline-block;
    //background-color:orange;
   // border-radius: 8px;
  // margin-bottom: 0;
  //  font-weight: normal;
  //  text-align: center;
   // vertical-align: middle;
  //  cursor: pointer;
  //  background-image: none;
  //  border: 1px solid #000000;
 //   white-space: nowrap;
  //  padding: 6px 12px;
  //  line-height: 1.42857;
  //  -webkit-user-select: none;
  //  -moz-user-select: none;
  //  -ms-user-select: none;
  //  user-select: none;
}



body{
	margin:0px;
	padding:0px;
	background:#000000 url(../img/wp.gif) repeat-x;	
	font-family:'Trebuchet ms', Arial, Helvetica, sans-serif;
	text-align:center;	
	/* color:#eaf2f7; */
	/* font-size: 110%; */
}

#welcome {
	/* background-color: #173F5B; */
	padding: 10px;
	margin-bottom: 20px;
}

.spacer {
	margin-top:10px;
	margin-bottom: 10px;
}

#subscribe-now {
	margin: 10px;
	text-align:center;
	margin-bottom: 15px;
}

#policies {
	background-color: #4C9DB4;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	border: 10px solid #173F5B;
	}
	
#ads {
	background-color: #4C9DB4;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 30px;
	padding-right: 20px;
	border: 10px solid #173F5B;
	}

p {
	font-size: 100%;
}

.sub {
  padding: 5px 5px;
  margin: 2px 0;
  box-sizing: border-box;
  border: 2px solid blue;
  border-radius: 4px;
  width:100%;
}

#centerform {
	text-align: center;	
}

TD {
	color: #000000;
    padding: 4px;
    font-size: 120%;
}


#formbuttons {
	margin-left: 325px;
	margin-top: 20px;
}

#formcontent {
	width: 750px;
}

#formcontent p {
	font-size: 95%;
}

form{
	margin:0px;
}

h1{
	font-weight:400;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	margin-top:0px;
	color:#FF3600;
	margin-bottom: 10px;
	}

#policies h2 {
	margin-top:5px;
}

h2{
	font-weight:bold;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	margin-top:15px;
	color:#FF3600
	margin-bottom: 10px;
}

h3 {
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:1.0em;
	font-weight:bold;
	margin-top:10px;
}

ul {
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0;
	font-size: 100%;
	margin-left: 20px;
}

a {	
	/*color:#66CCFF; */
	text-decoration:none;
	border-bottom:#00CCFF dashed 1px;
}

hr {
	border-top:#000 solid 1px;
	border-bottom:#276e9f solid 1px;
	border-left:none;
	border-right:none;
	height:2px;
}

/***********************************************/
/* Header                                      */
/***********************************************/

#header{

	background: url(../img/logo.gif) no-repeat 0px 15px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#header .powered{
	height:61px;
	text-align:right;
	color:#999999;
	font-size:10px;
	padding-top:15px
}

#header a{
	border:none;
}

/* Navigation */

#tabs {
	height:36px;
    font-size:20px;
}

#tabs ul {
	margin:0;
	list-style:none;
	padding-left:10px;
	line-height:normal;
}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
}

#tabs a {
	float:left;
    background:url(../img/tableft.gif) no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
	border:none
}
#tabs a span {
    float:left;
    display:block;
    background:url(../img/tabright.gif) no-repeat right top;
    padding:8px 15px 7px 6px;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover span {
    color:#ffffff;
}

#tabs a:hover {
    background-position:0% -42px;
}

#tabs a:hover span {
    background-position:100% -42px;
}

#tabs #current a {
	background-position:0% -42px;
}

#tabs #current a span {
	background-position:100% -42px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	cursor:default;
}

/* Sub Navigation */

#sub {
	height:30px;
	background:url(../img/sub_border.gif) repeat-x bottom;
	margin-bottom:20px;
}

#sub ul {
	margin:0;
	list-style:none;
	padding-left:0px;
	line-height:normal;
}

#sub li {
	display:inline;
	margin:0;
	padding:0;
}

#sub a {
	float:left;
    background:url(../img/sub_tableft.gif) no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
    text-decoration:none;
	border:none;
}
#sub a span {
    float:left;
    display:block;
    background:url(../img/sub_tabright.gif) no-repeat right top;
    padding:5px 15px 10px 6px;
	color:#66CCFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#sub a span {float:none;}
/* End IE5-Mac hack */

#sub a:hover span {
    color:#fff;
}

#sub a:hover {
    background-position:0% -42px;
}

#sub a:hover span {
    background-position:100% -42px;
}

#sub #current a {
	background-position:0% -42px;
}

#sub #current a span {
	background-position:100% -42px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	cursor:default;
}


/***********************************************/
/* Content                                     */
/***********************************************/


#content{
	/* background:#1a4867; */
    background: #F0F0F0;
	padding-top:5px;
	padding-bottom:20px;
    display:block;
}

/* container 2 column */

#container{
	width:820px;
	text-align:left;
	margin:auto;
	border:#1f577c solid 20px;
	background:#173f5b;
	padding:20px
}

#container .TwoColumn{
	background:#173f5b url(../img/2c.gif) repeat-y 550px;
}

#container .left{
	float:left;
	width:529px;
}

#container .right{
	float:right;
	width:250px;
	padding-top:20px;
}

#container li{
	margin-bottom:1em;
}

/* Used on the home page */

#homecontent{
	width:900px;
	text-align:left;
	padding-top:20px;
	margin:auto;
}

#homecontent .left{
	float:left;
	width:285px;
	margin-right:15px;
}

#homecontent .middle{
  	float:left;
	width:285px;
}

#homecontent .right{
	float:right;
	width:285px;
	margin-left:15px;
}


#homecontent h1{
	color:#ff9049;
}

/* Blog */

#blog ul{
	line-height:normal;
	list-style:none;
	margin:10px 0px 0px 0px;
	padding:0px;
	width:285px;
}

#blog li{
	list-style:url(../img/ico_doc.gif);
	list-style-position:outside;
	border-bottom:#666666 dotted 1px;
	margin-left:20px;
	margin-bottom:10px;
}

#blog a{
	color:#ffffff;
	text-decoration:none;
	border:none;
}

#blog a:hover{
	color:#666666;
}

#blog span{
	font-size:.8em;
	color:#ff9049;
}

/* Testimonial */

#testimonial ul{
	line-height:normal;
	list-style:none;
	margin:10px 0px 0px 0px;
	padding:0px;
	width:285px;
}

#testimonial li{
	list-style:url(../img/ico_bubble.gif);
	list-style-position:outside;
	border-bottom:#666666 dotted 1px;
	margin-left:20px;
	margin-bottom:10px;
}

#testimonial a{
	color:#ffffff;
	text-decoration:none;
	border:none;
}

#testimonial a:hover{
	color:#666666;
}

#testimonial span{
	font-size:.8em;
	color:#ff9049;
}

/* Mews */

#news ul{
	line-height:normal;
	list-style:none;
	margin:10px 0px 0px 0px;
	padding:0px;
	width:285px;
}

#news li{
	list-style:url(../img/ico_news.gif);
	list-style-position:outside;
	border-bottom:#666666 dotted 1px;
	margin-left:20px;
	margin-bottom:10px;
}

#news a{
	color:#ffffff;
	text-decoration:none;
	border:none;
}

#news a:hover{
	color:#666666;
}

#news span{
	font-size:.8em;
	color:#ff9049;
}

#LinksList ul{
margin: 0;
padding: 0;
list-style-type:none;
}

#LinksList li{
	margin:0;
}

#LinksList .row1{
	background:#fff;
}

#LinksList a{
	display:block;
	border:none;
	padding:4px 4px 4px 20px;
	background:url(../img/ico_arrow.gif) no-repeat 6px 10px;
}

#LinksList a:hover{
	text-decoration:underline;
}

#LinksList span{
	font-size:.8em;
}


/***********************************************/
/* Home Features                               */
/***********************************************/

#HomeFeatures {
	 max-width:926px;
	 background:url(../img/home_features.gif) no-repeat bottom;
	 margin-left:auto;
	 margin-right:auto;
	 margin-top:20px;
	 text-align:left;
	 padding:0px;
}

#HomeFeatures .main {
	float:left;
	margin-right:5px;
	margin-left:5px;
	padding-left:5px;
	max-width:775px;
    display:inline-block;
}

#HomeFeatures .google {
	float:right;
	margin-left:5px;
	max-width:130px;
    display:inline-block; 

}

#HomeFeatures a {
	/* font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	border:none;
	text-decoration:underline; */
}

#HomeFeatures a:hover{
	color: darkgray;
	text-decoration:underline;
}


/***********************************************/
/* icu                                         */
/***********************************************/

#icu{
	background:#434343;
	color:#ffffff;
	margin-bottom:15px;
}


#icu h1{
	color:#faa61a;
}

#icu h2{
	font-size:1em;
	color:#faa61a;
}

#icu ul{
	margin:0px 20px 0px 20px;
	padding:0;
}

#icu li{
	margin-bottom:1em;
}

#icumid{
	padding:0px 14px 0px 14px;
}

#icumid .left{
	float:left;
	width:48%
}

#icumid .right{
	float:right;
	width:48%
}

/* ICU top */

#icutop ul{
	background:url(../images/tl.gif) no-repeat top left;
	list-style:none;
	margin:0;
	padding:0;
}

#icutop li{
	background:url(../images/tr.gif) no-repeat right top;
	margin:0;
}

#icutop1 ul{
	background:#4a5f72 url(../images/tl.gif) no-repeat top left;
	list-style:none;
	margin:0;
	padding:0;
}

#icutop1 li{
	background:url(../images/tr.gif) no-repeat right top;
	padding:6px 14px 6px 14px;
	color:#a0c5e0;	
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	margin:0;
}

/* ICU bottom */

#icubot ul{
	background:#434343 url(../images/bl.gif) no-repeat bottom left;
	list-style:none;
	margin:0;
	padding:0;
}

#icubot li{
	background:url(../images/br.gif) no-repeat right bottom;
	margin:0;
}

/***********************************************/
/* List Links                                  */
/***********************************************/

#links ul{
	line-height:normal;
	list-style:none;
	margin:10px 0px 0px 0px;
	padding:0px;
}

#links li{
	list-style:url(../images/ico_doc.gif);
	list-style-position:outside;
	margin-left:20px;
	margin-bottom:10px;
}

#links a{
	color:#00CCFF;
	text-decoration:none;
}

#links a:hover{
	color:#666666;
}

/***********************************************/
/* Alerts                                      */
/***********************************************/

#alerts {
	width:840px;
	border:#cccccc dotted 1px;
	padding:10px 10px 10px 50px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	text-align:left;
	color:#cccccc;
	background:url(../images/ico_alert.gif) no-repeat 10px 10px;
}

#alerts p{
	margin:0;
	padding:0;
	line-height:normal;
}

#alerts .title{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:18px;
	margin:0;
	padding:0;
	color:#ffffff;
}

/***********************************************/
/* Press                                       */
/***********************************************/

#press{
	width:440px;
	float:left;
	color:#999;
}

#press p{
	line-height:normal;
}

#press h1{
	font-size:24px;
	color:#d7df21;
	padding-left:24px;
	background: url(../images/ico_news.gif) no-repeat left 6px;
}

#press a{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration:none;
	color:#ffffff;
	border:none;
}

#press a:hover{
	text-decoration:underline;
}

/***********************************************/
/* Jobs                                        */
/***********************************************/

#jobs{
	width:440px;
	float:right;
	color:#999;
}

#jobs p{
	line-height:normal;
}

#jobs h1{
	font-size:24px;
	color:#d7df21;
	padding-left:24px;
	background: url(../images/ico_flame.gif) no-repeat left 6px;
}

#jobs a{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration:none;
	color:#ffffff;
	border:none;
}

#jobs a:hover{
	text-decoration:underline;
}


/***********************************************/
/* Footer                                      */
/***********************************************/

#footer{
	color:#999999;
	width:900px;
	text-align:left;
	margin:auto;
	padding-top:20px;
	height:100px;
}

#footer p{
	float:left;
	font-size:11px;
	margin:0;
}

#footer ul{
	float:right;
	color:#999999;
	margin:0;
	padding:0;
}

#footer li{
	list-style:none;
	display:inline;
}

#footer a{
	background:#999999;
	padding:2px 4px 2px 4px;
	text-decoration:none;
	color:#000000;
	border:none;
	font-size:14px;
}

#footer a:hover{
	background:#000000;
	text-decoration:underline;
	color:#999999;
}

#footer .link{
	font-size:11px;
	background:none;
	text-decoration:underline;
	color:#999;
}



/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}