h1 {
	color: #0098ca;
	font-size: 24px;
	line-height: 24px;
	padding: 15px 0 0 0;
	/*border-bottom: 2px solid #b3b3b3;*/
	margin-bottom: 15px;
}

#header-links li a {
	text-transform:capitalize;
}



.BlackBold 
{
	font-weight:bold;
	color:Black;
}

.clearRight { clear:right; }
.clearLeft { clear:left; }
.clearBoth { clear:both; }

.MargineTopBottom { margin: 10px 0; }
.MargineTop { margin-top: 10px; }
.MargineBottom { margin-bottom: 10px; }

.Half { width:50%; }
.oneThird { width:32%; }
.twoThird { width:64%; }

.para 
{
	text-align:left; 
	line-height:30px;
	font-size: 14px;
}

.fontLarge { font-size: 14px; }
.italic { font-style:italic; }

.colx4-float {
	float: left;
	margin-left: 3%;
}
.ie6 .colx4-float {
}
.colx4-float:first-child {
	margin-left: 0;
}

.img-frame-margin-right {
	margin-right:15px;
}

.img-frame-margin-left {
	margin-left:15px;
}

.img-caption 
{
	font-size:11px;
	font-weight:bold;
	font-family:Arial Narrow;
	color:Black;
	line-height:15px;
}

/*-- History & Milestones --*/
div.milestone-wrapper { width:85%; }
div.year, div.milestone { float:left; }
div.year 
{
	font-weight:bold;
	color:Black;
	clear:left;
	width:10%;
}

div.milestone 
{
	position:relative;
	width:85%;
}

div.milestone ul li
{
	padding-left:10px;
	background: url(../images/arrow_blue.gif) no-repeat left 5px;
}

.bullet
{
	padding-left:10px;
	background: url(../images/arrow_blue.gif) no-repeat left 5px;
}

ul.icon-menu li {
	display: block;
	float: left;
	position: relative;
	z-index: 100;
	margin:8px;
}

/*------------------------------------------------------------------
 * Input Form
 *------------------------------------------------------------------ */

.inputform
{
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:8px solid #ddd;
    padding:25px;
    background-color:#fff;
}

.inputform div
{
	border:none;
	padding:none;
	margin:none;
}

.inputform input[type=text], .inputform input[type=password], .inputform div.input, .inputform textarea {
    font-size:13px;
    margin:0 0 10px 0;
}

.inputform input[type=text], .inputform input[type=password], .inputform textarea {
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    padding:5px;
    border:1px solid #ACE;
}

.inputform input[type=checkbox] {
	/*margin:5px 0;*/
}

.inputform input.submit {
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background:#39d url('../images/bg-btn-blue.png') repeat-x scroll 0 0;
    border:1px solid #39D;
    color:#fff;
    text-shadow:0 -1px 0 #39d;
    padding:4px 10px 5px;
    font-size:11px;
    margin:0 5px 0 0;
    font-weight:bold;
    cursor:pointer;
}

.inputform input.large, .inputform textarea.large 
{
	width:300px;
}

.inputform input.submit:hover, .inputform input.submit:focus {
    background-position:0 -5px;
    cursor:pointer;
}

.inputform div.hiddenTip { margin:0; padding:0; display:none; }
.inputform div.hiddenTip ol, .hiddenTip ul { margin:0; padding:0; }
.inputform div.hiddenTip ol li, .hiddenTip ul li { margin:0 0 0 20px; padding: 0;}

.prominentTextSmall, .waarning
{
	font-weight:bold;
	text-transform:uppercase;
}

