/* CSS Document */
@import url('jquery.css');
body {
	font-family: 'Raleway', sans-serif;
	margin:0;
	line-height:18pt;
}
/*Header Starts*/
#header-container {
	width:950px;
	margin:0 auto;
}
#header {
	background:#FFF;
	padding:10px 0;
	-webkit-box-shadow: inset 0px -5px 9px 6px #ececec; /*Horizontal, Vertical, Blur, Spread, Color*/
	-moz-box-shadow: inset 0px -5px 9px 6px #ececec;
	box-shadow: inset 0px -5px 9px 3px #ececec;
}
#header img {
	border:0;
}
#header-left-box {
	width:325px;
	margin:0 15px 0 0;
	float:left;
}
#header-mid-box {
	width:305px;
	margin:0 15px 0 0;
	float:left;
	padding:15px 0 0;
	text-align:center;
}
#header-right-box {
	width:285px;
	float:left;
	padding:15px 0 0;
	text-align:right;
}
/*Header Ends*/
	/*Nav Starts*/
#nav-container {
	width:950px;
	margin:0 auto;
}
#nav {
	background:#ae3f69;
	color:#FFF;
	border-bottom:6px solid #8e3657;
	clear:both;
}
#nav ul {
	list-style-type:none;
}
#nav li {
	float:left;
	margin:0 15px 0 0;
}
#nav li a, #nav li a:visited {
	padding:10px;
	display:block;
	color:#FFF;
	text-decoration:none;
}
#nav ul li a:hover {
	background:#4d8cab;
	text-decoration:none;
}
/*Nav Ends*/
#mast {

}
#mast img {
	border:0;
}
#sub-mast-container {
	width:950px;
	margin:0 auto;
}
#sub-mast {
	color:#FFF;
	background:#4d8cab;
/*	border-top:6px solid #4e412b;*/
	border-bottom:6px solid #ae3f69;
}
#sub-mast h2 {
	font-size:38px;
	color:#FFF;
	font-weight:normal;
}
#sub-mast p {
}
#sub-mast img {
	border:0;
	float:left;
	margin:0 15px 0 0;
}
#sub-mast a, #sub-mast a:visited {
	color:#FFF;
}
#sub-mast p {
}
#sub-mast #left-col {
	width:630px;
	float:left;
	padding:0 15px 0 0;
	border-right:1px solid #FFF;
}
#sub-mast #left-col p {
	font-size:20px;
	margin:40px 0 0;
}
#sub-mast #right-col {
	float:left;
	padding:0 0 0 10px;
}
/*Body Content STARTS*/
#body-content-container {
	width:950px;
	margin:0 auto;
}
#body-content {
background: #4d8cab; /* Old browsers */
background: -moz-linear-gradient(top,  #4d8cab 0%, #ffffff 22%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d8cab), color-stop(22%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4d8cab 0%,#ffffff 22%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4d8cab 0%,#ffffff 22%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4d8cab 0%,#ffffff 22%); /* IE10+ */
background: linear-gradient(to bottom,  #4d8cab 0%,#ffffff 22%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d8cab', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
#home-gay-box{
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	border-bottom-right-radius:15px;
	border-bottom-left-radius:15px;
	float:left;
	width:380px;
	height:260px;
	color:#FFF;
	min-height:250px;
	padding:250px 10px 10px 10px;
}
.men{
	margin:0 15px 15px 65px;
	 background:url(../images/photos/gay-couple-home.jpg) no-repeat top center #4e412b;
 }
.women{
	margin:0 15px 15px 0;
	background:url(../images/photos/gay-lesbian-couple.jpg) no-repeat top center #4e412b;
 }
#home-gay-box h2{
	text-align:center;
	color:#FFF;
	font-size:24px;
	font-weight:normal;
	margin:0 0 15px;
	line-height:normal;
	border-bottom:1px dashed #FFF;
}
#home-gay-box ul{
	font-size:15px;
	line-height:20pt;
	margin:0 0 0 20px;
	padding: 0 0 0 20px;
}
#right-float-box{
	background: url(../images/bg/heart-bg.png) no-repeat #ae3f69 bottom right;
	color: #FFF;
	border: 1px solid #FFF;
	width: 300px;
	padding: 10px;
	float: right;
	margin: 0 0 15px 15px;
	position: relative;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
#left-col-container{
	width:590px;
	margin:0 15px 0 0;
	padding:10px;
	float:left;
}
#right-col-container {
	width:305px;
	padding:10px;
	float:left;
	position:relative;
}
#right-col-container img {
	top:-70px;
	right:5px;
	position:absolute;
}
/*Body Content ENDS*/
	
	/***********************+++++++++++++++++++++++++++++INTERIOR Body Content STARTS+++++++++++++++++++++++++++++*************/
