/*

    CompanyName (Common Styles)

    

    @company 

    @website skyrisedevelopmentgroup.com | skyrisedevelopmentgroup.com

    @created 2007-01-09

    @version 1.0

*/

/* 

Import Site Specifics 

*/

@import url(utility.css);

@import url(structure.css);

@import url(element.css);

@import url(menu.css);

@import url(form.css);

@import url(template.css);



/*

    Common Screen Elements

*/

body

{

	margin: 27px 0px 0px 0px;

	padding: 0px 0px 0px 0px;

	

	/*background-color: #6d8295;*/

	background-color: #B2D5E9;

	background-image: url(../images/bg-body.gif);

	background-repeat: repeat-x;

	

	color: #506B80;	

	font-family: Verdana, Arial, Tahoma, Sans-Serif;

	font-size: 0.7em;

	text-align: center;

}

p

{

	margin-top: 14px;

	margin-bottom: 8px; 

}



h1,

h2,

h3,

h4,

h5,

h6

{

	margin: 0px 0px 5px 0px;

	padding: 0px 0px 0px 0px;

	

	color: #506B80;

	font-family: Arial, Tahoma, Sans-Serif;

	font-size: 150%;

	font-weight: bold;

	letter-spacing: -1px;

}

h2,

h3

{

	margin: 14px 0px 14px 0px;

}

h2

{

	font-size: 130%;

}

h3

{

	font-size: 150%;

	font-style: italic;

	color: #CEAB67;

	letter-spacing: normal;

}

	



/* Default Link Styles */

a:link

{

	color: #4F7FA4;	

}

a:visited

{

	color: #4F7FA4;

}

a:hover

{

	color: #C79849;

	text-decoration: none;

}



/* Default List Styling */

ul

{

	margin: 15px 0px 20px 0px;

	padding: 0px 0px 0px 0px;

	list-style-type: none;

}

ul li 

{

	margin-bottom: 2px;

	padding-left: 25px;

	

	background-image: url(../images/bullet.gif);

	background-repeat: no-repeat;

	background-position: 10px 3px; 

}

