/* Start of CMSMS style sheet 'Visualize CSS' */
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: top;
}
table {border-collapse: collapse; border-spacing: 0;}
q:before, q:after, blockquote:before, blockquote:after {content: "";}

/*Typography.css*/



body,ul,ol,dl,td,th,caption,pre,p,blockquote,h1,ul,ol,h2,h4,h5,h6,blockquote,strong,em{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color: #575153;
	font-weight: normal;
}


input {}
textarea {}
ul {list-style-type:square;}
ol {list-style-type:decimal;}

h1 {font-size:16px; margin-bottom:30px; font-weight:bold; text-align:right; color:#ac7193;}
h2 {font-size:14px; margin-bottom:10px;}

h4 {font-size:10px; margin-bottom:5px;  font-weight:bold;}
h5 {font-size:8px;  margin-bottom:5px;  font-weight:bold;}
h6 {font-size:8px;  margin-bottom:5px;}

blockquote {margin: 0 0 18px 18px; color: #666; font-style: italic; }
strong     {font-weight: bold;}
em         {font-style:italic;}

body {
	margin: 0px;
margin-top: 40px;
	padding: 0px;
	background-color: #684057;
}

html { /*keeps right scroll bar to stop page jumping*/
height: 100%;
margin-bottom: 0.01em;
}

* html{
	overflow: auto; /*turns off ie overflow until its needed*/
}


/* basic divs */
#wrapper {
	width: 766px; /* sets width */
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	/*margin:20px;*/
	
}

#header {
	background-image:url(uploads/images/web_images/header.gif);
	background-repeat:no-repeat;
	height: 103px;
}

#mainpage {
	min-height: 200px;
	position: relative;
	text-align: left;
	background-color: #f1f2e9;
	padding-bottom:170px;
	/*border: 1px solid black;*/
}

* html #mainpage{
	height: 200px; /* minimum height for ie*/
}
#v_nav {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 150px;
	height: 150px;
	
	
}

#v_nav li {
	/*list-style-image:url(../images/mai/bullet.gif);*/
	
	margin-right: 1px;
	margin-bottom: .5px;
}

#v_nav ul {
	margin: 20px;
	padding:0px;
	/*line-height:16px;*/list-style-type:circle;
}


#v_nav li a:link, #v_nav li a:visited {
font-size:14px;
font-weight:bold;
text-decoration:none;
color:#684057;
line-height:30px; /* set vertical spacing between items */
}


#v_nav li a:hover {
color:#ac7193;
text-decoration: underline;
}
#maincontent {
	padding-bottom: 10px;
	padding-top:20px;
	line-height: 16px;
	font-size: 12px;
	margin-left: 160px;
	margin-right:30px;
}

#pictures {
	position: absolute;
	height:155px;
	bottom:5px;
	right:30px;
}

.picture {
	position:relative;
margin-left: 20px;
	border:1px solid #684057;
	
	z-index:1;
}

#bottom_curve {
	position:absolute;
	bottom:0px;
	z-index:2;
}

#note {
	position:absolute;
	bottom:1px;
	left:25px;
	z-index:3;
}

/*#footer {
background-image:url(../images/foo/footer.jpg);
background-repeat:no-repeat;
height:74px;
}*/

#info {
	/*background-color: #ac7193;*/
	font-size: 10px;
	color:#ac7193;
	text-align: right;
}

#seo {
	font-size: 9px;
	color:#ffffff;
	text-align: center;
	/*background-color: #ac7193;*/
	padding: 5px;
}

dfn {display:none}

a:link, a:visited {
	color: #575153;
}

a:hover {
	color: #ac7193;
}

#seo a:link, #seo a:visited {
	color: white;
}

#seo a:hover {
	color: #ac7193;
}

#info a:link, #info a:visited {
	color: #ac7193;
}

#info a:hover {
	color: white;
}
a:active {
	
}


/* some properties of contact us page*/ 

input {
}

#message {
	font-family: Tahoma;
	font-size: 1.2em;
}
/* End of 'Visualize CSS' */

/* Start of CMSMS style sheet 'Forms' */
.contactform div {
width: 100%; 
padding: 0.25em 0 0.25em 0;

}

.contactform div label {
display: block; 
padding-bottom:2px;
}

.contactform div.required {
color: #72425d;
}

.contactform div.submit {
padding-bottom: 30px;
}
/* End of 'Forms' */

