/* *************************************************
RESET STYLES
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded
************************************************* */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: normal;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* *************************************************
BEGIN STYLESHEET
************************************************* */

body {
	font-family: "Lucida Grande", Tahoma, "Lucida Sans Unicode", "Trebuchet MS", Arial;
	font-size: 12px;
	color: #555;
	background-image: url(../img/content-bg.gif);
	background-repeat: repeat-x;
	background-position:  0px 96px;
}
a {
	text-decoration: none;
	color: #265e96;
}
/** ***************** **/
/** HEADER STYLING **/

.header {
	background-image:url(../img/header-bg.gif);
	background-color:#255d95;
	background-repeat:repeat-x;
	display: block;
	height: 95px;
	margin-bottom: 1px;
}
.header .wrapper {
	width: 840px;
	margin: 0 auto;
}
.header .wrapper .logo {
	background-image:url(../img/header-logo.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 96px;
	width: 253px;
}
.header .wrapper .nav {
	display: block;
	float: left;
	height: 66px;
	width: 587px;
	text-align: right;
	padding-top: 27px;
}
.header .wrapper .nav .navbar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.header .wrapper .nav .navbar a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 10px;
}
.header .wrapper .nav .navbar a:hover {
	background-color: #3b76b0;
}

/** ***************** **/
/** LOGIN FORM (on top of the page) **/

.header .wrapper .nav .loginform {
	padding-top: 16px;
	color: #FFFFFF;
}
.header .wrapper .nav .loginform input {
	background-color: #4a83af;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
}
.header .wrapper .nav .loginform input.button {
	background-color: #306ca7;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
/** ***************** **/
/** CONTENT STYLING (mid section of the page) **/

	
.content {
	background: none;
	background-repeat:repeat-x;
	display: block;
}
.content .wrapper {
	width: 840px;
	margin: 0 auto;
	padding-top: 20px;
}
.content .wrapper .calloutlinks {
	width: 840px;
}
.content .wrapper .calloutlinks a.block, .calloutind a.block {
	background-color: #4f95c7;
	color: #c2e2f9;
	text-decoration: none;
	padding: 15px;
	width: 249px;
	height: 42px;
	margin-right: 1px;
	float: left;
}

.content .wrapper .calloutlinks a:hover.block, .calloutind a:hover.block {
	background-color: #458bbc;
	color: #FFFFFF;
	background-image: url(../img/calloutlinks-bg.gif);
	background-repeat: repeat-x;
	padding: 10px 15px 20px 15px;
}

.content .wrapper .calloutlinks .block .title, .content .wrapper .calloutind .block .title {
	color: #FFF;
	font-weight: bold;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
}
.content .wrapper .text {
	padding: 20px 15px;
	margin: 0px;
	float: left;
	font-size: 12px;
	color: #444;
	text-align: justify;
	display: inline;
	width: 810px;
}

.content .wrapper p,  .content .wrapper ul,  .content .wrapper h2,  .content .wrapper h4 {
	margin-bottom: 10px;
}
.content .wrapper .title {
	font-size: 18px;
	color: #444;
	font-weight: bold;
}
.content .wrapper .subtitle {
	font-size: 12px;
	color: #444;
	font-weight: bold;
}
/** ***************** **/
/** LIST STYLING **/

		
ul.block li {
	border-bottom: 1px solid #B5D5E0;
	list-style-type: none;
}
ul.block {
	margin: 0px;
	border-top: 1px solid #B5D5E0;
}
ul.block li a {
	display: block;
	text-decoration: none;
	color: #265e96;
	font-weight: bold;
	padding: 5px 10px;
}
ul.block li a:hover {
	background-color: #E8F3F7;
}
ul.regular {
	list-style-type: disc;
	margin-left: 15px;
}
ul.regular li {
	font-size: 11px;
	text-align: left;
}
/** ***************** **/
/** TABLES STYLING **/

table.smallblue {
	border-left: 1px solid #B5D5E0;
	margin: 0px;
}
table.smallblue th {
	font-size: 9px;
	font-weight: bold;
	color: #6A9FB5;
	border-right: 1px solid #B5D5E0;
	border-bottom: 1px solid #B5D5E0;
	border-top: 1px solid #B5D5E0;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
	background: #C3E2EF;
}
table.smallblue td {
	font-size: 11px;
	border-right: 1px solid #B5D5E0;
	border-bottom: 1px solid #B5D5E0;
	background: #fff;
	padding: 5px;
	color: #34657A;
	text-align: center;
}
table.smallblue td.alt {
	background: #E8F3F7;
}
/** ***************** **/
/** MISC STYLING **/
.debug{border: solid 1px black;}
.marginfive{margin:5px;}
.paddingfive{padding:5px;}
.errorbox{  
    border: solid 2px #dd3c10;
    background: #ffebe8;
}
.notifybox{
    border:solid 2px #e2c822;
    background: #fff9d7;
}
.errorbox ul, .notifybox ul{
	list-style-type: disc;
	margin-left: 25px;
}
.floatleft {
	float: left;
	display: block;
}
.box {
	padding: 5px 10px;
	display: block;
}
.signup {
	width: 164px;
	height: 58px;
	background-image: url(../img/button-signup.gif);
	background-repeat:no-repeat;
	text-indent: -1000em;
	margin: 0px 10px;
}
.pushtotalk {
	width: 164px;
	height: 58px;
	text-indent: -1000em;
	background-image: url(../img/button-pushtotalk.gif);
	background-repeat:no-repeat;
	display: block;
	float:left;
	margin: 0px 10px;
}
.clear {
	clear: both;
}
.ssllogo{
	background-image: url('../img/comodo-logo.gif');width:100px;height:100px;
}
/** ***************** **/
/** FOOTER **/
		
.footer {
	clear: both;
	font-size: 11px;
	width: 820px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}

/*  ----------------------|  SWEET BLESSED CLEARFIX  |----------------------  */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
.clearfix {
    display: inline-block; }
html[xmlns] .clearfix {
    display: block; }
* html .clearfix {
    height: 1%; }
