#page-title {
	font-size:30px;
	margin-bottom:20px;
	text-transform:uppercase;
}
#page-title a {
	color:#a9baad;
	text-decoration:none;
	line-height:18px;
}
#page-title a:hover {
	text-decoration:none;
	color:#333;
}
#page-content {
	padding: 0px 0px 10px 0px;
}
#page-content h1, #page-content h1 a {
	font-size: 35px;
	color:#003;
	line-height:150%;
	margin-bottom:20px;
	font-weight:normal;
	margin:0px;
	
}
#page-content h2, #page-content h2 a {
	font-size: 20px;
	color: #003;
	line-height:150%;
	margin-bottom:20px;
	font-weight:normal;
}
#page-content h3, #page-content h3 a {
	font-size: 20px;
	color: #003;
	line-height:150%;
	font-weight:normal;
}
#page-content h4, #page-content h4 a {
	font-size: 16px;
	color: #003;
	line-height:150%;
	font-weight:normal;
	margin-bottom:10px;
}
#page-content h5, #page-content h5 a {
	font-size: 25px;
	color: #003;
	margin: 0px 0px 0px 0px;
	line-height:150%;
	font-weight:normal;
}
#page-content h6, #page-content h6 a {
	font-size: 20px;
	color: #003;
	margin: 0px 0px 0px 0px;
	line-height:150%;
}
#profile-div1-right h6 {
	margin: 0px 10px 10px 0px;
	font-size: 18px;
	float: left;
}
#profile-div1-right-header .p1 {
	float: left;
	font-size: 13px;
}
#page-content p {
	color:#5e5e5e;
	font-size: 16px;
	line-height: 180%;
	margin: 0px 0px 10px 0px;
	margin-bottom:20px;
}
#profile-div1-right p {
	font-size: 14px;
	line-height: 180%;
	margin: 0px 0px 5px 0px;
}
#page-content p a {
	color:#006;
}
#page-content ul {
	margin: 0px 0px 0px 0px;
	margin-left:40px;
	margin-bottom:20px;
}
#page-content ul li {
	color:#5e5e5e;
	font-size: 16px;
	line-height: 180%;
	margin: 0px 0px 10px 0px;
	margin-bottom:5px;
}
#page-content li a {
	color: #8b8b8b;
}
.page-sumamry {
	border-bottom:3px solid #CCC;
	margin: 0px 0px 20px 0px;
	border-radius:3px;
	padding:10px;
}
.page-sumamry h2{
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
.page-sumamry h2 a {
	font-weight: bold;
	color:#333;
	font-size: 30px;
	text-decoration:none;
}
.page-sumamry p {
	font-size:18px;
	line-height:180%;
	color:#5e5e5e;
}
.green_btn {
	background-color:#a9baad;
	float:right;
	padding:5px 10px;
	border-radius: 3px;
	-o-transition:0.5s; 
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}

.green_btn:hover {

}

.green_btn a {
	color: #fff;
}

.content-right {
	margin-bottom:0px;
	float:right;
	width:65%;
	margin-top:30px;
}
.content-full {
	margin-bottom:10px;
	float:none;
	width:auto;
	padding-top:30px;
}
.content-left {
	margin-bottom:10px;
	float:left;
	width:30%;
	margin-top:30px;
}
.content-left .text{
	margin-bottom:10px;
}
.content-left h1 {
	font-size: 35px;
    color: #003;
    line-height: 150%;
    margin-bottom: 15px;
    font-weight: normal;
}

.content-right h1 {
	font-size: 35px;
    color: #003;
    line-height: 150%;
    margin-bottom: 20px;
    font-weight: normal;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}

.content-right p {
	font-size: 16px;
    color: #003;
    line-height: 180%;
    font-weight: normal;
}


@media (min-width: 930px){
	.content-left h1 {
		font-weight: bold;
		font-size: 25px;
		color:#333;
		margin-bottom:15px;
		padding-bottom:15px;
		border-bottom:5px solid #CCC;
		  font-weight: normal;
	}
}
.content-left h2 {
	font-weight: bold;
	font-size: 25px;
	color:#000;
}
.content-left h2 a {
	background-color:#000;
	display:block;
	color:#FFF;
	padding:5px;
	text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1);
}
.content-left h3 {
	font-weight: bold;
	font-size: 25px;
	color:#000;
	margin: 10px 0px 10px 0px;
}
.content-left p {
	font-weight: normal;
	font-size: 17px;
	color:#5e5e5e;
	text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1);
	margin-bottom:8px;
}
.content-left ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.content-left li {
	font-weight: normal;
	font-size: 18px;
	color:#5e5e5e;
	text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1);
	padding:7px 0px;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
	border-bottom:1px dotted #060;
}
.content-left li:hover {
	background-color:#EAEAEA;
}
.content-left li a {
	font-weight: normal;
	font-size: 14px;
	color:#5e5e5e;
	text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1);
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
	text-decoration:none;
}
.content-left li a:hover {
	color:#000;
	margin-left:10px;
}
	
	

/* Monitor Resolution ----------- */
/* @media only screen and (min-device-width : 1400px) and (max-device-width : 1050px)  { */
@media only screen and (max-width : 1500px) {
}

/* Monitor Resolution ----------- */
/* @media only screen and (min-device-width : 1280px) and (max-device-width : 720px)  { */
@media only screen and (max-width : 1350px) {
}

/* Monitor Resolution ----------- */
/* @media only screen and (min-device-width : 1152px) and (max-device-width : 864px)  { */
@media only screen and (max-width : 1250px) {
}


/* iPads (portrait & landscape) ----------- */
/* @media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { */
@media only screen and (max-width : 1100px) {
}

/* iPads (portrait & landscape) ----------- */
@media only screen and (max-width : 950px) {
}


/* iPad Minis (portrait & landscape) ----------- */
@media only screen and (max-width : 620px) {
 #page-content h1, #page-content h1 a {
 font-size: 25px;
}
 #page-content h2, #page-content h2 a {
 font-size: 20px;
}
 #page-content h3, #page-content h3 a {
 font-size: 18px;
}

.content-left {
	float:none;
	width:100%;

}

.content-right {
	float:none;
	width:100%;
}
}


/* Smartphones (portrait) ----------- */
/*@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {*/
@media only screen and (max-width : 500px) {
	#page-content img{
		float:none !important;
		display:block;
		width:100% !important;
		margin-bottom:20px;
	}
}


/* Smartphones (portrait) ----------- */
/*@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {*/
@media only screen and (max-width : 340px) {
}
