@charset "utf-8";

/* 	Student Visas Attorney CSS Document. 
	(C) to NeJame, LaFay, Jancha, Ahmed, Barker, Joshi, Bartolone P.A. - Attorney at Law.
*/

/* Centers the layout on the browser window. */

#container {
	width: 700px;
	position: relative;
	margin-top: -15px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* Define the body tag and the appearance of the text on each page. */

body {
	background-image: url(images/background.jpg);
	background-color: #000066;
	background-attachment: fixed;
	background-repeat: repeat-x;
	color: #000000;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
p {
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
}
p a {
	font-family: "Times New Roman", Times, serif;
	color: #cc6633;
	weight: bold;
	text-decoration: none;
}
p a:visited {
	color: #cc6633;
	text-decoration: none;
	weight: bold;
}
p a:hover {
	color: #cc6633;
	text-decoration: underline;
	weight: bold;
}

li {
	padding: 7px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: left;
}
li a {
	color: #cc6633;
	weight: bold;
	text-decoration: none;
}
li a:visited {
	color: #cc6633;
	text-decoration: none;
}
li a:hover {
	color: #cc6633;
	text-decoration: underline;
}

img {
	border: 0px;
}

/* Define the appearance of the Heading tags. */

h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}
h1 {
	font-size: 22px;
	color: #cc6633;
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
}
h2 {
	font-size: 20px;
	color: #cc6633;
	padding: 0px;
	margin-left: 10px;
}
h3 {
	font-size: 18px;
	color: #cc6633;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	text-align: right;
}
h4 {
	font-size: 16px;
	color: #cc6633;
	text-align: right;
	margin-top: 10px;
	padding: 0px;
}	
h5 {
	margin-left: 10px;
	font-size: 14px;
	color: #cc6633;
	padding: 0px;
}
h6 {
	font-size: 12px;
	color: #000000;
	font-weight: 450;
	margin-left: 20px;
	padding: 0px;
}

/* Defines the constant DIVs on all the pages. */

#Banner {
	background-image: url(images/StudentVisas.jpg);
	position:absolute;
	left:0px;
	top:0px;
	width:700px;
	height:174px;
	z-index:1;
	visibility:visible;
}
#Banner h4 {
	color: #000000;
	font-weight: normal;
	text-align: right;
	text-decoration: underline;
	margin-top: 140px;
	margin-right: 10px;
}
#Navigation {
	background-image: url(images/Navigation.jpg);
	position:absolute;
	left:0px;
	top:174px;
	width:700px;
	height:44px;
	z-index:2;
	visibility:visible;
}
	#links {
		text-align: center;
		margin-top: 15px;
		weight: bold;
	}
	#links a {
		font-size: 10pt;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #cc6633;
		text-align: center;
		text-decoration: none;
	}
	#links a:visited {
		color: #cc6633;
		text-decoration: none;
	}
	#links a:hover {
		color: #cc6633;
		text-decoration: underline;
	}

#BottomNavigation {
	margin-top: 10px;
	text-align: center;
}
#Bookmark {
	float: left;
}
#Email {
	text-align: right;
	margin-top: 70px;
	margin-right: 35px;
}
	#Email a {
		color: #000000;
		text-decoration: none;
	}
	#Email a:visited {
		color: #000000;
		text-decoration: none;
	}
	#Email a:hover {
		color: #000000;
		text-decoration: underline;
	}
	
p.news {
	padding: 0px 28px 0px 28px;
	}

/* Defines the appearance of the Home Page. */

#Content {
	background-color: #FFFFFF;
	position:absolute;
	left:0px;
	top:217px;
	width:700px;
	height:1015px;
	visibility:visible;
}
#FooterBorder {
	background-image: url(images/FooterBorder.jpg);
	position:absolute;
	left:0px;
	top:1119px;
	width:700px;
	height:69px;
	visibility:visible;
}
#Footer {
	background-image: url(images/Footer.jpg);
	text-align: center;
	position:absolute;
	left:0px;
	top:1187px;
	width:700px;
	height:300px;
	visibility:visible;
}


/* Defines the appearance of the About Us page. */

#aboutContent {
	background-color: #FFFFFF;
	position:absolute;
	left:0px;
	top:218px;
	width:700px;
	height:796px;
	visibility:visible;
}
#aboutFooterBorder {
	background-image: url(images/FooterBorder.jpg);
	position:absolute;
	left:0px;
	top:974px;
	width:700px;
	height:68px;
	visibility:visible;
}
#aboutFooter {
	background-image: url(images/Footer.jpg);
	text-align: center;
	position:absolute;
	left:0px;
	top:1041px;
	width:700px;
	height:300px;
	visibility:visible;
}

/* Defines the appearance of the M1 and F1 key aspects pages. */

#F1andM1Content {
	background-color: #FFFFFF;
	position:absolute;
	left:0px;
	top:218px;
	width:700px;
	height:1045px;
	visibility:visible;
}

#F1andM1FooterBorder {
	background-image: url(images/FooterBorder.jpg);
	position:absolute;
	left:0px;
	top:1116px;
	width:700px;
	height:68px;
	visibility:visible;
}
#F1andM1Footer {
	background-image: url(images/Footer.jpg);
	text-align: center;
	position:absolute;
	left:0px;
	top:1183px;
	width:700px;
	height:300px;
	visibility:visible;
}
/* Defines the appearance of the Privacy Policy page. */

