body {
	background: url(../images/inner-bg.gif) #2F3738 repeat-x;
}

#section-name {
	height: 60px;
	margin-top: 2px;
	padding-top: 20px;
}

#section-name h1 {
	color: #d5fbff;
	font-size: 24px;
}

#main-content {
	width: 540px;
	float: left;
}

#main-content-full {
	width: 940px;
	float: left;
	/*background-color:#0F0;*/
}

#main p, .widget p {
	text-align: justify;
	line-height: 20px;
	margin-top: 20px;
}
#main .post p{
	margin-top: 8px;
}

#main .widget p {
	margin-top: 0px;
}

#main .widget .main-button-short {
	margin-top: 15px;
}

#main-sidebar {
	width: 340px;
	float: right;
}

#main .portfolio-item h2, #main .service-item h2 {
	padding-top: 24px;
	line-height: 1em;
}

.portfolio-small-divider, .service-small-divider {
	background: url(../images/main-divider.gif) repeat-x;
	height: 2px;
	width: 350px;
	margin: 10px 0px 10px 190px;
}

.portfolio-divider, .service-divider {
	background: url(../images/main-divider.gif) repeat-x;
	height: 2px;
	width: 100%;
	margin: 20px 0px 10px;
	clear: both;
}

.widget {
	background: #313a3b url(../images/inner-sidebar-bg.jpg) repeat-x top;
	padding: 20px;
	margin-bottom: 30px;
}



.widget ul {
	list-style: none;
	line-height: 20px;
	font-size: 12px;
	margin: 0px;
}

.widget ul.submenu{
	list-style:none;
	line-height: 21px;
	font-size: 12px;
	margin: 0px;
}

.widget ul.multi{
	margin: 0px 0px 12px 0px;
}

.widget ul.submenu li{
	padding-left:10px;
	color:#9adae1;
	background: url(../images/sm_bullet.png) left 7px no-repeat;
	cursor:pointer;
}

.widget ul.submenu li:hover{
	padding-left:10px;
	color:#ccf0f3;
	text-decoration:underline;
	background: url(../images/sm_bullet_light.png) left 7px no-repeat;
}

.widget ul.submenu li a{
	color:#9adae1;
	outline:none;
}
.widget ul.submenu li a:hover{
	color:#ccf0f3;
}

.widget ul.submenu li.current{
	padding-left:10px;
	background: url(../images/sm_bullet_light.png) left 7px no-repeat;
}


.widget ul.submenu li.current a{
	color:#ccf0f3;
	text-decoration:none;
	cursor:default;
	outline:none;
}


.widget-content {
	padding-top: 5px;
}

.widget h5 {
	margin-bottom:8px;
}


.sidebar-divider {
	background: url(../images/inner-sidebar-divider.gif) repeat-x;
	height: 2px;
	width: 100%;
	margin: 10px 0;
}

.net-services {
	width: 150px;
	margin-right: 0px;
}


/* Form */

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.form-left {
	width: 180px;
	float: left;
}

.form-right {
	width: 300px;
	float: left;
}

label {
	font-size: 12px;
	color: #d5fbff;
}

#main label {
	display: block;
	margin: 7px 0 0;
}

input[type=text] {
	background: #647678;
	border: 1px solid #d5fbff;
	color: #d5fbff;
	padding: 3px;

}

input[type=select] {
	background: #647678;
	border: 1px solid #d5fbff;
	color: #d5fbff;
	padding: 3px;

}

#main input[type=submit] {
	background: url(../images/main-button-short.jpg);
	border: none;
	color: #d5fbff;
	float: right;
	width: 100px;
	height: 30px;
}
#sidebar input[type=submit] {
	background: url(../images/main-button-short.jpg);
	border: none;
	color: #d5fbff;
	float: right;
	width: 100px;
	height: 30px;
}


textarea {
	background: #647678;
	border: 1px solid #d5fbff;
	color: #d5fbff;
	width: 350px;
	height: 110px;
	padding: 4px; 
	font-family: "Lucida Grande", "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
	margin-bottom: 10px; 
}

#main table#conform input[type=text] {
	background: #424e4f;
	border: 1px solid #869ea1;
	color: #b6d8dc;
	padding: 3px;
	margin-bottom:8px;

}
#main select {
	background: #424e4f;
	border: 1px solid #869ea1;
	color: #b6d8dc;
	padding: 3px;
	margin-bottom:8px;

}
#main table#conform input[type=text]:focus {
	background: #364041;
	border: 1px solid #91a9ac;
	color: #d5fbff;
	padding: 3px;
	margin-bottom:8px;

}

#main table#conform input[type=submit] {
	background: url(../images/main-button-short.jpg);
	border: none;
	color: #d5fbff;
	float: right;
	width: 100px;
	height: 30px;
}

#main table#conform textarea {
	background: #424e4f;
	border: 1px solid #869ea1;
	color: #d5fbff;
	width: 350px;
	height: 110px;
	padding: 4px; 
	font-family: "Lucida Grande", "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
	margin-bottom: 10px; 
}
#main table#conform textarea:focus {
	background: #364041;
	border: 1px solid #91a9ac;
	color: #d5fbff;
	width: 350px;
	height: 110px;
	padding: 4px; 
	font-family: "Lucida Grande", "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
	margin-bottom: 10px; 
}

#main table.aform input[type=text] {
	background: #424e4f;
	border: 1px solid #869ea1;
	color: #b6d8dc;
	padding: 3px;
	margin-bottom:8px;

}

#main table.aform input[type=text]:focus {
	background: #364041;
	border: 1px solid #91a9ac;
	color: #d5fbff;
	padding: 3px;
	margin-bottom:8px;

}

#main table.aform input[type=submit] {
	background: url(../images/main-button-short.jpg);
	border: none;
	color: #d5fbff;
	float: right;
	width: 100px;
	height: 30px;
}

#main table.aform textarea {
	background: #424e4f;
	border: 1px solid #869ea1;
	color: #d5fbff;
	width: 350px;
	height: 110px;
	padding: 4px; 
	font-family: "Lucida Grande", "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
	margin-bottom: 10px; 
}
#main table.aform textarea:focus {
	background: #364041;
	border: 1px solid #91a9ac;
	color: #d5fbff;
	width: 350px;
	height: 110px;
	padding: 4px; 
	font-family: "Lucida Grande", "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
	margin-bottom: 10px; 
}


div#main div.widget div.proSection{
	margin-bottom:2em;
}

div#main div.widget div.proSection img.mainIcon{
	float: left;
	padding:13px 5px 8px 5px;
	margin-right:16px;
}

div#main div.widget div.proSection p.process{
	font-size:11px;
	line-height:17px;
}

div#main div.widget div.proSection p.process a{
	font-size:11px;
}

table.emailList, table.emailListNew{
	font-size:12px;
}

table.emailList th, table.emailListNew th{
	font-size:14px;
	border-bottom:solid 1px #fff;
	color:#d5fbff;
	cursor:pointer;
}

table.emailList tr td, table.emailListNew tr td{
	padding-top:12px;
}