/* =============================================== */
/* AugustineApartments.ie Stylesheet */
/* Global Base Elements */
/* Created by Digino/Ben Wakeford 2008 */
/* =============================================== */

/* =============================================== */
/* SECTION : Global Reset */
/* Current Version modified from Yahoo UI Library */
/* http://developer.yahoo.com/yui/reset/ */
/* 29/08/2007 */
/* =============================================== */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td { 
	font-size:100%;
	line-height : 100%;
	margin:0;
	padding:0;
}
fieldset,input,textarea {
	font-size:100%;
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}


/* =============================================== */
/* SECTION : BASE ELEMENTS */
/* =============================================== */

p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 75%;
	line-height : 150%;
	font-style : normal;
	color : #5F5F5F;
	margin : 0 0 1em 0;
}

strong {
	color : #5F5F5F;
	font-weight : bold;
	line-height : 150%;
}

em {
	color : #4A3E36;
	font-style : italic;
}

h1, h2, h3, h4, h5, h6 {
	font-family : Arial, Helvetica, sans-serif;
	color : #505255;
	font-weight : bold;
}

img {
	display : block;
	border : 0;
}

hr {
	color: #EDEFF1;
	height: 1px;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	border-top : 1px solid #4A3E36;
}


/* =============================================== */
/* SECTION : ANCHORS */
/* =============================================== */

a:link, a:visited {
	color : #3F9F3F;
	text-decoration : none;
	font-weight : bold;
	line-height : 130%;
}

a:hover, a:active {
	color : Green;
	text-decoration : underline;
}


/* =============================================== */
/* SECTION : LISTS */
/* =============================================== */

ul {
	margin : 0 0 0.75em 0;
	padding : 0;
	list-style : none outside;
}

li {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 75%;
	line-height : 150%;
	font-style : normal;
	color : #5F5F5F;
	padding : 0 0 0 10px;
	margin : 0 0 0 0;
	background : transparent url(../../images/utility/bullets/bullet-disc.gif) no-repeat scroll 0 7px;
}

ul.num {
	list-style : decimal outside none;
	padding : 0 0 0 25px;
}

ul.num li {
	background : none;
}


/* =============================================== */
/* SECTION : TABLES */
/* =============================================== */

table { }

th, td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 75%;
	line-height : 150%;
	font-style : normal;
	color : #5F5F5F;
	vertical-align : top;
}

caption {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 90%;
	font-weight : bold;
}


/* =============================================== */
/* SECTION : DEFINITION LISTS */
/* =============================================== */

dt, dd {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 75%;
	line-height : 150%;
	font-style : normal;
	color : #5F5F5F;
}

/* =============================================== */
/* SECTION : FORMS */
/* =============================================== */

input, textarea {
	font-size : 100%;
	font-family : Arial, Helvetica, sans-serif;
}

select {
	font-size : 100%;
}

input.btn {
	font-size : 100%;
}

input:focus, textarea:focus { }

label { }

input.checkbox,
input.radio { }

select { }