#privacyContent {
	background-color: #FFFFFF;
	position:absolute;
	left:0px;
	top:218px;
	width:700px;
	height:734px;
	visibility:visible;
}

#privacyFooterBorder {
	background-image: url(images/FooterBorder.jpg);
	position:absolute;
	left:0px;
	top:907px;
	width:700px;
	height:68px;
	visibility:visible;
}
#privacyFooter {
	background-image: url(images/Footer.jpg);
	text-align: center;
	position:absolute;
	left:0px;
	top:975px;
	width:700px;
	height:300px;
	visibility:visible;
}
/* Defines the appearance of the Student Visas page. */

#StudentVisaContent {
	background-color: #FFFFFF;
	position:absolute;
	left:0px;
	top:217px;
	width:700px;
	height:1679px;
	visibility:visible;
}
#StudentVisaFooterBorder {
	background-image: url(images/FooterBorder.jpg);
	position:absolute;
	left:0px;
	top:1819px;
	width:700px;
	height:69px;
	visibility:visible;
}
#StudentVisaFooter {
	background-image: url(images/Footer.jpg);
	text-align: center;
	position:absolute;
	left:0px;
	top:1886px;
	width:700px;
	height:300px;
	visibility:visible;
}

/* Defines the appearance of the Student Visas Process page. */

#StudentVisaProcessContent {
	background-color: #FFFFFF;
	position:absolute;
	left:0px;
	top:218px;
	width:700px;
	height:1126px;
	visibility:visible;
}
#StudentVisaProcessFooterBorder {
	background-image: url(images/FooterBorder.jpg);
	position:absolute;
	left:0px;
	top:1229px;
	width:700px;
	height:69px;
	visibility:visible;
}
#StudentVisaProcessFooter {
	background-image: url(images/Footer.jpg);
	text-align: center;
	position:absolute;
	left:0px;
	top:1297px;
	width:700px;
	height:300px;
	visibility:visible;
}

/* Defines the appearance of the Student Visa Definitions page. */

#DefinitionsContent {
	background-color: #FFFFFF;
	position:absolute;
	left:0px;
	top:218px;
	width:700px;
	height:2083px;
	visibility:visible;
}

#DefinitionsFooterBorder {
	background-image: url(images/FooterBorder.jpg);
	position:absolute;
	left:0px;
	top:2177px;
	width:700px;
	height:68px;
	visibility:visible;
}
#DefinitionsFooter {
	background-image: url(images/Footer.jpg);
	text-align: center;
	position:absolute;
	left:0px;
	top:2245px;
	width:700px;
	height:300px;
	visibility:visible;
}

/* Defines the appearance of the Thank You page. */

#ThanksContent {
	background-color: #FFFFFF;
	position:absolute;
	left:0px;
	top:218px;
	width:700px;
	height:267px;
	visibility:visible;
}
#ThanksFooterBorder {
	background-image: url(images/FooterBorder.jpg);
	position:absolute;
	left:0px;
	top:483px;
	width:700px;
	height:68px;
	visibility:visible;
}
#ThanksFooter {
	background-image: url(images/Footer.jpg);
	text-align: center;
	position:absolute;
	left:0px;
	top:551px;
	width:700px;
	height:300px;
	visibility:visible;
}
/* Defines the appearance of the Contact Us page. */

#ContactUs {
	background-color: #FFFFFF;
	position:absolute;
	left:0px;
	top:218px;
	width:700px;
	height:613px;
	visibility:visible;
}
#ContactUsBorder {
	background-image: url(images/FooterBorder.jpg);
	position:absolute;
	left:0px;
	top:828px;
	width:700px;
	height:68px;
	visibility:visible;
}
#ContactUsFooter {
	background-image: url(images/Footer.jpg);
	text-align: center;
	position:absolute;
	left:0px;
	top:896px;
	width:700px;
	height:300px;
	visibility:visible;
}
#TableForm {
	text-align: center;
}
#TableForm Table {
	text-align: left;
	width: 675px;
}
#TableForm Strong {
	color: #cc6633;
}
#TableForm h2 {
	font-variant: small-caps;
	font-weight: bolder;
	text-indent: 10px;
	display: block;
	color: #cc6633;
	margin-top: 10px;
	vertical-align: bottom;
}
#buttons {
	text-align: center;
	padding: 5px;
}
#buttons input {
	color: #cc6633;
	background-color:#FFFFFF;
}
input {
	color: #cc6633;
	background-color: #FFFFFF;
}
textarea {
	color: #cc6633;
	background-color: #FFFFFF;
}

/* Defines the appearance of the Sitemap and 404 Error pages. */

#sitemapContent {
	background-color: #FFFFFF;
	position:absolute;
	left:0px;
	top:218px;
	width:700px;
	height:635px;
	visibility:visible;
}
#sitemapFooterBorder {
	background-image: url(images/FooterBorder.jpg);
	position:absolute;
	left:0px;
	top:735px;
	width:700px;
	height:68px;
	visibility:visible;
}
#sitemapFooter {
	background-image: url(images/Footer.jpg);
	text-align: center;
	position:absolute;
	left:0px;
	top:803px;
	width:700px;
	height:300px;
	visibility:visible;
}