#mast-int-container {
	width:950px;
	margin:0 auto;
	position:relative;
	border-bottom:2px solid #ae3f69;
}
#mast-int {
	background: #4d8cab; /* Old browsers */
	background: -moz-linear-gradient(top, #4d8cab 0%, #93b9cc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d8cab), color-stop(100%, #93b9cc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4d8cab 0%, #93b9cc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4d8cab 0%, #93b9cc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4d8cab 0%, #93b9cc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4d8cab 0%, #93b9cc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d8cab', endColorstr='#93b9cc', GradientType=0 ); /* IE6-9 */
}
#mast-int img {
}
#mast-int-container h1 {
	font-size:3.1em;
	color:#FFF;
	left:330px;
	top:50px;
	position:absolute;
}
#mast-int-container h2 {
	font-size:2.1em;
	font-weight:normal;
	color:#FFF;
	left:330px;
	top:120px;
	position:absolute;
}
#body-int-content {
	background: #93b9cc; /* Old browsers */
	background: -moz-linear-gradient(top, #93b9cc 0%, #cfe0e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #93b9cc), color-stop(100%, #cfe0e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #93b9cc 0%, #cfe0e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #93b9cc 0%, #cfe0e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #93b9cc 0%, #cfe0e8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #93b9cc 0%, #cfe0e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93b9cc', endColorstr='#cfe0e8', GradientType=0 ); /* IE6-9 */
	padding:10px 0;
}
#left-int-col-container {
	width:590px;
	margin:0 15px 0 0;
	padding:10px;
	float:left;
}
#right-int-col-container {
	background: url(../images/bg/heart-bg.png) no-repeat #ae3f69 bottom right;
	color:#FFF;
	border:1px solid #FFF;
	width:300px;
	padding:10px;
	float:left;
	margin:0 0 15px;
	position:relative;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
#right-int-col-container h2{
	font-size:25px;
	font-weight:bold;
	color:#FFF;
}
#right-col-container img {
	top:-70px;
	right:5px;
	position:absolute;
}
#contact-form{
	background:#EEE;
	padding:15px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	border-bottom-right-radius:15px;
	border-bottom-left-radius:15px;
	border:2px solid #ae3f69;
}
	/***********************+++++++++++++++++++++++++++++INTERIOR Body Content ENDS+++++++++++++++++++++++++++++*************/
	/*Footer Starts*/
#sub-footer {
	background:#f7f2ee;
	-webkit-box-shadow: inset 0px 5px 9px 10px #e6e1dd; /*Horizontal, Vertical, Blur, Spread, Color*/
	-moz-box-shadow: inset 0px 5px 9px 10px #e6e1dd;
	box-shadow: inset 0px 5px 9px 10px #e6e1dd;
	padding:10px 0;
}
#sub-footer-container {
	width:950px;
	margin:0 auto;
}
#sub-footer-container img {
	float:left;
	margin:0 10px 0 0;
}
#footer-container {
	width:950px;
	margin:0 auto;
}
#footer {
	color:#FFF;
	background:#4e412b;
	font-size:11px;
	padding:10px 0;
	line-height:normal;
}
#footer a, #footer a:visited {
}
#footer a:hover {
}
#footer h1 {
	font-size:38px;
	color:#FFF;
}
#footer p {
	font-size:11px;
	line-height:normal;
}
#footer img {
	border:0;
}
#footer-left-box {
	width:200px;
	text-align:left;
	float:left;
}
#footer-mid-box {
	width:420px;
	text-align:center;
	margin:0 15px 0 15px;
	float:left;
}
#footer-right-box {
	width:300px;
	float:left;
}
#footer-nav {
	text-align:center;
}
#footer-nav a, #footer-nav a:visited {
	color:#FFF;
	margin:0 10px 0 0;
}
#footer-nav a:hover {
}
#disclaimer {
	clear:both;
}
/*Footer Ends*/
/**********************************************END OF FRAMEWORK*******************************************************************/
/*TEXT*/
h1 {
	font-size:48px;
	line-height:46pt;
	letter-spacing:-1px;
	color:#ae3f69;
	font-weight:normal;
}
h2 {
	font-size:27px;
	line-height:22pt;
	letter-spacing:-1px;
	color:#ae3f69;
	font-weight:normal;
}
h3 {
	font-size:1.2em;
	color:#ae3f69;
	font-weight:normal;
}
h4 {
	font-size:1.0em;
}
h5 {
	font-size:0.8em;
}
p {
	font-size:14px;
	line-height:18pt;
}
small {
	font-size:11px;
}
blockquote {
	font-size:14px;
	border-left:4px solid #CCC;
	padding:0 0 0 10px;
}
h1, h2, h3, h4, h5, p {
	margin:10px 0;
}
ul, ol {
	font-size:14px;
	line-height:18pt;
	padding:0 0 0 20px;
	margin:0 0 0 20px;
}
.drop-cap-text {
	font-size:4.0em;
	float:left;
	line-height:35pt;
	margin:0 5px 0 0;
}
/*LINKS*/
a, a:visited {
	color:#4d8cab;
}
a:hover {
	text-decoration:none;
}
/*FORMS*/
input, select, textarea {
	font-size:14px;
	font-family: 'Raleway', sans-serif;
}
form {
	margin:0;
	padding:0;
}
form td {
	padding:0 0 15px 0;
}
/*MISC*/
.clear {
	clear:both;
}
