/*Headers*/
H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 200;
	color: #2D3B5E;
	line-height: 17px;
	margin: 5px 0 10px;
}

/*Subheaders*/
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold;
	color: #214285;
	line-height: 17px;
}
/*Footer*/
H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;  
	font-weight: normal;
	color: #333333;
	line-height: 17px;
}

/*Footer Text */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #3D69B5;
	background:none;
	line-height: 17px;
}

/*Footer Links*/
.footerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #D1DFEC;
	text-decoration: none;
	background:none;
	line-height: 17px;
}

.footerlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 17px;
	background-color: #AE243E;
	background-image: none;
}

/*Page Properties*/
body {
	margin: 0px;
	background-position: top;
	font: Verdana, Arial, Helvetica, sans-serif 12px;
	background-color: #2D3B5E;
}


/*Content default*/
strong {
	color:#293C5C;
}

p {
	line-height: 1.6em;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #333333;
	text-align:left;
}

/*Pictures*/
.picborder {
	border: 1px solid; 
	border-color:#CCCCCC;
}

.picRight {
	border: 1px solid;
	border-color:#CCCCCC;
	float:right;
	margin-left:20px;
}
.picRightnoborder {
	float:right; 
	margin-left:20px;
}
.picRightpic {
	float:right; 
	margin-left:20px;
	width: 310px;
}

.picLeft {
	border: 1px solid;
	border-color:#CCCCCC;
	float:left;
	margin-right:20px;
}


/*Contact Form*/
.inputSelect {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	BORDER: #CCCCCC 1px solid;
	color: #333333;
	width:160px;
	background-color: #F1F9FA;
}
.inputComment {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	BORDER: #CCCCCC 1px solid;
	color: #333333;
	width:160px;
	background-color: #F1F9FA;
}

.inputButton {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	CURSOR: pointer;
	COLOR: #FFFFFF;
	FONT-SIZE: 10px;
	width:70px;
	background-color: #3C4E7D;
	border: 1px solid #cccccc;
	padding: 2px;
}
.inputSelect2 {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	BORDER: #CCCCCC 1px solid;
	color: #176371;
	width:250px;
	background-color: #EAF4F6;
}
.inputComment2 {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	BORDER: #CCCCCC 1px solid;
	color: #176371;
	width:225px;
	background-color: #EAF4F6;
}

.inputButton2 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	CURSOR: pointer;
	COLOR: #FFFFFF;
	FONT-SIZE: 10px;
	width:110px;
	background-color: #3C4E7D;
	border: 1px solid #cccccc;
	padding: 2px;
}
.no-rep-x {
	background-repeat: repeat-x;
}
.no-rep-y {
	background-repeat: repeat-y;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

/* Link Styles */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2D3B5E;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2D3B5E;
	text-decoration: none;
}
.link2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2C3C5E;
	text-decoration: underline;
}
.link2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #42568A;
	text-decoration: none;
}
.link3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.link3:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
.outlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
	padding-right: 15px;
	background: url(images/outlink.gif) no-repeat right;
}

.outlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066FF;
	text-decoration: underline;

}
/* Link Styles Ends */

.button-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	font-weight: bold;
	color: #214285;
	text-decoration: none;
}

/* List Styles */

.list {
	list-style-image: url(images/arrow_01.gif);
	margin-bottom: 0px;
	margin-left: 35px;
}
.list li{
	list-style-image: url(images/arrow_01.gif);
	margin-bottom: 0px;
}

hr {
	border: 1px solid #ccc;
	width:90%;
	text-align:center;
}
.center {
	text-align: center;
	clear: both;
	float: none;
	margin-top: 0px;
	margin-right: 15%;
	margin-bottom: 10px;
	margin-left: 15%;
}

/*
#table1 {
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #404040;
	width: 95%;
	background-color: #fafafa;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 5px 10px;

}
#table1 td{
	padding: 5px;
}
#table1 tr.mid{
	padding: 5px;
	background-color: #E0F3F3;

}

.table2 { 	font-family: Verdana;	font-weight: normal; 	font-size: 11px; 	color: #404040; 	width: 95%; 	background-color: #fafafa; 	border: 1px #6699CC solid; 	border-collapse: collapse; 	border-spacing: 0px; 	margin: 5px 10px; 
}
.table2 td{ 	padding: 5px; }
.table2 tr.mid{ 	padding: 5px; 	background-color: #E0F3F3; }
*/

/* Testimonials */

blockquote {
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #697EB8;
	margin: 10px 15px;

}



blockquote p {

	width: 564px !important;
	font-size: 1.2em !important;
	line-height: 1.5em !important;

	font-weight: bold;

}

.margin {
	margin-left: 30px;
	}

blockquote p img.left {
	display: inline;
	line-height: 1em;
}



blockquote p img.right {
	display: inline;

}	 
#mainflash {
	z-index: 1;
}

.webdeveloper-display-div-order {
	z-index: 3;
	}

#doc-sidebar ul{
	margin: 0pt;
	padding: 2px 0 15px 0;
	font-weight: bold;
	font-size: 10px;
	color: #324364;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

#doc-sidebar li{
	padding-bottom: 2px;
	margin-bottom: 5px;
	width: 110px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfd4de;
}

#doc-sidebar li a{
	text-decoration: none;
}

#doc-sidebar li a:hover {
	color: #b23b51;
}