.prominentTextSmall { color: #66a70b; }
.warning { color: red; }
.strong { font-weight:bold;}
.hidden { visibility:hidden; display:none; }

.book, .clock, .note, .pencil, .scissor, a.captchaImage
{
	border:0;
	width:36px;
	height:36px;
	padding:0;
	margin:0 3px 15px 0;
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
}

.book { background-image: url(../images/captcha-images/item-book.png)}
.clock { background-image: url(../images/captcha-images/item-clock.png)}
.note { background-image: url(../images/captcha-images/item-note.png)}
.pencil { background-image: url(../images/captcha-images/item-pencil.png)}
.scissor { background-image: url(../images/captcha-images/item-scissors.png)}

.success 
{
	border:0;
	margin:0;
	padding:4px 0 4px 34px;
	line-height:27px;
	vertical-align:middle;
	background-position:left center;
	background-repeat:no-repeat;
	background-image: url(../images/contact/success.png)
}

.msgInfo, .msgCritical, .msgSuccess
{
	border:0;
	min-height:40px;
	padding-left:34px;
	padding-top:10px;
	background-position:top left;
	background-repeat:no-repeat;
}

.msgCritical { background-image: url(../images/contact/critical.png) }
.msgSuccess { background-image: url(../images/contact/success.png) }

.correct, .incorrect, .arrow, .working
{
	padding-left:18px;
	background-position:left center;
	background-repeat:no-repeat;
}

.arrow
{
	padding-left:15px;
	background-image: url(../images/arrow-small.gif)
}

.correct { min-height:16px; background-image: url(../images/contact/correct.png) }
.incorrect { min-height:16px; background-image: url(../images/contact/incorrect.png) }
.working { background-image:url(../images/ajax-loader.gif); font-weight:bold; text-transform:capitalize; }

.liveAlert 
{
	margin:5px;
	width:100px;
	border:none;
	padding:3px 5px;
	text-align:center;
	color:#000;
	font-weight:bold;
	text-transform:capitalize;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}


.pw-insufficient, .pw-nomatch { background-color:#f9b5b5; }
.pw-weak { background-color:#fad9a6; }
.pw-medium { background-color:#f1faa6; }
.pw-strong, .pw-match { background-color:#d5faa6; }

.size110 { font-size:110%; }
.noborder, .noBorder, .NoBorder, .NOBORDER { border: 0px; }

/******************** TESTIMONIALS **************************/
 
#testimonials_bubble {
    background: url(../images/testimonials.png) top left no-repeat;
    /*height: 256px;*/
    margin-top:20px;
}

/*
#testimonials_container {
    width: 322px;
    height: 256px;
	border: 1px solid white;
}

#quote {
    margin: 15px 0 15px 50px;
    font-size: 10pt;
    width: 150px;
    height: 120px;
}
#qoutedBy {
    margin: 0 0 0 110px;
    font-size: 10pt;
    font-weight: bold;
}
#company {
    font-size: 8pt;
    color: #666;
    font-weight: bold;
}
*/

/*#testimonials_container {
    width: 210px;
	border: 1px solid white;
	padding:0
}

#quote {
    margin: 40px 0 10px 10px;
    font-size: 10pt;
    width: 145px;
    height: 100px;
}
#qoutedBy {
    margin: 0 0 0 10px;
    font-size: 10pt;
    font-weight: bold;
}
#company {
    font-size: 8pt;
    color: #666;
    font-weight: bold;
}*/

#testimonials_container {
	padding:0
}

#quote {
}

#qoutedBy {
    margin: 0 0 0 10px;
    font-size: 10pt;
    font-weight: bold;
}

#company {
    font-size: 8pt;
    color: #666;
    font-weight: bold;
}


/**------------ Social ------------------- **/

#social-nav {
	float: right;
	padding-left: 20px;
}

#social-nav li {
	float: left;
	margin-right: 5px;
	max-width: 30px;
}

.ie6 #social-nav li {
	width: 30px;
}
		
#social-nav li,
#social-nav li a {
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-size: 14px;
}

#social-nav ul {
	margin-top: 10px;
}
				
#social-nav ul li {
	float: none;
	margin-right: 0;
}
				
#social-nav ul li,
#social-nav ul li a {
	font-weight: normal;
	font-size: 12px;
	color: #7faab8;
	line-height: 14px;
	padding-bottom: 5px;
}
				
#social-nav ul li a:hover {
	color: white;
}

#social-nav li a:hover {
	color: #0098ca;
}
